mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-19 20:01:08 -05:00
Update metadata (#29)
This commit is contained in:
28
README.md
28
README.md
@@ -7,33 +7,7 @@
|
|||||||
1. Bump the version in `package.json`
|
1. Bump the version in `package.json`
|
||||||
2. Update the version number in the `files` list in `package.json`
|
2. Update the version number in the `files` list in `package.json`
|
||||||
|
|
||||||
### Packaging
|
After installation, Roo Cline will appear in your VSCode-compatible editor's installed extensions list. You can verify this by opening your editor's Extensions panel (Cmd/Ctrl+Shift+X) and checking under the "Installed" section.
|
||||||
1. Bump the version in `package.json`
|
|
||||||
2. Remove the old VSIX file:
|
|
||||||
```bash
|
|
||||||
rm bin/roo-cline-*.vsix
|
|
||||||
```
|
|
||||||
3. Build the VSIX file:
|
|
||||||
```bash
|
|
||||||
npm run vsix
|
|
||||||
```
|
|
||||||
4. The new VSIX file will be created in the `bin/` directory
|
|
||||||
5. Commit the new VSIX file to git:
|
|
||||||
```bash
|
|
||||||
git add bin/*.vsix
|
|
||||||
git commit -m "chore: update VSIX to version <new_version>"
|
|
||||||
```
|
|
||||||
|
|
||||||
### Installation
|
|
||||||
Install the plugin using the Cursor CLI:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
cursor --install-extension bin/roo-cline-<latest_version>.vsix
|
|
||||||
```
|
|
||||||
|
|
||||||
Note: The VSIX file is checked into the git repository's `bin/` directory for easy distribution.
|
|
||||||
|
|
||||||
After installation, Roo Cline will appear in your Cursor's installed extensions list. You can verify this by opening Cursor's Extensions panel (Cmd/Ctrl+Shift+X) and checking under the "Installed" section.
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 9.2 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 11 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 718 B |
Binary file not shown.
|
Before Width: | Height: | Size: 689 B |
BIN
assets/icons/rocket.png
Normal file
BIN
assets/icons/rocket.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "roo-cline",
|
"name": "roo-cline",
|
||||||
"version": "2.1.6",
|
"version": "2.1.7",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "roo-cline",
|
"name": "roo-cline",
|
||||||
"version": "2.1.6",
|
"version": "2.1.7",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anthropic-ai/bedrock-sdk": "^0.10.2",
|
"@anthropic-ai/bedrock-sdk": "^0.10.2",
|
||||||
"@anthropic-ai/sdk": "^0.26.0",
|
"@anthropic-ai/sdk": "^0.26.0",
|
||||||
|
|||||||
14
package.json
14
package.json
@@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "roo-cline",
|
"name": "roo-cline",
|
||||||
"displayName": "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.",
|
"description": "A fork of Cline, an autonomous coding agent, with some added experimental configuration and automation features.",
|
||||||
"publisher": "RooVeterinaryInc",
|
"publisher": "RooVeterinaryInc",
|
||||||
"version": "2.1.6",
|
"version": "2.1.7",
|
||||||
"files": [
|
"files": [
|
||||||
"bin/roo-cline-2.1.6.vsix",
|
"bin/roo-cline-2.1.7.vsix",
|
||||||
"assets/icons/icon_Roo.png"
|
"assets/icons/rocket.png"
|
||||||
],
|
],
|
||||||
"icon": "assets/icons/icon_Roo.png",
|
"icon": "assets/icons/rocket.png",
|
||||||
"galleryBanner": {
|
"galleryBanner": {
|
||||||
"color": "#617A91",
|
"color": "#617A91",
|
||||||
"theme": "dark"
|
"theme": "dark"
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/RooVetGit/Roo-Cline"
|
"url": "https://github.com/RooVetGit/Roo-Cline"
|
||||||
},
|
},
|
||||||
"homepage": "https://cline.bot",
|
"homepage": "https://github.com/RooVetGit/Roo-Cline",
|
||||||
"categories": [
|
"categories": [
|
||||||
"AI",
|
"AI",
|
||||||
"Chat",
|
"Chat",
|
||||||
@@ -53,7 +53,7 @@
|
|||||||
{
|
{
|
||||||
"id": "roo-cline-ActivityBar",
|
"id": "roo-cline-ActivityBar",
|
||||||
"title": "Roo Cline",
|
"title": "Roo Cline",
|
||||||
"icon": "$(robot)"
|
"icon": "$(rocket)"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user