Skip to content

v0.10.2

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Jun 06:06

[0.10.2] - 2026-06-30

New Features

  • Source checkouts now install an explicit zcodegraph-dev dogfood command, so maintainers can test local builds across projects without taking over the release zcodegraph command.
  • zcodegraph init and zcodegraph index now explain degraded rust-hybrid fallback health on the first screen, including whether the graph is usable, the top fallback reasons, and the exact doctor command to collect deeper diagnostics.
  • zcodegraph doctor --engine rust-hybrid --bundle now prints a compact local summary after creating a bundle, so maintainers can see the graph size, fallback health, and top diagnostic reasons without opening the bundle files first.
  • zcodegraph doctor --engine rust-hybrid --bundle --json now emits a parseable machine-readable summary for agents and CI while preserving the existing human-readable default output.

Fixes

  • Legacy source-checkout install helpers now migrate to zcodegraph-dev instead of linking the development checkout onto the release zcodegraph command.