ZIm/crates/assistant_tools/src
Agus Zubiaga 2edadd9352
bash tool: Rename working_directory to cd and improve command wrap (#26702)
This helps its do the right thing

Release Notes:

- N/A

Co-authored-by: Antonio Scandurra <me@as-cii.com>
2025-03-13 18:29:25 +00: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 Add delete-path tool (#26590) 2025-03-12 20:16:26 +00:00
diagnostics_tool Introduce DiagnosticsTool (#26670) 2025-03-13 14:53:00 +01:00
edit_files_tool Fix issues in EditFilesTool, ListDirectoryTool and BashTool (#26647) 2025-03-13 09:41:27 +00: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
assistant_tools.rs Introduce DiagnosticsTool (#26670) 2025-03-13 14:53:00 +01:00
bash_tool.rs bash tool: Rename working_directory to cd and improve command wrap (#26702) 2025-03-13 18:29:25 +00:00
delete_path_tool.rs Add delete-path tool (#26590) 2025-03-12 20:16:26 +00:00
diagnostics_tool.rs Introduce DiagnosticsTool (#26670) 2025-03-13 14:53:00 +01:00
edit_files_tool.rs assistant edit tool: Use buffer search and replace in background (#26679) 2025-03-13 12:25:49 -03:00
list_directory_tool.rs Introduce DiagnosticsTool (#26670) 2025-03-13 14:53:00 +01:00
now_tool.rs assistant: Edit files tool (#26506) 2025-03-12 12:30:47 +00:00
path_search_tool.rs Fix issues in EditFilesTool, ListDirectoryTool and BashTool (#26647) 2025-03-13 09:41:27 +00:00
read_file_tool.rs Introduce DiagnosticsTool (#26670) 2025-03-13 14:53:00 +01:00
regex_search.rs Add RegexSearchTool (#26555) 2025-03-12 16:23:15 +00:00