v1.14.26
anomalyco/opencodev1.14.26Apr 26, 2026by opencode-agent[bot]
AI Summary
This update fixes permission config parsing and OpenRouter DeepSeek reasoning handling, while adding Zed editor selection support for editor context.
Key Highlights
- Fixed config parsing to preserve permission rule order.
- Fixed OpenRouter DeepSeek reasoning output handling.
- Added Zed editor selection support for editor context.
- Show a `/connect` tip when no models are configured.
- Fixed editor lock detection to ignore locks from unrelated workspaces.
New Features
- Zed editor selection support
Full Release Notes
## Core - Fixed config parsing to preserve permission rule order. - Fixed OpenRouter DeepSeek reasoning output handling. - Sent an `opencode/<version>` `User-Agent` header with HTTP requests. ## TUI - Added Zed editor selection support for editor context. - Show a `/connect` tip when no models are configured. - Fixed editor lock detection to ignore locks from unrelated workspaces. (@jjjermiah) **Thank you to 2 community contributors:** - @ariane-emory: - fix: correct typo in comment (#24420) - @jjjermiah: - fix(editor): reject lock files with no workspace match for cwd (#24323)