ZIm/crates/assistant_tools/src
Agus Zubiaga 6408ae81d1
assistant2: Return no-edits response to architect model (#27200)
Sometimes the editor model returns no search/replace blocks. This
usually happens when the architect model calls the edit tool before
reading any files. When this happens, we'll now return the raw response
from the editor model to the architect model so it can recover
accordingly.

Release Notes:

- N/A
2025-03-20 14:29:34 -03: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 assistant edit tool: Replace with flexible indentation (#27039) 2025-03-19 09:39:00 -03: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
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 assistant_tools: Add fetch tool (#26999) 2025-03-18 16:25:51 +00:00
bash_tool.rs Display what the tool is doing (#27120) 2025-03-20 09:16:39 -04:00
delete_path_tool.rs Display what the tool is doing (#27120) 2025-03-20 09:16:39 -04:00
diagnostics_tool.rs Display what the tool is doing (#27120) 2025-03-20 09:16:39 -04:00
edit_files_tool.rs assistant2: Return no-edits response to architect model (#27200) 2025-03-20 14:29:34 -03:00
fetch_tool.rs Display what the tool is doing (#27120) 2025-03-20 09:16:39 -04:00
list_directory_tool.rs Display what the tool is doing (#27120) 2025-03-20 09:16:39 -04:00
now_tool.rs Display what the tool is doing (#27120) 2025-03-20 09:16:39 -04:00
path_search_tool.rs Display what the tool is doing (#27120) 2025-03-20 09:16:39 -04:00
read_file_tool.rs Display what the tool is doing (#27120) 2025-03-20 09:16:39 -04:00
regex_search_tool.rs Display what the tool is doing (#27120) 2025-03-20 09:16:39 -04:00
thinking_tool.rs Display what the tool is doing (#27120) 2025-03-20 09:16:39 -04:00