We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 270dda4 commit ae3223aCopy full SHA for ae3223a
packages/cli/src/zed-integration/zedIntegration.ts
@@ -81,22 +81,6 @@ class GeminiAgent {
81
): Promise<acp.InitializeResponse> {
82
this.clientCapabilities = args.clientCapabilities;
83
const authMethods = [
84
- {
85
- id: AuthType.LOGIN_WITH_GOOGLE,
86
- name: 'Log in with Google',
87
- description: null,
88
- },
89
90
- id: AuthType.USE_GEMINI,
91
- name: 'Use Gemini API key',
92
- description:
93
- 'Requires setting the `GEMINI_API_KEY` environment variable',
94
95
96
- id: AuthType.USE_VERTEX_AI,
97
- name: 'Vertex AI',
98
99
100
{
101
id: AuthType.USE_OPENAI,
102
name: 'Use OpenAI API key',
0 commit comments