mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
copilot auth update version
This commit is contained in:
parent
9bc40f00e3
commit
8a83301e0d
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ export namespace Plugin {
|
|||
}
|
||||
const plugins = [...(config.plugin ?? [])]
|
||||
if (!Flag.OPENCODE_DISABLE_DEFAULT_PLUGINS) {
|
||||
plugins.push("opencode-copilot-auth")
|
||||
plugins.push("opencode-copilot-auth@0.0.2")
|
||||
plugins.push("opencode-anthropic-auth@0.0.2")
|
||||
}
|
||||
for (let plugin of plugins) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue