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
/
nonInteractiveCli.test.ts
Age
Commit message (
Expand
)
Author
2025-07-31
Fix: Ensure that non interactive mode and interactive mode are calling the sa...
anj-s
2025-07-21
Various spelling improvements (#3497)
Josh Soref
2025-07-11
Add support for specifying maxSessionTurns via the settings configuration (#3...
anj-s
2025-07-09
Adding TurnId to Tool call and API responses and error logs. (#3039)
uttamkanodia14
2025-07-08
fix(deps): revert yargs bump and fix npx regression (#3610)
N. Taylor Mullen
2025-06-27
Updates error handling in case of incorrect tool calling. (#2304)
Vachan
2025-06-25
fix: prepublish changes to package names (#1420)
Brandon Keiji
2025-06-24
feat: add custom message for 429 errors (#1366)
Abhi
2025-06-23
Add error messaging for 429 errors (#1316)
Abhi
2025-06-11
refactor(telemetry): pass config object to telemetry functions
jerop
2025-06-10
Remove unneeded `mockRestore()`s from tests (#919)
Seth Troisi
2025-06-07
refactor: rename gemini-code to gemini-cli (#822)
cperry-goog
2025-06-03
Refactor: Use config.getGeminiClient() for GeminiClient instantiation (#715)
N. Taylor Mullen
2025-06-02
refactor: maintain 1 GeminiChat per GeminiClient (#710)
Brandon Keiji
2025-06-02
enable async tool discovery by making the registry accessor async; remove cal...
Olcan
2025-06-01
feat: Implement non-interactive mode for CLI (#675)
N. Taylor Mullen