Skip to content

Releases: anomalyco/opencode

v1.18.4

Choose a tag to compare

@opencode-agent opencode-agent released this 20 Jul 15:28
Immutable release. Only release title and notes can be modified.

Core

Improvements

  • Use adaptive thinking controls for Kimi models on Anthropic-compatible providers, with summarized reasoning output by default. (@chouqin)

Bugfixes

  • Reduce OpenAI provider header timeouts during slow connection setup.
  • Respect provider-defined reasoning options instead of falling back to the wrong reasoning controls.
  • Restore Azure Cognitive Services endpoint support for Azure-hosted models.

Desktop

Improvements

  • Sync the embedded terminal theme with the app theme.
  • Improve the review panel so open file tabs can stay aligned with the current diff view.
  • Rewrite the v2 prompt input for more reliable command, context, shell, attachment, and history interactions.
  • Improve review panel resizing and sticky controls.

Bugfixes

  • Preserve command drafts in the command menu.
  • Avoid session view failures when message parent links are missing.
  • Prevent sending empty prompt text parts.
  • Restore model variant selection accessibility.
  • Show keybind tooltips on prompt input controls. (@ProdigyRahul)
  • Deduplicate repeated file entries in diff summaries.
  • Prevent recovery window handling from touching destroyed windows.

Thank you to 3 community contributors:

  • @jerome-benoit:
    • fix(nix): relax Bun version check for desktop build (#36767)
    • fix(nix): restore desktop integration (#37197)
  • @ProdigyRahul:
    • fix(app): show keybind tooltips on prompt input controls (#37824)
  • @chouqin:
    • feat(opencode): use adaptive thinking effort for kimi family on anthr… (#37696)

PR #37967 final screenshots

Pre-release

Choose a tag to compare

@opencode-agent opencode-agent released this 20 Jul 17:33
Immutable release. Only release title and notes can be modified.

Final visual evidence for PR #37967.

PR #37967 screenshots (final)

Pre-release

Choose a tag to compare

@opencode-agent opencode-agent released this 20 Jul 17:34
Immutable release. Only release title and notes can be modified.

Final visual evidence for PR #37967.

PR #37967 screenshots

PR #37967 screenshots Pre-release
Pre-release

Choose a tag to compare

@opencode-agent opencode-agent released this 20 Jul 17:28
Immutable release. Only release title and notes can be modified.

Visual evidence for PR #37967.

v1.18.3

Choose a tag to compare

@opencode-agent opencode-agent released this 16 Jul 15:34
Immutable release. Only release title and notes can be modified.

Core

Improvements

  • Added an Up Arrow shortcut to close the subagent picker when the first item is selected.

Desktop

Bugfixes

  • Fixed home page scrolling so sticky headers and the session list behave correctly.
  • Fixed startup readiness so WSL server loading is included before the desktop app reports ready.
  • Removed the inactive help button from the app layout.
  • Fixed custom agent selector visibility when custom agents are available.

Improvements

  • Home page command palette search can now find and open sessions.

v1.18.2

Choose a tag to compare

@opencode-agent opencode-agent released this 15 Jul 16:15
Immutable release. Only release title and notes can be modified.

Core

Bugfixes

  • Stopped subagents from launching nested subagents by default, with a configurable subagent_depth limit when needed.
  • Improved default reasoning depth for Meta models.

Desktop

Improvements

  • Added Mod+N as another shortcut for opening a new tab.

Bugfixes

  • Restored the Help button in release builds.
  • Kept sessions with null archive times visible instead of dropping them from the home list.
  • Hid the drawer close button on Windows where it conflicts with the window chrome.

Thank you to 1 community contributor:

  • @BB-84C:
    • fix(core): tolerate AlreadyExists in FSUtil.ensureDir (#36542)

v1.18.1

Choose a tag to compare

@opencode-agent opencode-agent released this 14 Jul 21:37
Immutable release. Only release title and notes can be modified.

Desktop

Bugfixes

  • Fixed spacing between model provider sections in Settings.

v1.18.0

Choose a tag to compare

@opencode-agent opencode-agent released this 14 Jul 20:29
Immutable release. Only release title and notes can be modified.

Desktop

Improvements

  • Completed the Desktop v2 migration, including upgrade handling for the new layout and first-launch onboarding.
  • Added a setting to switch between the new and old Desktop layouts during the transition period.

Bugfixes

  • Fixed file views using the wrong background in the v2 layout.
  • Fixed connected project picker positioning when its anchor is still loading.
  • Kept permission auto-accept state separate for each server.
  • Fixed a project picker positioning crash.
  • Kept terminal tab rename focused while editing.
  • Enabled remote sessions to auto-accept permissions correctly.
  • Fixed terminal tabs stealing focus when they mount.
  • Loaded more timeline history at once to reduce repeated backfill while scrolling.
  • Resynced the timeline correctly after reconnecting.
  • Preserved the composer caret after request updates.
  • Reduced Home cold-load time substantially.
  • Preserved timeline bottom anchoring more reliably.
  • Clarified status indicator severity.

v1.17.20

Choose a tag to compare

@opencode-agent opencode-agent released this 13 Jul 21:09
Immutable release. Only release title and notes can be modified.

Core

Bugfixes

  • Removed an obsolete Codex workaround that could interfere with OpenAI Luna Responses Lite requests.

Improvements

  • Updated Azure AI support for GPT-5.6.

v1.17.19

Choose a tag to compare

@opencode-agent opencode-agent released this 13 Jul 16:34
Immutable release. Only release title and notes can be modified.

Core

Bugfixes

  • Supported OpenAI pro reasoning mode.
  • Disabled response storage by default for xAI Responses. (@geraint0923)
  • Added OAuth support for Luna Responses Lite.
  • Switched to another available org after logging out in the console.
  • Used Codex context limits for GPT-5.6 over OAuth. (@nabilfreeman)

TUI

Bugfixes

  • Forwarded CLI environment variables to the TUI worker.

Desktop

Bugfixes

  • Removed interface transition changes that were accidentally shipped to dev.
  • Fixed clipped labels and branch tooltips.
  • Stopped the review panel width from jumping when opening or closing it.
  • Focused the prompt input when starting a new session.
  • Prevented some new-session updates from blocking the UI.
  • Fixed timeline outlines getting clipped.
  • Aligned context token counts with usage totals.
  • Kept the file tree visible while opening files.

Improvements

  • Redesigned attachment cards and file comment chips in the new interface.
  • Updated the review panel with persistent file browsing, better file tabs, and easier open-in-app actions.
  • Restyled the Edit Project modal to match the new interface.
  • Added middle-click to open sessions in a new tab.
  • Added a temporary setting to switch between the old and new interface.
  • Added per-prompt model selection in the composer.
  • Polished the new interface styling across the session view and terminal.

Thank you to 2 community contributors: