v1.18.19
anomalyco/opencodev1.18.19Aug 20, 2026by opencode-agent[bot]
AI Summary
This release enhances Cloudflare AI Gateway integration, refines rate limit handling, and fixes several UI and configuration issues including provider authentication display and pricing calculations.
Key Highlights
- Added native passthroughs for Cloudflare AI Gateway models
- Improved Codex rate limit matching with ChatGPT subscriptions
- Fixed provider authentication display in '/connect'
- Enabled web search for the OpenCode Go provider
New Features
- Native OpenAI and Anthropic passthroughs for Cloudflare AI Gateway
- Web search support for OpenCode Go provider
- ChatGPT workspace compute residency forwarding
Full Release Notes
## Core ### Improvements - Added native OpenAI and Anthropic passthroughs for Cloudflare AI Gateway models. - Matched Codex rate limits more closely to ChatGPT subscription limits. (@GameOn223) ### Bugfixes - Removed built-in Qwen sampling defaults that could send unsupported settings. - Properly show authenticated providers in `/connect`. (@OpeOginni) - Ignore malformed model pricing instead of breaking usage cost calculation. - Fall back when OpenAI websocket requests exceed message size limits. - Forward ChatGPT workspace compute residency to Codex requests. - Updated the default Console URL used by account connection flows. - Enabled web search when using the OpenCode Go provider. - Preserved compatibility with existing v1 databases. ## Desktop ### Bugfixes - Kept saved server details editable in the server dialog. **Thank you to 4 community contributors:** - @TechyAditya: - fix(skills): Update global config path in documentation (#42337) - @GameOn223: - tweak: match codex limits for openai models exactly when using chatgpt subscription (#39082) - @OpeOginni: - fix(opencode): properly show authed providers on /connect command (#39915) - @bhuvan2134686: - docs: add SCX.ai to the providers list (#42520)