update copilot auth
This commit is contained in:
parent
fe8d29cb2b
commit
d86d3e7ea1
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ export namespace Plugin {
|
||||||
}
|
}
|
||||||
const plugins = [...(config.plugin ?? [])]
|
const plugins = [...(config.plugin ?? [])]
|
||||||
if (!Flag.OPENCODE_DISABLE_DEFAULT_PLUGINS) {
|
if (!Flag.OPENCODE_DISABLE_DEFAULT_PLUGINS) {
|
||||||
plugins.push("opencode-copilot-auth@0.0.2")
|
plugins.push("opencode-copilot-auth@0.0.3")
|
||||||
plugins.push("opencode-anthropic-auth@0.0.2")
|
plugins.push("opencode-anthropic-auth@0.0.2")
|
||||||
}
|
}
|
||||||
for (let plugin of plugins) {
|
for (let plugin of plugins) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue