Skip to content

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:

  1. Open OpenCode
  2. Find Copilot-related configuration in settings or plugin management (usually auto-detected or prompted)
  3. 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:

powershell
choco upgrade opencode

Scoop:

powershell
scoop update opencode

Improvement: 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?

SituationRecommendation
GitHub Copilot userStrongly recommended upgrade
Windows user✅ Recommended upgrade
Other usersRecommended upgrade for more stable experience

Upgrade Command:

bash
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

← Back to Changelog