mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-22 05:11:06 -05:00
Update version and details
This commit is contained in:
25
package.json
25
package.json
@@ -2,7 +2,7 @@
|
|||||||
"name": "claude-dev",
|
"name": "claude-dev",
|
||||||
"displayName": "Claude Dev",
|
"displayName": "Claude Dev",
|
||||||
"description": "Autonomous coding agent right in your IDE, capable of creating/editing files, executing commands, and more with your permission every step of the way.",
|
"description": "Autonomous coding agent right in your IDE, capable of creating/editing files, executing commands, and more with your permission every step of the way.",
|
||||||
"version": "1.6.2",
|
"version": "1.6.3",
|
||||||
"icon": "icons/icon.png",
|
"icon": "icons/icon.png",
|
||||||
"galleryBanner": {
|
"galleryBanner": {
|
||||||
"color": "#FFDFCA",
|
"color": "#FFDFCA",
|
||||||
@@ -21,14 +21,25 @@
|
|||||||
"url": "https://github.com/saoudrizwan/claude-dev"
|
"url": "https://github.com/saoudrizwan/claude-dev"
|
||||||
},
|
},
|
||||||
"categories": [
|
"categories": [
|
||||||
"AI"
|
"AI",
|
||||||
|
"Chat",
|
||||||
|
"Programming Languages",
|
||||||
|
"Education",
|
||||||
|
"Machine Learning",
|
||||||
|
"Snippets",
|
||||||
|
"Testing"
|
||||||
],
|
],
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"AI",
|
"claude",
|
||||||
"Claude",
|
"coding",
|
||||||
"agentic",
|
"agent",
|
||||||
"productivity",
|
"autonomous",
|
||||||
"automation"
|
"chatgpt",
|
||||||
|
"sonnet",
|
||||||
|
"mistral",
|
||||||
|
"codestral",
|
||||||
|
"ai",
|
||||||
|
"llama"
|
||||||
],
|
],
|
||||||
"activationEvents": [],
|
"activationEvents": [],
|
||||||
"main": "./dist/extension.js",
|
"main": "./dist/extension.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user