Skip to content

v0.8.2

Choose a tag to compare

@chriswritescode-dev chriswritescode-dev released this 07 Aug 02:28
· 33 commits to main since this release

What's Changed

  • feat(dashboard): redesign dashboard app shell and loop rendering (#88)
  • feat(loop): gate supervision to the owning worktree instance
  • feat: make plan tools file-like and fix plan-launch TUI workspace navigation (#87)

The dashboard app shell and loop detail views were redesigned around a unified visual language: 1-based section numbering throughout, a shared legend/cell component system, phase colors resolved through a --phase-color token, findings severity carried on the Findings metric cell, and responsive app-bar fixes. Loop supervision is now bound to the plugin instance whose directory matches the loop's worktree, so the watchdog and the session-abort handler never act on loops another instance is observing. Plan tooling was polished as well: plan-read gained a count argument for recent listings and a truncation notice with the next offset to continue reading, plan-edit reports only the sections it touched, and plan-launch now forwards the created session's workspace to the TUI.