ragent-cli 1.9.0 → 1.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. package/README.md +11 -0
  2. package/dist/index.js +4646 -3903
  3. package/dist/sbom.json +481 -153
  4. package/package.json +7 -2
package/dist/sbom.json CHANGED
@@ -79,41 +79,17 @@
79
79
  },
80
80
  "component": {
81
81
  "type": "application",
82
- "name": "ragent-cli",
83
- "version": "1.9.0",
84
- "bom-ref": "ragent-cli@1.9.0",
85
- "author": "Intellimetrics",
86
- "description": "CLI agent for rAgent Live — browser-first terminal control plane for AI coding agents",
87
- "licenses": [
88
- {
89
- "license": {
90
- "id": "MIT",
91
- "acknowledgement": "declared"
92
- }
93
- }
94
- ],
95
- "purl": "pkg:npm/ragent-cli@1.9.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fchadlindell%2Fragent-live.git%23cli",
96
- "externalReferences": [
97
- {
98
- "url": "https://github.com/chadlindell/ragent-live/issues",
99
- "type": "issue-tracker",
100
- "comment": "as detected from PackageJson property \"bugs.url\""
101
- },
102
- {
103
- "url": "git+https://github.com/chadlindell/ragent-live.git#cli",
104
- "type": "vcs",
105
- "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
106
- },
107
- {
108
- "url": "https://ragent.live",
109
- "type": "website",
110
- "comment": "as detected from PackageJson property \"homepage\""
111
- }
112
- ],
82
+ "name": "ragent-live",
83
+ "bom-ref": "ragent-live",
84
+ "purl": "pkg:npm/ragent-live",
113
85
  "properties": [
114
86
  {
115
87
  "name": "cdx:npm:package:path",
116
88
  "value": ""
89
+ },
90
+ {
91
+ "name": "cdx:npm:package:private",
92
+ "value": "true"
117
93
  }
118
94
  ]
119
95
  },
@@ -130,7 +106,7 @@
130
106
  "name": "abort-controller",
131
107
  "group": "@azure",
132
108
  "version": "2.1.2",
133
- "bom-ref": "ragent-cli@1.9.0|@azure/abort-controller@2.1.2",
109
+ "bom-ref": "ragent-live|@azure/abort-controller@2.1.2",
134
110
  "author": "Microsoft Corporation",
135
111
  "description": "Microsoft Azure SDK for JavaScript - Aborter",
136
112
  "licenses": [
@@ -143,6 +119,11 @@
143
119
  ],
144
120
  "purl": "pkg:npm/%40azure/abort-controller@2.1.2",
145
121
  "externalReferences": [
122
+ {
123
+ "url": "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-2.1.2.tgz",
124
+ "type": "distribution",
125
+ "comment": "as detected from npm-ls property \"resolved\""
126
+ },
146
127
  {
147
128
  "url": "https://github.com/Azure/azure-sdk-for-js/issues",
148
129
  "type": "issue-tracker",
@@ -171,7 +152,7 @@
171
152
  "name": "core-util",
172
153
  "group": "@azure",
173
154
  "version": "1.13.1",
174
- "bom-ref": "ragent-cli@1.9.0|@azure/core-util@1.13.1",
155
+ "bom-ref": "ragent-live|@azure/core-util@1.13.1",
175
156
  "author": "Microsoft Corporation",
176
157
  "description": "Core library for shared utility methods",
177
158
  "licenses": [
@@ -184,6 +165,11 @@
184
165
  ],
185
166
  "purl": "pkg:npm/%40azure/core-util@1.13.1",
186
167
  "externalReferences": [
168
+ {
169
+ "url": "https://registry.npmjs.org/@azure/core-util/-/core-util-1.13.1.tgz",
170
+ "type": "distribution",
171
+ "comment": "as detected from npm-ls property \"resolved\""
172
+ },
187
173
  {
188
174
  "url": "https://github.com/Azure/azure-sdk-for-js/issues",
189
175
  "type": "issue-tracker",
@@ -212,7 +198,7 @@
212
198
  "name": "logger",
213
199
  "group": "@azure",
214
200
  "version": "1.3.0",
215
- "bom-ref": "ragent-cli@1.9.0|@azure/logger@1.3.0",
201
+ "bom-ref": "ragent-live|@azure/logger@1.3.0",
216
202
  "author": "Microsoft Corporation",
217
203
  "description": "Microsoft Azure SDK for JavaScript - Logger",
218
204
  "licenses": [
@@ -225,6 +211,11 @@
225
211
  ],
226
212
  "purl": "pkg:npm/%40azure/logger@1.3.0",
227
213
  "externalReferences": [
214
+ {
215
+ "url": "https://registry.npmjs.org/@azure/logger/-/logger-1.3.0.tgz",
216
+ "type": "distribution",
217
+ "comment": "as detected from npm-ls property \"resolved\""
218
+ },
228
219
  {
229
220
  "url": "https://github.com/Azure/azure-sdk-for-js/issues",
230
221
  "type": "issue-tracker",
@@ -252,8 +243,8 @@
252
243
  "type": "library",
253
244
  "name": "web-pubsub-client",
254
245
  "group": "@azure",
255
- "version": "1.0.2",
256
- "bom-ref": "ragent-cli@1.9.0|@azure/web-pubsub-client@1.0.2",
246
+ "version": "1.0.4",
247
+ "bom-ref": "ragent-live|@azure/web-pubsub-client@1.0.4",
257
248
  "author": "Microsoft Corporation",
258
249
  "description": "Azure Web PubSub Client",
259
250
  "licenses": [
@@ -264,8 +255,13 @@
264
255
  }
265
256
  }
266
257
  ],
267
- "purl": "pkg:npm/%40azure/web-pubsub-client@1.0.2",
258
+ "purl": "pkg:npm/%40azure/web-pubsub-client@1.0.4",
268
259
  "externalReferences": [
260
+ {
261
+ "url": "https://registry.npmjs.org/@azure/web-pubsub-client/-/web-pubsub-client-1.0.4.tgz",
262
+ "type": "distribution",
263
+ "comment": "as detected from npm-ls property \"resolved\""
264
+ },
269
265
  {
270
266
  "url": "https://github.com/Azure/azure-sdk-for-js/issues",
271
267
  "type": "issue-tracker",
@@ -287,47 +283,155 @@
287
283
  "name": "cdx:npm:package:path",
288
284
  "value": "node_modules/@azure/web-pubsub-client"
289
285
  }
286
+ ]
287
+ },
288
+ {
289
+ "type": "library",
290
+ "name": "core",
291
+ "group": "@emnapi",
292
+ "version": "1.9.2",
293
+ "bom-ref": "ragent-live|@emnapi/core@1.9.2",
294
+ "author": "toyobayashi",
295
+ "description": "emnapi core",
296
+ "licenses": [
297
+ {
298
+ "license": {
299
+ "id": "MIT",
300
+ "acknowledgement": "declared"
301
+ }
302
+ }
290
303
  ],
291
- "components": [
304
+ "purl": "pkg:npm/%40emnapi/core@1.9.2",
305
+ "externalReferences": [
292
306
  {
293
- "type": "library",
294
- "name": "ws",
295
- "version": "7.5.10",
296
- "bom-ref": "ragent-cli@1.9.0|@azure/web-pubsub-client@1.0.2|ws@7.5.10",
297
- "author": "Einar Otto Stangvik",
298
- "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
299
- "licenses": [
300
- {
301
- "license": {
302
- "id": "MIT",
303
- "acknowledgement": "declared"
304
- }
305
- }
306
- ],
307
- "purl": "pkg:npm/ws@7.5.10",
308
- "externalReferences": [
309
- {
310
- "url": "https://github.com/websockets/ws/issues",
311
- "type": "issue-tracker",
312
- "comment": "as detected from PackageJson property \"bugs.url\""
313
- },
314
- {
315
- "url": "git+https://github.com/websockets/ws.git",
316
- "type": "vcs",
317
- "comment": "as detected from PackageJson property \"repository.url\""
318
- },
319
- {
320
- "url": "https://github.com/websockets/ws",
321
- "type": "website",
322
- "comment": "as detected from PackageJson property \"homepage\""
323
- }
324
- ],
325
- "properties": [
326
- {
327
- "name": "cdx:npm:package:path",
328
- "value": "node_modules/@azure/web-pubsub-client/node_modules/ws"
329
- }
330
- ]
307
+ "url": "https://registry.npmjs.org/@emnapi/core/-/core-1.9.2.tgz",
308
+ "type": "distribution",
309
+ "comment": "as detected from npm-ls property \"resolved\""
310
+ },
311
+ {
312
+ "url": "https://github.com/toyobayashi/emnapi/issues",
313
+ "type": "issue-tracker",
314
+ "comment": "as detected from PackageJson property \"bugs.url\""
315
+ },
316
+ {
317
+ "url": "git+https://github.com/toyobayashi/emnapi.git",
318
+ "type": "vcs",
319
+ "comment": "as detected from PackageJson property \"repository.url\""
320
+ },
321
+ {
322
+ "url": "https://github.com/toyobayashi/emnapi#readme",
323
+ "type": "website",
324
+ "comment": "as detected from PackageJson property \"homepage\""
325
+ }
326
+ ],
327
+ "properties": [
328
+ {
329
+ "name": "cdx:npm:package:extraneous",
330
+ "value": "true"
331
+ },
332
+ {
333
+ "name": "cdx:npm:package:path",
334
+ "value": "node_modules/@emnapi/core"
335
+ }
336
+ ]
337
+ },
338
+ {
339
+ "type": "library",
340
+ "name": "runtime",
341
+ "group": "@emnapi",
342
+ "version": "1.9.2",
343
+ "bom-ref": "ragent-live|@emnapi/runtime@1.9.2",
344
+ "author": "toyobayashi",
345
+ "description": "emnapi runtime",
346
+ "licenses": [
347
+ {
348
+ "license": {
349
+ "id": "MIT",
350
+ "acknowledgement": "declared"
351
+ }
352
+ }
353
+ ],
354
+ "purl": "pkg:npm/%40emnapi/runtime@1.9.2",
355
+ "externalReferences": [
356
+ {
357
+ "url": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.2.tgz",
358
+ "type": "distribution",
359
+ "comment": "as detected from npm-ls property \"resolved\""
360
+ },
361
+ {
362
+ "url": "https://github.com/toyobayashi/emnapi/issues",
363
+ "type": "issue-tracker",
364
+ "comment": "as detected from PackageJson property \"bugs.url\""
365
+ },
366
+ {
367
+ "url": "git+https://github.com/toyobayashi/emnapi.git",
368
+ "type": "vcs",
369
+ "comment": "as detected from PackageJson property \"repository.url\""
370
+ },
371
+ {
372
+ "url": "https://github.com/toyobayashi/emnapi#readme",
373
+ "type": "website",
374
+ "comment": "as detected from PackageJson property \"homepage\""
375
+ }
376
+ ],
377
+ "properties": [
378
+ {
379
+ "name": "cdx:npm:package:extraneous",
380
+ "value": "true"
381
+ },
382
+ {
383
+ "name": "cdx:npm:package:path",
384
+ "value": "node_modules/@emnapi/runtime"
385
+ }
386
+ ]
387
+ },
388
+ {
389
+ "type": "library",
390
+ "name": "wasi-threads",
391
+ "group": "@emnapi",
392
+ "version": "1.2.1",
393
+ "bom-ref": "ragent-live|@emnapi/wasi-threads@1.2.1",
394
+ "author": "toyobayashi",
395
+ "description": "WASI threads proposal implementation in JavaScript",
396
+ "licenses": [
397
+ {
398
+ "license": {
399
+ "id": "MIT",
400
+ "acknowledgement": "declared"
401
+ }
402
+ }
403
+ ],
404
+ "purl": "pkg:npm/%40emnapi/wasi-threads@1.2.1",
405
+ "externalReferences": [
406
+ {
407
+ "url": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",
408
+ "type": "distribution",
409
+ "comment": "as detected from npm-ls property \"resolved\""
410
+ },
411
+ {
412
+ "url": "https://github.com/toyobayashi/emnapi/issues",
413
+ "type": "issue-tracker",
414
+ "comment": "as detected from PackageJson property \"bugs.url\""
415
+ },
416
+ {
417
+ "url": "git+https://github.com/toyobayashi/emnapi.git",
418
+ "type": "vcs",
419
+ "comment": "as detected from PackageJson property \"repository.url\""
420
+ },
421
+ {
422
+ "url": "https://github.com/toyobayashi/emnapi#readme",
423
+ "type": "website",
424
+ "comment": "as detected from PackageJson property \"homepage\""
425
+ }
426
+ ],
427
+ "properties": [
428
+ {
429
+ "name": "cdx:npm:package:extraneous",
430
+ "value": "true"
431
+ },
432
+ {
433
+ "name": "cdx:npm:package:path",
434
+ "value": "node_modules/@emnapi/wasi-threads"
331
435
  }
332
436
  ]
333
437
  },
@@ -336,7 +440,7 @@
336
440
  "name": "parseargs",
337
441
  "group": "@pkgjs",
338
442
  "version": "0.11.0",
339
- "bom-ref": "ragent-cli@1.9.0|@pkgjs/parseargs@0.11.0",
443
+ "bom-ref": "ragent-live|@pkgjs/parseargs@0.11.0",
340
444
  "description": "Polyfill of future proposal for `util.parseArgs()`",
341
445
  "licenses": [
342
446
  {
@@ -380,12 +484,80 @@
380
484
  }
381
485
  ]
382
486
  },
487
+ {
488
+ "type": "library",
489
+ "name": "transcript-protocol",
490
+ "group": "@ragent",
491
+ "version": "0.1.0",
492
+ "bom-ref": "ragent-live|@ragent/transcript-protocol@0.1.0",
493
+ "purl": "pkg:npm/%40ragent/transcript-protocol@0.1.0",
494
+ "properties": [
495
+ {
496
+ "name": "cdx:npm:package:path",
497
+ "value": "node_modules/@ragent/transcript-protocol"
498
+ },
499
+ {
500
+ "name": "cdx:npm:package:private",
501
+ "value": "true"
502
+ }
503
+ ]
504
+ },
505
+ {
506
+ "type": "library",
507
+ "name": "wasm-util",
508
+ "group": "@tybys",
509
+ "version": "0.10.1",
510
+ "bom-ref": "ragent-live|@tybys/wasm-util@0.10.1",
511
+ "author": "toyobayashi",
512
+ "description": "WASI polyfill for browser and some wasm util",
513
+ "licenses": [
514
+ {
515
+ "license": {
516
+ "id": "MIT",
517
+ "acknowledgement": "declared"
518
+ }
519
+ }
520
+ ],
521
+ "purl": "pkg:npm/%40tybys/wasm-util@0.10.1",
522
+ "externalReferences": [
523
+ {
524
+ "url": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
525
+ "type": "distribution",
526
+ "comment": "as detected from npm-ls property \"resolved\""
527
+ },
528
+ {
529
+ "url": "https://github.com/toyobayashi/wasm-util/issues",
530
+ "type": "issue-tracker",
531
+ "comment": "as detected from PackageJson property \"bugs.url\""
532
+ },
533
+ {
534
+ "url": "git+https://github.com/toyobayashi/wasm-util.git",
535
+ "type": "vcs",
536
+ "comment": "as detected from PackageJson property \"repository.url\""
537
+ },
538
+ {
539
+ "url": "https://github.com/toyobayashi/wasm-util#readme",
540
+ "type": "website",
541
+ "comment": "as detected from PackageJson property \"homepage\""
542
+ }
543
+ ],
544
+ "properties": [
545
+ {
546
+ "name": "cdx:npm:package:extraneous",
547
+ "value": "true"
548
+ },
549
+ {
550
+ "name": "cdx:npm:package:path",
551
+ "value": "node_modules/@tybys/wasm-util"
552
+ }
553
+ ]
554
+ },
383
555
  {
384
556
  "type": "library",
385
557
  "name": "ts-http-runtime",
386
558
  "group": "@typespec",
387
- "version": "0.3.3",
388
- "bom-ref": "ragent-cli@1.9.0|@typespec/ts-http-runtime@0.3.3",
559
+ "version": "0.3.4",
560
+ "bom-ref": "ragent-live|@typespec/ts-http-runtime@0.3.4",
389
561
  "author": "Microsoft Corporation",
390
562
  "description": "Isomorphic client library for making HTTP requests in node.js and browser.",
391
563
  "licenses": [
@@ -396,8 +568,13 @@
396
568
  }
397
569
  }
398
570
  ],
399
- "purl": "pkg:npm/%40typespec/ts-http-runtime@0.3.3",
571
+ "purl": "pkg:npm/%40typespec/ts-http-runtime@0.3.4",
400
572
  "externalReferences": [
573
+ {
574
+ "url": "https://registry.npmjs.org/@typespec/ts-http-runtime/-/ts-http-runtime-0.3.4.tgz",
575
+ "type": "distribution",
576
+ "comment": "as detected from npm-ls property \"resolved\""
577
+ },
401
578
  {
402
579
  "url": "https://github.com/Azure/azure-sdk-for-js/issues",
403
580
  "type": "issue-tracker",
@@ -425,7 +602,7 @@
425
602
  "type": "library",
426
603
  "name": "agent-base",
427
604
  "version": "7.1.4",
428
- "bom-ref": "ragent-cli@1.9.0|agent-base@7.1.4",
605
+ "bom-ref": "ragent-live|agent-base@7.1.4",
429
606
  "author": "Nathan Rajlich",
430
607
  "description": "Turn a function into an `http.Agent` instance",
431
608
  "licenses": [
@@ -438,6 +615,11 @@
438
615
  ],
439
616
  "purl": "pkg:npm/agent-base@7.1.4",
440
617
  "externalReferences": [
618
+ {
619
+ "url": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
620
+ "type": "distribution",
621
+ "comment": "as detected from npm-ls property \"resolved\""
622
+ },
441
623
  {
442
624
  "url": "https://github.com/TooTallNate/proxy-agents/issues",
443
625
  "type": "issue-tracker",
@@ -465,7 +647,7 @@
465
647
  "type": "library",
466
648
  "name": "base64-js",
467
649
  "version": "1.5.1",
468
- "bom-ref": "ragent-cli@1.9.0|base64-js@1.5.1",
650
+ "bom-ref": "ragent-live|base64-js@1.5.1",
469
651
  "author": "T. Jameson Little",
470
652
  "description": "Base64 encoding/decoding in pure JS",
471
653
  "licenses": [
@@ -478,6 +660,11 @@
478
660
  ],
479
661
  "purl": "pkg:npm/base64-js@1.5.1",
480
662
  "externalReferences": [
663
+ {
664
+ "url": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
665
+ "type": "distribution",
666
+ "comment": "as detected from npm-ls property \"resolved\""
667
+ },
481
668
  {
482
669
  "url": "https://github.com/beatgammit/base64-js/issues",
483
670
  "type": "issue-tracker",
@@ -505,7 +692,7 @@
505
692
  "type": "library",
506
693
  "name": "buffer",
507
694
  "version": "6.0.3",
508
- "bom-ref": "ragent-cli@1.9.0|buffer@6.0.3",
695
+ "bom-ref": "ragent-live|buffer@6.0.3",
509
696
  "author": "Feross Aboukhadijeh",
510
697
  "description": "Node.js Buffer API, for the browser",
511
698
  "licenses": [
@@ -518,6 +705,11 @@
518
705
  ],
519
706
  "purl": "pkg:npm/buffer@6.0.3",
520
707
  "externalReferences": [
708
+ {
709
+ "url": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
710
+ "type": "distribution",
711
+ "comment": "as detected from npm-ls property \"resolved\""
712
+ },
521
713
  {
522
714
  "url": "https://github.com/feross/buffer/issues",
523
715
  "type": "issue-tracker",
@@ -545,7 +737,7 @@
545
737
  "type": "library",
546
738
  "name": "commander",
547
739
  "version": "14.0.3",
548
- "bom-ref": "ragent-cli@1.9.0|commander@14.0.3",
740
+ "bom-ref": "ragent-live|commander@14.0.3",
549
741
  "author": "TJ Holowaychuk",
550
742
  "description": "the complete solution for node.js command-line programs",
551
743
  "licenses": [
@@ -558,6 +750,11 @@
558
750
  ],
559
751
  "purl": "pkg:npm/commander@14.0.3",
560
752
  "externalReferences": [
753
+ {
754
+ "url": "https://registry.npmjs.org/commander/-/commander-14.0.3.tgz",
755
+ "type": "distribution",
756
+ "comment": "as detected from npm-ls property \"resolved\""
757
+ },
561
758
  {
562
759
  "url": "https://github.com/tj/commander.js/issues",
563
760
  "type": "issue-tracker",
@@ -585,7 +782,7 @@
585
782
  "type": "library",
586
783
  "name": "debug",
587
784
  "version": "4.4.3",
588
- "bom-ref": "ragent-cli@1.9.0|debug@4.4.3",
785
+ "bom-ref": "ragent-live|debug@4.4.3",
589
786
  "author": "Josh Junon",
590
787
  "description": "Lightweight debugging utility for Node.js and the browser",
591
788
  "licenses": [
@@ -598,6 +795,11 @@
598
795
  ],
599
796
  "purl": "pkg:npm/debug@4.4.3",
600
797
  "externalReferences": [
798
+ {
799
+ "url": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
800
+ "type": "distribution",
801
+ "comment": "as detected from npm-ls property \"resolved\""
802
+ },
601
803
  {
602
804
  "url": "https://github.com/debug-js/debug/issues",
603
805
  "type": "issue-tracker",
@@ -625,7 +827,7 @@
625
827
  "type": "library",
626
828
  "name": "events",
627
829
  "version": "3.3.0",
628
- "bom-ref": "ragent-cli@1.9.0|events@3.3.0",
830
+ "bom-ref": "ragent-live|events@3.3.0",
629
831
  "author": "Irakli Gozalishvili",
630
832
  "description": "Node's event emitter for all engines.",
631
833
  "licenses": [
@@ -638,6 +840,11 @@
638
840
  ],
639
841
  "purl": "pkg:npm/events@3.3.0",
640
842
  "externalReferences": [
843
+ {
844
+ "url": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
845
+ "type": "distribution",
846
+ "comment": "as detected from npm-ls property \"resolved\""
847
+ },
641
848
  {
642
849
  "url": "http://github.com/Gozala/events/issues/",
643
850
  "type": "issue-tracker",
@@ -664,8 +871,8 @@
664
871
  {
665
872
  "type": "library",
666
873
  "name": "figlet",
667
- "version": "1.10.0",
668
- "bom-ref": "ragent-cli@1.9.0|figlet@1.10.0",
874
+ "version": "1.11.0",
875
+ "bom-ref": "ragent-live|figlet@1.11.0",
669
876
  "author": "Patrick Gillespie",
670
877
  "description": "Creates ASCII Art from text. A full implementation of the FIGfont spec.",
671
878
  "licenses": [
@@ -676,8 +883,13 @@
676
883
  }
677
884
  }
678
885
  ],
679
- "purl": "pkg:npm/figlet@1.10.0",
886
+ "purl": "pkg:npm/figlet@1.11.0",
680
887
  "externalReferences": [
888
+ {
889
+ "url": "https://registry.npmjs.org/figlet/-/figlet-1.11.0.tgz",
890
+ "type": "distribution",
891
+ "comment": "as detected from npm-ls property \"resolved\""
892
+ },
681
893
  {
682
894
  "url": "https://github.com/patorjk/figlet.js/issues",
683
895
  "type": "issue-tracker",
@@ -705,7 +917,7 @@
705
917
  "type": "library",
706
918
  "name": "http-proxy-agent",
707
919
  "version": "7.0.2",
708
- "bom-ref": "ragent-cli@1.9.0|http-proxy-agent@7.0.2",
920
+ "bom-ref": "ragent-live|http-proxy-agent@7.0.2",
709
921
  "author": "Nathan Rajlich",
710
922
  "description": "An HTTP(s) proxy `http.Agent` implementation for HTTP",
711
923
  "licenses": [
@@ -718,6 +930,11 @@
718
930
  ],
719
931
  "purl": "pkg:npm/http-proxy-agent@7.0.2",
720
932
  "externalReferences": [
933
+ {
934
+ "url": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
935
+ "type": "distribution",
936
+ "comment": "as detected from npm-ls property \"resolved\""
937
+ },
721
938
  {
722
939
  "url": "https://github.com/TooTallNate/proxy-agents/issues",
723
940
  "type": "issue-tracker",
@@ -745,7 +962,7 @@
745
962
  "type": "library",
746
963
  "name": "https-proxy-agent",
747
964
  "version": "7.0.6",
748
- "bom-ref": "ragent-cli@1.9.0|https-proxy-agent@7.0.6",
965
+ "bom-ref": "ragent-live|https-proxy-agent@7.0.6",
749
966
  "author": "Nathan Rajlich",
750
967
  "description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
751
968
  "licenses": [
@@ -758,6 +975,11 @@
758
975
  ],
759
976
  "purl": "pkg:npm/https-proxy-agent@7.0.6",
760
977
  "externalReferences": [
978
+ {
979
+ "url": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
980
+ "type": "distribution",
981
+ "comment": "as detected from npm-ls property \"resolved\""
982
+ },
761
983
  {
762
984
  "url": "https://github.com/TooTallNate/proxy-agents/issues",
763
985
  "type": "issue-tracker",
@@ -785,7 +1007,7 @@
785
1007
  "type": "library",
786
1008
  "name": "ieee754",
787
1009
  "version": "1.2.1",
788
- "bom-ref": "ragent-cli@1.9.0|ieee754@1.2.1",
1010
+ "bom-ref": "ragent-live|ieee754@1.2.1",
789
1011
  "author": "Feross Aboukhadijeh",
790
1012
  "description": "Read/write IEEE754 floating point numbers from/to a Buffer or array-like object",
791
1013
  "licenses": [
@@ -798,6 +1020,11 @@
798
1020
  ],
799
1021
  "purl": "pkg:npm/ieee754@1.2.1",
800
1022
  "externalReferences": [
1023
+ {
1024
+ "url": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
1025
+ "type": "distribution",
1026
+ "comment": "as detected from npm-ls property \"resolved\""
1027
+ },
801
1028
  {
802
1029
  "url": "https://github.com/feross/ieee754/issues",
803
1030
  "type": "issue-tracker",
@@ -825,7 +1052,7 @@
825
1052
  "type": "library",
826
1053
  "name": "ms",
827
1054
  "version": "2.1.3",
828
- "bom-ref": "ragent-cli@1.9.0|ms@2.1.3",
1055
+ "bom-ref": "ragent-live|ms@2.1.3",
829
1056
  "description": "Tiny millisecond conversion utility",
830
1057
  "licenses": [
831
1058
  {
@@ -837,6 +1064,11 @@
837
1064
  ],
838
1065
  "purl": "pkg:npm/ms@2.1.3",
839
1066
  "externalReferences": [
1067
+ {
1068
+ "url": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
1069
+ "type": "distribution",
1070
+ "comment": "as detected from npm-ls property \"resolved\""
1071
+ },
840
1072
  {
841
1073
  "url": "https://github.com/vercel/ms/issues",
842
1074
  "type": "issue-tracker",
@@ -864,7 +1096,7 @@
864
1096
  "type": "library",
865
1097
  "name": "node-addon-api",
866
1098
  "version": "7.1.1",
867
- "bom-ref": "ragent-cli@1.9.0|node-addon-api@7.1.1",
1099
+ "bom-ref": "ragent-live|node-addon-api@7.1.1",
868
1100
  "description": "Node.js API (Node-API)",
869
1101
  "licenses": [
870
1102
  {
@@ -876,6 +1108,11 @@
876
1108
  ],
877
1109
  "purl": "pkg:npm/node-addon-api@7.1.1",
878
1110
  "externalReferences": [
1111
+ {
1112
+ "url": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
1113
+ "type": "distribution",
1114
+ "comment": "as detected from npm-ls property \"resolved\""
1115
+ },
879
1116
  {
880
1117
  "url": "https://github.com/nodejs/node-addon-api/issues",
881
1118
  "type": "issue-tracker",
@@ -903,7 +1140,7 @@
903
1140
  "type": "library",
904
1141
  "name": "node-pty",
905
1142
  "version": "1.1.0",
906
- "bom-ref": "ragent-cli@1.9.0|node-pty@1.1.0",
1143
+ "bom-ref": "ragent-live|node-pty@1.1.0",
907
1144
  "author": "Microsoft Corporation",
908
1145
  "description": "Fork pseudoterminals in Node.JS",
909
1146
  "licenses": [
@@ -916,6 +1153,11 @@
916
1153
  ],
917
1154
  "purl": "pkg:npm/node-pty@1.1.0",
918
1155
  "externalReferences": [
1156
+ {
1157
+ "url": "https://registry.npmjs.org/node-pty/-/node-pty-1.1.0.tgz",
1158
+ "type": "distribution",
1159
+ "comment": "as detected from npm-ls property \"resolved\""
1160
+ },
919
1161
  {
920
1162
  "url": "https://github.com/microsoft/node-pty/issues",
921
1163
  "type": "issue-tracker",
@@ -939,11 +1181,51 @@
939
1181
  }
940
1182
  ]
941
1183
  },
1184
+ {
1185
+ "type": "library",
1186
+ "name": "ragent-cli",
1187
+ "version": "1.11.0",
1188
+ "bom-ref": "ragent-live|ragent-cli@1.11.0",
1189
+ "author": "Intellimetrics",
1190
+ "description": "CLI agent for rAgent Live — browser-first terminal control plane for AI coding agents",
1191
+ "licenses": [
1192
+ {
1193
+ "license": {
1194
+ "id": "MIT",
1195
+ "acknowledgement": "declared"
1196
+ }
1197
+ }
1198
+ ],
1199
+ "purl": "pkg:npm/ragent-cli@1.11.0",
1200
+ "externalReferences": [
1201
+ {
1202
+ "url": "https://github.com/chadlindell/ragent-live/issues",
1203
+ "type": "issue-tracker",
1204
+ "comment": "as detected from PackageJson property \"bugs.url\""
1205
+ },
1206
+ {
1207
+ "url": "git+https://github.com/chadlindell/ragent-live.git#cli",
1208
+ "type": "vcs",
1209
+ "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
1210
+ },
1211
+ {
1212
+ "url": "https://ragent.live",
1213
+ "type": "website",
1214
+ "comment": "as detected from PackageJson property \"homepage\""
1215
+ }
1216
+ ],
1217
+ "properties": [
1218
+ {
1219
+ "name": "cdx:npm:package:path",
1220
+ "value": "node_modules/ragent-cli"
1221
+ }
1222
+ ]
1223
+ },
942
1224
  {
943
1225
  "type": "library",
944
1226
  "name": "tslib",
945
1227
  "version": "2.8.1",
946
- "bom-ref": "ragent-cli@1.9.0|tslib@2.8.1",
1228
+ "bom-ref": "ragent-live|tslib@2.8.1",
947
1229
  "author": "Microsoft Corp.",
948
1230
  "description": "Runtime library for TypeScript helper functions",
949
1231
  "licenses": [
@@ -956,6 +1238,11 @@
956
1238
  ],
957
1239
  "purl": "pkg:npm/tslib@2.8.1",
958
1240
  "externalReferences": [
1241
+ {
1242
+ "url": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
1243
+ "type": "distribution",
1244
+ "comment": "as detected from npm-ls property \"resolved\""
1245
+ },
959
1246
  {
960
1247
  "url": "https://github.com/Microsoft/TypeScript/issues",
961
1248
  "type": "issue-tracker",
@@ -982,8 +1269,8 @@
982
1269
  {
983
1270
  "type": "library",
984
1271
  "name": "ws",
985
- "version": "8.19.0",
986
- "bom-ref": "ragent-cli@1.9.0|ws@8.19.0",
1272
+ "version": "8.20.0",
1273
+ "bom-ref": "ragent-live|ws@8.20.0",
987
1274
  "author": "Einar Otto Stangvik",
988
1275
  "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
989
1276
  "licenses": [
@@ -994,8 +1281,13 @@
994
1281
  }
995
1282
  }
996
1283
  ],
997
- "purl": "pkg:npm/ws@8.19.0",
1284
+ "purl": "pkg:npm/ws@8.20.0",
998
1285
  "externalReferences": [
1286
+ {
1287
+ "url": "https://registry.npmjs.org/ws/-/ws-8.20.0.tgz",
1288
+ "type": "distribution",
1289
+ "comment": "as detected from npm-ls property \"resolved\""
1290
+ },
999
1291
  {
1000
1292
  "url": "https://github.com/websockets/ws/issues",
1001
1293
  "type": "issue-tracker",
@@ -1022,128 +1314,164 @@
1022
1314
  ],
1023
1315
  "dependencies": [
1024
1316
  {
1025
- "ref": "ragent-cli@1.9.0",
1317
+ "ref": "ragent-live",
1318
+ "dependsOn": [
1319
+ "ragent-live|@emnapi/core@1.9.2",
1320
+ "ragent-live|@emnapi/runtime@1.9.2",
1321
+ "ragent-live|@emnapi/wasi-threads@1.2.1",
1322
+ "ragent-live|@pkgjs/parseargs@0.11.0",
1323
+ "ragent-live|@tybys/wasm-util@0.10.1",
1324
+ "ragent-live|ragent-cli@1.11.0"
1325
+ ]
1326
+ },
1327
+ {
1328
+ "ref": "ragent-live|@azure/abort-controller@2.1.2",
1329
+ "dependsOn": [
1330
+ "ragent-live|tslib@2.8.1"
1331
+ ]
1332
+ },
1333
+ {
1334
+ "ref": "ragent-live|@azure/core-util@1.13.1",
1335
+ "dependsOn": [
1336
+ "ragent-live|@azure/abort-controller@2.1.2",
1337
+ "ragent-live|@typespec/ts-http-runtime@0.3.4",
1338
+ "ragent-live|tslib@2.8.1"
1339
+ ]
1340
+ },
1341
+ {
1342
+ "ref": "ragent-live|@azure/logger@1.3.0",
1026
1343
  "dependsOn": [
1027
- "ragent-cli@1.9.0|@azure/web-pubsub-client@1.0.2",
1028
- "ragent-cli@1.9.0|@pkgjs/parseargs@0.11.0",
1029
- "ragent-cli@1.9.0|commander@14.0.3",
1030
- "ragent-cli@1.9.0|figlet@1.10.0",
1031
- "ragent-cli@1.9.0|node-pty@1.1.0",
1032
- "ragent-cli@1.9.0|ws@8.19.0"
1344
+ "ragent-live|@typespec/ts-http-runtime@0.3.4",
1345
+ "ragent-live|tslib@2.8.1"
1033
1346
  ]
1034
1347
  },
1035
1348
  {
1036
- "ref": "ragent-cli@1.9.0|@azure/abort-controller@2.1.2",
1349
+ "ref": "ragent-live|@azure/web-pubsub-client@1.0.4",
1037
1350
  "dependsOn": [
1038
- "ragent-cli@1.9.0|tslib@2.8.1"
1351
+ "ragent-live|@azure/abort-controller@2.1.2",
1352
+ "ragent-live|@azure/core-util@1.13.1",
1353
+ "ragent-live|@azure/logger@1.3.0",
1354
+ "ragent-live|buffer@6.0.3",
1355
+ "ragent-live|events@3.3.0",
1356
+ "ragent-live|tslib@2.8.1",
1357
+ "ragent-live|ws@8.20.0"
1039
1358
  ]
1040
1359
  },
1041
1360
  {
1042
- "ref": "ragent-cli@1.9.0|@azure/core-util@1.13.1",
1361
+ "ref": "ragent-live|@emnapi/core@1.9.2",
1043
1362
  "dependsOn": [
1044
- "ragent-cli@1.9.0|@azure/abort-controller@2.1.2",
1045
- "ragent-cli@1.9.0|@typespec/ts-http-runtime@0.3.3",
1046
- "ragent-cli@1.9.0|tslib@2.8.1"
1363
+ "ragent-live|@emnapi/wasi-threads@1.2.1",
1364
+ "ragent-live|tslib@2.8.1"
1047
1365
  ]
1048
1366
  },
1049
1367
  {
1050
- "ref": "ragent-cli@1.9.0|@azure/logger@1.3.0",
1368
+ "ref": "ragent-live|@emnapi/runtime@1.9.2",
1051
1369
  "dependsOn": [
1052
- "ragent-cli@1.9.0|@typespec/ts-http-runtime@0.3.3",
1053
- "ragent-cli@1.9.0|tslib@2.8.1"
1370
+ "ragent-live|tslib@2.8.1"
1054
1371
  ]
1055
1372
  },
1056
1373
  {
1057
- "ref": "ragent-cli@1.9.0|@azure/web-pubsub-client@1.0.2",
1374
+ "ref": "ragent-live|@emnapi/wasi-threads@1.2.1",
1058
1375
  "dependsOn": [
1059
- "ragent-cli@1.9.0|@azure/abort-controller@2.1.2",
1060
- "ragent-cli@1.9.0|@azure/core-util@1.13.1",
1061
- "ragent-cli@1.9.0|@azure/logger@1.3.0",
1062
- "ragent-cli@1.9.0|@azure/web-pubsub-client@1.0.2|ws@7.5.10",
1063
- "ragent-cli@1.9.0|buffer@6.0.3",
1064
- "ragent-cli@1.9.0|events@3.3.0",
1065
- "ragent-cli@1.9.0|tslib@2.8.1"
1376
+ "ragent-live|tslib@2.8.1"
1066
1377
  ]
1067
1378
  },
1068
1379
  {
1069
- "ref": "ragent-cli@1.9.0|@azure/web-pubsub-client@1.0.2|ws@7.5.10"
1380
+ "ref": "ragent-live|@pkgjs/parseargs@0.11.0"
1070
1381
  },
1071
1382
  {
1072
- "ref": "ragent-cli@1.9.0|@pkgjs/parseargs@0.11.0"
1383
+ "ref": "ragent-live|@ragent/transcript-protocol@0.1.0"
1073
1384
  },
1074
1385
  {
1075
- "ref": "ragent-cli@1.9.0|@typespec/ts-http-runtime@0.3.3",
1386
+ "ref": "ragent-live|@tybys/wasm-util@0.10.1",
1076
1387
  "dependsOn": [
1077
- "ragent-cli@1.9.0|http-proxy-agent@7.0.2",
1078
- "ragent-cli@1.9.0|https-proxy-agent@7.0.6",
1079
- "ragent-cli@1.9.0|tslib@2.8.1"
1388
+ "ragent-live|tslib@2.8.1"
1080
1389
  ]
1081
1390
  },
1082
1391
  {
1083
- "ref": "ragent-cli@1.9.0|agent-base@7.1.4"
1392
+ "ref": "ragent-live|@typespec/ts-http-runtime@0.3.4",
1393
+ "dependsOn": [
1394
+ "ragent-live|http-proxy-agent@7.0.2",
1395
+ "ragent-live|https-proxy-agent@7.0.6",
1396
+ "ragent-live|tslib@2.8.1"
1397
+ ]
1084
1398
  },
1085
1399
  {
1086
- "ref": "ragent-cli@1.9.0|base64-js@1.5.1"
1400
+ "ref": "ragent-live|agent-base@7.1.4"
1087
1401
  },
1088
1402
  {
1089
- "ref": "ragent-cli@1.9.0|buffer@6.0.3",
1403
+ "ref": "ragent-live|base64-js@1.5.1"
1404
+ },
1405
+ {
1406
+ "ref": "ragent-live|buffer@6.0.3",
1090
1407
  "dependsOn": [
1091
- "ragent-cli@1.9.0|base64-js@1.5.1",
1092
- "ragent-cli@1.9.0|ieee754@1.2.1"
1408
+ "ragent-live|base64-js@1.5.1",
1409
+ "ragent-live|ieee754@1.2.1"
1093
1410
  ]
1094
1411
  },
1095
1412
  {
1096
- "ref": "ragent-cli@1.9.0|commander@14.0.3"
1413
+ "ref": "ragent-live|commander@14.0.3"
1097
1414
  },
1098
1415
  {
1099
- "ref": "ragent-cli@1.9.0|debug@4.4.3",
1416
+ "ref": "ragent-live|debug@4.4.3",
1100
1417
  "dependsOn": [
1101
- "ragent-cli@1.9.0|ms@2.1.3"
1418
+ "ragent-live|ms@2.1.3"
1102
1419
  ]
1103
1420
  },
1104
1421
  {
1105
- "ref": "ragent-cli@1.9.0|events@3.3.0"
1422
+ "ref": "ragent-live|events@3.3.0"
1106
1423
  },
1107
1424
  {
1108
- "ref": "ragent-cli@1.9.0|figlet@1.10.0",
1425
+ "ref": "ragent-live|figlet@1.11.0",
1109
1426
  "dependsOn": [
1110
- "ragent-cli@1.9.0|commander@14.0.3"
1427
+ "ragent-live|commander@14.0.3"
1111
1428
  ]
1112
1429
  },
1113
1430
  {
1114
- "ref": "ragent-cli@1.9.0|http-proxy-agent@7.0.2",
1431
+ "ref": "ragent-live|http-proxy-agent@7.0.2",
1115
1432
  "dependsOn": [
1116
- "ragent-cli@1.9.0|agent-base@7.1.4",
1117
- "ragent-cli@1.9.0|debug@4.4.3"
1433
+ "ragent-live|agent-base@7.1.4",
1434
+ "ragent-live|debug@4.4.3"
1118
1435
  ]
1119
1436
  },
1120
1437
  {
1121
- "ref": "ragent-cli@1.9.0|https-proxy-agent@7.0.6",
1438
+ "ref": "ragent-live|https-proxy-agent@7.0.6",
1122
1439
  "dependsOn": [
1123
- "ragent-cli@1.9.0|agent-base@7.1.4",
1124
- "ragent-cli@1.9.0|debug@4.4.3"
1440
+ "ragent-live|agent-base@7.1.4",
1441
+ "ragent-live|debug@4.4.3"
1125
1442
  ]
1126
1443
  },
1127
1444
  {
1128
- "ref": "ragent-cli@1.9.0|ieee754@1.2.1"
1445
+ "ref": "ragent-live|ieee754@1.2.1"
1446
+ },
1447
+ {
1448
+ "ref": "ragent-live|ms@2.1.3"
1129
1449
  },
1130
1450
  {
1131
- "ref": "ragent-cli@1.9.0|ms@2.1.3"
1451
+ "ref": "ragent-live|node-addon-api@7.1.1"
1132
1452
  },
1133
1453
  {
1134
- "ref": "ragent-cli@1.9.0|node-addon-api@7.1.1"
1454
+ "ref": "ragent-live|node-pty@1.1.0",
1455
+ "dependsOn": [
1456
+ "ragent-live|node-addon-api@7.1.1"
1457
+ ]
1135
1458
  },
1136
1459
  {
1137
- "ref": "ragent-cli@1.9.0|node-pty@1.1.0",
1460
+ "ref": "ragent-live|ragent-cli@1.11.0",
1138
1461
  "dependsOn": [
1139
- "ragent-cli@1.9.0|node-addon-api@7.1.1"
1462
+ "ragent-live|@azure/web-pubsub-client@1.0.4",
1463
+ "ragent-live|@ragent/transcript-protocol@0.1.0",
1464
+ "ragent-live|commander@14.0.3",
1465
+ "ragent-live|figlet@1.11.0",
1466
+ "ragent-live|node-pty@1.1.0",
1467
+ "ragent-live|ws@8.20.0"
1140
1468
  ]
1141
1469
  },
1142
1470
  {
1143
- "ref": "ragent-cli@1.9.0|tslib@2.8.1"
1471
+ "ref": "ragent-live|tslib@2.8.1"
1144
1472
  },
1145
1473
  {
1146
- "ref": "ragent-cli@1.9.0|ws@8.19.0"
1474
+ "ref": "ragent-live|ws@8.20.0"
1147
1475
  }
1148
1476
  ]
1149
1477
  }