v1.18.26

anomalyco/opencodev1.18.26Sep 1, 2026by opencode-agent[bot]

AI Summary

This release focuses on stabilizing Claude 5 sessions, improving Bedrock model reasoning handling, and fixing tool call timing accuracy. It also includes improvements to Azure CLI sign-in and fixes for session renaming on the desktop.

Key Highlights

  • Claude 5 sessions now tolerate stale thinking blocks instead of failing
  • Bedrock GPT-5.6 models now accept `none` reasoning effort
  • Tool call timing stays accurate when tools update metadata
  • Azure CLI sign-in asks for resource name directly
  • Session renames now save reliably from title editor

Full Release Notes

## 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:**
- @altendky:
  - fix(opencode): omit empty apply patch move path (#45329)
- @pengzh1:
  - fix(core): bump @ai-sdk/amazon-bedrock to 4.0.166 for reasoning and replay fixes (#45520)
- @bartlettroscoe:
  - fix(core): Fix for incorrect time.start reset in tool call logging (#32574) (#32596)