Colby Mchenry

Results 10 issues of Colby Mchenry

If this is not possible via DisplayLink it would be nice if it was noted somewhere. You can see from the photo. I have enabled HiDPI settings in DisplayLink Manager...

enhancement

Came out of refreshing the README benchmark, which surfaced that Claude Code's Explore agent wasn't using `codegraph_explore` at all. ## Diagnosis Same VS Code question ("how does the extension host...

## Summary Multi-pronged fix to make codegraph competitive on Go multi-module repos (cosmos-sdk, etcd) where it previously lost on cost. Driven by an 8-question agent-eval audit across cobra, gin, prometheus,...

## What Makes `codegraph_trace` and `codegraph_explore` answer flow questions on heavily-overloaded, god-file-heavy codebases without the agent falling back to Read/Grep. Validated on Alamofire — the README's weakest benchmark repo —...

codegraph is a standard **MCP server** (`codegraph serve --mcp`), so any MCP-capable agent or IDE can use it **today** by adding that command to the client's own MCP config manually....

agent-target

codegraph parses code with **tree-sitter**, so adding a language is mostly: wire a grammar `.wasm` + a small per-language extractor, then validate retrieval on real repos. There's an `/add-lang` workflow...

language-request

## What The MCP `initialize` instructions — the first thing every agent sees about codegraph — listed **no languages**. So agents (and the users driving them) assumed languages like Rust...

A call whose **receiver is itself a call** — a factory / singleton / builder that returns an object — should produce a `calls` edge to the chained method: ```java...

Follow-up to #720 (suggestion #3 — structural coverage, distinct from the ranking fix). GoFrame binds routes reflectively, so there is no literal `/api/chat` string and no call-graph edge from path...

## What Validates value-reference-edge coverage across **TS, JS, tsx, Go, and Python** on small→very-large public OSS repos, and **adds Go + Python** support (code changes), each found-and-fixed for a shadow...