This release adds 5 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryAdded locate and read tools plus several enhancements to existing commands.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Adds `locate` tool for stacktrace‑driven node retrieval. Adds `locate` tool for stacktrace‑driven node retrieval. Source: llm_adapter@2026-06-08 Confidence: high |
— |
| Feature | Medium |
Adds `read` tool to return exact source slice of a node. Adds `read` tool to return exact source slice of a node. Source: llm_adapter@2026-06-08 Confidence: high |
— |
| Feature | Low |
Enhances `impact` tool to accept multiple comma‑separated nodes. Enhances `impact` tool to accept multiple comma‑separated nodes. Source: llm_adapter@2026-06-08 Confidence: high |
— |
| Feature | Low |
Adds `profile` edge‑weight options (`repair`, `review`, `onboard`) to `activate`. Adds `profile` edge‑weight options (`repair`, `review`, `onboard`) to `activate`. Source: llm_adapter@2026-06-08 Confidence: high |
— |
| Feature | Low |
Introduces `mode=prose` for `activate`, `impact`, and `locate`. Introduces `mode=prose` for `activate`, `impact`, and `locate`. Source: llm_adapter@2026-06-08 Confidence: high |
— |
| Feature | Low |
Adds `seed=` parameter and `budget` char cap to `dense_text`. Adds `seed=` parameter and `budget` char cap to `dense_text`. Source: llm_adapter@2026-06-08 Confidence: high |
— |
| Performance | Low |
Implements incremental parse cache; re‑parse only changed files in `generate` and `reload`. Implements incremental parse cache; re‑parse only changed files in `generate` and `reload`. Source: llm_adapter@2026-06-08 Confidence: high |
— |
Full changelog
What's new
Two new tools (11 → 13):
locate— paste a stacktrace, failing-test id, or diff and get the most relevant nodes back, ranked. The debugging on-ramp: start from the error, not a filename.read— return a node's exact source, sliced from its file by the graph's line span. No grep, no scrolling.
Richer existing tools:
impacttakes multiple comma-separated nodes — whole-diff blast radius in one call.activategains edge-weightprofiles (repair/review/onboard).activate/impact/locategainmode=prose— ranked subgraph as primed prose for LLM context.dense_textgainsseed=for a scoped map of one feature's neighbourhood, plus abudgetchar cap across the read tools.
Performance:
- Incremental parse cache —
generate/reloadre-parse only changed files (engine 0.4.16).
Install
uvx mcp-repo-graph --repo .
Works with any MCP client — Claude Code/Desktop, Cursor, VS Code, Codex, Gemini CLI, Antigravity, Windsurf. 20 languages, frontend-to-backend cross-stack. https://repo-graph.com
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 James-Chahwan/repo-graph
Structural graph map of any codebase for AI coding assistants. Scans entities, relationships, and feature flows across 13 languages so LLMs navigate by structure instead of grepping through everything.
Related context
Beta — feedback welcome: [email protected]