- Fixed exit command aliases ("exit", "quit", ":q") in the TUI prompt
- Fixed hook error suppression that was preventing errors from being properly reported
- Added Windows support for shell mode (! command) with support for cmd.exe and PowerShell
- Added CLI arguments to agent create command for scripting (--path, --description, --mode, --tools)
Thank you to 3 community contributors:
- @Timorleiderman:
- feat: add CLI arguments to agent create command for scripting (#5157)
- @Brendonovich:
- fix: use project references for desktop typecheck
- tauri: comment out restart server dialog
- tauri: update macos icon
- tauri: don't ask to restart separately in updater
- @spoj:
- fix: add Windows support for shell mode (! command) (#5311)