v1.1.20: Connection Status Visualization and Stability Improvement
Release Date: January 14, 2026
One-Line Summary
This update displays connected providers in /connect dialog, improves user experience, and fixes multiple stability issues.
New Feature: Connection Status Visualization
What's Updated?
In /connect dialog, you can now see which providers are successfully connected and which still need connection.
What Are the Benefits?
Before:
- Unclear which providers you've already connected
- Might reconfigure already connected services
- Need to manually remember when switching providers
Now:
- Clearly see connected providers
- At a glance which are still available
- Easier to manage multiple AI accounts
How to Use?
- Enter
/connect - View list, connected providers show status
- Select provider to configure or switch
- Complete configuration
Bug Fix: Desktop Sidebar "Load More"
Previous Issue
Desktop app sidebar's "Load More" button wouldn't correctly load more content after clicking, needed repeated clicks.
Current Behavior
"Load More" button now works properly, one click loads more history.
Bug Fix: Desktop App Password Authentication
Previous Issue
After setting OPENCODE_SERVER_PASSWORD environment variable, desktop app might not work properly.
Current Behavior
Desktop app now fully supports server password authentication, can securely communicate with local CLI service.
💡 Password Authentication: Used to establish secure connection between desktop app and CLI, preventing unauthorized access.
Bug Fix: Memory Leak
Previous Issue
Running desktop app for long periods might cause memory leak, occupying too many system resources.
Current Behavior
Fixed timeout tracking issue in Footer component, preventing memory leak. Now can run stably for long periods.
Other Improvements
- Deduplicate file references: Prompts sent to AI no longer contain duplicate file references, saving tokens
- Plan mode improvement: Plan mode works normally in non-git worktree environments
- Codex session optimization: Skip duplicate system prompts in Codex OAuth session
Should You Upgrade?
| Situation | Recommendation |
|---|---|
| Using desktop app | ✅ Upgrade (fixes multiple issues) |
| Using multiple AI providers | ✅ Upgrade (connection status visualization) |
| Set password authentication | ✅ Upgrade (desktop app support) |
| Only using TUI, no issues found | Can wait for next time |
Upgrade Command:
opencode upgradeTechnical Details (Skippable)
Click to expand full changelog
Core
- Fix "Load More" button behavior in desktop sidebar
- Fix plan mode in non-git worktree environments
- Skip duplicate system prompts in Codex OAuth session
TUI
- Fix Docker image prompt after SST rename
- Show connected providers in /connect dialog
- Deduplicate file references in sent prompts
- Track all timeouts in Footer component to prevent memory leak
- Make TUI work when OPENCODE_SERVER_PASSWORD is set
SDK
- Add missing metadata() and ask() definitions for ToolContext type
Community Contributors
Thanks to 21 community contributors, including:
- @LeonMueller-OneAndOnly: Password authentication support
- @AksharP5: Connection status visualization
- @sauerdaniel: Memory leak fix
- @felixzsh: File reference deduplication
- @goniz: Docker image fix
- And 16 other contributors

