mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
bump anthropic plugin to fix header issue
This commit is contained in:
parent
5b92d49be7
commit
0308b2ff98
2 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ await Promise.all([
|
|||
fs.mkdir(Global.Path.bin, { recursive: true }),
|
||||
])
|
||||
|
||||
const CACHE_VERSION = "11"
|
||||
const CACHE_VERSION = "12"
|
||||
|
||||
const version = await Bun.file(path.join(Global.Path.cache, "version"))
|
||||
.text()
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ 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.2")
|
||||
plugins.push("opencode-anthropic-auth@0.0.3")
|
||||
}
|
||||
for (let plugin of plugins) {
|
||||
log.info("loading plugin", { path: plugin })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue