|
@@ -28,8 +28,8 @@ 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.7")
|
|
|
|
|
- plugins.push("opencode-anthropic-auth@0.0.3")
|
|
|
|
|
|
|
+ plugins.push("opencode-copilot-auth@0.0.8")
|
|
|
|
|
+ plugins.push("opencode-anthropic-auth@0.0.4")
|
|
|
}
|
|
}
|
|
|
for (let plugin of plugins) {
|
|
for (let plugin of plugins) {
|
|
|
log.info("loading plugin", { path: plugin })
|
|
log.info("loading plugin", { path: plugin })
|