mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
bump plugin versions
This commit is contained in:
parent
bc524eeb44
commit
f5a77c8cd8
2 changed files with 3 additions and 3 deletions
|
|
@ -30,7 +30,7 @@ await Promise.all([
|
|||
fs.mkdir(Global.Path.bin, { recursive: true }),
|
||||
])
|
||||
|
||||
const CACHE_VERSION = "13"
|
||||
const CACHE_VERSION = "14"
|
||||
|
||||
const version = await Bun.file(path.join(Global.Path.cache, "version"))
|
||||
.text()
|
||||
|
|
|
|||
|
|
@ -28,8 +28,8 @@ export namespace Plugin {
|
|||
}
|
||||
const plugins = [...(config.plugin ?? [])]
|
||||
if (!Flag.OPENCODE_DISABLE_DEFAULT_PLUGINS) {
|
||||
plugins.push("opencode-copilot-auth@0.0.8")
|
||||
plugins.push("opencode-anthropic-auth@0.0.4")
|
||||
plugins.push("opencode-copilot-auth@0.0.9")
|
||||
plugins.push("opencode-anthropic-auth@0.0.5")
|
||||
}
|
||||
for (let plugin of plugins) {
|
||||
log.info("loading plugin", { path: plugin })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue