summaryrefslogtreecommitdiff
path: root/packages/core/src/tools/read-file.ts
AgeCommit message (Expand)Author
2025-08-08fix: properly report tool errors in telemetry (#5688)Akhil Appana
2025-08-07Migrate EditTool, GrepTool, and GlobTool to DeclarativeTool (#5744)joshualitt
2025-08-06bug(core): Prompt engineering for truncated read_file. (#5161)joshualitt
2025-08-06feat(core): Introduce `DeclarativeTool` and `ToolInvocation`. (#5613)joshualitt
2025-07-30feat: Multi-Directory Workspace Support (part1: add `--include-directories` o...Yuki Okita
2025-07-17Zed integration (#4266)Conrad Irwin
2025-07-15Pure refactor: Consolidate isWithinRoot() function calling. (#4163)Tommaso Sciortino
2025-07-12Fix issues that resulted in Gemini trying to use relative paths where absolut...Jacob Richman
2025-07-08Don't enforce leading slash since that's not true on Windows (#3545)Tommaso Sciortino
2025-07-08Improve Function Call argument validation and typing (#2881)Tommaso Sciortino
2025-06-29refactor: remove imported multiple times (#1846)Noritaka Kobayashi
2025-06-15Add file operation telemetry (#1068)Jerop Kipruto
2025-06-14fix: Push tool calls to absolute paths (#1055) (#1057)Keir Mierle
2025-06-14centralize file filtering in `FileDiscoveryService` (#1039)Anas H. Sulaiman
2025-06-05Add support for `.geminiignore` file (#757)Eddie Santos
2025-06-01Fix for validating getDescription in read_file tool call (#660)anj-s
2025-05-30Rename server->core (#638)Tommaso Sciortino