Skip to content

v1.1.36: Enable Thinking Mode, Multiple UI Improvements

Release Date: January 25, 2026


One-Line Summary

This update enables Thinking mode for Google Vertex Anthropic models and improves multiple TUI and Desktop details.


New Feature: Thinking Mode Support

What was updated?

Now when using Anthropic models on Google Vertex AI, you can use Thinking mode to have the model show its thinking process.

What is Thinking Mode?

Thinking mode allows AI models to display their thinking process before generating final answers, which is very helpful for understanding and debugging complex problems.

How to use?

  1. Make sure you're using Google Vertex AI's Anthropic model
  2. Include the thinking parameter in your request
  3. The model will first show its thinking process, then give the final answer

Bug Fix: Theme Search Crash

Previous Issue

Searching for themes in TUI would crash if there were no matching results.

Current Status

Thanks to community contributor @ishaksebsib's fix, now when search returns no results, a normal prompt is displayed instead of crashing.


Bug Fix: Download Button

Previous Issue

The download button in the Web interface was missing or not working properly.

Current Status

Fixed and improved the download button functionality.


Should You Upgrade?

SituationRecommendation
Using Google Vertex Anthropic✅ Highly recommended
Using TUI✅ Recommended upgrade (crash fix)
Everything working fineCan wait for next time

Upgrade command:

bash
opencode upgrade

Technical Details (Skippable)

Click to expand full update list

Core

  • Enable thinking for Google Vertex Anthropic models (@MichaelYochpaz)
  • Make question validation more lax to avoid tool call failures

TUI

  • Prevent crash when theme search returns no results (@ishaksebsib)

Desktop

  • Visual cleanup in app
  • Scroll to comment on click in app
  • Fixed crash when no default model is set
  • Performance improvements in the app package
  • Clean up comment component usage in app

Thank you to 5 community contributors:

@MichaelYochpaz:

  • fix(provider): enable thinking for google-vertex-anthropic models (#10442)

@ProdigyRahul:

  • fix(app): cursor on resize (#10293)

@DNGriffin:

  • fix(app): mobile horizontal scrolling due to session stat btn (#10487)

@ishaksebsib:

  • fix(tui): prevent crash when theme search returns no results (#10565)

@R44VC0RP:

  • fix(web): add & fix the download button (#10566)

← Back to Changelog