telexed ~ c / 6273f687-878radar:80 · agent_toolLIVE
← back
NO.
#6273f687
Topic
AGENTS & TOOLS
Source
GitHub Trending Weekly
Published
2026-05-19 23:18:31
Importance
★ 8/10 — radar 80
`CodeGraph`: local code knowledge graph for coding agents
FIG-6271:1

`CodeGraph`: local code knowledge graph for coding agents

Pre-indexing gives agents a queryable map of symbols, calls, and structure. The benchmark claims 92% fewer tool calls and faster exploration, so it is worth testing on large repos.

[ KEY POINTS ]
  1. Runs via npx @colbymchenry/codegraph, then codegraph init -i per project; setup targets Claude Code, Cursor, Codex CLI, and opencode.
  2. Benchmarks across 6 repos report 92% fewer tool calls and 71% faster exploration on average; strongest gains appear in TypeScript and Swift repos.
  3. The graph is 100% local, which matters for private codebases where sending extra context or relying on hosted indexing is a non-starter.
  4. Claimed workflow replaces repeated grep, glob, and file reads with codegraph_explore; less exploration overhead means more budget left for actual edits.
Originalgithub.com/colbymchenry/codegraphRead original →

// related