mirror of
https://github.com/sst/opencode.git
synced 2025-08-22 22:14:14 +00:00
ignore: do not look at this commit
This commit is contained in:
parent
8e4a76c785
commit
1617a1ddba
2 changed files with 2 additions and 2 deletions
|
@ -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") {
|
||||
|
|
|
@ -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 })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue