Colby Mchenry

Results 102 comments of Colby Mchenry

Shipped in **v0.7.9**, merged via #162. Thanks @andreinknv for the substantive draft this is based on ([fork commit `c5165e4`](https://github.com/andreinknv/codegraph/commit/c5165e4)). ```bash npm install -g @colbymchenry/[email protected] codegraph install ``` The interactive installer...

There are two things bundled here, so let me split them: **1. The `Fatal process out of memory: Zone` crash** is the same V8 bug as #298 / #293 —...

Fixed in #450 by @thismilktea (with a small refactor on top from me — same observable behavior, but routes the lock-failure detection through a typed `LockUnavailableError` thrown by `CodeGraph.watch()`'s sync...

Thanks for the thorough work here, @zaidazmi — the repro, the override env var, and the unit coverage were all solid. Unfortunately this has been overtaken by a different architecture...

Thanks for this — the workflow itself is well-built: least-privilege `permissions`, cancel-in-progress concurrency, a sensible Node 20/22/24 matrix matching the engine range, and a pragmatic `--audit-level=critical` gate that won't trip...

You're absolutely right! I'll add Lua support tomorrow. Should come out by EOD in version 0.8.1. Cheers!

Lua and Luau support are now merged to `main` 🎉 - **Lua** (`.lua`) — functions, methods (with receivers), local variables, `require` imports, and call edges - **Luau** (`.luau`) — everything...

Yes — as of **v0.7.7** codegraph supports multiple agent harnesses out of the box. PR #162 reworked the installer behind an `AgentTarget` interface so the same MCP server (which has...

Update: **opencode is now hand-tested end-to-end** in v0.7.9 (PR #163). Two real bugs surfaced once I sat down with a fresh opencode install: 1. **The 0.7.9 installer wrote the wrong...