- Added session rename functionality with `/rename` command
- Fixed worker.ts path dependency on current working directory
- Fixed grep failing when pattern started with a dash
- Simplified theme selection API by renaming `setSelectedTheme` to `set`
- Added theme support in config
- Removed conflicting "-h" aliases in TUI spawn and thread commands
- Fixed unsupported option error
- Added `/editor` command to autocomplete for opening external editor
- Added `/theme` command
- Reverted flags & docs matching fix
- Allowed Ctrl+D to exit the app
- Improved error boundary with button to easily create GitHub issue