Core
- Load user plugins after built-in plugins
- Fix unhandled errors when aborting with queued messages
- User plugins override built-in plugins for the same provider (@rmk40)
- Move Codex 5.3 model definition to plugin to avoid showing unsupported model to other users
- Add session usage tracking to ACP (@SteffenDE)
- Update transforms for GPT-5.3
TUI
- Allow mouse escape via "esc" labels in dialogs (@AksharP5)
Desktop
- Make close comment button visible in prompt input (@alexyaroshuk)
- Hide prompt input when there are permissions requests or questions
- More terminal stability fixes
- Modified file color contrast in app for better visibility
- Add button to open files in external applications
- Allow toggling file tree closed independently
- Stop showing SessionSkeleton on new workspace (@dbpolito)
- Set workspace name earlier to improve creation and deletion (@dbpolito)
Thank you to 7 community contributors:
- @SteffenDE:
- feat(acp): add session usage (#12299)
- @dbpolito:
- @alexyaroshuk:
- fix(app): make close comment button visible in prompt input (#12349)
- @edoedac0:
- docs: add Bosnian README translation (#12341)
- @ariane-emory:
- docs: websearch tool (#12359)
- @rmk40:
- fix(plugin): user plugins override built-in plugins for same provider (#12361)
- @AksharP5:
- fix(tui): allow mouse escape via "esc" labels in dialogs (#11421)