✨ Features
- feat(startup): interactive update check and GitHub star prompt on launch — Checks for newer npm version on startup and prompts to update. If
ghCLI is installed, prompts once to star the repo on GitHub (#105)
🐛 Bug Fixes
- fix(tmux): isolate Enter/C-m into dedicated send-keys call — Prevents accidental Shift+Enter injection in tmux panes by always sending Enter/C-m in a separate, isolated send-keys call (#107)
- fix(team): guard leader and HUD panes from worker cleanup — Leader pane and HUD pane are now explicitly excluded from worker teardown to prevent intermittent self-cleanup (#109)
Full Changelog: v0.4.2...v0.4.3