v1.14.32
OpenCodeSummary
This release focuses on core stability and usability, fixing critical issues with HTTP API workspace flows and restoring full editing capabilities in Shell mode. Key improvements include better handling of unsupported image formats and fixes for Bedrock session context switching.
New Features
- Enabled agents to use the global temp directory without requiring extra permission prompts.
Bug Fixes
- Fixed issue where Shell mode in the prompt was not editable, restoring functionality for backspace, cursor movement, and other editing keys.
- Resolved HTTP API workspace adapters losing instance context, which previously broke workspace creation, synchronization, and routing flows.
- Fixed experimental workspace creation requests that incorrectly omitted the required `extra` field.
- Corrected OpenAPI parameter schemas so that generated clients now accurately match the public API.
- Fixed Bedrock sessions that included reasoning content when switching between models.
- Ensured session archive timestamps reject non-finite values, preventing invalid JSON from being included in API payloads.
Improvements
- Unsupported image formats now correctly fall back to text reads instead of being sent as image attachments.
- Reduced startup theme flashing when the system theme is in use.
- The animated logo now avoids subpixel rendering artifacts on terminals that do not support truecolor.
- Corrected documentation typos.