Jelajahi Sumber

ignore: bump plugin version

Aiden Cline 1 bulan lalu
induk
melakukan
de286b08f6

+ 1 - 1
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()

+ 1 - 1
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].5"]
+  const BUILTIN = ["[email protected]", "[email protected].8"]
 
   const state = Instance.state(async () => {
     const client = createOpencodeClient({