OpenCode v1.3.16: Azure Support & TUI Fixes
Azure support lands on both chat and responses paths. Windows gets proper undo behavior, TUI mouse capture is now optional, and plugin installs from git URLs finally work on Windows.
TL;DR
- Azure model options now work on both chat and responses paths
- TUI gets Windows undo fix and optional mouse capture disable
- Plugin installs from npm aliases and git URLs now work on Windows
New
- Azure model options support — Chat and responses paths now both handle Azure configuration properly.
- Session config exposure — Model and mode options now accessible through ACP.
- Disable TUI mouse capture — Turn off mouse handling via config or
OPENCODE_DISABLE_MOUSEenvironment variable. - Better file output formatting — Blank line added before read tool file contents for clarity.
Fixed
- Output token totals — Correctly calculate totals when reasoning tokens are reported separately.
- Windows undo behavior —
Ctrl+Znow defaults to undo instead of terminal suspend on Windows. - Plugin installs from aliases and git URLs — npm aliases and git URLs now install correctly, including Windows cache path issues.
- Org switching UI — Hidden when only one org is available; Console-managed providers now labeled with org switching support.
Update with: npm install -g opencode@latest or check the release page.
Source: OpenCode