fix: remove unavailable options (#685)

This commit is contained in:
Mingholy
2025-10-14 15:39:48 +08:00
committed by GitHub
parent 270dda4aa7
commit ae3223a317

View File

@@ -81,22 +81,6 @@ class GeminiAgent {
): Promise<acp.InitializeResponse> {
this.clientCapabilities = args.clientCapabilities;
const authMethods = [
{
id: AuthType.LOGIN_WITH_GOOGLE,
name: 'Log in with Google',
description: null,
},
{
id: AuthType.USE_GEMINI,
name: 'Use Gemini API key',
description:
'Requires setting the `GEMINI_API_KEY` environment variable',
},
{
id: AuthType.USE_VERTEX_AI,
name: 'Vertex AI',
description: null,
},
{
id: AuthType.USE_OPENAI,
name: 'Use OpenAI API key',