index
:
dev/gemini-cli
devel
jcarr
main
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
cli
/
src
/
gemini.tsx
Age
Commit message (
Expand
)
Author
2025-06-20
fallback to gemini_api_key (#1255)
matt korwel
2025-06-20
Turn off debug logging of MaxSizedBox errors by default. (#1228)
Jacob Richman
2025-06-20
Make checkpoints configurable in settings.json (#1251)
Louis Jimenez
2025-06-19
Auth First Run (#1207)
matt korwel
2025-06-19
Initialize geminiClient in noninteractive mode (#1222)
Tommaso Sciortino
2025-06-18
Refactor in preparation for Reauth (#1196)
Tommaso Sciortino
2025-06-18
Fix noise in headless mode on STDOUT (#1184)
Allen Hutchison
2025-06-18
feat: consolidate sandbox configurations into a single object (#1154)
Brandon Keiji
2025-06-15
refactor(cli): Use excludeTools for non-interactive mode (#1072)
N. Taylor Mullen
2025-06-14
centralize file filtering in `FileDiscoveryService` (#1039)
Anas H. Sulaiman
2025-06-13
reuse `GitIgnoreParser` for loading `.geminiignore` (#1025)
Anas H. Sulaiman
2025-06-13
Fix default extension context filename and update docs (#1024)
Tommaso Sciortino
2025-06-13
Handle telemetry in non-interactive mode (#1002)
Jerop Kipruto
2025-06-11
Cache oauth credentials (#927)
Tommaso Sciortino
2025-06-11
Restore Checkpoint Feature (#934)
Louis Jimenez
2025-06-11
refactor: Centralize session ID generation and propagation
jerop
2025-06-10
Remove warnings for old env var names. (#920)
Tommaso Sciortino
2025-06-10
Allow simple extensions for registering MCPservers (#890)
Tommaso Sciortino
2025-06-10
Add a window title when CLI is launched (#787)
Mark McDonald
2025-06-08
Revert "Add batch editing capabilities to Edit Tool (#648)" (#857)
N. Taylor Mullen
2025-06-08
feat: Introduce session context and add session duration stat for `/stats` co...
Abhi
2025-06-07
refactor: rename gemini-code to gemini-cli (#822)
cperry-goog
2025-06-07
Push model-switching logging into loadCliConfig (#815)
Tommaso Sciortino
2025-06-07
More version simplifiction. (#810)
Tommaso Sciortino
2025-06-06
Add batch editing capabilities to Edit Tool (#648)
Keith Ballinger
2025-06-06
clean up version lookup code (#804)
Tommaso Sciortino
2025-06-06
Exit with an error message if parsing settings.json fails. (#747)
Jacob Richman
2025-06-05
Add support for `.geminiignore` file (#757)
Eddie Santos
2025-06-04
Ignore folders files (#651)
Keith Ballinger
2025-06-02
Remove redundant variable. (#713)
N. Taylor Mullen
2025-06-02
Feat: Enable YOLO mode for non-interactive execution (#702)
N. Taylor Mullen
2025-06-02
feat(cli): add pro model availability check and fallback to flash (#608)
Allen Hutchison
2025-06-01
feat: Implement non-interactive mode for CLI (#675)
N. Taylor Mullen
2025-05-30
feat: Implement delayed Ctrl+C exit prompt
Daniel Young Lee
2025-05-30
Rename server->core (#638)
Tommaso Sciortino
2025-05-27
feat: Allow cancellation of in-progress Gemini requests and pre-execution checks
Taylor Mullen
2025-05-27
refactor: use React strict mode (#569)
Brandon Keiji