Explorar o código

bump plugin version

Aiden Cline hai 7 meses
pai
achega
026b3cc88d

+ 1 - 1
packages/opencode/src/global/index.ts

@@ -33,7 +33,7 @@ await Promise.all([
   fs.mkdir(Global.Path.bin, { recursive: true }),
   fs.mkdir(Global.Path.bin, { recursive: true }),
 ])
 ])
 
 
-const CACHE_VERSION = "19"
+const CACHE_VERSION = "20"
 
 
 const version = await Bun.file(path.join(Global.Path.cache, "version"))
 const version = await Bun.file(path.join(Global.Path.cache, "version"))
   .text()
   .text()

+ 1 - 1
packages/opencode/src/plugin/index.ts

@@ -15,7 +15,7 @@ import { CopilotAuthPlugin } from "./copilot"
 export namespace Plugin {
 export namespace Plugin {
   const log = Log.create({ service: "plugin" })
   const log = Log.create({ service: "plugin" })
 
 
-  const BUILTIN = ["opencode-anthropic-auth@0.0.10", "@gitlab/opencode-gitlab-auth@1.3.2"]
+  const BUILTIN = ["opencode-anthropic-auth@0.0.12", "@gitlab/opencode-gitlab-auth@1.3.2"]
 
 
   // Built-in plugins that are directly imported (not installed from npm)
   // Built-in plugins that are directly imported (not installed from npm)
   const INTERNAL_PLUGINS: PluginInstance[] = [CodexAuthPlugin, CopilotAuthPlugin]
   const INTERNAL_PLUGINS: PluginInstance[] = [CodexAuthPlugin, CopilotAuthPlugin]