ZIm/crates/assistant_tools/src
Richard Feldman 6b7167a32d
Gracefully handle models searching for empty glob (#27370)
Sometimes we've seen models provide an empty string for the path search
glob. This assumes they meant "*" when that happens.

Separately, this also removes an unnecessary `clone` of a `String`.

Release Notes:

- N/A
2025-03-25 12:32:20 -04:00
..
bash_tool bash tool: Rename working_directory to cd and improve command wrap (#26702) 2025-03-13 18:29:25 +00:00
copy_path_tool Add copy-path tool (#27371) 2025-03-24 21:21:55 -04:00
create_file_tool Add create-file-tool (#27381) 2025-03-25 10:56:41 -04:00
delete_path_tool Delete tool uses paths instead of globs (#26715) 2025-03-16 11:58:25 +01:00
diagnostics_tool Introduce DiagnosticsTool (#26670) 2025-03-13 14:53:00 +01:00
edit_files_tool Gracefully handle models searching for empty glob (#27370) 2025-03-25 12:32:20 -04:00
fetch_tool assistant_tools: Add fetch tool (#26999) 2025-03-18 16:25:51 +00:00
list_directory_tool Add ListDirectoryTool (#26549) 2025-03-12 15:17:12 +00:00
move_path_tool Add move_path tool (#27366) 2025-03-24 14:45:19 +00:00
path_search_tool Paginate regex and path search tools (#26997) 2025-03-18 15:44:41 +00:00
read_file_tool Remove list_worktrees and use relative paths instead (#26546) 2025-03-12 15:06:04 +00:00
regex_search_tool Paginate regex and path search tools (#26997) 2025-03-18 15:44:41 +00:00
thinking_tool Add thinking tool (#26675) 2025-03-14 16:26:22 -04:00
assistant_tools.rs Add create-file-tool (#27381) 2025-03-25 10:56:41 -04:00
bash_tool.rs assistant2: Add tiny design improvements (#27399) 2025-03-24 21:00:21 -03:00
copy_path_tool.rs Add copy-path tool (#27371) 2025-03-24 21:21:55 -04:00
create_file_tool.rs Add create-file-tool (#27381) 2025-03-25 10:56:41 -04:00
delete_path_tool.rs Prompt before running some tools (#27284) 2025-03-22 00:05:34 -04:00
diagnostics_tool.rs Prompt before running some tools (#27284) 2025-03-22 00:05:34 -04:00
edit_files_tool.rs assistant edit tool: Reliability improvements (#27431) 2025-03-25 12:34:01 -03:00
fetch_tool.rs Prompt before running some tools (#27284) 2025-03-22 00:05:34 -04:00
list_directory_tool.rs Prompt before running some tools (#27284) 2025-03-22 00:05:34 -04:00
move_path_tool.rs Add move_path tool (#27366) 2025-03-24 14:45:19 +00:00
now_tool.rs Prompt before running some tools (#27284) 2025-03-22 00:05:34 -04:00
path_search_tool.rs Gracefully handle models searching for empty glob (#27370) 2025-03-25 12:32:20 -04:00
read_file_tool.rs Prompt before running some tools (#27284) 2025-03-22 00:05:34 -04:00
regex_search_tool.rs Prompt before running some tools (#27284) 2025-03-22 00:05:34 -04:00
thinking_tool.rs Prompt before running some tools (#27284) 2025-03-22 00:05:34 -04:00