v1.1.40: Global Configuration Support, Keyboard Shortcut Improvements
Release Date: January 28, 2026
One-Line Summary
This update adds global configuration support, Thai language support, and improves keyboard shortcut navigation.
New Feature: Global Configuration Support
What was updated?
Added global configuration functionality in the Desktop app for setting cross-project global configuration items.
What is Global Configuration?
Global configuration consists of settings independent of specific project settings, applicable to all projects. For example, you can set global model selection, theme preferences, etc.
How to use?
- Open settings
- Find "Global Configuration" option
- Set configuration items applicable to all projects
New Feature: Thai Language Support
What was updated?
Added interface translation support for Thai language.
How to switch language?
Select Thai language in settings, and the interface will automatically switch to Thai display.
New Feature: Keyboard Shortcut Improvements
What was updated?
In the Desktop app, you can now use Ctrl+N and Ctrl+P for up/down navigation in popup menus.
How to use?
Ctrl+N: Navigate down to next itemCtrl+P: Navigate up to previous item
This allows you to quickly browse and select menu items without using the mouse.
New Feature: Custom Provider Support
What was updated?
Desktop app now supports adding custom AI model providers.
How to use?
- Open settings
- Go to "Providers" configuration
- Add custom provider's API address and authentication information
New Feature: SubtaskPart
What was updated?
Added SubtaskPart component with metadata reference support for more structured task decomposition.
Should You Upgrade?
| Situation | Recommendation |
|---|---|
| Using Desktop version | ✅ Recommended upgrade (rich new features) |
| Need unified configuration | ✅ Recommended upgrade |
| Everything working fine | Can wait for next time |
Upgrade command:
opencode upgradeTechnical Details (Skippable)
Click to expand full update list
Core
- Add SubtaskPart with metadata reference (@YangTianz)
- Add global configuration support to app
- Global configuration updates in app package
- Bump plugins
TUI
- Add streaming prop to markdown element (@remorses)
Desktop
- Close review pane when pressing escape key
- Enable ctrl+n and ctrl+p for popover navigation in desktop app (@sairajchouhan)
- Add Thai locale support (@natt-v)
- Add custom provider support to app
Thank you to 4 community contributors:
@natt-v:
- feat(i18n): add th locale support (#10809)
@sairajchouhan:
- fix(desktop): enable ctrl+n and ctrl+p for popover navigation (#10777)
@YangTianz:
- fix: add SubtaskPart with metadata reference (#10990)
@remorses:
- fix(markdown): Add streaming prop to markdown element (#11025)

