Skip to content

vstack 4.8.0

Choose a tag to compare

@bmethod bmethod released this 19 Jul 05:51
· 261 commits to main since this release

CLI changes since v4.7.1

Features / behavior

  • OpenCode mode = "primary" agents no longer inherit subagent default denies (task/question) — generated defaults become [], and refresh migrates away stale generated-shaped deny lists on primary agents (#670, community contribution by bernardobastardo (@bernardobastardo)).
  • Default model migrated gpt-5.5gpt-5.6-sol across generated OpenCode/Codex/Pi agents (#500).

Fixes

  • vstack refresh applies project-owned skill instructions to canonical .agents/skills files without lock entries (#566).
  • Linear cache synced before dev reads (#602).
  • Installed orch tests stay portable outside the repo (#592).
  • OpenCode config trailing newline preserved (#593).
  • Safe temp-dir integration-check wrapper; corrected README claim (#568).

Notes

  • Skill/agent/hook content updates ship continuously via vstack refresh and are not tied to CLI releases; this release covers the Rust CLI/TUI. Since v4.7.1 the skill set gained the three-mode review gate (PR_REVIEW_GATE), reviewer nudging and check/status evidence, tiered-CI patterns, external worktree defaults, and the orch settings template — see the repo history for details.