OpenCode v1.1.42: Rate Limit & Timeout Fixes
OpenCode v1.1.42 fixes rate limiting by reverting to Anthropic endpoints, patches frontmatter bugs, and adds timeout guards. Two community contributions included.
TL;DR
- Reverted to Anthropic completions endpoint to fix Copilot rate limiting
- Fixed frontmatter newline bug breaking model IDs
- Added timeout race condition guards in TUI
Fixed
- Anthropic completions endpoint — Reverted from Copilot to avoid rate limiting issues
- Frontmatter newlines — Fixed bug where extra newlines corrupted model IDs
- Timeout race conditions — Added guards to prevent destroyed input field callbacks in TUI
- Kimi fake variants — Removed unavailable model variants from selection
New
- Sequential session numbering — Forked session titles now auto-increment for clarity
- Cache token stats — CLI statistics now include cache token usage
Update with: npm install opencode@1.1.42 or check the release page for your package manager.
Source: OpenCode