Rename 'Edit file' to 'Edit existing file' in docs

This commit is contained in:
Luis Lobo
2025-11-18 15:06:48 -03:00
parent 6ea0539094
commit 722127bc46

View File

@@ -46,7 +46,7 @@ In Plan mode, only these read-only tools are available:
In Agent mode, all tools are available including the read-only tools above plus:
- **Create new file** (`create_new_file`): Create a new file within the project
- **Edit file** (`edit_file`): Make changes to existing files
- **Edit file** (`edit_existing_file`): Make changes to existing files
- **Run terminal command** (`run_terminal_command`): Run commands from the workspace root
- **Create Rule Block** (`create_rule_block`): Create a new rule block in `.continue/rules`
- All other write/execute tools for modifying the codebase