Core
- Encode non-ASCII directory paths in HTTP headers (@jwaterwater)
- Add truncation for all tools
- Make General SubAgent visible in agent list (@dbpolito)
- Improve handling of unserializable errors
- Added ability to hide subagents from primary agent's system prompt (@Sewer56)
- Add --use-system-ca flag in execArgv to support system certificate authorities
- Ensure commands listing subagent work
TUI
- Add theme functionality
- Reload theme when configuration changes
- Clear palette cache
- Add agent color to inline task tool ASCII character and highlight agent name (@spoons-and-mirrors)
- Escape backticks when passing commands to PowerShell (@NSPC911)
- Restore attach session lookup behavior in TUI (@rmk40)
Desktop
- Fix pasting images when input is empty in desktop app (@dbpolito)
- Bundle media framework in desktop application (@Brendonovich)
- Fixed macOS application entitlements configuration (@Brendonovich)
- Add audio input and camera permissions to entitlements (@saeedvaziry)
- Bundle media framework in AppImage for desktop application (@Brendonovich)
- Use Show instead of Suspense in desktop application (@Brendonovich)
- Add UI package to desktop application (@Brendonovich)
- Show window immediately during desktop startup (@usvimal)
- Rework storage approach in app
- Fix session navigation with keyboard shortcuts
- Permission auto-accept should hide when not needed
- Improve terminal text selection visibility with better color contrast
Thank you to 11 community contributors:
- @rmk40:
- fix(tui): restore attach session lookup behavior (#7150)
- @NSPC911:
- fix: escape backticks when passing to powershell (#7157)
- @Sewer56:
- Added: Ability to hide subagents from primary agents system prompt. (#4773)
- @Brendonovich:
- use custom tauri-cli on linux
- desktop: use regular tauri cli again
- desktop: use correct tauri-cli branch
- try using forked tauri-cli again
- add ui package to desktop
- desktop: use Show instead of Suspense
- desktop: appimage bundleMediaFramework
- fix entitlements
- desktop: go back to regular tauri cli
- desktop: bundleMediaFramework
- @spoons-and-mirrors:
- add agent color to inline task tool ascii char and highlight agent name (#7142)
- @usvimal:
- perf: show window immediately during desktop startup (#6734)
- @dbpolito:
- @saeedvaziry:
- Add audio input and camera permissions to entitlements (#7117)
- @shuv1337:
- feat: add Night Owl theme (desktop) (#7151)
- @jwaterwater:
- fix: encode non-ASCII directory paths in HTTP headers (#7145)
- @athal7:
- fix(ui): prevent iOS Safari auto-zoom on input focus (#7214)