|
@@ -50,7 +50,7 @@ export namespace Plugin {
|
|
|
|
|
|
|
|
for (let plugin of plugins) {
|
|
for (let plugin of plugins) {
|
|
|
// ignore old codex plugin since it is supported first party now
|
|
// ignore old codex plugin since it is supported first party now
|
|
|
- if (plugin.includes("opencode-openai-codex-auth")) continue
|
|
|
|
|
|
|
+ if (plugin.includes("opencode-openai-codex-auth") || plugin.includes("opencode-copilot-auth")) continue
|
|
|
log.info("loading plugin", { path: plugin })
|
|
log.info("loading plugin", { path: plugin })
|
|
|
if (!plugin.startsWith("file://")) {
|
|
if (!plugin.startsWith("file://")) {
|
|
|
const lastAtIndex = plugin.lastIndexOf("@")
|
|
const lastAtIndex = plugin.lastIndexOf("@")
|