Skip to content

Commit 987add3

Browse files
authored
Update metadata (RooVetGit#29)
1 parent 55e75f2 commit 987add3

8 files changed

+10
-36
lines changed

README.md

+1-27
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,7 @@
77
1. Bump the version in `package.json`
88
2. Update the version number in the `files` list in `package.json`
99

10-
### Packaging
11-
1. Bump the version in `package.json`
12-
2. Remove the old VSIX file:
13-
```bash
14-
rm bin/roo-cline-*.vsix
15-
```
16-
3. Build the VSIX file:
17-
```bash
18-
npm run vsix
19-
```
20-
4. The new VSIX file will be created in the `bin/` directory
21-
5. Commit the new VSIX file to git:
22-
```bash
23-
git add bin/*.vsix
24-
git commit -m "chore: update VSIX to version <new_version>"
25-
```
26-
27-
### Installation
28-
Install the plugin using the Cursor CLI:
29-
30-
```bash
31-
cursor --install-extension bin/roo-cline-<latest_version>.vsix
32-
```
33-
34-
Note: The VSIX file is checked into the git repository's `bin/` directory for easy distribution.
35-
36-
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.
10+
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.
3711

3812
---
3913

assets/icons/icon.png

-9.17 KB
Binary file not shown.

assets/icons/icon_Roo.png

-10.9 KB
Binary file not shown.

assets/icons/robot_panel_dark.png

-718 Bytes
Binary file not shown.

assets/icons/robot_panel_light.png

-689 Bytes
Binary file not shown.

assets/icons/rocket.png

2.09 KB
Loading

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "roo-cline",
33
"displayName": "Roo Cline",
4-
"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.",
4+
"description": "A fork of Cline, an autonomous coding agent, with some added experimental configuration and automation features.",
55
"publisher": "RooVeterinaryInc",
6-
"version": "2.1.6",
6+
"version": "2.1.7",
77
"files": [
8-
"bin/roo-cline-2.1.6.vsix",
9-
"assets/icons/icon_Roo.png"
8+
"bin/roo-cline-2.1.7.vsix",
9+
"assets/icons/rocket.png"
1010
],
11-
"icon": "assets/icons/icon_Roo.png",
11+
"icon": "assets/icons/rocket.png",
1212
"galleryBanner": {
1313
"color": "#617A91",
1414
"theme": "dark"
@@ -23,7 +23,7 @@
2323
"type": "git",
2424
"url": "https://github.com/RooVetGit/Roo-Cline"
2525
},
26-
"homepage": "https://cline.bot",
26+
"homepage": "https://github.com/RooVetGit/Roo-Cline",
2727
"categories": [
2828
"AI",
2929
"Chat",
@@ -53,7 +53,7 @@
5353
{
5454
"id": "roo-cline-ActivityBar",
5555
"title": "Roo Cline",
56-
"icon": "$(robot)"
56+
"icon": "$(rocket)"
5757
}
5858
]
5959
},

0 commit comments

Comments
 (0)