v1.18.14
anomalyco/opencodev1.18.14Aug 5, 2026by opencode-agent[bot]
AI Summary
This update streamlines the xAI login process and enhances error handling for remote workspaces and API usage tracking to improve reliability in headless environments.
Key Highlights
- Simplified xAI login to a single device-code flow that works better in headless environments.
- Improved handling of transient errors and mid-stream provider errors.
- Logged remote workspace 5xx response bodies to make proxy failures easier to debug.
- Stopped sending the host directory path to remote workspaces.
Full Release Notes
## 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)