summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2026-01-14 17:43:12 -0600
committerAiden Cline <[email protected]>2026-01-14 17:43:12 -0600
commit74baae597a8d9ad589c4e954b47cf00e6e44f45a (patch)
tree343c235cb08e15cda549751e415d1b519b0a1a23
parentd78d31430d6aa221272fee8da5b96089cc9af105 (diff)
downloadopencode-74baae597a8d9ad589c4e954b47cf00e6e44f45a.tar.gz
opencode-74baae597a8d9ad589c4e954b47cf00e6e44f45a.zip
chore: bump plugin version
-rw-r--r--packages/opencode/src/plugin/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/opencode/src/plugin/index.ts b/packages/opencode/src/plugin/index.ts
index db8f53221..38e757868 100644
--- a/packages/opencode/src/plugin/index.ts
+++ b/packages/opencode/src/plugin/index.ts
@@ -15,7 +15,7 @@ import { CopilotAuthPlugin } from "./copilot"
export namespace Plugin {
const log = Log.create({ service: "plugin" })
- const BUILTIN = ["[email protected]", "@gitlab/[email protected]"]
+ const BUILTIN = ["[email protected]", "@gitlab/[email protected]"]
// Built-in plugins that are directly imported (not installed from npm)
const INTERNAL_PLUGINS: PluginInstance[] = [CodexAuthPlugin, CopilotAuthPlugin]