v1.14.32
anomalyco/opencodev1.14.32May 2, 2026by opencode-agent[bot]
AI Summary
Restores shell mode editability, fixes HTTP API workspace adapters losing context, and corrects OpenAPI schemas. Adds fallback for unsupported image formats and fixes session archive timestamps.
Key Highlights
- Shell mode in the prompt stays editable for editing keys
- Fixed HTTP API workspace adapters losing instance context
- Fixed OpenAPI parameter schemas
- Unsupported image formats now fall back to text reads
- Agents can use the global temp directory without prompts
Full Release Notes
## Core - Shell mode in the prompt stays editable, so backspace, cursor movement, and other editing keys work again. - Fixed HTTP API workspace adapters losing instance context, which could break workspace create, sync, and routing flows. - Fixed experimental workspace creation requests that omit `extra`. - Fixed OpenAPI parameter schemas so generated clients match the public API. - Unsupported image formats now fall back to text reads instead of being sent as image attachments. (@zeke) - Agents can use the global temp directory without extra permission prompts. - Fixed Bedrock sessions that include reasoning content when switching models. - Session archive timestamps now reject non-finite values, avoiding invalid JSON in API payloads. ## TUI - Reduced startup theme flashing when using the system theme. - The animated logo now avoids subpixel rendering on terminals without truecolor support. **Thank you to 2 community contributors:** - @luojiyin1987: - fix: correct documentation typos (#25260) - @zeke: - fix(read): prevent unsupported image formats from being sending to provider (#21114)