github colbymchenry/codegraph v0.7.10

latest releases: v1.2.0, v1.1.6, v1.1.5...
one month ago

[0.7.10] - 2026-05-19

Fixes

  • CodeGraph tools now reliably appear in your client on slow filesystems (Docker Desktop VirtioFS on macOS, WSL2), where the startup handshake could previously time out and leave the process running with no tools visible (#172). Thanks @sashanclrp and @sgrimm.
  • On Windows PowerShell and cmd.exe, terminal output during codegraph index and codegraph sync no longer turns into garbled characters; CodeGraph now uses plain ASCII glyphs by default on Windows, with CODEGRAPH_UNICODE=1 to opt back into the Unicode glyphs or CODEGRAPH_ASCII=1 to force ASCII on any platform (#168). Thanks @starkleek and @Bortlesboat.
  • Module-qualified symbol lookups now resolve in the codegraph tools, so you can pass names like module::symbol (Rust, C++, Ruby), Module.symbol (TypeScript, JavaScript, Python), or module/symbol, including multi-level paths and Rust prefixes like crate, super, and self (#173). Thanks @joselhurtado.

Don't miss a new codegraph release

NewReleases is sending notifications on new releases.