Skip to content

v0.50.0

Choose a tag to compare

@github-actions github-actions released this 05 Jul 04:52
· 334 commits to main since this release

Changelog

  • 78b2d4f Merge branch 'feat/codeintel-v1-hybrid' into feat/codeintel-v1-engine
  • 65c02dc Merge branch 'feat/codeintel-v1-scope' into feat/codeintel-v1-engine
  • 3cbabac docs(codeintel): correct get-repo-map help to the real output shape
  • df931b9 docs(codeintel): honesty sweep on code command help text and README
  • 5a7f337 feat(afcli): hidden donmai mcp code-intel stdio server command
  • bd6bade feat(agent-run): optional bearer token on daemon-control requests
  • e40e00f feat(codeintel): add Voyage embeddings and Cohere rerank HTTP clients
  • f02e5ae feat(codeintel): discover enclosing git root as default index scope
  • 932e7d6 feat(codeintel): implement Voyage+Cohere hybrid search hook
  • 7f312ec feat(codeintel): in-process warm index cache + RWMutex concurrency
  • e8d7697 feat(codeintel): print deprecation warning when the code exec-shim is used
  • 40afc9d feat(codeintel): real PageRank repo-map over the import graph
  • 6b2d63a feat(codeintel): resolve Go/Python/Rust intra-repo imports for PageRank
  • 89aceff feat(codeintel): schema v2 — Go-authoritative index (version gate + content/import fields)
  • a5a2cdf feat(codeintel): wire Voyage+Cohere hybrid rescoring into native search
  • 5561e7c feat(mcp): code-intel MCP server config + flag validation
  • c123405 feat(mcp): stdio JSON-RPC code-intel server + six warm-cache tools
  • 0758e8f feat(prompt): add CodeIntel typed wire block to QueuedWork
  • 0ba322f feat(runner): allow-list code-intel FQ tool names in spec translation
  • 45bbca8 feat(runner): inject code-intel usage partial into the system prompt
  • 7d45dfd feat(runner): wire in-box code-intel stdio MCP entry at the F.5 seam
  • f08964a fix(codeintel): O(n) doc-comment accumulation in Go/Rust extractors
  • aa59598 fix(codeintel): dedup against real file content, not symbol text
  • 979fcd0 fix(codeintel): do not index symlinks that escape the repo root
  • 5d948aa fix(codeintel): honour "dir/**" subtree globs and never serialise entries as null
  • dca54f2 fix(codeintel): real incremental indexing — hash before extract, wire MerkleDiff
  • bf8d06a fix(codeintel): skip symlink dirents in type-usages and cross-deps walks
  • 4200265 fix(lint): satisfy golangci gates on merged hybrid-lane files
  • 9f9353a fix(lint): satisfy gosec G301 in new codeintel scoping tests
  • 13a3fdd fix(mcp): resolve symlinks in check-duplicate contentFile confinement
  • 10a0e04 fix(runner): derive code-intel --tools CSV from the filtered canonical set
  • 3e74d8b test(codeintel): add failing spec for Voyage+Cohere hybrid search hook
  • edbd9b2 test(codeintel): silence gosec G306 on schema-test fixture write
  • a99e611 test(runner): cross-lane JSON→Spec code-intel composition proof