v1.0.142
OpenCodeSummary
This release introduces significant usability enhancements, most notably adding Windows support for shell mode execution and enabling agent creation via CLI arguments for better scripting integration. Several bugs were also addressed, including fixing improper error reporting from hooks and ensuring TUI exit commands function reliably.
New Features
- Added CLI arguments to the agent create command (--path, --description, --mode, --tools) to enable scripting agent creation.
- Enabled Windows support for shell mode, allowing execution of shell commands (! command) via cmd.exe and PowerShell.
Bug Fixes
- Fixed hook error suppression that was incorrectly preventing errors from being properly reported.
- Fixed exit command aliases ("exit", "quit", ":q") not working correctly in the TUI prompt.
Improvements
- Removed the separate restart server dialog in the updater process on macOS.
- Updated the macOS application icon.