ignore: do not look at this commit

This commit is contained in:
Dax Raad 2025-08-18 17:09:45 -04:00
parent 8e4a76c785
commit 1617a1ddba
2 changed files with 2 additions and 2 deletions

View file

@ -162,7 +162,7 @@ export const AuthLoginCommand = cmd({
try { try {
await open(authorize.url) await open(authorize.url)
} catch (e) {} } catch (e) {}
prompts.log.info("Go to: butt" + authorize.url) prompts.log.info("Go to: " + authorize.url)
} }
if (authorize.method === "auto") { if (authorize.method === "auto") {

View file

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