acp: update auth method

pull/3952/head
Aiden Cline 2025-11-05 15:01:14 -06:00
parent f95333aaa4
commit c664f92829
1 changed files with 1 additions and 7 deletions

View File

@ -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,