Hi ! I've been trying to set up Gemini CLI authentification to access models, but I can't get it to work, I have some errors like
11:25:36+00:00 error Embedded agent failed before reply: No API key found for provider "google". Auth store: /home/lj50/.openclaw/agents/main/agent/auth-profiles.json (agentDir: /home/lj50/.openclaw/agents/main/agent). Configure auth for this agent (openclaw agents add <id>) or copy only portable static auth profiles from the main agentDir. | No API key found for provider "google". Auth store: /home/lj50/.openclaw/agents/main/agent/auth-profiles.json (agentDir: /home/lj50/.openclaw/agents/main/agent). Configure auth for this agent (openclaw agents add <id>) or copy only portable static auth profiles from the main agentDir.
Config shows gemini-cli auth metod configured, so I don't really understand why it seems broken
"profiles": {
"google-gemini-cli:EMAIL@gmail.com": {
"type": "oauth",
"provider": "google-gemini-cli",
"access": "ya29...",
"refresh": "1//03...",
"expires": 1778842040502,
"email": "EMAIL@gmail.com",
"projectId": "chrome-folio-ID"
},