v1.3.16

Apr 6, 2026 · 24d ago
GitHub →

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+Z to undo on Windows instead of terminal suspend
  • Let you disable TUI mouse capture in config or with OPENCODEDISABLEMOUSE (@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:
  • feat(tui): make the mouse disablable (#6824, #7926) (#13748)
  • @georgeharker:
  • fix(core): implement proper configOptions for acp (#21134)
  • @meruiden:
  • fix: pass both 'openai' and 'azure' providerOptions keys for @ai-sdk/azure (#20272)