revert: Remove edit file tool (#245)

This commit is contained in:
Petr Mironychev
2025-10-28 16:39:49 +01:00
committed by GitHub
parent dfd9979450
commit d483ca372d
9 changed files with 2 additions and 1110 deletions

View File

@ -92,8 +92,6 @@ void ClientInterface::sendMessage(
"**Workflow patterns:**\n"
"- Code structure: find_cpp_symbol → read_files_by_path\n"
"- Find usages: find_cpp_symbol → search_in_project\n"
"- Fix errors: get_issues_list → find_cpp_symbol → read_files_by_path → edit_file\n"
"- Refactoring: find_cpp_symbol → read_files → search_in_project → edit_file\n\n"
"**Best practices:**\n"
"- Prefer find_cpp_symbol over search_in_project for code symbols\n"
"- Read once, edit comprehensively (atomic edits)\n"