diff options
| author | Aiden Cline <[email protected]> | 2026-01-28 02:11:54 -0500 |
|---|---|---|
| committer | opencode <[email protected]> | 2026-01-28 07:19:18 +0000 |
| commit | 8798a77a72ddfc7c41563f63af39890245d4a4c6 (patch) | |
| tree | 30f667f50619b46eae8d561df896b33d96e1677c | |
| parent | 6eb2bdd665b4654521b88c7d82eddc062b1411ed (diff) | |
| download | opencode-8798a77a72ddfc7c41563f63af39890245d4a4c6.tar.gz opencode-8798a77a72ddfc7c41563f63af39890245d4a4c6.zip | |
bump: plugins
| -rw-r--r-- | packages/opencode/src/global/index.ts | 2 | ||||
| -rw-r--r-- | packages/opencode/src/plugin/index.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/opencode/src/global/index.ts b/packages/opencode/src/global/index.ts index 1504c7814..10b6125a6 100644 --- a/packages/opencode/src/global/index.ts +++ b/packages/opencode/src/global/index.ts @@ -33,7 +33,7 @@ await Promise.all([ fs.mkdir(Global.Path.bin, { recursive: true }), ]) -const CACHE_VERSION = "20" +const CACHE_VERSION = "21" const version = await Bun.file(path.join(Global.Path.cache, "version")) .text() diff --git a/packages/opencode/src/plugin/index.ts b/packages/opencode/src/plugin/index.ts index c11ad01a7..6032935f8 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] |
