ZIm/crates/assistant_tools/src
Richard Feldman d5bb12631a
Delete tool uses paths instead of globs (#26715)
Also made `run` avoid doing work on the main thread.

Release Notes:

- N/A
2025-03-16 11:58:25 +01:00
..
bash_tool bash tool: Rename working_directory to cd and improve command wrap (#26702) 2025-03-13 18:29:25 +00: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 Use line_endings macro for the edit tool tests (#26642) 2025-03-15 14:16:10 +08:00
list_directory_tool Add ListDirectoryTool (#26549) 2025-03-12 15:17:12 +00:00
path_search_tool Add path search glob tool (#26567) 2025-03-12 22:00:54 +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 Add RegexSearchTool (#26555) 2025-03-12 16:23:15 +00:00
thinking_tool Add thinking tool (#26675) 2025-03-14 16:26:22 -04:00
assistant_tools.rs Add thinking tool (#26675) 2025-03-14 16:26:22 -04:00
bash_tool.rs assistant edit tool: Fix editing files in context (#26751) 2025-03-14 17:07:43 -03:00
delete_path_tool.rs Delete tool uses paths instead of globs (#26715) 2025-03-16 11:58:25 +01:00
diagnostics_tool.rs assistant edit tool: Fix editing files in context (#26751) 2025-03-14 17:07:43 -03:00
edit_files_tool.rs assistant edit tool: Fix editing files in context (#26751) 2025-03-14 17:07:43 -03:00
list_directory_tool.rs assistant edit tool: Fix editing files in context (#26751) 2025-03-14 17:07:43 -03:00
now_tool.rs assistant edit tool: Fix editing files in context (#26751) 2025-03-14 17:07:43 -03:00
path_search_tool.rs assistant edit tool: Fix editing files in context (#26751) 2025-03-14 17:07:43 -03:00
read_file_tool.rs assistant edit tool: Fix editing files in context (#26751) 2025-03-14 17:07:43 -03:00
regex_search.rs assistant edit tool: Fix editing files in context (#26751) 2025-03-14 17:07:43 -03:00
thinking_tool.rs Add action log to thinking tool (#26802) 2025-03-14 20:44:36 +00:00