agent active

gemini-code

Maker: raizamartin License: MIT Stars: 546 First released: 2025-03-29 Language: Python

About

gemini-code was one of the first community attempts to reproduce the Claude Code experience on Google's models: a Python terminal assistant that chats, plans in-model, and invokes file, directory, shell, lint, and pytest tools automatically through Gemini's function-calling API. Sessions keep history and render markdown, users can switch models with --model, and installation is a single pip install with a Google API key. Development stopped almost where it started — 13 commits across two days in March 2025, no releases, and six open issues — so it survives as a compact reference implementation of a function-calling coding loop rather than a working tool.