- 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.transformhook and addedexperimental.chat.system.transformhook - Fixed unshare command not properly clearing share state
- Prompt is now auto-submitted when using the
--promptCLI flag - Fixed
--continueflag selecting the wrong session - Added
experimental.continue_loop_on_denyconfig 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:
- @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: