Skip to content

v1.18.14

Latest

Choose a tag to compare

@opencode-agent opencode-agent released this 05 Aug 20:58
Immutable release. Only release title and notes can be modified.

Core

Improvements

  • Simplified xAI login to a single device-code flow that works better in headless and remote environments.

Bugfixes

  • Preserved structured mid-stream provider errors so compatible providers can retry failed responses.
  • Retried more transient provider and network errors instead of failing immediately.
  • Counted cache writes in ACP usage totals.
  • Logged remote workspace 5xx response bodies in the host logs to make proxy failures easier to debug. (@jamesmurdza)
  • Stopped sending the host directory path to remote workspaces so prompts resolve from the remote project root. (@jamesmurdza)
  • Waited for queued ACP session updates before ending a turn.

Thank you to 1 community contributor:

  • @jamesmurdza:
    • fix(server): don't forward host directory to remote workspace (#40136)
    • fix(server): log upstream 5xx bodies from proxied workspace requests (#40135)