Skip to content

Compass v0.3.7

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Aug 08:22
· 34 commits to main since this release
0903265

Highlights

  • Improve natural-language query recall and ranking with bounded exact, alias, term, typo, and relationship-seeded channels, deterministic intent routing, direction-aware node trails, and explicit ambiguity/no-answer diagnostics. Add a digest-pinned 500-question relevance qualification matrix and a bounded local feedback workflow.
  • Route JavaScript and TypeScript production extraction through the universal semantic candidate with source-backed declarations, imports, re-exports, calls, references, heritage, aliases, framework routes, and bounded cross-file resolution while preserving repository-relative identities.
  • Make compass upgrade use a bounded, versioned static release manifest with exact target, tag, size, and SHA-256 validation, avoiding unauthenticated GitHub API rate limits.
  • Expose profiled natural-query execution through a separate versioned envelope, cap recall/query-log work, and keep the deterministic compass.query/1 response contract unchanged.

Install

Download the archive for your macOS, Linux, or Windows architecture below. Each archive has a matching .sha256 checksum file. Use install.sh on Unix systems or install.ps1 on Windows.

Unix installer:

curl -fsSL https://github.com/crabbuild/compass/releases/download/compass-v0.3.7/install.sh | sh

Windows PowerShell:

irm https://github.com/crabbuild/compass/releases/download/compass-v0.3.7/install.ps1 | iex

Full changelog: https://github.com/crabbuild/compass/blob/main/CHANGELOG.md#037---2026-08-08

Full PR changelog: compass-v0.3.6...compass-v0.3.7