## Core
- Fixed `agent create` for OpenAI accounts authenticated with OAuth.
- Interrupted Bash commands now keep their final output and truncation details instead of ending as aborted.
- Added fast mode variants for supported Claude and GPT models.
## TUI
- Restored the hidden session scrollbar as the default.
## Extensions
- Added configurable OAuth redirect URIs for remote MCP servers. (@egze)
**Thank you to 2 community contributors:**
- @egze:
- feat(mcp): add OAuth redirect URI configuration for MCP servers (#21385)
- @simonklee:
- opencode: lazy-load top-level CLI commands
- Revert "opencode: lazy-load top-level CLI commands" (#21726)