Configuring gemini cli auth
I tried to configure the gemini cli auth using
clawdbot plugins enable google-gemini-cli-auth then clawdbot models auth login --provider google-gemini-cli --set-default and it's complaining about missing client ID and secret. What scopes should I set for them and from where? google cloud?Solution
I just managed to figure that out. The extension is missing instructions on how to fill that. However, if you read https://github.com/badlogic/pi-mono/blob/main/packages/ai/src/utils/oauth/google-gemini-cli.ts the client and secret ids are there!
Just set those decoded values in your env and it should work.
Just set those decoded values in your env and it should work.
