OpenCode v1.14.25 Adds Roslyn LSP Support for Razor and Fixes GPT-5.5 Context Limits
OpenCode shipped v1.14.25 with Roslyn LSP support for Razor, .cshtml, and C# script files. The release fixes GPT-5.5 with OpenAI OAuth to use correct context limits and adds request details to LSP permission prompts.
OpenCode released v1.14.25 with support for Roslyn Language Server Protocol (LSP) across Razor, .cshtml, and C# script files.
Core Changes
The release addresses a context compaction issue where GPT-5.5 with OpenAI OAuth was not using correct context limits. The fix ensures the model operates within its specified token boundaries.
LSP permission prompts now include granular request details: the specific operation being performed, target file path, and cursor position. This gives developers visibility into what code assistance tools are accessing before granting permission.
The permission configuration system now preserves rule order and exposes full IntelliSense support for tool permission keys, improving the developer experience when configuring access controls.
Shell commands maintain the correct working directory after login shell startup files execute, fixing a bug where the working directory would change unexpectedly during shell initialization.
Community Contributions
Two community members contributed to this release:
- @altendky clarified git amend conditions to require verifying commits have landed (PR #19937)
- @b0o added Prettier to devDependencies for the build system (PR #23255)
What This Means
The Roslyn LSP integration expands OpenCode's C# development capabilities beyond standard .cs files into web development with Razor templates and scripting scenarios. The GPT-5.5 context fix is critical for developers using OpenAI's OAuth flow, as incorrect context limits can cause the model to prematurely compress or drop relevant code context. Enhanced permission prompts with operation details give developers better control over what their AI coding assistants can access, addressing security and privacy concerns in enterprise environments.
Related Articles
OpenAI discontinues separate Codex line, merges coding capabilities into GPT-5.5
OpenAI will not release a separate GPT-5.5-Codex model, according to Romain Huet. The company unified its Codex coding model with the main GPT line starting with GPT-5.4, with GPT-5.5 featuring enhanced agentic coding and computer use capabilities.
Cline v3.81.0 Adds GPT-5.5 Support for OpenAI Codex Subscribers
Cline, the AI coding assistant, released v3.81.0 with support for GPT-5.5 for OpenAI Codex subscription users. The update also removes hardcoded welcome banners and adds enhanced memory diagnostics including heap snapshots for debugging out-of-memory issues.
OpenAI GPT-5.5 scores 93/100 in benchmark test, loses points for ignoring instructions
OpenAI's GPT-5.5 scored 93 out of 100 points in a 10-round benchmark test covering summarization, reasoning, coding, and creative tasks. The model lost points primarily for ignoring specific instructions, such as using unauthorized sources when asked to summarize from a single news outlet.
OpenAI releases GPT-5.5 with faster token efficiency and improved context understanding
OpenAI released GPT-5.5, which completes tasks at the same difficulty level faster than GPT-5.4 while using significantly fewer tokens. The model is available to ChatGPT Plus, Pro, Business, and Enterprise users, with API access delayed due to required safeguards.
Comments
Loading...