v2026.910.3
·
17 commits
to main
since this release
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> --compressnow starts the compression listener automatically.vg codenow provides avg_retrievetool for expanding compressed results.
Changed
vg show archcan now pan the architecture map and remember the last package and card positions.vg fixcan 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 checkoutwithout needing a restart. vg serve --compress <agent>can now successfully start its own compression listener.vg install <agent> --compresscorrectly routes several agents instead of reporting an unknown assistant.- Gemini CLI and Google GenAI SDKs now correctly pass through the compression listener.
vg serve statusandvg serve stopnow accept--compress-port <n>.- Semantic
vg asknow 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
vgFull changelog: https://vibgrate.com/changelog/cli/2026.910.3