-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Request: publish v0.34 release to include Gemini API key fix (#2288) #2301
Description
Git provider (optional)
None
System Info (optional)
No response
Issues details
Summary
PR #2288 (commit d9e4c62) fixes a critical regression introduced in v0.33
where ALL LLM API calls have their api_key overwritten by the Ollama Cloud
key, breaking Gemini (and potentially other non-OpenAI providers).
The fix has been merged to main but is not yet released. As a result:
codiumai/pr-agent:latestDocker image → still brokenqodo-ai/pr-agent@v0.33GitHub Action → still broken
This is actively affecting users:
- Gemini fails with API_KEY_INVALID while OpenAI works (fallback uses dummy_key) #2300 (Gemini fails with API_KEY_INVALID)
- My own Bitbucket Pipeline setup with the same symptoms
Impact
Anyone using Gemini (Google AI Studio) with PR-Agent v0.33 via Docker or
GitHub Actions is unable to run code reviews. The API key is valid but gets
overwritten internally, causing 100% failure rate.
Request
Please publish a v0.34 release (or rebuild the latest Docker image from
current main) so users can get the fix without building custom images.
Workaround
For anyone blocked: build the Docker image from the current main branch,
which includes the fix.