v1.1.21: Official Copilot Plugin Is Here!
Release Date: January 15, 2026
One-Line Summary
This update brings official GitHub Copilot plugin support and adds Chocolatey and Scoop upgrade methods for Windows users.
New Feature: Official Copilot Plugin
What's Updated?
OpenCode now has built-in official GitHub Copilot plugin support, allowing you to use Copilot's capabilities more smoothly.
What Is the Copilot Plugin?
GitHub Copilot is a powerful AI programming assistant. Through this official plugin, OpenCode can directly invoke Copilot's capabilities to help you write code, no complex configuration needed.
How to Use?
Quick Experience:
- Open OpenCode
- Find Copilot-related configuration in settings or plugin management (usually auto-detected or prompted)
- If you encounter authentication issues, the error message now guides you to re-authenticate
New Feature: Windows Package Manager Upgrade Support
What's Updated?
Windows users can now use choco (Chocolatey) or scoop to upgrade OpenCode.
What Are They?
Chocolatey and Scoop are commonly used software package management tools on Windows, similar to Homebrew on macOS.
How to Use?
If you installed OpenCode through these tools, you can now upgrade with standard commands:
Chocolatey:
choco upgrade opencodeScoop:
scoop update opencodeImprovement: TUI Q&A Experience
What's Updated?
Improved interaction experience when answering questions in terminal interface (TUI).
Current Effect
When OpenCode needs to confirm information or ask you questions, the interface prompts and operation flow will be smoother and more intuitive.
Bug Fixes
Fix Plan Path Permissions
Fixed path permission issue in plan mode, making planning feature execution more stable.
Fix GitLab Configuration Logic
Adjusted GitLab-related logic in provider configuration, improving user experience when using GitLab models.
Should You Upgrade?
| Situation | Recommendation |
|---|---|
| GitHub Copilot user | ✅ Strongly recommended upgrade |
| Windows user | ✅ Recommended upgrade |
| Other users | Recommended upgrade for more stable experience |
Upgrade Command:
opencode upgrade(Or use the package manager commands mentioned above)
Technical Details (Skippable)
Click to expand full changelog
- Core: Add error message to prompt users to reauthenticate with Copilot
- Core: Official Copilot plugin
- Core: Adjust LSP wording to better encourage users to fix issues
- Core: Fix plan path permissions
- Core: Add check in case provider doesn't exist in models list
- Core: Adjust GitLab logic in provider configuration
- Core: Add AWS Web Identity Token File support for Bedrock
- Core: Add Chocolatey and Scoop to OpenCode upgrade methods
- Core: Remove duplicate path import in session module
- TUI: Improve question prompt UX in TUI

