Core
- Support Azure model options on both chat and responses paths (@meruiden)
- Expose session model and mode config options through ACP (@georgeharker)
- Add a separating blank line before read tool file contents for clearer output
- Fix output token totals when reasoning tokens are reported separately
TUI
- Default
Ctrl+Zto undo on Windows instead of terminal suspend - Let you disable TUI mouse capture in config or with
OPENCODE_DISABLE_MOUSE(@blackheaven) - Hide org switching when there is only one org to choose from
- Label Console-managed providers and let you switch orgs from the provider UI
Extensions
- Fix plugin installs from npm aliases and git URLs, including Windows cache path issues
Thank you to 3 community contributors:
- @blackheaven:
- @georgeharker:
- fix(core): implement proper configOptions for acp (#21134)
- @meruiden:
- fix: pass both 'openai' and 'azure' providerOptions keys for @ai-sdk/azure (#20272)