Skip to content

0.3.0 - 2026-05-27

Choose a tag to compare

@github-actions github-actions released this 28 May 04:49
5baf367

Release Notes

Added

  • Discovery surface: gcx query wiki (markdown symbol page), search
    (ranked fuzzy), and tour (centrality-ranked or seeded codebase walk),
    exposed as MCP tools (wiki_symbol, search_code, start_tour) and slash
    commands.
  • Two more languages: Go and Java parsers (now Rust, Python, TS/JS, Go,
    Java) with a documented coverage matrix in the README.
  • Cosmograph visualizer (gcx viz) — GPU graph viewer with search,
    inspector, density modes, branch-diff overlay; Host-header allowlist guards
    against DNS rebinding.
  • gcx export --format json — committable, CI-consumable symbols+edges.
  • gcx export --claude-md — idempotent top-symbol table injected into
    CLAUDE.md for zero-tool-call context.
  • DefinitionText (signature, body, doc-comment, byte range) captured per node.

Changed

  • Full index ~100× faster — CSV COPY bulk load, O(E) edge dedup, and a
    call-resolution fan-out cap. Django (520k LOC): 413s → ~4s.
  • Symbol resolution is kind-ranked (a type wins over a same-named method/file),
    so wiki <Type> resolves correctly on Go/Java.
  • Schema version bumped to 6 (auto-wipes + re-indexes on first run).

Fixed

  • MCP server stayed up only for the initialize response (missing
    .waiting()) — all subsequent tool calls now work.
  • Multi-line docstrings collapsed in storage (Kuzu escape round-trip).
  • TypeScript visibility now reflects export; Python captures all module-level
    bindings (not just ALL_CAPS); Java find-implementors resolves generic
    extends Foo<T>.

Distribution

  • Published to crates.io (6 crates), npm, and PyPI on tag; pre-built binaries
    for macOS (arm64/x86_64) and Linux (x86_64/aarch64). Windows dropped
    (KuzuDB/MSVC link incompatibility).

0.2.x was an internal iteration line; its changes are folded into 0.3.0.

Install gitcortex 0.3.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bharath03-a/GitCortex/releases/download/v0.3.0/gitcortex-installer.sh | sh

Download gitcortex 0.3.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