Skip to content

Commit eca7393

Browse files
committed
Rename package from "roo-cline" to "roo-otto" and update associated identifiers in package.json, including publisher, author, repository URL, commands, and menus.
1 parent 235dc5f commit eca7393

File tree

1 file changed

+65
-65
lines changed

1 file changed

+65
-65
lines changed

src/package.json

Lines changed: 65 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "roo-cline",
2+
"name": "roo-otto",
33
"displayName": "%extension.displayName%",
44
"description": "%extension.description%",
5-
"publisher": "RooVeterinaryInc",
5+
"publisher": "IdenWorks",
66
"version": "3.18.4",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
@@ -14,13 +14,13 @@
1414
"node": "20.18.1"
1515
},
1616
"author": {
17-
"name": "Roo Code"
17+
"name": "IdenWorks"
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "https://github.com/RooCodeInc/Roo-Code"
21+
"url": "https://github.com/IdenWorks/Roo-Code"
2222
},
23-
"homepage": "https://github.com/RooCodeInc/Roo-Code",
23+
"homepage": "https://github.com/IdenWorks/Roo-Code",
2424
"categories": [
2525
"AI",
2626
"Chat",
@@ -54,233 +54,233 @@
5454
"viewsContainers": {
5555
"activitybar": [
5656
{
57-
"id": "roo-cline-ActivityBar",
57+
"id": "roo-otto-ActivityBar",
5858
"title": "%views.activitybar.title%",
5959
"icon": "assets/icons/icon.svg"
6060
}
6161
]
6262
},
6363
"views": {
64-
"roo-cline-ActivityBar": [
64+
"roo-otto-ActivityBar": [
6565
{
6666
"type": "webview",
67-
"id": "roo-cline.SidebarProvider",
67+
"id": "roo-otto.SidebarProvider",
6868
"name": ""
6969
}
7070
]
7171
},
7272
"commands": [
7373
{
74-
"command": "roo-cline.plusButtonClicked",
74+
"command": "roo-otto.plusButtonClicked",
7575
"title": "%command.newTask.title%",
7676
"icon": "$(add)"
7777
},
7878
{
79-
"command": "roo-cline.mcpButtonClicked",
79+
"command": "roo-otto.mcpButtonClicked",
8080
"title": "%command.mcpServers.title%",
8181
"icon": "$(server)"
8282
},
8383
{
84-
"command": "roo-cline.promptsButtonClicked",
84+
"command": "roo-otto.promptsButtonClicked",
8585
"title": "%command.prompts.title%",
8686
"icon": "$(notebook)"
8787
},
8888
{
89-
"command": "roo-cline.historyButtonClicked",
89+
"command": "roo-otto.historyButtonClicked",
9090
"title": "%command.history.title%",
9191
"icon": "$(history)"
9292
},
9393
{
94-
"command": "roo-cline.popoutButtonClicked",
94+
"command": "roo-otto.popoutButtonClicked",
9595
"title": "%command.openInEditor.title%",
9696
"icon": "$(link-external)"
9797
},
9898
{
99-
"command": "roo-cline.settingsButtonClicked",
99+
"command": "roo-otto.settingsButtonClicked",
100100
"title": "%command.settings.title%",
101101
"icon": "$(settings-gear)"
102102
},
103103
{
104-
"command": "roo-cline.openInNewTab",
104+
"command": "roo-otto.openInNewTab",
105105
"title": "%command.openInNewTab.title%",
106106
"category": "%configuration.title%"
107107
},
108108
{
109-
"command": "roo-cline.explainCode",
109+
"command": "roo-otto.explainCode",
110110
"title": "%command.explainCode.title%",
111111
"category": "%configuration.title%"
112112
},
113113
{
114-
"command": "roo-cline.fixCode",
114+
"command": "roo-otto.fixCode",
115115
"title": "%command.fixCode.title%",
116116
"category": "%configuration.title%"
117117
},
118118
{
119-
"command": "roo-cline.improveCode",
119+
"command": "roo-otto.improveCode",
120120
"title": "%command.improveCode.title%",
121121
"category": "%configuration.title%"
122122
},
123123
{
124-
"command": "roo-cline.addToContext",
124+
"command": "roo-otto.addToContext",
125125
"title": "%command.addToContext.title%",
126126
"category": "%configuration.title%"
127127
},
128128
{
129-
"command": "roo-cline.newTask",
129+
"command": "roo-otto.newTask",
130130
"title": "%command.newTask.title%",
131131
"category": "%configuration.title%"
132132
},
133133
{
134-
"command": "roo-cline.terminalAddToContext",
134+
"command": "roo-otto.terminalAddToContext",
135135
"title": "%command.terminal.addToContext.title%",
136136
"category": "Terminal"
137137
},
138138
{
139-
"command": "roo-cline.terminalFixCommand",
139+
"command": "roo-otto.terminalFixCommand",
140140
"title": "%command.terminal.fixCommand.title%",
141141
"category": "Terminal"
142142
},
143143
{
144-
"command": "roo-cline.terminalExplainCommand",
144+
"command": "roo-otto.terminalExplainCommand",
145145
"title": "%command.terminal.explainCommand.title%",
146146
"category": "Terminal"
147147
},
148148
{
149-
"command": "roo-cline.setCustomStoragePath",
149+
"command": "roo-otto.setCustomStoragePath",
150150
"title": "%command.setCustomStoragePath.title%",
151151
"category": "%configuration.title%"
152152
},
153153
{
154-
"command": "roo-cline.focusInput",
154+
"command": "roo-otto.focusInput",
155155
"title": "%command.focusInput.title%",
156156
"category": "%configuration.title%"
157157
},
158158
{
159-
"command": "roo-cline.acceptInput",
159+
"command": "roo-otto.acceptInput",
160160
"title": "%command.acceptInput.title%",
161161
"category": "%configuration.title%"
162162
}
163163
],
164164
"menus": {
165165
"editor/context": [
166166
{
167-
"submenu": "roo-cline.contextMenu",
167+
"submenu": "roo-otto.contextMenu",
168168
"group": "navigation"
169169
}
170170
],
171-
"roo-cline.contextMenu": [
171+
"roo-otto.contextMenu": [
172172
{
173-
"command": "roo-cline.addToContext",
173+
"command": "roo-otto.addToContext",
174174
"group": "1_actions@1"
175175
},
176176
{
177-
"command": "roo-cline.explainCode",
177+
"command": "roo-otto.explainCode",
178178
"group": "1_actions@2"
179179
},
180180
{
181-
"command": "roo-cline.improveCode",
181+
"command": "roo-otto.improveCode",
182182
"group": "1_actions@3"
183183
}
184184
],
185185
"terminal/context": [
186186
{
187-
"submenu": "roo-cline.terminalMenu",
187+
"submenu": "roo-otto.terminalMenu",
188188
"group": "navigation"
189189
}
190190
],
191-
"roo-cline.terminalMenu": [
191+
"roo-otto.terminalMenu": [
192192
{
193-
"command": "roo-cline.terminalAddToContext",
193+
"command": "roo-otto.terminalAddToContext",
194194
"group": "1_actions@1"
195195
},
196196
{
197-
"command": "roo-cline.terminalFixCommand",
197+
"command": "roo-otto.terminalFixCommand",
198198
"group": "1_actions@2"
199199
},
200200
{
201-
"command": "roo-cline.terminalExplainCommand",
201+
"command": "roo-otto.terminalExplainCommand",
202202
"group": "1_actions@3"
203203
}
204204
],
205205
"view/title": [
206206
{
207-
"command": "roo-cline.plusButtonClicked",
207+
"command": "roo-otto.plusButtonClicked",
208208
"group": "navigation@1",
209-
"when": "view == roo-cline.SidebarProvider"
209+
"when": "view == roo-otto.SidebarProvider"
210210
},
211211
{
212-
"command": "roo-cline.promptsButtonClicked",
212+
"command": "roo-otto.promptsButtonClicked",
213213
"group": "navigation@2",
214-
"when": "view == roo-cline.SidebarProvider"
214+
"when": "view == roo-otto.SidebarProvider"
215215
},
216216
{
217-
"command": "roo-cline.mcpButtonClicked",
217+
"command": "roo-otto.mcpButtonClicked",
218218
"group": "navigation@3",
219-
"when": "view == roo-cline.SidebarProvider"
219+
"when": "view == roo-otto.SidebarProvider"
220220
},
221221
{
222-
"command": "roo-cline.historyButtonClicked",
222+
"command": "roo-otto.historyButtonClicked",
223223
"group": "navigation@4",
224-
"when": "view == roo-cline.SidebarProvider"
224+
"when": "view == roo-otto.SidebarProvider"
225225
},
226226
{
227-
"command": "roo-cline.popoutButtonClicked",
227+
"command": "roo-otto.popoutButtonClicked",
228228
"group": "navigation@5",
229-
"when": "view == roo-cline.SidebarProvider"
229+
"when": "view == roo-otto.SidebarProvider"
230230
},
231231
{
232-
"command": "roo-cline.settingsButtonClicked",
232+
"command": "roo-otto.settingsButtonClicked",
233233
"group": "navigation@6",
234-
"when": "view == roo-cline.SidebarProvider"
234+
"when": "view == roo-otto.SidebarProvider"
235235
}
236236
],
237237
"editor/title": [
238238
{
239-
"command": "roo-cline.plusButtonClicked",
239+
"command": "roo-otto.plusButtonClicked",
240240
"group": "navigation@1",
241-
"when": "activeWebviewPanelId == roo-cline.TabPanelProvider"
241+
"when": "activeWebviewPanelId == roo-otto.TabPanelProvider"
242242
},
243243
{
244-
"command": "roo-cline.promptsButtonClicked",
244+
"command": "roo-otto.promptsButtonClicked",
245245
"group": "navigation@2",
246-
"when": "activeWebviewPanelId == roo-cline.TabPanelProvider"
246+
"when": "activeWebviewPanelId == roo-otto.TabPanelProvider"
247247
},
248248
{
249-
"command": "roo-cline.mcpButtonClicked",
249+
"command": "roo-otto.mcpButtonClicked",
250250
"group": "navigation@3",
251-
"when": "activeWebviewPanelId == roo-cline.TabPanelProvider"
251+
"when": "activeWebviewPanelId == roo-otto.TabPanelProvider"
252252
},
253253
{
254-
"command": "roo-cline.historyButtonClicked",
254+
"command": "roo-otto.historyButtonClicked",
255255
"group": "navigation@4",
256-
"when": "activeWebviewPanelId == roo-cline.TabPanelProvider"
256+
"when": "activeWebviewPanelId == roo-otto.TabPanelProvider"
257257
},
258258
{
259-
"command": "roo-cline.popoutButtonClicked",
259+
"command": "roo-otto.popoutButtonClicked",
260260
"group": "navigation@5",
261-
"when": "activeWebviewPanelId == roo-cline.TabPanelProvider"
261+
"when": "activeWebviewPanelId == roo-otto.TabPanelProvider"
262262
},
263263
{
264-
"command": "roo-cline.settingsButtonClicked",
264+
"command": "roo-otto.settingsButtonClicked",
265265
"group": "navigation@6",
266-
"when": "activeWebviewPanelId == roo-cline.TabPanelProvider"
266+
"when": "activeWebviewPanelId == roo-otto.TabPanelProvider"
267267
}
268268
]
269269
},
270270
"submenus": [
271271
{
272-
"id": "roo-cline.contextMenu",
272+
"id": "roo-otto.contextMenu",
273273
"label": "%views.contextMenu.label%"
274274
},
275275
{
276-
"id": "roo-cline.terminalMenu",
276+
"id": "roo-otto.terminalMenu",
277277
"label": "%views.terminalMenu.label%"
278278
}
279279
],
280280
"configuration": {
281281
"title": "%configuration.title%",
282282
"properties": {
283-
"roo-cline.allowedCommands": {
283+
"roo-otto.allowedCommands": {
284284
"type": "array",
285285
"items": {
286286
"type": "string"
@@ -295,7 +295,7 @@
295295
],
296296
"description": "%commands.allowedCommands.description%"
297297
},
298-
"roo-cline.vsCodeLmModelSelector": {
298+
"roo-otto.vsCodeLmModelSelector": {
299299
"type": "object",
300300
"properties": {
301301
"vendor": {
@@ -309,7 +309,7 @@
309309
},
310310
"description": "%settings.vsCodeLmModelSelector.description%"
311311
},
312-
"roo-cline.customStoragePath": {
312+
"roo-otto.customStoragePath": {
313313
"type": "string",
314314
"default": "",
315315
"description": "%settings.customStoragePath.description%"

0 commit comments

Comments
 (0)