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
OpenCode v1.15.13 Adds Session Metadata API, Fixes Anthropic Opus 4.7 Adaptive Reasoning Bug
OpenCode v1.15.13 introduces custom session metadata storage through its API and SDK. The release fixes a bug where Anthropic's Opus 4.7+ adaptive reasoning returned empty thinking blocks instead of summarized thinking.
OpenAI expands ChatGPT memory to free users, doubles storage capacity for paid tiers
OpenAI is rolling out an upgraded memory system for ChatGPT that synthesizes context more efficiently across conversations. The company reduced compute requirements by approximately 5x, enabling it to offer the memory feature to free users for the first time while doubling storage capacity for Plus and Pro subscribers.
OpenAI GPT-5.5 and GPT-5.4 Launch on Amazon Bedrock at Parity Pricing
OpenAI's GPT-5.5 and GPT-5.4 models are now generally available on Amazon Bedrock, with pricing matching OpenAI's first-party rates. Codex, OpenAI's coding agent used by 5 million developers weekly, is also available with pay-per-token pricing and no seat licenses.
ChatGPT app adds long-press gesture to switch intelligence levels mid-conversation
OpenAI added a long-press gesture to ChatGPT's mobile app that lets users select intelligence levels (Instant, Thinking, Extended) before sending a message. The update also includes a table of contents feature for conversations with 5+ responses and improvements to the GPT-5.5 Instant model.
Comments
Loading...