Skip to content

vstack 4.7.0

Choose a tag to compare

@bmethod bmethod released this 03 Jul 21:06
· 257 commits to main since this release

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 -y smoke — pass, project-scoped.
  • pi-agents-tmux bun tests — pass (257 passed).
  • pi-codex-minimal-tools npm run check — pass (49 passed).
  • pi-claude-bridge npm run typecheck and npm run build — pass.
  • pi-claude-bridge npm run test:usage was explicitly waived for this release because local keychain OAuth token extraction failed.

What's Changed

New Contributors

Full Changelog: v4.6.1...v4.7.0