OpenCode v1.4.3: OAuth & Fast Mode Fixes

OpenCode v1.4.3 fixes OAuth authentication for OpenAI, preserves interrupted command output, and adds fast mode for Claude and GPT models.

OpenCode v1.4.3: OAuth & Fast Mode Fixes

TL;DR

  • Fixed OAuth authentication for OpenAI accounts in agent creation
  • Bash commands now preserve output even when interrupted
  • Fast mode variants added for Claude and GPT models
  • MCP servers now support configurable OAuth redirect URIs

New

  • Fast mode variants — Added for supported Claude and GPT models to speed up agent execution
  • OAuth redirect URI configuration — MCP servers can now configure custom OAuth redirect URIs for remote deployments

Fixed

  • OAuth agent creation — Fixed agent create command for OpenAI accounts authenticated with OAuth
  • Interrupted Bash output — Commands now retain their final output and truncation details instead of being marked as aborted
  • Session scrollbar — Restored the hidden session scrollbar as the default in the TUI

Update with: npm install -g opencode@latest or check the release page for other installation methods.

Source: OpenCode