-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
Currently, the project relies on Claude Code / OpenAI Codex, which require paid access or have usage limits.
To make the development workflow more accessible and cost-effective, we can use Gemini CLI, which is available for free.
Problem
- Claude Code / Codex require:
- Paid subscriptions or API credits
- Account or usage restrictions for some contributors
- This creates barriers for:
- Open-source contributors
- Students and early-stage developers
- Quick experimentation without cost
Proposed Solution
Support Gemini CLI as an alternative code-generation and developer-assistance tool.
Benefits
- Free to use
- CLI-based and developer-friendly
- Supports code generation, refactoring, and explanations
- Reduces dependency on paid AI tools
Use Cases
- Code scaffolding
- Bug fixing suggestions
- Code explanation and refactoring
- Easier developer onboarding
Implementation Ideas
- Add documentation for setting up and using Gemini CLI
- Provide optional configuration to switch between:
- Claude Code / Codex
- Gemini CLI
- Include example commands or scripts for common workflows
Expected Outcome
- Lower entry barrier for contributors
- Increased community participation
- Flexible choice of AI tooling
Additional Notes
This is an optional alternative, not a replacement.
Teams can continue using Claude Code / Codex if preferred.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels