summaryrefslogtreecommitdiff
path: root/packages/cli/src/nonInteractiveCli.ts
AgeCommit message (Collapse)Author
2025-06-11refactor(telemetry): pass config object to telemetry functionsjerop
This commit refactors the telemetry system to pass a object to various logging and metrics functions. This change centralizes configuration management within the telemetry system, making it more modular and easier to maintain. The constructor and various tool execution functions have been updated to accept the object, which is then passed down to the telemetry functions. This eliminates the need to pass individual configuration values, such as , through multiple layers of the application.
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 ↵Olcan
call to discoverTools that caused duplicate discovery (#691)
2025-06-01feat: Implement non-interactive mode for CLI (#675)N. Taylor Mullen