Skip to content

v2026.910.3

Choose a tag to compare

@github-actions github-actions released this 10 Sep 21:42
· 17 commits to main since this release
d500fe0

Vibgrate CLI 2026.910.3

Released 2026-09-10

This release of the Vibgrate CLI includes several improvements and fixes aimed at enhancing performance and usability. Key features include new capabilities for managing dependencies and better handling of long-lived processes.

What changed

Improved

  • Switching branches no longer rebuilds what the other branch already indexed, improving performance.
  • vg install <agent> --compress now starts the compression listener automatically.
  • vg code now provides a vg_retrieve tool for expanding compressed results.

Changed

  • vg show arch can now pan the architecture map and remember the last package and card positions.
  • vg fix can now target specific packages and semver bump kinds for dependency updates.
  • The compression model registry has been updated with the latest September 2026 releases.

Fixed

  • Long-lived processes now recognize a git checkout without needing a restart.
  • vg serve --compress <agent> can now successfully start its own compression listener.
  • vg install <agent> --compress correctly routes several agents instead of reporting an unknown assistant.
  • Gemini CLI and Google GenAI SDKs now correctly pass through the compression listener.
  • vg serve status and vg serve stop now accept --compress-port <n>.
  • Semantic vg ask now embeds the question with the correct retrieval instruction.

Benchmarks

Two-arm benchmark of this release against 2026.910.2, interleaved on one runner against the pinned corpus (236 metrics compared).

Metric Previous This release
Languages with extraction 19 count 19 count
Definitions extracted (corpus total) 25171 count 25171 count
Call edges extracted (corpus total) 16707 count 16707 count
Locate accuracy (top-1) 0.94 ratio 0.94 ratio
Dependency detection (authored manifest truth) 0.96 ratio 0.96 ratio
CLI startup (--version, median) 747.70 ms 752.20 ms

No regressions against the previous release.

Full report and methodology: https://vibgrate.com/cli/benchmarks

Install or update

npm install -g @vibgrate/cli
vg

Full changelog: https://vibgrate.com/changelog/cli/2026.910.3