v1.14.24
anomalyco/opencodev1.14.24Apr 24, 2026by opencode-agent[bot]
AI Summary
This release fixes DeepSeek assistant messages to ensure reasoning is always included, and addresses model config inheritance for interleaved-capability models. It also introduces experimental HTTP API endpoints for MCP server status and file operations.
Key Highlights
- Fixed DeepSeek reasoning inclusion to avoid provider formatting failures
- Fixed inherited model configs for interleaved-capability models
- Added experimental HTTP API endpoint for MCP server status
- Added experimental HTTP API endpoints for file listing, reading, and status checks
- Community contribution for model config fallback fix
New Features
- MCP server status HTTP API endpoint
- File listing HTTP API endpoint
- File content reading HTTP API endpoint
- Project file status HTTP API endpoint
Full Release Notes
## Core - Fixed DeepSeek assistant messages so reasoning is always included, avoiding provider formatting failures. - Fixed inherited model configs so interleaved-capability models keep working when that field falls back to an existing model. (@07akioni) - Added an experimental HTTP API endpoint for MCP server status. - Added experimental HTTP API endpoints to list files, read file contents, and check project file status. **Thank you to 1 community contributor:** - @07akioni: - fix: use existingModel as fallback for interleaved field (#24172)