[0.7.7] - 2026-05-17
New Features
codegraph installnow sets up Claude Code, Cursor, Codex CLI, and opencode from one multi-select prompt, with any agents it detects pre-checked, so a single install wires up every editor you use (#137).- You can install non-interactively for scripting and CI with flags like
--target,--location,--yes,--no-permissions, and--print-config. codegraph initnow auto-wires project-local agent config for any agent you installed globally, so one globalcodegraph installworks in every project you open without re-installing per project.- Agent instructions are now agent-agnostic and tell each agent to trust codegraph results instead of re-verifying with grep, fixing the case where Cursor and Codex fell back to native search even with codegraph available.
- The install prompts are clearer: the agent picker comes first, and the separate "install the CLI on your PATH" and "apply to all projects or just this one" questions no longer both read as "Global".
Fixes
- Cursor: a globally-installed codegraph no longer reports "not initialized" in every workspace; the installer now passes the correct project path into Cursor's MCP config to work around Cursor launching MCP servers with the wrong working directory.
Thanks @andreinknv for the substantive draft this release was based on.