Răsfoiți Sursa

acp: update auth method

Aiden Cline 3 luni în urmă
părinte
comite
c664f92829
1 a modificat fișierele cu 1 adăugiri și 7 ștergeri
  1. 1 7
      packages/opencode/src/acp/agent.ts

+ 1 - 7
packages/opencode/src/acp/agent.ts

@@ -346,13 +346,7 @@ export namespace ACP {
             image: true,
           },
         },
-        authMethods: [
-          {
-            description: "Run `opencode auth login` in the terminal",
-            name: "Login with opencode",
-            id: "opencode-login",
-          },
-        ],
+        authMethods: [authMethod],
         agentInfo: {
           name: "OpenCode",
           version: Installation.VERSION,