0.7.0 - 2026-08-12
Release Notes
Release driven by a full 3-client (Codex, Claude Code, Agy/Antigravity) live-agent
benchmark against 15 new harder task types (deep blast-radius, cross-file
architecture, refactor-safety) across 5 pinned repos. Measured token savings:
3.27x (Codex), 3.26x (Claude Code), 1.89x (Agy), with quality held or improved
on nearly every task.
Fixed
symbol_context(MCP + CLI) had no ambiguity handling. A common short
name (e.g.beginArray, matching 4 methods in one benchmark repo) could be
silently resolved to the wrong symbol. It now goes through the same
resolve_symbolcandidate-surfacing path asfind_callers/get_subgraph,
and its response is built fromget_subgraph_by_idso callers/callees/
used_by are scoped to the exact resolved node rather than by name.- CLI
symbol-context/trace-pathgained--format agent-json --budget-tokens, matching every othergcx querysubcommand.
Added
agy(Antigravity CLI) MCP handshake compatibility, plusgcx init/
deinit/doctorsupport for its config path (shipped as #66/#67, first
release to include it).docs/benchmarks.html: real, measured benchmark numbers on the public site.- Benchmark harness: a working
agyclient, 15 new task definitions (impact/
architecture/refactor x 5 repos), and per-arm failure isolation so one slow
or hung client call no longer aborts an entire run. - Viz: the repository name is now shown in the header instead of a generic
"Local code atlas" label; a loading indicator now covers Cosmograph's
multi-second init so a slow first paint doesn't look like a broken canvas.
Install gitcortex 0.7.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bharath03-a/GitCortex/releases/download/v0.7.0/gitcortex-installer.sh | shInstall prebuilt binaries via Homebrew
brew install bharath03-a/tap/gitcortexDownload gitcortex 0.7.0
| File | Platform | Checksum |
|---|---|---|
| gitcortex-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| gitcortex-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| gitcortex-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| gitcortex-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |