mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05:00
Fix README images and add package category
This commit is contained in:
18
README.md
18
README.md
@@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
Thanks to [Claude 3.5 Sonnet's agentic coding capabilities](https://www-cdn.anthropic.com/fed9cc193a14b84131812372d8d5857f8f304c52/Model_Card_Claude_3_Addendum.pdf) Claude Dev can handle complex software development tasks step-by-step. With tools that let him read & write files, create entire projects from scratch, and execute terminal commands (after you grant permission), he can assist you in ways that go beyond simple code completion or tech support.
|
Thanks to [Claude 3.5 Sonnet's agentic coding capabilities](https://www-cdn.anthropic.com/fed9cc193a14b84131812372d8d5857f8f304c52/Model_Card_Claude_3_Addendum.pdf) Claude Dev can handle complex software development tasks step-by-step. With tools that let him read & write files, create entire projects from scratch, and execute terminal commands (after you grant permission), he can assist you in ways that go beyond simple code completion or tech support.
|
||||||
|
|
||||||
This project was developed for the [Build with Claude June 2024](https://docs.anthropic.com/en/build-with-claude-contest/overview) contest by Anthropic.
|
This project was developed for the [Build with Claude June 2024](https://docs.anthropic.com/en/build-with-claude-contest/overview) contest by Anthropic.
|
||||||
|
|
||||||
## How it works
|
## 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.
|
Claude Dev uses an agentic loop style implementation with chain-of-thought prompting and access to powerful tools that give him the ability to accomplish nearly any task. From building software projects to running system operations, Claude Dev is only limited by your imagination.
|
||||||
|
|
||||||
|
|
||||||
### Tools
|
### Tools
|
||||||
@@ -24,7 +24,7 @@ Claude has access to the following tools:
|
|||||||
|
|
||||||
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.
|
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
|
## Screenshots
|
||||||
|
|
||||||
@@ -32,29 +32,29 @@ Claude always asks for your permission first before any tools are executed or in
|
|||||||
|
|
||||||
First, I asked Claude Dev to make me a game with loose requirements. He used chain-of-thought `<thinking>` tags to determine what steps he needed to take to accomplish the task.
|
First, I asked Claude Dev to make me a game with loose requirements. He used chain-of-thought `<thinking>` tags to determine what steps he needed to take to accomplish the task.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### 2. Powerful tools to accomplish anything
|
### 2. Powerful tools to accomplish anything
|
||||||
|
|
||||||
He used the tools built into the extension, such as creating new files, to build the entire project from scratch.
|
He used the tools built into the extension, such as creating new files, to build an entire website from scratch.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### 3. Run the project with a click of a button
|
### 3. Run the project with a click of a button
|
||||||
|
|
||||||
Claude Dev even offered to run a command that would open it in Chrome for me.
|
Claude Dev even offered to run a command that would open it in Chrome for me.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### 4. Finished Product
|
### 4. Finished Product
|
||||||
|
|
||||||
Finished product. Thanks, Claude Dev!
|
Finished product. Thanks, Claude Dev!
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
To install Claude-Dev, follow these steps:
|
To install Claude Dev, follow these steps:
|
||||||
|
|
||||||
1. Clone the repository:
|
1. Clone the repository:
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
"url": "https://github.com/saoudrizwan/claude-dev"
|
"url": "https://github.com/saoudrizwan/claude-dev"
|
||||||
},
|
},
|
||||||
"categories": [
|
"categories": [
|
||||||
"Other"
|
"AI"
|
||||||
],
|
],
|
||||||
"activationEvents": [],
|
"activationEvents": [],
|
||||||
"main": "./dist/extension.js",
|
"main": "./dist/extension.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user