mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05:00
Update README and package.json
This commit is contained in:
@@ -11,7 +11,7 @@ Claude Dev uses an agentic loop style implementation with chain-of-thought promp
|
|||||||
|
|
||||||
### Tools
|
### Tools
|
||||||
|
|
||||||
Claude has access to the following tools:
|
Claude Dev has access to the following tools:
|
||||||
|
|
||||||
1. **execute_command**: Execute CLI commands on the system.
|
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.
|
2. **list_files**: List all files and directories at the top level of the specified directory.
|
||||||
|
|||||||
16
package.json
16
package.json
@@ -1,12 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "claude-dev",
|
"name": "claude-dev",
|
||||||
"displayName": "claude-dev",
|
"displayName": "Claude Dev",
|
||||||
"description": "Autonomous junior engineer",
|
"description": "Claude Dev goes beyond simple code completion by reading & writing files, creating projects, and executing terminal commands with your permission.",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.82.0"
|
"vscode": "^1.82.0"
|
||||||
},
|
},
|
||||||
"publisher": "",
|
"author": { "name": "Saoud Rizwan" },
|
||||||
|
"license": "MIT",
|
||||||
|
"publisher": "saoudrizwan",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/saoudrizwan/claude-dev"
|
"url": "https://github.com/saoudrizwan/claude-dev"
|
||||||
@@ -14,6 +16,14 @@
|
|||||||
"categories": [
|
"categories": [
|
||||||
"AI"
|
"AI"
|
||||||
],
|
],
|
||||||
|
"keywords": [
|
||||||
|
"AI",
|
||||||
|
"Claude",
|
||||||
|
"agentic",
|
||||||
|
"productivity",
|
||||||
|
"automation",
|
||||||
|
"autonomous"
|
||||||
|
],
|
||||||
"activationEvents": [],
|
"activationEvents": [],
|
||||||
"main": "./dist/extension.js",
|
"main": "./dist/extension.js",
|
||||||
"contributes": {
|
"contributes": {
|
||||||
|
|||||||
Reference in New Issue
Block a user