| Age | Commit message (Collapse) | Author |
|
Co-authored-by: Bryan Morgan <[email protected]>
|
|
|
|
Co-authored-by: Agus Zubiaga <[email protected]>
Co-authored-by: Ben Brandt <[email protected]>
Co-authored-by: mkorwel <[email protected]>
|
|
Co-authored-by: Dcatfly <[email protected]>
|
|
|
|
MCP related tools (#4176)
Co-authored-by: Jack Wotherspoon <[email protected]>
|
|
Co-authored-by: Pascal Birchler <[email protected]>
|
|
Co-authored-by: matt korwel <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
absolute paths were required (#3938)
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: N. Taylor Mullen <[email protected]>
|
|
|
|
Co-authored-by: Scott Densmore <[email protected]>
|
|
Co-authored-by: Colt McAnlis <[email protected]>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
errors (#2463)
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Allen Hutchison <[email protected]>
|
|
|
|
Co-authored-by: Scott Densmore <[email protected]>
|
|
Co-authored-by: Scott Densmore <[email protected]>
|
|
|
|
|
|
Co-authored-by: Tommaso Sciortino <[email protected]>
Co-authored-by: N. Taylor Mullen <[email protected]>
|
|
|
|
|
|
|
|
Introduces telemetry for file create, read, and update operations.
This change adds the `gemini_cli.file.operation.count` metric, recorded by the `read-file`, `read-many-files`, and `write-file` tools.
The metric includes the following attributes:
- `operation` (string: `create`, `read`, `update`): The type of file operation.
- `lines` (optional, Int): Number of lines in the file.
- `mimetype` (optional, string): Mimetype of the file.
- `extension` (optional, string): File extension of the file.
Here is a stacked bar chart of file operations by extension (`js`, `ts`, `md`):

Here is a stacked bar chart of file operations by type (`create`, `read`, `update`):

#750
cc @allenhutchison as discussed
|