Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ide-extensions/agent/how-it-works.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading