OpenCode v1.14.32: Shell Editing & API Fixes

OpenCode v1.14.32 restores shell mode editing, fixes workspace adapter context loss, and improves image format handling. Includes Bedrock session fixes and UI polish.

OpenCode v1.14.32: Shell Editing & API Fixes

TL;DR

  • Shell mode prompt is now editable again — backspace and cursor keys work
  • Fixed HTTP API workspace adapters losing context during create/sync operations
  • Unsupported image formats now gracefully fall back to text instead of breaking
  • Bedrock sessions, OpenAPI schemas, and session archives all patched

New

  • Global temp directory access — agents can now use the system temp folder without triggering permission prompts

Fixed

  • Shell mode editing — backspace, cursor movement, and other editing keys work again in the prompt
  • HTTP API workspace adapters — fixed instance context loss that broke workspace create, sync, and routing flows
  • Workspace creation requests — experimental requests that omit extra parameter now work correctly
  • OpenAPI parameter schemas — generated clients now match the public API specification
  • Image format handling — unsupported formats fall back to text reads instead of failing as image attachments
  • Bedrock sessions with reasoning — fixed crashes when switching models with reasoning content present
  • Session archive timestamps — now reject non-finite values, preventing invalid JSON in API payloads

UI Polish

  • Theme startup flashing — reduced visual flicker when using system theme on launch
  • Logo rendering — animated logo now avoids subpixel artifacts on terminals without truecolor support

Update: npm install opencode@1.14.32 or check the release page for your platform.

Source: OpenCode