What's new
Highlight
- pc kanban mode
Features
- Worktree Apply & Commit workflow — Agent cards now have dedicated Apply and Commit buttons to merge worktree changes and commit directly
from the UI - Conditional Apply button — Apply button is only shown when the worktree has actual changes (git_has_worktree_changes check)
- Per-card cwd tracking — Each agent card independently tracks its current working directory
- Worktree lifecycle management — Worktree paths are tracked per agent card and automatically cleaned up on removal
- Hide cwd selector during active threads — CWD mode selector in ComposerControls is hidden while a thread is running
Improvements
- Side-by-side agent layout — Configurable composer layout for running multiple agents in parallel
- Removed agent card limit — No more cap on the number of concurrent agent cards
- Simplified active card tracking — Removed currentAgentCardId dependency; active card state is now managed locally
- Tray window removed — System tray window and all associated infrastructure have been removed to simplify the app
Bug Fixes
- Fixed cargo run in web mode to use --no-default-features --features web
CI / Build
- Added x86_64-apple-darwin (Intel Mac) as a release build target
- Cleaned up debug print statements from web server directory resolution