bump: builtin plugin versions

This commit is contained in:
Aiden Cline 2025-12-04 12:37:14 -06:00
parent 7f86fe3f61
commit 8a0c86cbdb
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -28,8 +28,8 @@ export namespace Plugin {
}
const plugins = [...(config.plugin ?? [])]
if (!Flag.OPENCODE_DISABLE_DEFAULT_PLUGINS) {
plugins.push("opencode-copilot-auth@0.0.7")
plugins.push("opencode-anthropic-auth@0.0.3")
plugins.push("opencode-copilot-auth@0.0.8")
plugins.push("opencode-anthropic-auth@0.0.4")
}
for (let plugin of plugins) {
log.info("loading plugin", { path: plugin })