v1.1.53

anomalyco/opencodev1.1.53Feb 5, 2026by github-actions[bot]

Full Release Notes

## 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:
  - feat(desktop): Set Workspace Name Earlier to Improve Creation / Deletion (#12213)
  - feat(desktop): Stop Showing SessionSkeleton on New Workspace (#12209)
- @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)