gemini-cli/packages/cli/src
Taylor Mullen 63f864cdd7 Fix read-file from exploding with path not found error.
- There were a few hiccups here. Somehow 2.5-flash wasn't actually abiding by our tool schema. Instead it was inferring `path`. To semi-combat this I've renamed `file_path` -> `path`.
- We weren't elevating errors that were created via schema validation. Instead both the `glob` and `read-file.ts` now surface this.
- In error scenarios (like failing schema) we were improperly surfacing these as success cases because we were overriding tool status.
2025-04-20 22:13:55 -04:00
..
config Adds shell command allowlist (#68) 2025-04-20 21:06:22 +01:00
core Starting to modularize into separate cli / server packages. (#55) 2025-04-19 19:45:42 +01:00
tools Fix read-file from exploding with path not found error. 2025-04-20 22:13:55 -04:00
ui Fix read-file from exploding with path not found error. 2025-04-20 22:13:55 -04:00
utils Starting to modularize into separate cli / server packages. (#55) 2025-04-19 19:45:42 +01:00
gemini.ts Starting to modularize into separate cli / server packages. (#55) 2025-04-19 19:45:42 +01:00
index.test.ts add linter for checking license headers (and eslint --fix target to match, and fix missing license headers while we're here) (#62) 2025-04-20 17:16:25 -07:00