CLI tool: AI coding assistant powered by Gemini
Top 59.7% on sourcepulse
Gemini Code is a terminal-based AI coding assistant powered by Google's Gemini 2.5 Pro, designed for developers seeking an integrated, interactive coding partner. It automates common development tasks through intelligent tool usage, enhancing productivity within the terminal environment.
How It Works
The assistant leverages Gemini's native function calling capabilities to automatically select and execute relevant tools for tasks like file operations, directory management, system commands, linting, and test execution. This approach mimics natural language interaction, allowing users to request actions without explicitly specifying commands, leading to a more intuitive workflow.
Quick Start & Requirements
pip install gemini-code
gemini setup YOUR_GOOGLE_API_KEY
Highlighted Details
/exit
and /help
.Maintenance & Community
The project is under active development, with recent updates focusing on enhancing tool execution, error handling, and model integration. Community links are not specified in the README.
Licensing & Compatibility
Limitations & Caveats
Users who previously created a configuration file may need to delete it (rm -rf ~/.config/gemini-code
) to ensure correct defaults with newer versions.
4 months ago
Inactive