Skip to content

Releases: anomalyco/opencode

v1.18.30

Choose a tag to compare

@opencode-agent opencode-agent released this 09 Sep 03:34
Immutable release. Only release title and notes can be modified.

Core

Improvements

  • Added the Astra system prompt for GPT-6 models.

Bugfixes

  • Preserved Bedrock DeepSeek model IDs, including ARN-based IDs, so they resolve correctly. (@YeEmrick)
  • Updated the Azure provider SDK to pick up compatibility fixes.
  • Updated the OpenAI provider SDK to pick up compatibility fixes.
  • Added reasoning effort variants for supported GitLab GPT and Claude models. (@far-ouq)

Thank you to 3 community contributors:

v1.18.29

Choose a tag to compare

@opencode-agent opencode-agent released this 04 Sep 23:47
Immutable release. Only release title and notes can be modified.

Core

Bugfixes

  • Allow Codex OAuth model filtering to recognize integer GPT versions like gpt-6
  • Fixes issue of gpt-6-astra not showing up for openai subscription users

Thank you to 2 community contributors:

v1.18.28

Choose a tag to compare

@opencode-agent opencode-agent released this 04 Sep 15:38
Immutable release. Only release title and notes can be modified.

Core

Improvements

  • Send the session ID as GitHub Copilot's interaction header to improve request tracking across a session.

Desktop

Bugfixes

  • Use the desktop client ID during OpenCode account device authentication.
  • Increase the open-in app icon size for better visibility.

Thank you to 1 community contributor:

v1.18.27

Choose a tag to compare

@opencode-agent opencode-agent released this 02 Sep 21:41
Immutable release. Only release title and notes can be modified.

Core

Bugfixes

  • Default provider header timeouts to five minutes so slow model startups fail less often.
  • Default streamed chunk timeouts to five minutes, with false supported to disable them.
  • Let Anthropic thinking.blockBinding opt out via config when you need to keep the provider default. (@dkindlund)
  • Limit Anthropic thinking block binding to Claude 5.1+ models so older deployments do not reject requests.
  • Avoid unhandled errors when canceling timed-out SSE reads. (@AlexanderWillner)

Thank you to 2 community contributors:

v1.18.26

Choose a tag to compare

@opencode-agent opencode-agent released this 01 Sep 21:52
Immutable release. Only release title and notes can be modified.

Core

Bugfixes

  • Claude 5 sessions now tolerate stale thinking blocks instead of failing after prompt or tool changes.
  • Bedrock GPT-5.6 models now accept none reasoning effort.
  • Bedrock reasoning and replay handling is more reliable. (@pengzh1)
  • Tool call timing now stays accurate when tools update their metadata while still running. (@bartlettroscoe)
  • apply_patch no longer emits an empty move path in permission metadata. (@altendky)

Improvements

  • Azure CLI sign-in now asks for the resource name directly instead of querying Azure management APIs.

Desktop

Bugfixes

  • Session renames now save reliably from the title editor and tab context menu.

Thank you to 3 community contributors:

v1.18.25

Choose a tag to compare

@opencode-agent opencode-agent released this 28 Aug 05:58
Immutable release. Only release title and notes can be modified.

Core

Bugfixes

  • Fixed Azure authentication so Azure CLI sign-in works without requiring Bun.

v1.18.24

Choose a tag to compare

@opencode-agent opencode-agent released this 28 Aug 04:10
Immutable release. Only release title and notes can be modified.

Core

Bugfixes

  • Bedrock reasoning responses no longer get cached into unreplayable empty messages.

Improvements

  • Azure providers can now sign in with Microsoft Entra ID through the Azure CLI instead of requiring an API key.
  • V1 now reads supported V2 config fields so newer config files keep working in more mixed setups.

Desktop

Bugfixes

  • Archived sessions disappear from the Home list immediately. (@NathanTCode)

Thank you to 3 community contributors:

v1.18.23

Choose a tag to compare

@opencode-agent opencode-agent released this 25 Aug 06:30
Immutable release. Only release title and notes can be modified.

Core

Bugfixes

  • Fixed Cloudflare AI Gateway routing for third-party providers so non-Workers models work through the gateway's REST API. (@superhighfives)
  • Fixed Anthropic models through Cloudflare AI Gateway by converting dotted model IDs like claude-haiku-4.5 to the dashed slug Anthropic expects. (@superhighfives)
  • Fixed parent session IDs being sent in request headers for session-aware providers.

TUI

Bugfixes

  • Fixed GitHub auth for immutable OIDC subject tokens.

Thank you to 1 community contributor:

  • @superhighfives:
    • fix(provider): send Anthropic's dashed native slug through the AI Gateway (#44281)
    • fix(provider): route non-native Cloudflare AI Gateway providers via the REST API (#44828)

v1.18.22

Choose a tag to compare

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

Core

Bugfixes

  • Removed outdated OpenCode Go first-month discount messaging and pricing.
  • Fixed OpenCode device login links when servers return relative verification URLs or use a base path.
  • Fixed textVerbosity being sent to OpenAI-compatible providers that do not support it. (@joelstucki-taulia)
  • Updated the Amazon Bedrock provider for compatibility fixes.

Desktop

Bugfixes

  • Keep model provider headers visible while scrolling the model picker.

Thank you to 1 community contributor:

v1.18.21

Choose a tag to compare

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

Core

Bugfixes

  • Continue responses when a model reports an unknown finish reason instead of stopping early
  • Route Vertex AI eu and us multi-region Gemini requests through REP endpoints

Desktop

Bugfixes

  • Keep file search results visible while the next search is loading
  • Register the archive session command in both desktop layouts (@NathanTCode)

Thank you to 1 community contributor: