Tommaso Sciortino
Tommaso Sciortino
The latest nightly release of gemini automatically saves your work history in sessions. If the freeze is triggered by a bad tool call we might be able to see it...
We believe what tdevaux is running into is the same as b/466194131 which other googlers are seeing. Investigating it there...
What configuration are you using? I've defined `GITHUB_MCP_PAT` in my `~/.gemini/.env` file and in my `settings.json` I have: ``` "mcpServers": { "github": { "httpUrl": "https://api.githubcopilot.com/mcp/", "headers": { "Authorization": "${GITHUB_MCP_PAT}" },...
Ok. So here's what I've discovered. You can connect to the github server with _either_ `"Bearer $GITHUB_MCP_PAT"` or just `"$GITHUB_MCP_PAT"`. I have tried both and it works so long as...
/gemini review
/gemini review
/gemini review
A very similar issue was fixed in https://github.com/google-gemini/gemini-cli/pull/12587.
It's hard to see what's going wrong. We are properly communicating the error to the agent as you can see in this screenshot: Were you perhaps using gemini2.5-flash when this...
Closing this as a model problem we can't make much progress on. Hopefully, Gemini 3.0 will be less dumb.