changelogOpenAI

OpenCode v1.14.25 Adds Roslyn LSP Support for Razor and Fixes GPT-5.5 Context Limits

TL;DR

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.

1 min read
0

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

model release

OpenAI's GPT-5.6 Sol, Terra, and Luna Launch on Amazon Bedrock with 272K Context Window

OpenAI's GPT-5.6 family — Sol, Terra, and Luna — is now generally available on Amazon Bedrock through a new bedrock-mantle endpoint. All three models share a 272K-token context window, support image input, and let developers dial reasoning effort from none to max.

product update

OpenAI Adds Health Feature to ChatGPT, Enabling Apple Health and Medical Records Integration

OpenAI has launched a Health feature inside ChatGPT that lets logged-in users aged 18 and older connect Apple Health data and, where supported, records from US providers. The feature is live now on web and iOS across all ChatGPT subscription tiers.

changelog

Sakana AI Claims Fugu Ultra v1.1 Router Beats Anthropic's Fable 5 Without Including It in the Pool

Sakana AI has released Fugu Ultra v1.1, an update to its multi-model router, claiming performance gains up to 7.9 points over v1.0 and results that beat Anthropic's Fable 5 despite Fable 5 not being part of the router's model pool. All benchmark figures come from Sakana itself and remain unverified.

product update

OpenAI Brings Agent-Controlling ChatGPT Voice Mode to Desktop App

OpenAI has brought ChatGPT Voice to its desktop app, letting users direct AI agents in ChatGPT Work and Codex through spoken commands. The feature, powered by OpenAI's new GPT-Live model family, can execute multi-step tasks like creating pull requests and debugging code.

Comments

Loading...