diff options
| author | Aiden Cline <[email protected]> | 2026-01-09 12:33:51 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2026-01-09 12:33:51 -0600 |
| commit | de286b08f6b4955af4d23c217232fbf3d26f756b (patch) | |
| tree | b3c783acdc6be96f0f0f7090b03f346e1c1ff315 | |
| parent | 0f2124db32606020766d237ce774a3c2e7783ee3 (diff) | |
| download | opencode-de286b08f6b4955af4d23c217232fbf3d26f756b.tar.gz opencode-de286b08f6b4955af4d23c217232fbf3d26f756b.zip | |
ignore: bump 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 133d5bf40..2bd35971c 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 = "15" +const CACHE_VERSION = "16" 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 a4353f1f4..f2ee91122 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({ |
