copilot auth update version
parent
9bc40f00e3
commit
8a83301e0d
|
|
@ -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…
Reference in New Issue