From 722127bc46e1e18e2772b4be94dee44300b49730 Mon Sep 17 00:00:00 2001 From: Luis Lobo Date: Tue, 18 Nov 2025 15:06:48 -0300 Subject: [PATCH] Rename 'Edit file' to 'Edit existing file' in docs --- docs/ide-extensions/agent/how-it-works.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ide-extensions/agent/how-it-works.mdx b/docs/ide-extensions/agent/how-it-works.mdx index ccb1a65b67b..6638a5e1d7b 100644 --- a/docs/ide-extensions/agent/how-it-works.mdx +++ b/docs/ide-extensions/agent/how-it-works.mdx @@ -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