The EditTool20250728 uses the name "str_replace_based_edit_tool" but
tests were checking for the old name "str_replace_editor". This commit
updates all test expectations to use the correct tool name.
Changes:
- ✅ Updated test_edit_tool.py to expect "str_replace_based_edit_tool"
- ✅ Updated test_native_tools_registration.py for correct tool name
- ✅ Updated test_registry_native_execution.py to execute with correct name
- ✅ Removed computer tool assertion (intentionally disabled by default)
All 3 EditTool naming tests now pass.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>