qwen-code/packages/cli/src/tools
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
..
edit.tool.ts Starting to modularize into separate cli / server packages. (#55) 2025-04-19 19:45:42 +01:00
glob.tool.ts Starting to modularize into separate cli / server packages. (#55) 2025-04-19 19:45:42 +01:00
grep.tool.ts Starting to modularize into separate cli / server packages. (#55) 2025-04-19 19:45:42 +01:00
ls.tool.ts Starting to modularize into separate cli / server packages. (#55) 2025-04-19 19:45:42 +01:00
read-file.tool.ts Fix read-file from exploding with path not found error. 2025-04-20 22:13:55 -04:00
terminal.tool.ts Minimal container setup. Install docker (or podman), build container with scripts/build_container.sh, then start with scripts/start_container.sh. Exit with ^C for now. (#61) 2025-04-20 08:22:17 -07:00
tool-registry.ts Starting to modularize into separate cli / server packages. (#55) 2025-04-19 19:45:42 +01:00
tools.ts Add apache2 SPDX headers to all source files (#48) 2025-04-18 17:44:24 -07:00
web-fetch.tool.ts Starting to modularize into separate cli / server packages. (#55) 2025-04-19 19:45:42 +01:00
write-file.tool.ts Starting to modularize into separate cli / server packages. (#55) 2025-04-19 19:45:42 +01:00