diff --git a/docs/ide-extensions/agent/how-it-works.mdx b/docs/ide-extensions/agent/how-it-works.mdx index ccb1a65b67..6638a5e1d7 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