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
- API Key in configuration file
- Environment variables
- AWS CLI configuration
- 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?
- Open desktop app settings
- Find the "Install CLI" option
- 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
| Improvement | Description |
|---|---|
| Image attachment storage | Images are now correctly saved |
| Bottom padding fix | Content no longer obscured |
| Terminal stability | Fixed terminal flickering issue |
| Event batching | Improved overall performance |
| Input box no longer obscures content | Smoother scrolling in long conversations |
| Worktree navigation fix | Correct redirect after selecting worktree |
| IME input fix | Chinese input method no longer triggers submit incorrectly |
| Project collapse highlight | Collapsed active project is highlighted |
Should You Upgrade?
| Situation | Recommendation |
|---|---|
| Using Amazon Bedrock | ✅ Upgrade |
| Using desktop app | ✅ Upgrade |
| Using Chinese input method | ✅ Upgrade, IME issue fixed |
| Everything works fine | Can wait for next time |
Upgrade Command:
opencode upgradeTechnical 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!

