-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
561 lines (561 loc) · 18.2 KB
/
Copy pathpackage.json
File metadata and controls
561 lines (561 loc) · 18.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
{
"name": "vscode-super-cli",
"displayName": "Super CLI: Claude Code, Codex & AI Agent Launcher",
"description": "Launch Claude Code, Codex CLI, Copilot CLI, Google Antigravity, OpenCode, Kiro, OpenClaw, Qoder CLI and other AI coding agents from one VS Code sidebar.",
"publisher": "mikesoft",
"version": "1.6.1",
"repository": {
"type": "git",
"url": "https://github.com/TheStreamCode/super-cli.git"
},
"author": {
"name": "Michael Gasperini",
"url": "https://mikesoft.it"
},
"bugs": {
"url": "https://github.com/TheStreamCode/super-cli/issues"
},
"homepage": "https://github.com/TheStreamCode/super-cli#readme",
"sponsor": {
"url": "https://github.com/sponsors/TheStreamCode"
},
"license": "MIT",
"icon": "media/icon.png",
"galleryBanner": {
"color": "#0F172A",
"theme": "dark"
},
"pricing": "Free",
"engines": {
"vscode": "^1.103.0"
},
"capabilities": {
"untrustedWorkspaces": {
"supported": "limited",
"description": "Launching a coding agent runs terminal commands in the current workspace. The launcher is disabled until the workspace is trusted.",
"restrictedConfigurations": [
"superCli.agents"
]
}
},
"categories": [
"AI",
"Chat",
"Other"
],
"keywords": [
"coding agent",
"ai agent",
"ai coding agent",
"cli",
"cli launcher",
"terminal launcher",
"vscode",
"vscode ai",
"claude code",
"claude cli",
"codex",
"codex cli",
"copilot cli",
"cursor agent",
"opencode",
"kiro",
"kiro cli",
"openclaw",
"openclaw cli",
"antigravity",
"google antigravity",
"antigravity cli",
"grok",
"droid",
"crush",
"hermes",
"kimi code",
"pi coding agent",
"qoder",
"qoder cli"
],
"main": "./out/extension.js",
"activationEvents": [
"onView:superCli.agents",
"onCommand:superCli.launch",
"onCommand:superCli.launchFavorite",
"onCommand:superCli.manageBuiltins",
"onCommand:superCli.runDoctor",
"onCommand:superCli.openSettings"
],
"contributes": {
"viewsContainers": {
"activitybar": [
{
"id": "superCli",
"title": "Super CLI",
"icon": "media/sidebar-mark.svg"
}
]
},
"views": {
"superCli": [
{
"id": "superCli.agents",
"name": "Coding Agents"
}
]
},
"viewsWelcome": [
{
"view": "superCli.agents",
"contents": "No coding agents are configured.\n[Enable built-in agents](command:superCli.enableBuiltins)\n[Open settings](command:superCli.openSettings)"
}
],
"commands": [
{
"command": "superCli.launch",
"title": "Launch Coding Agent",
"category": "Super CLI",
"icon": {
"light": "./media/toolbar-mark-light.svg",
"dark": "./media/toolbar-mark-dark.svg"
}
},
{
"command": "superCli.launchAgent",
"title": "Launch Agent",
"category": "Super CLI",
"icon": "$(play)"
},
{
"command": "superCli.launchFavorite",
"title": "Launch Favorite Agent",
"category": "Super CLI"
},
{
"command": "superCli.setFavorite",
"title": "Set as Favorite",
"category": "Super CLI",
"icon": "$(star-empty)"
},
{
"command": "superCli.unsetFavorite",
"title": "Remove Favorite",
"category": "Super CLI",
"icon": "$(star-full)"
},
{
"command": "superCli.updateAgent",
"title": "Update Agent",
"category": "Super CLI",
"icon": "$(arrow-circle-up)"
},
{
"command": "superCli.openAgentDocumentation",
"title": "Open Setup Guide",
"category": "Super CLI",
"icon": "$(book)"
},
{
"command": "superCli.revealSession",
"title": "Reveal Terminal",
"category": "Super CLI",
"icon": "$(eye)"
},
{
"command": "superCli.stopSession",
"title": "Stop",
"category": "Super CLI",
"icon": "$(debug-stop)"
},
{
"command": "superCli.restartSession",
"title": "Restart",
"category": "Super CLI",
"icon": "$(debug-restart)"
},
{
"command": "superCli.stopAllSessions",
"title": "Stop All Running Agents",
"category": "Super CLI",
"icon": "$(debug-stop)"
},
{
"command": "superCli.updateAllAgents",
"title": "Update All Agents",
"category": "Super CLI",
"icon": "$(arrow-circle-up)"
},
{
"command": "superCli.enableBuiltins",
"title": "Enable Built-in Agents",
"category": "Super CLI"
},
{
"command": "superCli.manageBuiltins",
"title": "Manage Built-in Agents",
"category": "Super CLI",
"icon": "$(list-selection)"
},
{
"command": "superCli.runDoctor",
"title": "Run Agent Doctor",
"category": "Super CLI",
"icon": "$(pulse)"
},
{
"command": "superCli.refresh",
"title": "Refresh Agents",
"category": "Super CLI",
"icon": "$(refresh)"
},
{
"command": "superCli.openSettings",
"title": "Open Settings",
"category": "Super CLI",
"icon": "$(gear)"
}
],
"menus": {
"editor/title": [
{
"command": "superCli.launch",
"group": "navigation"
}
],
"view/title": [
{
"command": "superCli.runDoctor",
"when": "view == superCli.agents",
"group": "navigation@1"
},
{
"command": "superCli.updateAllAgents",
"when": "view == superCli.agents",
"group": "navigation@2"
},
{
"command": "superCli.manageBuiltins",
"when": "view == superCli.agents",
"group": "navigation@3"
},
{
"command": "superCli.refresh",
"when": "view == superCli.agents",
"group": "navigation@4"
},
{
"command": "superCli.openSettings",
"when": "view == superCli.agents",
"group": "navigation@5"
}
],
"view/item/context": [
{
"command": "superCli.launchAgent",
"when": "view == superCli.agents && viewItem =~ /^agent-(ready|missing)(-|$)/",
"group": "inline@1"
},
{
"command": "superCli.setFavorite",
"when": "view == superCli.agents && viewItem =~ /^agent-(ready|missing)(?!.*favorite)/",
"group": "inline@2"
},
{
"command": "superCli.unsetFavorite",
"when": "view == superCli.agents && viewItem =~ /^agent-(ready|missing).*favorite/",
"group": "inline@2"
},
{
"command": "superCli.updateAgent",
"when": "view == superCli.agents && viewItem =~ /^agent-(ready|missing).*updatable/",
"group": "inline@3"
},
{
"command": "superCli.openAgentDocumentation",
"when": "view == superCli.agents && viewItem =~ /^agent-missing.*documented/",
"group": "inline@4"
},
{
"command": "superCli.restartSession",
"when": "view == superCli.agents && viewItem =~ /^session-running/",
"group": "inline@1"
},
{
"command": "superCli.stopSession",
"when": "view == superCli.agents && viewItem =~ /^session-running/",
"group": "inline@2"
},
{
"command": "superCli.stopAllSessions",
"when": "view == superCli.agents && viewItem =~ /^super-cli-running-group$/",
"group": "inline@1"
}
],
"commandPalette": [
{
"command": "superCli.launchAgent",
"when": "false"
},
{
"command": "superCli.setFavorite",
"when": "false"
},
{
"command": "superCli.unsetFavorite",
"when": "false"
},
{
"command": "superCli.updateAgent",
"when": "false"
},
{
"command": "superCli.openAgentDocumentation",
"when": "false"
},
{
"command": "superCli.revealSession",
"when": "false"
},
{
"command": "superCli.stopSession",
"when": "false"
},
{
"command": "superCli.restartSession",
"when": "false"
},
{
"command": "superCli.enableBuiltins",
"when": "false"
},
{
"command": "superCli.refresh",
"when": "false"
}
]
},
"keybindings": [
{
"command": "superCli.launchFavorite",
"key": "ctrl+alt+a",
"mac": "cmd+alt+a"
}
],
"configuration": {
"title": "Super CLI",
"properties": {
"superCli.agents": {
"type": "array",
"scope": "machine",
"default": [],
"markdownDescription": "Coding agent CLIs to make available in the launcher. Each entry adds a new agent or, when it reuses a built-in `id`, overrides that built-in. Commands can be a cross-platform string or an object with `windows`, `macos`, and `linux` variants. Only the user (global) value is read; workspace overrides are ignored for security.\n\nExample:\n```json\n\"superCli.agents\": [\n { \"id\": \"my-agent\", \"label\": \"My Agent\", \"command\": \"my-agent\" }\n]\n```",
"items": {
"type": "object",
"required": [
"id",
"label",
"command"
],
"properties": {
"id": {
"type": "string",
"description": "Unique identifier. Reuse a built-in id (claude, codex, copilot, grok, kilo, kiro, openclaw, antigravity, opencode, command-code, cursor, droid, crush, hermes, mimo, pi, kimi, qoder, qwen) to override that built-in."
},
"label": {
"type": "string",
"description": "Display name shown in the sidebar and the launcher."
},
"command": {
"description": "Command that starts the CLI. Use a string when it is the same everywhere, or provide windows, macos, and linux variants. On Windows, quote executable paths that contain spaces.",
"oneOf": [
{
"type": "string"
},
{
"type": "object",
"required": [
"windows",
"macos",
"linux"
],
"properties": {
"windows": {
"type": "string"
},
"macos": {
"type": "string"
},
"linux": {
"type": "string"
}
},
"additionalProperties": false
}
]
},
"icon": {
"type": "string",
"description": "Optional VS Code ThemeIcon id, for example sparkle or rocket. Defaults to a terminal icon."
},
"installationDocumentationUrl": {
"type": "string",
"description": "Optional verified official installation documentation URL opened in your browser when this CLI is not found."
},
"env": {
"type": "object",
"description": "Optional environment variables to set for the agent's terminal. Useful to opt out of a CLI's IDE-extension auto-install via its own environment variable.",
"additionalProperties": {
"type": "string"
}
},
"updateCommand": {
"description": "Optional command to update the CLI to its latest version. Use a string when it is the same everywhere, or provide windows, macos, and linux variants. Shown as an update button next to the agent in the sidebar.",
"oneOf": [
{
"type": "string"
},
{
"type": "object",
"required": [
"windows",
"macos",
"linux"
],
"properties": {
"windows": {
"type": "string"
},
"macos": {
"type": "string"
},
"linux": {
"type": "string"
}
},
"additionalProperties": false
}
]
},
"versionCommand": {
"description": "Optional command used by Agent Doctor to report the installed CLI version. Use a string when it is the same everywhere, or provide windows, macos, and linux variants. It runs only when you explicitly invoke Agent Doctor.",
"oneOf": [
{
"type": "string"
},
{
"type": "object",
"required": [
"windows",
"macos",
"linux"
],
"properties": {
"windows": {
"type": "string"
},
"macos": {
"type": "string"
},
"linux": {
"type": "string"
}
},
"additionalProperties": false
}
]
}
}
}
},
"superCli.useBuiltins": {
"type": "boolean",
"scope": "machine",
"default": true,
"description": "Include the built-in agent presets (Claude Code, Codex, Copilot, Grok, Kilo, Kiro, OpenClaw, Antigravity, OpenCode, Command Code, Cursor, Droid, Crush, Hermes, MiMo Code, Pi, Kimi Code CLI, Qoder CLI, Qwen Code CLI) in the launcher."
},
"superCli.hiddenBuiltins": {
"type": "array",
"scope": "machine",
"default": [],
"uniqueItems": true,
"items": {
"type": "string",
"enum": [
"claude",
"codex",
"copilot",
"grok",
"kilo",
"kiro",
"openclaw",
"antigravity",
"opencode",
"command-code",
"cursor",
"droid",
"crush",
"hermes",
"mimo",
"pi",
"kimi",
"qoder",
"qwen"
]
},
"markdownDescription": "Built-in agent ids hidden from the sidebar and launcher. Use **Super CLI: Manage Built-in Agents** instead of editing this list by hand."
},
"superCli.favoriteAgents": {
"type": "array",
"scope": "machine",
"default": [],
"uniqueItems": true,
"items": {
"type": "string"
},
"markdownDescription": "Ids of your favorite agents, launched by the `Launch Favorite Agent` command (default keybinding `Ctrl+Alt+A`, `Cmd+Alt+A` on macOS; remap it from Keyboard Shortcuts) — directly when there is exactly one, or from a quick pick scoped to your favorites when there are several. Set these with the star (★) button next to an agent in the sidebar rather than editing this list by hand."
},
"superCli.favoriteAgent": {
"type": "string",
"scope": "machine",
"default": "",
"markdownDeprecationMessage": "Replaced by `#superCli.favoriteAgents#`, which supports more than one favorite. An existing value here is copied into the new setting automatically the first time you use this version; this setting itself is left as-is (never cleared) so that Settings Sync can't lose it on a machine still running an older version."
},
"superCli.terminalLocation": {
"type": "string",
"enum": [
"beside",
"panel"
],
"enumDescriptions": [
"Open the agent in a terminal beside the active editor.",
"Open the agent in the bottom panel."
],
"default": "beside",
"scope": "window",
"description": "Where to open the terminal that runs the coding agent."
},
"superCli.useWsl": {
"type": "boolean",
"default": false,
"scope": "window",
"description": "On Windows, open coding agents in a WSL terminal and select their Linux command variants (uses VS Code's native WSL support). Ignored on macOS and Linux."
}
}
}
},
"scripts": {
"compile": "node ./node_modules/typescript/bin/tsc -p . --pretty false",
"watch": "node ./node_modules/typescript/bin/tsc --watch -p . --pretty false",
"test": "node ./node_modules/typescript/bin/tsc -p . --pretty false && node --test test/*.test.js && node ./test/integration/runTest.js",
"test:unit": "node ./node_modules/typescript/bin/tsc -p . --pretty false && node --test test/*.test.js",
"test:integration": "node ./node_modules/typescript/bin/tsc -p . --pretty false && node ./test/integration/runTest.js",
"vscode:prepublish": "node ./node_modules/typescript/bin/tsc -p . --pretty false",
"package": "node ./node_modules/@vscode/vsce/vsce package",
"check": "node ./node_modules/typescript/bin/tsc -p . --pretty false && node --test test/*.test.js && node ./test/integration/runTest.js && node ./node_modules/@vscode/vsce/vsce ls"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@types/vscode": "1.103.0",
"@vscode/test-electron": "^2.5.2",
"@vscode/vsce": "^3.0.0",
"typescript": "^7.0.2"
}
}