OpenCode: What's New in April 2026
A summary of all updates, new features, and bug fixes released for OpenCode during April 2026.
New Features in April 2026
- Added support for the Mistral Medium 3.5 model with reasoning capabilities.(v1.14.30)
- Introduced a quick toggle for paste summaries within the TUI interface.(v1.14.30)
- Enabled DeepSeek OpenAI-compatible setups to keep `reasoning_content` interleaved by default.(v1.14.29)
- Enabled the experimental LSP tool to forward the workspace symbol query.(v1.14.29)
- Added a configurable default shell for terminals and agent shell commands, manageable via Desktop settings.(v1.14.27)
- Added new HTTP API routes to list sessions, search files, read catalog data, read experimental data, read worktrees, dispose instances, update worktrees, update config, initialize project Git repos, update projects, manage MCP servers, handle MCP OAuth flows, manage experimental tools, update workspaces, manage sync state, read sessions, perform session lifecycle actions, edit session messages, and perform remaining session actions.(v1.14.26)
- Added Zed editor selection support for editor context in the TUI.(v1.14.26)
- Introduced a tip to use `/connect` when no models are configured in the TUI.(v1.14.26)
- Added Roslyn LSP support for Razor, .cshtml, and C# script files(v1.14.25)
- Added an experimental HTTP API endpoint for MCP server status.(v1.14.24)
- Added experimental HTTP API endpoints to list files, read file contents, and check project file status.(v1.14.24)
- Enabled respecting custom .npmrc registry settings for package version checks and updates.(v1.14.23)
- Enabled projects to store a custom icon override so the chosen icon persists correctly.(v1.14.22)
- Added support for pulling diagnostics from LSP servers, including C# and Kotlin.(v1.14.21)
- Enabled the high reasoning variant for supported Mistral Small models.(v1.14.21)
- Hidden unsupported model variants for Kimi models that do not expose them.(v1.14.21)
- Added the experimental HTTP API endpoint: GET /config.(v1.14.20)
- Added NVIDIA as a built-in provider option, including connection documentation and required attribution headers.(v1.14.19)
- Bundled JetBrainsMono Nerd Font Mono and added a separate setting for configuring the terminal font.(v1.14.19)
- Enabled detection of attachment types from file contents, ensuring images and PDFs are correctly handled even with missing or incorrect file extensions.(v1.14.17)
- Added support for the OTEL_RESOURCE_ATTRIBUTES environment variable to allow setting custom telemetry resource tags.(v1.14.17)
- Added a restore flow for sessions whose workspace is unavailable, providing clearer workspace status indicators in the TUI.(v1.4.10)
- Added LLM Gateway as a new provider, including configuration support and model usage reporting.(v1.4.9)
- Enabled Azure prompt caching with a default per-session cache key.(v1.4.8)
- Added beta desktop settings to hide title bar tools including navigation, search, terminal, status, and file tree.(v1.4.8)
- Enabled support for Claude Opus 4.7 with xhigh adaptive reasoning.(v1.4.7)
- Introduced showing summarized thinking by default for Claude Opus 4.7.(v1.4.7)
- Enabled exporting AI SDK telemetry spans to OTLP trace backends.(v1.4.5)
- Exposed the experimental question API schema and OpenAPI spec from @opencode-ai/server.(v1.4.5)
- Exposed a reusable question handler factory for custom question API hosts.(v1.4.5)
- Added the experimental `compaction.autocontinue` hook to allow stopping auto-continuing after compaction.(v1.4.4)
- Added support for the Alibaba provider, including cache support.(v1.4.4)
- Enabled thinking for `zhipuai-coding-plan`.(v1.4.4)
- Plugins can now register custom workspace adaptors that appear in workspace creation.(v1.4.4)
- Added fast mode variants for supported Claude and GPT models.(v1.4.3)
- Added permission prompts for GitLab Duo Workflow tool calls instead of auto-running them.(v1.4.1)
- Added OTLP observability export support.(v1.4.0)
- Added full HTTP proxy support.(v1.4.0)
- Added a keybinding option for "Switch model variant" in the TUI.(v1.4.0)
- Added PDF drag and drop for attachments in the TUI.(v1.4.0)
- Added `opencode run --dangerously-skip-permissions` to auto-approve non-denied permission prompts.(v1.4.0)
- Added prompts for missing account details when using Cloudflare Workers AI and AI Gateway.(v1.3.17)
- Enabled support for Azure model options on both chat and response paths(v1.3.16)
- Exposed session model and mode configuration options through ACP(v1.3.16)
- Enabled support for @file mentions in review comments, ensuring referenced files are included in the request.(v1.3.14)
Bug Fixes in April 2026
- Fixed missing sessions in the Desktop application caused by path mismatches, including recovery for existing stored data.(v1.14.30)
- Fixed errors in Azure Responses defaults that previously caused reasoning item ordering issues.(v1.14.30)
- Fixed an issue where forked sessions did not keep compacted history intact.(v1.14.30)
- Fixed incorrect editor context ranges when making selections with UTF-8 text in Zed.(v1.14.30)
- Fixed issue where shell cancellations left aborted commands in a bad state; they now finish cleanly.(v1.14.29)
- Fixed creation of a session over HTTP failing when using an empty request body.(v1.14.29)
- Fixed crash/issue where pressing Enter in TUI dialogs leaked through instead of triggering the dialog action.(v1.14.29)
- Fixed TUI issue where `opencode agent create` wrote an invalid `permissions.deny` config.(v1.14.29)
- Fixed issue where the `opencode upgrade` command failed for users with bun installs unless they were executing it from a directory containing a package.json file.(v1.14.28)
- Restored the default toast timeout when no custom duration was provided in the TUI.(v1.14.27)
- Fixed configuration parsing to correctly preserve the order of permission rules.(v1.14.26)
- Fixed handling of DeepSeek reasoning output when using OpenRouter.(v1.14.26)
- Fixed editor lock detection to correctly ignore locks originating from unrelated workspaces.(v1.14.26)
- Corrected a typo found in a comment.(v1.14.26)
- Fixed permission config preserving rule order, now exposing full IntelliSense for tool permission keys(v1.14.25)
- Fixed issue where shell commands did not keep the correct working directory after login shell startup files ran(v1.14.25)
- Fixed git amend condition to require verifying the commit landed(v1.14.25)
- Fixed DeepSeek assistant messages so reasoning is always included, preventing provider formatting failures.(v1.14.24)
- Fixed inherited model configurations so interleaved-capability models continue working when the capability field falls back to an existing model.(v1.14.24)
- Fixed issue where only the first text block of a user message was rendered in the TUI; now all non-synthetic text is displayed.(v1.14.23)
- Fixed session views and nested session items getting stuck with stale state when switching between sessions.(v1.14.22)
- Fixed project detection and caching issues specifically for bare Git repos and worktrees.(v1.14.21)
- Fixed crash or broken state when opening an invalid or missing session in the TUI.(v1.14.21)
- Fixed project icon overrides so uploaded icons and color fallbacks behave correctly in the edit dialog.(v1.14.21)
- Fixed a system theme regression within the Text User Interface (TUI).(v1.14.20)
- Fixed local dynamic imports on Windows when running under Node, ensuring reliable plugin and tool loading.(v1.14.20)
- Fixed permission replies in remote workspaces so they are correctly sent to the originating workspace.(v1.14.20)
- Fixed the Select Server dialog layout so the server list and actions size correctly.(v1.14.20)
- Fixed synced project updates so desktop project state changes apply reliably.(v1.14.20)
- Fixed sidebar project avatars to correctly fall back to using icon.url when no override is specified.(v1.14.20)
- Fixed the WorkspaceAdaptor.create type definition to correctly include the required env parameter.(v1.14.20)
- Fixed assistant message identification by using parentID matching instead of positional scanning.(v1.14.20)
- Fixed compiled binaries failing on startup due to a circular session schema dependency.(v1.14.19)
- Fixed parallel edits overwriting each other by preserving concurrent edits to the same file.(v1.14.19)
- Fixed managed installs failing on Windows and added bundled ripgrep support for Windows ARM64.(v1.14.19)
- Restored the native ripgrep backend, ensuring file search and file listing now work reliably.(v1.14.18)
- Fixed an issue where executable permissions were lost during Docker builds for artifacts.(v1.14.17)
- Resolved an issue causing plugins to reinstall unnecessarily often.(v1.14.17)
- Fixed package installation failures that occurred when the node_modules directory was missing.(v1.14.17)
- Corrected GitHub Copilot requests using Anthropic Haiku by disabling unsupported tool streaming.(v1.14.17)
- Fixed an issue where the TUI sticky header offset was incorrect in the desktop view.(v1.14.17)
- Fixed workspace routing so requests reach the correct workspace instance.(v1.4.11)
- Stopped share sync attempts for sessions that were never shared.(v1.4.11)
- Fixed agent cycling issue in the TUI when no agent was selected and improved prompt key handling.(v1.4.10)
- Fixed issue where models would fail to load when catalog data was incomplete by normalizing provider metadata defaults.(v1.4.10)
- Fixed an issue where the requested session would not open after app startup when using the --session-id flag.(v1.4.9)
- Fixed light mode detection when using the Ghostty terminal emulator.(v1.4.9)
- Fixed the desktop application so the file tree correctly appears when enabled in settings.(v1.4.9)
- Fixed a crash that occurred when experimental mode was enabled.(v1.4.8)
- Fixed Windows terminal behavior where Ctrl+Z caused input undo and process suspension.(v1.4.8)
- Fixed desktop workspace loading to ensure the ready state persists correctly.(v1.4.8)
- Fixed desktop session syncing issues when loading project data from the query cache.(v1.4.8)
- Fixed requests failing on Cloudflare AI Gateway for OpenAI reasoning models because `max_tokens` was being dropped.(v1.4.7)
- Fixed requests requiring stored responses failing because Azure models did not default `store=true`.(v1.4.7)
- Fixed pasting files or large text in the TUI causing content to be inserted twice.(v1.4.7)
- Fixed the command line `--agent` argument being overwritten by the session's saved agent.(v1.4.7)
- Fixed TUI sync state breaking due to empty LSP, MCP, formatter, and session status responses.(v1.4.7)
- Fixed an issue where stale bot messages were not aligning with the actual 60-day threshold.(v1.4.7)
- Fixed snapshot staging reliability and performance for very long file lists.(v1.4.6)
- Fixed incorrect parsing of OTEL headers when the header value contained an equals sign (=).(v1.4.6)
- Fixed inconsistent or failed prompt submissions due to incorrect prompt submission state updates.(v1.4.6)
- Fixed desktop shell commands starting from the wrong directory; they now start from the home directory.(v1.4.5)
- Prevented bootstrap error popups from appearing while global sync is initializing.(v1.4.5)
- Fixed reasoning summary injection for `@ai-sdk/openai-compatible` providers.(v1.4.4)
- Fixed crash/hang on Windows desktop backend before shutdown.(v1.4.4)
- Fixed Korean IME truncation when using `zhipuai-coding-plan`.(v1.4.4)
- Fixed duplicate user messages appearing in ACP clients.(v1.4.4)
- Fixed contrast issue with diff line numbers in built-in TUI themes.(v1.4.4)
- Fixed plugin authentication logic so it only asks for an API key if the plugin has an `authorize` method.(v1.4.4)
- Fixed plugin authentication logic to correctly ask for an API key when authorization is needed.(v1.4.4)
- Fixed the "agent create" command failing for OpenAI accounts authenticated via OAuth.(v1.4.3)
- Fixed subagents in the TUI not being clickable until they finished processing.(v1.4.2)
- Fixed clangd incorrectly choosing CMakeLists.txt or Makefile as the project root in C/C++ workspaces.(v1.4.1)
- Fixed terminal connections failing in same-origin desktop and web app setups.(v1.4.1)
- Fixed session review and change lists when diff data arrived in inconsistent shapes.(v1.4.1)
- Fixed the generated SDK and OpenAPI types for /providers and session shell responses.(v1.4.1)
- Fixed failed web fetches leaving stale timeouts behind.(v1.4.0)
- Fixed OpenRouter provider issues.(v1.4.0)
- Fixed incorrect Qwen variants after aligning GitHub Copilot Anthropic reasoning levels.(v1.4.0)
- Fixed TypeScript LSP memory use by ensuring the server uses the native project config.(v1.4.0)
- Fixed input issues on Windows terminals by restoring the default kitty keyboard handling.(v1.3.17)
- Fixed output token totals calculation when reasoning tokens are reported separately(v1.3.16)
- Fixed plugin installations from npm aliases and git URLs, resolving Windows cache path issues(v1.3.16)
- Fixed npm installs failing when Arborist encounters the compiled binary's node-gyp path.(v1.3.15)
- Fixed issue where the tool would crash or behave unexpectedly when the last used agent became unavailable by falling back to the first available agent.(v1.3.14)
Improvements in April 2026
- Improved compatibility with DeepSeek providers that use varying model naming conventions.(v1.14.30)
- Made instruction precedence more predictable by ensuring global instructions are applied before project and skill instructions.(v1.14.30)
- Restored editor context automatically when switching between sessions located in different directories.(v1.14.30)
- Reduced memory consumption during long-running bash tool usage.(v1.14.30)
- Sessions now default to filtering by the current path, with an option to view the entire project history.(v1.14.30)
- Kept GitHub Copilot model variants synchronized with the latest API capabilities.(v1.14.30)
- Prevented the TUI from crashing on startup when an invalid custom theme is loaded.(v1.14.30)
- OpenAPI request body schemas now accurately match the real HTTP API.(v1.14.29)
- Sessions now correctly maintain a relative workspace path.(v1.14.29)
- OpenAPI documentation now correctly documents instance `directory` and `workspace` query parameters.(v1.14.29)
- Sync sequence validation now matches the HTTP API.(v1.14.29)
- Moonshot and Kimi tool schemas are sanitized to prevent rejected tool calls.(v1.14.29)
- MCP OAuth errors and Provider OAuth authorize errors now align more closely with the native API.(v1.14.29)
- Workspace HTTP API routes are now correctly mounted through the bridge.(v1.14.29)
- Tool streaming now defaults to off for non-Anthropic models when using the Anthropic SDK, and defaults off for Google Vertex.(v1.14.29)
- Zed context polling in the TUI remains responsive.(v1.14.29)
- TUI file context is clearer, can be toggled off, and clears after sending.(v1.14.29)
- Per-workspace icon overrides now persist correctly for subdirectories within the same repository.(v1.14.29)
- Sync state loading is more reliable across MCP, LSP, and workspace refreshes.(v1.14.29)
- Reduced extra terminal noise during the creation of TUI workspaces.(v1.14.27)
- Hid provider connection checks until the onboarding process is complete in the TUI.(v1.14.27)
- The tool now sends an `opencode/<version>` `User-Agent` header with all outgoing HTTP requests for better identification.(v1.14.26)
- LSP permission prompts now include request details such as the operation, file, and cursor position(v1.14.25)
- GPT-5.5 with OpenAI OAuth now uses the correct context limits to avoid compaction issues(v1.14.25)
- The tool now respects settings found in the local .npmrc file during npm installs.(v1.14.22)
- Improved session compaction to retain more useful context in long threads when older history is summarized.(v1.14.21)
- Preserved UTF-8 BOMs when files are edited, patched, or rewritten through tools.(v1.14.21)
- Replaced the previous C# support with the Roslyn Language Server.(v1.14.21)
- Skipped version upgrade checks when auto-update is disabled in the TUI.(v1.14.21)
- Kept project avatar previews consistent between the sidebar and the edit dialog.(v1.14.21)
- Improved Linux desktop metadata for better app listings and categorization.(v1.14.21)
- Stopped prompt controls from replaying their fade-in animation on every render in the Desktop application.(v1.14.20)
- Added a setting in the Desktop application to hide the session progress bar while the agent is working.(v1.14.20)
- Renamed the compaction setting to `preserve_recent_tokens` for clarity regarding the budget that keeps recent turns verbatim.(v1.14.19)
- Kept recent conversation turns verbatim during session compaction to maintain more local context for follow-up work.(v1.14.19)
- Implemented a fallback to summarizing the full conversation when preserved recent turns contain too much media to fit safely.(v1.14.19)
- Reduced loading flicker when opening projects and bringing prompt controls online.(v1.14.19)
- Switched the default display mode for Anthropic Bedrock Opus 4.7 requests to use `display: summarized`.(v1.14.17)
- Added a full-session option available when forking a session from the session dialog in the TUI.(v1.14.17)
- The session ID is now displayed in the sidebar when operating on non-production channels in the TUI.(v1.14.17)
- Restored workspace history upon connection, allowing existing sessions to catch up before live sync resumes.(v1.4.10)
- Ensured telemetry functions correctly in managed workspaces by passing OTEL exporter settings.(v1.4.10)
- Reduced rate limits for the websearch tool by passing the EXA_API_KEY.(v1.4.10)
- Improved remote workspace reconnection reliability using exponential backoff and clearer failure messages.(v1.4.9)
- Limited GitHub Copilot Opus 4.7 models to use medium reasoning effort to prevent using unsupported variants.(v1.4.9)
- Plugin tools can now return metadata in execute results.(v1.4.8)
- Revert diffs now display real filenames instead of showing /dev/null.(v1.4.8)
- Improved handling of workspace sessions when the associated workspace is no longer available.(v1.4.8)
- Prompt input is now preserved when TUI views unmount and remount.(v1.4.8)
- Session list dialogs in the TUI are now ordered more consistently within each day.(v1.4.8)
- Improved loading of desktop session changes within the review panel.(v1.4.8)
- GitHub Copilot gpt-5-mini now uses low reasoning effort for better request compatibility.(v1.4.7)
- Provider sign-in context now carries across workspace sessions.(v1.4.7)
- TUI plugins now load against the correct project when multiple directories are open.(v1.4.7)
- The bash tool uses less memory when processing large command output.(v1.4.7)
- Experimental workspaces now wait for sync to finish before returning writes, reducing stale reads and missed updates.(v1.4.7)
- Session restore can now replay a session into another workspace in batches.(v1.4.7)
- Sessions now retry provider 5xx errors even when the provider SDK does not mark them as retryable.(v1.4.7)
- Desktop builds now display a Beta or Dev badge in the title bar when applicable.(v1.4.7)
- Improved spacing when editing session titles in the desktop application.(v1.4.6)
- Restored instance and logger context during prompt runs, ensuring prompt-time tools and logging function correctly.(v1.4.4)
- Kept GitHub Copilot compaction requests valid.(v1.4.4)
- Restored the flat reply shape for question API responses.(v1.4.4)
- Persisted MCP OAuth connections that finish immediately, ensuring authenticated servers remain connected.(v1.4.4)
- Stopped emitting `user_message_chunk` events during session and prompt turns in ACP clients.(v1.4.4)
- Snapshots now fully respect `.gitignore`, including previously tracked files.(v1.4.4)
- Reading images no longer counts against the user quota.(v1.4.4)
- Sessions can now update project permissions mid-run.(v1.4.4)
- The JavaScript SDK now throws a clear error when an older server responds with HTML instead of the expected API response.(v1.4.4)
- Interrupted Bash commands now retain their final output and truncation details instead of being lost as aborted.(v1.4.3)
- Restored the hidden session scrollbar as the default in the TUI.(v1.4.3)
- Added configurable OAuth redirect URIs for remote MCP servers.(v1.4.3)
- Removed the forced loading delay when the Desktop application connects.(v1.4.2)
- Hidden unsupported variants for Big Pickle models.(v1.4.1)
- Displayed an OpenCode Go subscribe prompt when free usage limits are reached in the TUI.(v1.4.1)
- Simplified provider labels in the model and provider pickers in the TUI.(v1.4.1)
- Improved `opencode login` transport error messages.(v1.4.0)
- Retried Alibaba provider rate-limit errors instead of failing immediately.(v1.4.0)
- Kept model variants scoped to the selected model.(v1.4.0)
- Reduced TypeScript LSP memory use by using the native project config.(v1.4.0)
- Improved subagent sessions in Desktop with clearer titles, navigation, and progress states.(v1.4.0)
- Moved auto-accept permissions configuration into Settings in Desktop.(v1.4.0)
- Showed full file names on attachment chips in Desktop.(v1.4.0)
- Cloudflare Workers AI and AI Gateway now show clear setup errors when required Cloudflare variables are missing.(v1.3.17)
- Added a separating blank line before read tool file contents for clearer output in the TUI(v1.3.16)
- Defaulted Ctrl+Z to undo on Windows instead of triggering terminal suspend(v1.3.16)
- Allowed disabling TUI mouse capture via configuration or the OPENCODE_DISABLE_MOUSE environment variable(v1.3.16)
- Hidden the organization switching option in the TUI when only one organization is available(v1.3.16)
- Labeled Console-managed providers and enabled organization switching from the provider UI(v1.3.16)
- Removed redundant Kimi skill section.(v1.3.15)
- Added keyboard navigation and shortcuts to the question dock, allowing users to dismiss the dock with Escape and submit input with Ctrl+Enter or Cmd+Enter.(v1.3.14)
- Reduced the frequency of browser autofill popups appearing in the prompt input field.(v1.3.14)
- Updated the VOUCHED list.(v1.3.13)
All Releases in April 2026
v1.14.302 features4 fixesThis release introduces support for the new Mistral Medium 3.5 model with reasoning capabilities and adds a quick toggle for paste summaries in the TUI. Several critical bugs were fixed, including issues with missing desktop sessions, incorrect UTF-8 text handling in the editor, and improved stability when using custom themes.
v1.14.292 features4 fixesThis release focuses heavily on aligning internal logic and external APIs, ensuring OpenAPI schemas and sync validation now match the HTTP API specifications. Key fixes include cleaner shell cancellation handling and improved TUI dialog responsiveness. Additionally, tool streaming defaults have been adjusted for better compatibility with DeepSeek and Google Vertex setups.
v1.14.281 fixThis release focuses on stability for the upgrade process. A key fix addresses an issue where the `opencode upgrade` command would fail for bun installations unless run from a project root directory.
v1.14.271 feature1 fixThis release introduces the ability to configure a default shell for terminals and agent commands via Desktop settings. It also includes a fix to restore the default toast timeout behavior in the TUI and general improvements to reduce terminal noise during workspace creation.
v1.14.263 features4 fixesThis release significantly expands the capabilities of the underlying HTTP API, adding numerous new routes for session management, configuration updates, Git initialization, and worktree operations. Key user-facing fixes include improved handling of editor lock detection and correct parsing of configuration permission rules. The TUI also gains support for Zed editor selection context.
v1.14.251 feature3 fixesThis release introduces significant language server protocol (LSP) enhancements, including added Roslyn LSP support for Razor and C# script files. Key fixes address permission configuration preservation and shell command working directory issues. Additionally, context limits for GPT-5.5 with OpenAI OAuth have been corrected to prevent compaction problems.
v1.14.242 features2 fixesThis release introduces several new experimental HTTP API endpoints for checking server status and managing project files. Key fixes include ensuring DeepSeek assistant messages always include reasoning and resolving an issue with inherited model configurations for interleaved-capability models.
v1.14.231 feature1 fixThis release focuses on improving package management configuration by respecting custom .npmrc registry settings. Additionally, the TUI interface has been updated to correctly render all text blocks within user messages.
v1.14.221 feature1 fixThis release focuses on improving state management within session views and ensuring custom project icons are correctly persisted. Additionally, the tool now respects local .npmrc configurations during npm installations.
v1.14.213 features3 fixesThis release introduces enhanced language server support, enabling diagnostics from C# and Kotlin, and adds a new high reasoning variant for Mistral Small models. Key fixes include improved project detection for Git worktrees and better context retention during long session history summarization.
v1.14.201 feature8 fixesThis release introduces an experimental HTTP API endpoint, GET /config, for configuration access. Several important bug fixes address issues with dynamic imports on Windows, TUI theme regressions, and layout problems in the Desktop server selection dialog. Users can now also hide the session progress bar via a new setting.
v1.14.192 features3 fixesThis release introduces NVIDIA as a new built-in provider option, enhancing connectivity choices for users. Several critical bugs were fixed, including issues with compiled binary startup and concurrent file edits. Additionally, the tool now preserves recent conversation turns verbatim during compaction to improve local context for follow-up tasks.
v1.14.181 fixThis release focuses on core stability by restoring the native ripgrep backend, which resolves issues with file searching and listing functionality. Documentation has also been updated to include details on the --dangerously-skip-permissions CLI flag.
v1.14.172 features5 fixesThis release focuses on improving reliability across builds and package management, including preserving executable permissions during Docker builds and fixing unnecessary plugin reinstalls. Key updates include better attachment handling based on file content and support for custom telemetry tagging via OTEL_RESOURCE_ATTRIBUTES.
v1.4.112 fixesThis release focuses on stability and correctness within the core functionality. Key fixes include resolving incorrect routing for workspace requests and preventing unnecessary sync attempts for unshared sessions.
v1.4.101 feature2 fixesThis release focuses on improving session reliability and stability, particularly in the TUI. Key updates include a new flow to restore unavailable sessions and fixes for agent cycling and model loading issues when metadata is incomplete.
v1.4.91 feature3 fixesThis release introduces the LLM Gateway as a new supported provider, complete with configuration and usage reporting. Several key bugs were resolved, including issues with session startup via CLI and file tree visibility on the desktop app. Additionally, remote workspace reconnection reliability has been improved.
v1.4.82 features4 fixesThis release focuses on stability and usability improvements across the core application and desktop client. Key updates include fixing a crash related to experimental mode and enabling Azure prompt caching for better performance. Users will also benefit from improved session handling and new desktop settings to customize the UI by hiding title bar elements.
v1.4.72 features6 fixesThis release introduces support for Claude Opus 4.7 with xhigh adaptive reasoning and defaults to showing summarized thinking for this model. Several critical bugs were fixed, including issues with TUI pasting, agent overwriting, and provider error handling during session replay. Additionally, performance improvements were made to the bash tool and workspace synchronization.
v1.4.63 fixesThis release focuses on stability and reliability, particularly for large file operations by improving snapshot staging. Several minor bugs were resolved, including issues with prompt submission state and OTEL header parsing.
v1.4.53 features2 fixesThis release focuses on enhancing the AI SDK and API capabilities by exposing new telemetry export options and the experimental question API schema. Additionally, desktop usability is improved by ensuring shell commands start from the correct directory and suppressing initialization errors.
v1.4.44 features7 fixesThis release introduces experimental control over compaction continuation and adds support for the Alibaba provider. Key fixes include restoring correct context for prompt-time tools, resolving issues with reasoning summary injection for OpenAI-compatible providers, and improving plugin authentication flows. Additionally, image reading is now free against quotas, and snapshots respect `.gitignore` more strictly.
v1.4.31 feature1 fixThis release introduces fast mode variants for supported Claude and GPT models, enhancing generation speed. A key fix addresses the "agent create" command failing for OAuth-authenticated OpenAI accounts. Additionally, interrupted Bash commands now correctly preserve their final output.
v1.4.21 fixThis release focuses on immediate usability improvements. The main changes include removing the initial loading delay in the Desktop application and ensuring subagents in the TUI are clickable immediately upon completion.
v1.4.11 feature4 fixesThis release introduces a crucial security enhancement by adding permission prompts for GitLab Duo Workflow tool calls. Several important bugs were resolved, including fixes for clangd project root detection and issues with session review data consistency. Additionally, the TUI now clearly prompts users when free usage limits are hit.
v1.4.05 features4 fixesThis release introduces significant new capabilities, including OTLP observability export support and full HTTP proxy support. Key fixes address issues with web fetches and specific provider integrations like OpenRouter. Users will also benefit from improved TUI features like PDF drag and drop and better session management in the Desktop application.
v1.3.171 feature1 fixThis release focuses on improving the setup experience for Cloudflare Workers AI and AI Gateway by adding prompts for missing account details and clearer error messages. Additionally, a critical input issue on Windows terminals related to keyboard handling has been resolved.
v1.3.162 features2 fixesThis release introduces expanded support for Azure model options across chat and response paths, and exposes session configuration options via ACP. Several usability improvements were made to the TUI, including better handling of Ctrl+Z on Windows and optional disabling of mouse capture, alongside fixes for plugin installations.
v1.3.151 fixThis release focuses on stability by resolving an issue that caused npm installations to fail under specific path conditions. Additionally, minor cleanup was performed by removing an outdated section from the configuration.
v1.3.141 feature1 fixThis release introduces the ability to reference files directly in review comments using @file mentions. It also enhances usability with new keyboard shortcuts for the question dock and improves stability by ensuring an agent is always available.
v1.3.13This release includes minor updates focused on maintenance and security. The primary change is an update to the VOUCHED list, contributed by a community member.