This release includes 3 breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+10 more
Affected surfaces
Summary
AI summaryRenamed from CodeGraph to AiDex and requires updating MCP config, index directory, and migration steps.
Full changelog
Breaking Changes
- Renamed from CodeGraph to AiDex — MCP prefix changes from
mcp__codegraph__tomcp__aidex__ - Index directory changed from
.codegraph/to.aidex/ - Update your MCP config: server name must be
"aidex"
What's New
- Auto-Cleanup:
aidex_initremoves excluded files (e.g. build outputs) automatically - Git Status in Viewer: Cat icons show modified/staged/untracked status
- aidex-init-all.bat: Recursively index all git projects in a directory tree
- Updated documentation with correct MCP prefix and config examples
Migration
- Update MCP config: change server name to
"aidex" - Delete old
.codegraph/directories (safe to remove) - Re-index with
aidex_init(creates.aidex/)
Breaking Changes
- Renamed service from CodeGraph to AiDex; MCP prefix changed from `mcp__codegraph__` to `mcp__aidex__`
- Index directory renamed from `.codegraph/` to `.aidex/`
- MCP config server name must be updated to "aidex"
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About CSCSoftware/AiDex
Persistent code index MCP server using Tree-sitter for fast, precise code search. Replaces grep with ~50 token responses instead of 2000+. Supports 11 languages including C#, TypeScript, Python, Rust, and Go.
Related context
Beta — feedback welcome: [email protected]