gemini-cli
gemini-cli copied to clipboard
An open-source AI agent that brings the power of Gemini directly into your terminal.
Currently, the main agent handles user confirmations. However, the current subagent architecture does not support user confirmations. Thus, currently all subagents configured are run non-interactively. This means, we are limited...
Subagents should be able to be authored and configured by extension authors and shared Completion Criteria: - [ ] Extension authors should be able to create custom subagents that users...
### What happened? i give up Gemini CLI. my most fav CLI ( it is beautiful + It has Gemini 3 now ) UNTIL they said they fix the :...
## Summary Enables users to paste images directly from their clipboard into the Gemini CLI using `Ctrl+V` or `Shift+Insert`. Images are automatically saved to `.gemini-clipboard/` directory with sequential numbering and...
"You must be a named user on your organization's Gemini Code Assist Standard edition subscription"
### What happened? ✕ [API Error: [{ "error": { "code": 403, "message": "You must be a named user on your organization's\nGemini Code Assist Standard edition subscription to use this service....
## Summary Adds support for configuring the Gemini model via the `GEMINI_MODEL` environment variable in the A2A server, allowing users to override the default model without code changes. Falls back...
### What happened? ripgrep package is downloaded, even if it is already downloaded (and in the path). ### What did you expect to happen? If ripgrep is already downloaded, we...
### What happened? (container observed/docker/podman) on tool call the options are presented and then Cli exits the test commands were ps,echo for one tool call and file filtering globing for...
As a step towards configuring agents using config files, the codebase investigator should be refactored into a toml that is loaded by default. Completion Criteria: - [ ] Codebase investigator...
Implement the interactive TUI for managing agents. Completion Criteria: - [ ] List view: Name, Source (User/Project/Ext), Status. - [ ] Inspect view: Show system prompt and active tools. -...