v1.18.22
anomalyco/opencodev1.18.22Aug 24, 2026by opencode-agent[bot]
AI Summary
This update improves core stability by removing outdated pricing information and fixing login mechanisms for relative URLs. It also resolves compatibility issues with OpenAI-compatible providers and updates the Amazon Bedrock provider. A minor UI improvement was made to the desktop model picker.
Key Highlights
- Removed outdated OpenCode Go pricing and discount messaging
- Fixed device login links to handle relative URLs and base paths correctly
- Resolved textVerbosity parameter injection errors for unsupported OpenAI-compatible providers
- Updated Amazon Bedrock provider for improved compatibility
- Kept model provider headers visible while scrolling in the desktop model picker
Full Release Notes
## Core ### Bugfixes - Removed outdated OpenCode Go first-month discount messaging and pricing. - Fixed OpenCode device login links when servers return relative verification URLs or use a base path. - Fixed `textVerbosity` being sent to OpenAI-compatible providers that do not support it. (@joelstucki-taulia) - Updated the Amazon Bedrock provider for compatibility fixes. ## Desktop ### Bugfixes - Keep model provider headers visible while scrolling the model picker. **Thank you to 1 community contributor:** - @joelstucki-taulia: - fix(provider): guard textVerbosity injection for @ai-sdk/openai-compatible providers (#43915)