|
3 | 3 | "displayName": "Roo Cline", |
4 | 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.", |
5 | 5 | "publisher": "RooVeterinaryInc", |
6 | | - "version": "2.1.3", |
| 6 | + "version": "2.1.4", |
7 | 7 | "files": [ |
8 | | - "bin/roo-cline-2.1.3.vsix", |
| 8 | + "bin/roo-cline-2.1.4.vsix", |
9 | 9 | "assets/icons/icon_Roo.png" |
10 | 10 | ], |
11 | 11 | "icon": "assets/icons/icon_Roo.png", |
|
51 | 51 | "viewsContainers": { |
52 | 52 | "activitybar": [ |
53 | 53 | { |
54 | | - "id": "claude-dev-ActivityBar", |
55 | | - "title": "Cline", |
| 54 | + "id": "roo-cline-ActivityBar", |
| 55 | + "title": "Roo Cline", |
56 | 56 | "icon": "$(robot)" |
57 | 57 | } |
58 | 58 | ] |
59 | 59 | }, |
60 | 60 | "views": { |
61 | | - "claude-dev-ActivityBar": [ |
| 61 | + "roo-cline-ActivityBar": [ |
62 | 62 | { |
63 | 63 | "type": "webview", |
64 | | - "id": "claude-dev.SidebarProvider", |
| 64 | + "id": "roo-cline.SidebarProvider", |
65 | 65 | "name": "" |
66 | 66 | } |
67 | 67 | ] |
68 | 68 | }, |
69 | 69 | "commands": [ |
70 | 70 | { |
71 | | - "command": "cline.plusButtonClicked", |
| 71 | + "command": "roo-cline.plusButtonClicked", |
72 | 72 | "title": "New Task", |
73 | 73 | "icon": "$(add)" |
74 | 74 | }, |
75 | 75 | { |
76 | | - "command": "cline.historyButtonClicked", |
| 76 | + "command": "roo-cline.historyButtonClicked", |
77 | 77 | "title": "History", |
78 | 78 | "icon": "$(history)" |
79 | 79 | }, |
80 | 80 | { |
81 | | - "command": "cline.popoutButtonClicked", |
| 81 | + "command": "roo-cline.popoutButtonClicked", |
82 | 82 | "title": "Open in Editor", |
83 | 83 | "icon": "$(link-external)" |
84 | 84 | }, |
85 | 85 | { |
86 | | - "command": "cline.settingsButtonClicked", |
| 86 | + "command": "roo-cline.settingsButtonClicked", |
87 | 87 | "title": "Settings", |
88 | 88 | "icon": "$(settings-gear)" |
89 | 89 | }, |
90 | 90 | { |
91 | | - "command": "cline.openInNewTab", |
| 91 | + "command": "roo-cline.openInNewTab", |
92 | 92 | "title": "Open In New Tab", |
93 | | - "category": "Cline" |
| 93 | + "category": "Roo Cline" |
94 | 94 | } |
95 | 95 | ], |
96 | 96 | "menus": { |
97 | 97 | "view/title": [ |
98 | 98 | { |
99 | | - "command": "cline.plusButtonClicked", |
| 99 | + "command": "roo-cline.plusButtonClicked", |
100 | 100 | "group": "navigation@1", |
101 | | - "when": "view == claude-dev.SidebarProvider" |
| 101 | + "when": "view == roo-cline.SidebarProvider" |
102 | 102 | }, |
103 | 103 | { |
104 | | - "command": "cline.historyButtonClicked", |
| 104 | + "command": "roo-cline.historyButtonClicked", |
105 | 105 | "group": "navigation@2", |
106 | | - "when": "view == claude-dev.SidebarProvider" |
| 106 | + "when": "view == roo-cline.SidebarProvider" |
107 | 107 | }, |
108 | 108 | { |
109 | | - "command": "cline.popoutButtonClicked", |
| 109 | + "command": "roo-cline.popoutButtonClicked", |
110 | 110 | "group": "navigation@3", |
111 | | - "when": "view == claude-dev.SidebarProvider" |
| 111 | + "when": "view == roo-cline.SidebarProvider" |
112 | 112 | }, |
113 | 113 | { |
114 | | - "command": "cline.settingsButtonClicked", |
| 114 | + "command": "roo-cline.settingsButtonClicked", |
115 | 115 | "group": "navigation@4", |
116 | | - "when": "view == claude-dev.SidebarProvider" |
| 116 | + "when": "view == roo-cline.SidebarProvider" |
117 | 117 | } |
118 | 118 | ] |
119 | 119 | } |
|
0 commit comments