ZIm/crates/assistant_tools/src
Richard Feldman fc99557952
Explicitly prefer find-replace over edit-files (#27503)
`edit-files` is still enabled for now, but this makes it less likely to
be used.

Release Notes:

- N/A
2025-03-27 14:27:28 -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_directory_tool Add Create Directory Tool (#27505) 2025-03-26 11:59:03 -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 assistant2: Encourage diagnostics check (#27510) 2025-03-26 13:42:09 -03:00
edit_files_tool Explicitly prefer find-replace over edit-files (#27503) 2025-03-27 14:27:28 -04:00
fetch_tool assistant_tools: Add fetch tool (#26999) 2025-03-18 16:25:51 +00:00
find_replace_tool Add find-replace-file tool, use it by default over edit-files-tool (#27438) 2025-03-25 13:12:50 -04: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 Directory Tool (#27505) 2025-03-26 11:59:03 -04:00
bash_tool.rs Allow Bash tool to Just Work with more cd inputs (#27501) 2025-03-27 14:27:18 -04:00
copy_path_tool.rs Fix tools' ui_text to use inline code escaping (#27543) 2025-03-26 21:49:51 +00:00
create_directory_tool.rs Fix tools' ui_text to use inline code escaping (#27543) 2025-03-26 21:49:51 +00:00
create_file_tool.rs Fix tools' ui_text to use inline code escaping (#27543) 2025-03-26 21:49:51 +00:00
delete_path_tool.rs assistant2: Add new icons for create and delete file tool (#27487) 2025-03-26 08:20:09 -03:00
diagnostics_tool.rs Fix tools' ui_text to use inline code escaping (#27543) 2025-03-26 21:49:51 +00:00
edit_files_tool.rs assistant tools: Add Tool::icon method instead of matching on name (#27444) 2025-03-25 18:17:36 +00:00
fetch_tool.rs Escape markdown in tools' ui_text (#27502) 2025-03-26 11:27:02 -04:00
find_replace_file_tool.rs Escape markdown in tools' ui_text (#27502) 2025-03-26 11:27:02 -04:00
list_directory_tool.rs Fix tools' ui_text to use inline code escaping (#27543) 2025-03-26 21:49:51 +00:00
move_path_tool.rs Fix tools' ui_text to use inline code escaping (#27543) 2025-03-26 21:49:51 +00:00
now_tool.rs assistant tools: Add Tool::icon method instead of matching on name (#27444) 2025-03-25 18:17:36 +00:00
path_search_tool.rs assistant tools: Add Tool::icon method instead of matching on name (#27444) 2025-03-25 18:17:36 +00:00
read_file_tool.rs Fix tools' ui_text to use inline code escaping (#27543) 2025-03-26 21:49:51 +00:00
regex_search_tool.rs Fix tools' ui_text to use inline code escaping (#27543) 2025-03-26 21:49:51 +00:00
replace.rs Add find-replace-file tool, use it by default over edit-files-tool (#27438) 2025-03-25 13:12:50 -04:00
thinking_tool.rs assistant tools: Add Tool::icon method instead of matching on name (#27444) 2025-03-25 18:17:36 +00:00