diff options
| author | Aiden Cline <[email protected]> | 2026-01-09 00:23:37 -0600 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-01-09 01:32:00 -0500 |
| commit | a618fbe8cf6a8f4a8a992b8b4c6e7deca88d0428 (patch) | |
| tree | ba39b60ad68fdb3c5f03fc5afac11700b4d2e82d | |
| parent | 07dc1f8ecc8fd7f7d5f6ec4e097e93465d4f6b6b (diff) | |
| download | opencode-a618fbe8cf6a8f4a8a992b8b4c6e7deca88d0428.tar.gz opencode-a618fbe8cf6a8f4a8a992b8b4c6e7deca88d0428.zip | |
bump copilot plugin version
| -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 7be58634e..133d5bf40 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 = "14" +const CACHE_VERSION = "15" 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 6868836f0..a4353f1f4 100644 --- a/packages/opencode/src/plugin/index.ts +++ b/packages/opencode/src/plugin/index.ts @@ -11,7 +11,7 @@ import { Flag } from "../flag/flag" export namespace Plugin { const log = Log.create({ service: "plugin" }) - const BUILTIN = ["[email protected]", "[email protected]"] + const BUILTIN = ["[email protected]", "[email protected]"] const state = Instance.state(async () => { const client = createOpencodeClient({ |
