vstack 4.7.0
Highlights
- Add Claude Bridge Sonnet 5 model support and update Sonnet shorthand routing.
- Make heavy Claude/Pi agents inherit the parent model by default while preserving explicit model overrides.
- Preserve managed skill symlink mirrors during refresh/reinstall flows.
- Improve Pi extension behavior for agents-tmux rate-limit handling, Codex Responses stream parity, and tool-renderer user message padding.
- Fix Nix build inputs to use
Cargo.lock.
Validation
cd cli && cargo test— pass (301 passed, 2 ignored).- Temp
vstack add --all --copy -ysmoke — pass, project-scoped. pi-agents-tmuxbun tests — pass (257 passed).pi-codex-minimal-tools npm run check— pass (49 passed).pi-claude-bridge npm run typecheckandnpm run build— pass.pi-claude-bridge npm run test:usagewas explicitly waived for this release because local keychain OAuth token extraction failed.
What's Changed
nix run github:vanillagreencom/vstackfails to build due to outdatedcargoHashby Mike Nerone (@mikenerone) in #426
New Contributors
- Mike Nerone (@mikenerone) made their first contribution in #426
Full Changelog: v4.6.1...v4.7.0