gemini-cli
https://github.com/google-gemini/gemini-cli
TypeScript
An open-source AI agent that brings the power of Gemini directly into your terminal.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
TypeScript not yet supported6 Subscribers
Add a CodeTriage badge to gemini-cli
Help out
- Issues
- bug: RetryInfo delay of '0s' is treated as missing, misclassifying retryable rate limits as terminal
- bug: invalid policy TOML rules are reported as errors but still loaded - empty toolName crashes startup
- bug: policy engine parse-failure branch escalates an explicit ASK_USER rule to ALLOW in YOLO mode
- bug: rejected OAuth client initialization promise is cached forever (negative caching until process restart)
- bug: commandRegex policy patterns are unanchored and can match across JSON properties
- bug: file-based credential store races concurrent writers and truncation permanently locks out saved credentials
- bug: file-search result cache reuses prefix matches across different matcher semantics, dropping results
- bug: background-process history evicts still-running entries (insertion-order FIFO ignores status)
- bug: shell execution runs exit handling twice on spawn failure ('error' and 'close' both call handleExit)
- bug: IDE connection events are logged with the START_SESSION event name (EventNames.IDE_CONNECTION unused), corrupting session metrics
- Docs
- TypeScript not yet supported