| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 14 days | feat: add support for .proto files | Castor Regex | |
| 2025-08-20 | Remove unnecessary FileErrorType. (#6697) | Tommaso Sciortino | |
| 2025-08-18 | Read and write files through Zed (#6169) | Conrad Irwin | |
| Co-authored-by: Agus Zubiaga <[email protected]> | |||
| 2025-08-08 | fix: properly report tool errors in telemetry (#5688) | Akhil Appana | |
| Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> | |||
| 2025-08-06 | bug(core): Prompt engineering for truncated read_file. (#5161) | joshualitt | |
| 2025-08-06 | fix(core): Treat .mts files as TypeScript modules instead of video files (#5492) | Yash Velagapudi | |
| Co-authored-by: Jacob Richman <[email protected]> | |||
| 2025-08-05 | bug(core): fix `contentRangeTruncated` calculation. (#5329) | joshualitt | |
| Co-authored-by: Jacob Richman <[email protected]> | |||
| 2025-07-31 | bug(core): UI reporting for truncated read_file. (#5155) | joshualitt | |
| Co-authored-by: Jacob Richman <[email protected]> | |||
| 2025-07-21 | Various spelling improvements (#3497) | Josh Soref | |
| Signed-off-by: Josh Soref <[email protected]> Co-authored-by: Sandy Tao <[email protected]> | |||
| 2025-07-20 | feat: Make file type detection and binary checks asynchronous (#3286) (#3288) | sangwook | |
| 2025-07-15 | Pure refactor: Consolidate isWithinRoot() function calling. (#4163) | Tommaso Sciortino | |
| 2025-07-07 | feat: add .svg support (#3229) | Pugazhendhi | |
| 2025-07-01 | Special case mime type for ts file. (#2902) | Tommaso Sciortino | |
| 2025-07-01 | feat: add audio and video support to read_file (#2556) | Santhosh Kumar | |
| 2025-06-15 | Add file operation telemetry (#1068) | Jerop Kipruto | |
| 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 | |||
| 2025-05-30 | Rename server->core (#638) | Tommaso Sciortino | |
