Publish Roo Cline to AWS CodeArtifact; script to download and install latest Roo Cline Extension

This commit is contained in:
ColemanRoo
2024-11-18 21:31:15 -06:00
parent 94cd26c143
commit 4edf570530
6 changed files with 97 additions and 5 deletions

View File

@@ -2,8 +2,8 @@
"name": "roo-cline",
"displayName": "Roo Cline",
"description": "Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.",
"version": "2.0.1",
"icon": "assets/icons/icon.png",
"version": "2.0.2",
"icon": "assets/icons/icon_Roo.png",
"galleryBanner": {
"color": "#617A91",
"theme": "dark"
@@ -12,7 +12,7 @@
"vscode": "1.93.1"
},
"author": {
"name": "Cline Bot Inc."
"name": "Roo Vet"
},
"repository": {
"type": "git",
@@ -131,7 +131,9 @@
"start:webview": "cd webview-ui && npm run start",
"build:webview": "cd webview-ui && npm run build",
"test:webview": "cd webview-ui && npm run test",
"publish:marketplace": "vsce publish && ovsx publish"
"publish:marketplace": "vsce publish && ovsx publish",
"co:login": "scripts/codeartifact-login.sh",
"install:cline": "scripts/install-cline-latest.sh"
},
"devDependencies": {
"@types/diff": "^5.2.1",
@@ -181,5 +183,12 @@
"tree-sitter-wasms": "^0.1.11",
"turndown": "^7.2.0",
"web-tree-sitter": "^0.22.6"
}
},
"publishConfig": {
"registry": "https://www.npmjs.com"
},
"files": [
"bin/roo-cline-2.0.2.vsix",
"assets/icons/icon_Roo.png"
]
}