mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05:00
Add in permissions logic for tools; Update README with permissions section
This commit is contained in:
11
README.md
11
README.md
@@ -6,9 +6,12 @@ This project was developed for the [Build with Claude June 2024](https://docs.an
|
||||
|
||||
## How it works
|
||||
|
||||
Claude Dev uses an agentic loop style implementation using chain-of-thought prompting and access to powerful tools that give him the ability to accomplish nearly everything. From building softwware projects to running system operations, Claude Dev is only limited by your imagination.
|
||||
|
||||
|
||||
### Tools
|
||||
|
||||
Claude Dev has access to the following tools:
|
||||
Claude has access to the following tools:
|
||||
|
||||
1. **execute_command**: Execute CLI commands on the system.
|
||||
2. **list_files**: List all files and directories at the top level of the specified directory.
|
||||
@@ -17,6 +20,12 @@ Claude Dev has access to the following tools:
|
||||
5. **ask_followup_question**: Ask the user a question to gather additional information needed to complete a task.
|
||||
6. **attempt_completion**: Present the result to the user after completing a task.
|
||||
|
||||
### Only With Your Permission
|
||||
|
||||
Claude always asks for your permission first before any tools are executed or information is sent back to the API. This puts you in control of this agentic loop, every step of the way.
|
||||
|
||||

|
||||
|
||||
## Screenshots
|
||||
|
||||
### 1. Give Claude Dev any task!
|
||||
|
||||
Reference in New Issue
Block a user