#609 · Primary category: AI Coding Assistants
gemini-code
Gemini 2.5 Pro code assistant
Project last updated:03/31/25
GitHub Stars
546
Forks
84
Contributors
1
License
MIT
Why we included this project
Gemini Code is a terminal-based coding assistant that installs with pip and uses Gemini 2.5 Pro as its default model, with other models available. Instead of just returning text, the assistant can act on your codebase: it views and edits files, greps and globs through a project, runs bash commands, and can execute tests like pytest, so quick refactors and debugging loops stay inside one terminal window. It keeps basic conversation history so long sessions stay manageable, renders markdown in the terminal, and the automatic tool use will feel familiar to anyone who has worked with Claude Code. If you prefer a shell workflow over an editor plugin, this is a lightweight way to get an AI coding partner without leaving your setup.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.