[0.9.3] - 2026-05-22
New Features
- New
codegraph uninstallcommand cleanly removes CodeGraph from every agent it's configured on — Claude Code, Cursor, Codex CLI, opencode, and Hermes Agent — in one step, asking whether to clean up your global or this project's local config and reporting exactly which agents it touched; it accepts--location,--target, and--yesfor scripted or non-interactive use, removes only whatcodegraph installwrote, and leaves your.codegraph/index alone (#313).
Fixes
- Indexing a large multi-language project no longer aborts partway through with a
Fatal process out of memory: Zonecrash on Node.js 22 and 24, even with plenty of RAM free — CodeGraph now launches with a V8 flag that keeps grammar compilation off the optimizing tier, and any launch path that doesn't get the flag directly re-execs once with it automatically (#298, #293). Node 25 stays blocked for now, since its variant of this bug isn't fixed by the same flag. - Uninstalling from Cursor now deletes the leftover
.cursor/rules/codegraph.mdcfile outright instead of leaving an orphaned, empty rule behind, while keeping any content you added outside CodeGraph's markers.