Skip to content

0.7.3 - 2026-08-20

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Aug 03:44

Release Notes

Fixed

  • Every CLI command defaulted --branch/--base to the literal string
    "main"
    , hardcoded at the clap arg level, instead of detecting the
    repo's actual current branch. On any repo whose default branch is named
    something else (master, trunk, develop, ...) — extremely common —
    gcx viz, gcx status, gcx query *, and gcx blast-radius all
    silently queried a branch with zero data and reported empty results,
    even immediately after a successful gcx init. The MCP server already
    did this correctly (detect_current_branch); the CLI's 16 affected
    flags now use the same git-detected default. Reported by a user who ran
    gcx init in a fresh project and got "No indexed symbols on this
    branch" in gcx viz; reproduced (repo on master, indexed fine,
    viz's /api/branches reported active: "main" regardless) and
    verified fixed before releasing.

Install gitcortex 0.7.3

Install prebuilt binaries via shell script

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

Install prebuilt binaries via Homebrew

brew install bharath03-a/tap/gitcortex

Download gitcortex 0.7.3

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