Skip to content

v1.1.3: Bedrock Enhancements + Desktop CLI Installation

Release Date: January 5, 2026


One-Line Summary

This update enhances Amazon Bedrock support, allows one-click CLI installation in the desktop app, and fixes multiple stability issues.


New Feature: Enhanced Bedrock Configuration

What's Updated?

Amazon Bedrock users now have more configuration options:

  • Support for jp. prefix cross-region inference configuration
  • Clearer authentication priority
  • More flexible configuration options

Authentication Priority

  1. API Key in configuration file
  2. Environment variables
  3. AWS CLI configuration
  4. IAM role

👉 Related Tutorial: Model Providers


Desktop App: One-Click CLI Installation

What's Updated?

The desktop app can now install the CLI tool with one click, no separate download required.

How to Use?

  1. Open desktop app settings
  2. Find the "Install CLI" option
  3. Click to install

After installation, you can use the opencode command in your terminal.


Improvement: Permission Configuration Order Preserved

Previous Issue

When configuring permission rules, the order might be scrambled, causing unexpected priority behavior.

Current Behavior

Now preserves your defined order, with the first rule having the highest priority.


Improvement: Custom Commands Support Images

Previous Issue

When using custom commands, image parameters could not be passed.

Current Behavior

You can now use images in custom commands, such as screenshot analysis and image processing scenarios.


Improvement: Tab Expands Directories

Previous Issue

In file autocomplete, the behavior of Tab and Enter was not intuitive enough.

Current Behavior

  • Tab: Expand directory to view sub-files
  • Enter: Select current item

More intuitive operation.


Desktop App Improvements

ImprovementDescription
Image attachment storageImages are now correctly saved
Bottom padding fixContent no longer obscured
Terminal stabilityFixed terminal flickering issue
Event batchingImproved overall performance
Input box no longer obscures contentSmoother scrolling in long conversations
Worktree navigation fixCorrect redirect after selecting worktree
IME input fixChinese input method no longer triggers submit incorrectly
Project collapse highlightCollapsed active project is highlighted

Should You Upgrade?

SituationRecommendation
Using Amazon Bedrock✅ Upgrade
Using desktop app✅ Upgrade
Using Chinese input method✅ Upgrade, IME issue fixed
Everything works fineCan wait for next time

Upgrade Command:

bash
opencode upgrade

Technical Details (Skippable)

Click to expand full changelog

Core

  • Fix terminal long-running processes
  • Preserve permission configuration key order, maintaining user-defined priority
  • Custom commands support passing images (@melihmucuk)
  • Support jp. prefix for Amazon Bedrock cross-region inference (@ikeda-tomoya-swx)
  • Bedrock configuration options and authentication priority (@wnkz)
  • Transform agent improvements and optimizations
  • Filter empty messages and reasoning for Anthropic API compatibility

TUI

  • Tab expands directories, Enter selects (@yuguorui)
  • Update GitHub Actions example to use actions/checkout@v6 (@joshuadavidthomas)
  • Fix Lucent Orange theme slash command background transparency (@roerohan)
  • Add MCP command documentation (@cravenceiling)
  • Add system theme parsing and event handling
  • Improve experience when operation is interrupted

Desktop

  • Store image attachments
  • Fix bottom padding
  • Fix terminal flickering issue
  • Event batching for performance improvement
  • Fix input box obscuring content
  • Correct navigation after worktree selection
  • Avoid incorrect submit during IME input (@MogamiTsuchikawa)
  • Highlight collapsed active project (@albingroen)
  • Fix flickering and navigation issues when collapsing/expanding projects (@albingroen)
  • Add CLI installation feature (@dbpolito)
  • Fix image drag in project edit dialog (@albingroen)

Community Contributors

Thanks to 10 community contributors!


← Back to Changelog