summaryrefslogtreecommitdiff
path: root/packages/cli/src/nonInteractiveCli.ts
AgeCommit message (Expand)Author
2025-08-21At Command Race Condition Bugfix For Non-Interactive Mode (#6676)Victor May
2025-08-19Get ToolRegistry from config instead of passing it (#6592)Tommaso Sciortino
2025-08-19Remove unnecessary promiuse usage. (#6585)Tommaso Sciortino
2025-08-18bug(core): Do not throw validation errors when building tools in `nonInteract...joshualitt
2025-08-13move errorParsing.ts to core (#6159)Adam Weidman
2025-08-13Show OpenTelemetry SDK initialization & shutdown in debug mode only (#6096)Jerop Kipruto
2025-08-07avoid loading and initializing CLI config twice in non-interactive mode (#5793)Jacob MacDonald
2025-08-05feat(cli): route non-interactive output to stderr (#5624)Allen Hutchison
2025-08-01[Fix Telemetry for tool calls, PR 1/n] Propagate tool reported errors via Too...Silvio Junior
2025-07-31Fix: Ensure that non interactive mode and interactive mode are calling the sa...anj-s
2025-07-11fix: `TypeError: Cannot read properties of undefined (reading 'authType')` (#...Gaurav
2025-07-11Add support for specifying maxSessionTurns via the settings configuration (#3...anj-s
2025-07-09Adding TurnId to Tool call and API responses and error logs. (#3039)uttamkanodia14
2025-07-08fix(deps): revert yargs bump and fix npx regression (#3610)N. Taylor Mullen
2025-06-27Updates error handling in case of incorrect tool calling. (#2304)Vachan
2025-06-25fix: prepublish changes to package names (#1420)Brandon Keiji
2025-06-25[June 25] handle early output pipe closer (#1402)Keith Ballinger
2025-06-24feat: add custom message for 429 errors (#1366)Abhi
2025-06-23Add error messaging for 429 errors (#1316)Abhi
2025-06-22feat: Add client-initiated tool call handling (#1292)Abhi
2025-06-18Fix noise in headless mode on STDOUT (#1184)Allen Hutchison
2025-06-16Preflight and integration npx (#1096)matt korwel
2025-06-13Handle telemetry in non-interactive mode (#1002)Jerop Kipruto
2025-06-11refactor(telemetry): pass config object to telemetry functionsjerop
2025-06-07refactor: rename gemini-code to gemini-cli (#822)cperry-goog
2025-06-05fix(cli): Handle non-array tool response parts (#758)N. Taylor Mullen
2025-06-03Refactor: Use config.getGeminiClient() for GeminiClient instantiation (#715)N. Taylor Mullen
2025-06-02refactor: maintain 1 GeminiChat per GeminiClient (#710)Brandon Keiji
2025-06-02enable async tool discovery by making the registry accessor async; remove cal...Olcan
2025-06-01feat: Implement non-interactive mode for CLI (#675)N. Taylor Mullen