Skip to content

v1.33.2

Latest

Choose a tag to compare

@github-actions github-actions released this 29 May 12:46
0fa9f2d

Patch release: six bug fixes across Windows install/detection, SDD, OpenCode, and self-update.

πŸ› Bug Fixes

Windows

  • The install script now updates the version correctly. install.ps1 persists the install dir to the user PATH, sets UTF-8 console encoding (no more garbled icons like Ô£ù), and the verify step no longer re-runs the upgrade flow. (#201 β†’ #711)
  • Engram & GGA no longer show "not installed" after a fresh install. Detection now falls back to known install locations when the running process PATH is stale, and invokes the GGA PowerShell shim correctly via powershell -File. (#177 β†’ #712)

SDD

  • No more duplicate sub-agents. The orchestrator now deduplicates sub-agent launches across all agent variants, preventing "file modified since last read" conflicts and wasted tokens. (#194 β†’ #710)
  • sdd-onboard is now assignable on every agent. It was missing from most per-agent model-assignment lists β€” you can now pick a model for it in OpenCode, Claude, Kimi, and the rest. (#699 β†’ #716)

OpenCode

  • Agent variant (effort) is preserved during background delegation. Delegated subagents keep their configured variant instead of silently dropping it. (#606 β†’ #717)

Self-update

  • Cleaner TUI startup. Auto-upgrade no longer fires on TUI entry, so its output can't surface unexpectedly on exit when re-exec fails β€” the TUI's own Upgrade tools check still covers updates. (#696 β†’ #706)

πŸ™ Thanks

Reports and contributions from @aleka (#696, PR #706), @danielgap (PR #704, basis for #716), @Lokeraar (#699), @MzaGuille (#606), @jcabrerahi (#194), @Codenburg (#201), and @JuanMPinera (#177).

πŸ“¦ Install / Upgrade

Upgrade from the TUI (Upgrade tools) or re-run the install script. Prebuilt binaries for macOS, Linux, and Windows (amd64 / arm64) are attached below β€” verify against checksums.txt.

Full changelog: v1.33.1...v1.33.2