Skip to content

0.7.6 - 2026-08-25

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Aug 05:02

Release Notes

Fixed

  • gcx init --editor antigravity never registered the MCP server without --global-editor-config, leaving the assistant with no tool access by default even though skills, rules, and hooks were written. Antigravity's real customization format is a self-contained plugin bundle (.agents/plugins/gitcortex/{plugin.json,mcp_config.json,hooks.json,rules/AGENTS.md,skills/}), confirmed against the agy CLI's own embedded docs; MCP config is now written project-locally and unconditionally. gcx deinit cleans up the new bundle. Global config (~/.antigravity/mcp.json, ~/.gemini/config/mcp_config.json for the standalone agy CLI) remains opt-in behind --global-editor-config.
  • The interactive editor prompt asked every single gcx init run, including runs that only rebuild the graph store after a schema bump. The choice (including "none") is now persisted per repo per machine, so it only asks once; add an assistant later with gcx init --editor <name>.
  • The prompt only let you pick one assistant, even though using more than one at once (e.g. Claude Code and Antigravity together) is common. Switched from single-select to a checkbox multi-select (space to toggle, enter to confirm).

Changed

  • gcx init with no --editor in a real terminal now shows a [GCX] banner and a checkbox editor picker instead of a typed free-text prompt; a spinner covers the initial index (previously a silent terminal for several seconds); the closing summary is colorized. All of it respects --color never / NO_COLOR like the rest of the CLI.
  • README and GitHub Pages install instructions updated to describe the one-time interactive setup instead of "editor config is a separate opt-in step."

Install gitcortex 0.7.6

Install prebuilt binaries via shell script

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

Install prebuilt binaries via Homebrew

brew install bharath03-a/tap/gitcortex

Download gitcortex 0.7.6

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