| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-20 | Remove unnecessary FileErrorType. (#6697) | Tommaso Sciortino | |
| 2025-08-19 | feat(core): Cleanup after migrating tools. (#6199) | joshualitt | |
| Co-authored-by: Jacob Richman <[email protected]> | |||
| 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 | feat(core): Introduce `DeclarativeTool` and `ToolInvocation`. (#5613) | joshualitt | |
| 2025-07-31 | bug(core): UI reporting for truncated read_file. (#5155) | joshualitt | |
| Co-authored-by: Jacob Richman <[email protected]> | |||
| 2025-07-30 | feat: Multi-Directory Workspace Support (part1: add `--include-directories` ↵ | Yuki Okita | |
| option) (#4605) Co-authored-by: Allen Hutchison <[email protected]> | |||
| 2025-07-25 | Fix read-file.test.ts to be windows compatible. (#4864) | Tommaso Sciortino | |
| 2025-07-15 | Pure refactor: Consolidate isWithinRoot() function calling. (#4163) | Tommaso Sciortino | |
| 2025-07-08 | Don't enforce leading slash since that's not true on Windows (#3545) | Tommaso Sciortino | |
| 2025-07-08 | Improve Function Call argument validation and typing (#2881) | Tommaso Sciortino | |
| Co-authored-by: N. Taylor Mullen <[email protected]> | |||
| 2025-06-14 | fix: Push tool calls to absolute paths (#1055) (#1057) | Keir Mierle | |
| Make several changes to guide the model to request absolute paths, reducing frequent accidental relative path tool call failures. - Switch the parameter name: path --> absolute_path. - Update the tool definition to strongly require an absolute path. - Update the system prompt to indicate absolute paths are required. - Update the system prompt tool use examples to use absolute paths. Test case: Open GC in GC: "Locate the primary file calling genai" - Expected: Model opens files with absolute path, successfully. - Actual (pre-patch): Failure, attempts to read with relative path. - Actual (post-patch): Success, attempts to read with absolute path. | |||
| 2025-06-14 | centralize file filtering in `FileDiscoveryService` (#1039) | Anas H. Sulaiman | |
| 2025-06-05 | Add support for `.geminiignore` file (#757) | Eddie Santos | |
| 2025-05-30 | Rename server->core (#638) | Tommaso Sciortino | |
