bump anthropic plugin to fix header issue

This commit is contained in:
Aiden Cline
2025-11-30 20:52:50 -06:00
parent 5b92d49be7
commit 0308b2ff98
2 changed files with 2 additions and 2 deletions

View File

@@ -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 })