OpenCode v1.14.24: DeepSeek Reasoning & Experimental HTTP API
OpenCode v1.14.24 fixes DeepSeek reasoning handling and model config inheritance, while introducing experimental HTTP API endpoints for MCP server and file operations.
TL;DR
- DeepSeek assistant messages now always include reasoning, fixing provider formatting failures
- Inherited model configs fixed for interleaved-capability models
- Experimental HTTP API endpoints added for MCP server status and file operations
Fixed
- DeepSeek reasoning inclusion — Assistant messages now always include reasoning output, preventing provider formatting failures
- Inherited model config fallback — Interleaved-capability models now properly fall back to existing model configs when the field is inherited
New
- MCP server status endpoint — Experimental HTTP API endpoint to check MCP server status
- File operation endpoints — Experimental HTTP API endpoints to list files, read file contents, and check project file status
Update: npm install opencode@1.14.24
Source: OpenCode