From 1617a1ddba90c1ee7fb1852ced97f77e42a2d592 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Mon, 18 Aug 2025 17:09:45 -0400 Subject: [PATCH] ignore: do not look at this commit --- packages/opencode/src/cli/cmd/auth.ts | 2 +- packages/opencode/src/plugin/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/opencode/src/cli/cmd/auth.ts b/packages/opencode/src/cli/cmd/auth.ts index eb8e7c71..cf736486 100644 --- a/packages/opencode/src/cli/cmd/auth.ts +++ b/packages/opencode/src/cli/cmd/auth.ts @@ -162,7 +162,7 @@ export const AuthLoginCommand = cmd({ try { await open(authorize.url) } catch (e) {} - prompts.log.info("Go to: butt" + authorize.url) + prompts.log.info("Go to: " + authorize.url) } if (authorize.method === "auto") { diff --git a/packages/opencode/src/plugin/index.ts b/packages/opencode/src/plugin/index.ts index 8fbd38c6..633dc850 100644 --- a/packages/opencode/src/plugin/index.ts +++ b/packages/opencode/src/plugin/index.ts @@ -26,7 +26,7 @@ export namespace Plugin { const plugins = [...(config.plugin ?? [])] if (!Flag.OPENCODE_DISABLE_DEFAULT_PLUGINS) { plugins.push("opencode-copilot-auth") - plugins.push("opencode-anthropic-auth") + plugins.push("opencode-anthropic-auth@0.0.2") } for (let plugin of plugins) { log.info("loading plugin", { path: plugin })