Skip to content

James-Chahwan/repo-graph

v0.4.19 Feature

This release adds 5 notable features for engineering teams evaluating rollout.

Published 1mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Summary

AI summary

Added locate and read tools plus several enhancements to existing commands.

Changes in this release

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:

  • impact takes multiple comma-separated nodes — whole-diff blast radius in one call.
  • activate gains edge-weight profiles (repair / review / onboard).
  • activate / impact / locate gain mode=prose — ranked subgraph as primed prose for LLM context.
  • dense_text gains seed= for a scoped map of one feature's neighbourhood, plus a budget char cap across the read tools.

Performance:

  • Incremental parse cache — generate / reload re-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

Track James-Chahwan/repo-graph

Get notified when new releases ship.

Sign up free

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.

All releases →

Beta — feedback welcome: [email protected]