- Fixed error handling when empty image files are read with Anthropic provider
- Fixed input field visibility for transparent themes
- Fixed race condition in file editing by adding per-file locking
- Added dismiss button to Getting Started box
- Restored `experimental.chat.messages.transform` hook and added `experimental.chat.system.transform` hook
- Fixed unshare command not properly clearing share state
- Prompt is now auto-submitted when using the `--prompt` CLI flag
- Fixed `--continue` flag selecting the wrong session
- Added `experimental.continue_loop_on_deny` config option to allow agents to continue the loop when user denies actions
**Thank you to 8 community contributors:**
- @baaym:
- feat: add experimental.continue_loop_on_deny config option (#4729)
- @Raviguntakala:
- fix(tui): --continue selects wrong session (#5513)
- fix(session): fix unshare command not clearing share state (#5523)
- @markjaquith:
- feat(cli): auto-submit prompt when using --prompt flag (#4510)
- @Brendonovich:
- tauri: rename sidecar to opencode-cli
- tauri: use correct sidecar name
- @Tarquinen:
- feat: restore experimental.chat.messages.transform and add experimental.chat.system.transform hooks (#5542)
- @spoons-and-mirrors:
- fix(edit): add per-file lock to prevent read-before-write race (#4388)
- @nalin-singh:
- fix: input lip visibility for transparent themes (#5544)
- @rwese:
- Provider fix, anthropic Errorhandling if empty image file is read (#5521)
- docs: Fix Wakatime repository link in ecosystem.mdx (#5552)