docs: fix gemini-cli authentication documentation (#923)

Remove erroneous 'gemini auth login' command references and replace with correct 'gemini' command authentication flow. Update documentation to reflect proper OAuth setup process via the gemini CLI interactive interface.
This commit is contained in:
Ben Vargas
2025-07-07 07:48:58 -06:00
committed by Ralph Khreish
parent 6c88a4a749
commit 5b9416f673
2 changed files with 58 additions and 67 deletions

View File

@@ -67,8 +67,7 @@ export class GeminiCliProvider extends BaseAIProvider {
apiKey: params.apiKey
};
} else {
// Expected case: Use gemini CLI authentication
// Requires: gemini auth login (pre-configured)
// Expected case: Use gemini CLI authentication via OAuth
authOptions = {
authType: 'oauth-personal'
};