feat: add native Gemini provider support#126
Merged
Conversation
Design note (2026-04-06) and execution plan (2026-04-08) for the native Google Gemini provider work shipped in 222cb88.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
googleprovider seeding incllamawithGEMINI_API_KEYprimary andGOOGLE_API_KEYalias supportproviders.jsonduringclaw upand fix the adjacent xAI/Gemini provider-key strip gapghcr.io/mostlydev/cllama:v0.3.3and bump the pinned cllama tag in the root manifestCloses #119.
Testing
cd cllama && go test ./...cd cllama && go vet ./...go test ./cmd/claw/... -run 'TestMergeProviderSeeds|TestIsProviderKey|TestStripLLMKeys' -count=1go test ./...go vet ./...go run ./scripts/check-release-infra-tags --release-tag v0.8.0Release notes
ghcr.io/mostlydev/cllama:v0.3.3issue-119-gemini-provider-supportv0.3.3