v1.14.25
anomalyco/opencodev1.14.25Apr 25, 2026by opencode-agent[bot]
AI Summary
The release improves permission configuration and LSP prompts, adds Roslyn LSP support, and fixes context limits for GPT-5.5.
Key Highlights
- Fixed permission config preserving rule order and exposes full IntelliSense.
- LSP permission prompts now include request details like the operation, file, and cursor position.
- Added Roslyn LSP support for Razor, `.cshtml`, and C# script files.
- GPT-5.5 with OpenAI OAuth now uses the correct context limits to avoid compaction issues.
New Features
- Roslyn LSP support for Razor, .cshtml, and C# script files
Full Release Notes
## Core - Fixed permission config preserving rule order and exposes full IntelliSense for tool permission keys - LSP permission prompts now include request details like the operation, file, and cursor position - Shell commands keep the correct working directory after login shell startup files run - Added Roslyn LSP support for Razor, `.cshtml`, and C# script files - GPT-5.5 with OpenAI OAuth now uses the correct context limits to avoid compaction issues **Thank you to 2 community contributors:** - @altendky: - fix(opencode): clarify git amend condition to require verifying commit landed (#19937) - @b0o: - fix(build): add prettier to devDependencies (#23255)