ragent-cli 1.11.10 → 1.11.11

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 (3) hide show
  1. package/dist/index.js +7818 -481
  2. package/dist/sbom.json +154 -5
  3. package/package.json +2 -1
package/dist/sbom.json CHANGED
@@ -435,6 +435,139 @@
435
435
  }
436
436
  ]
437
437
  },
438
+ {
439
+ "type": "library",
440
+ "name": "codex-sdk",
441
+ "group": "@openai",
442
+ "version": "0.130.0",
443
+ "bom-ref": "ragent-live|@openai/codex-sdk@0.130.0",
444
+ "description": "TypeScript SDK for Codex APIs.",
445
+ "licenses": [
446
+ {
447
+ "license": {
448
+ "id": "Apache-2.0",
449
+ "acknowledgement": "declared"
450
+ }
451
+ }
452
+ ],
453
+ "purl": "pkg:npm/%40openai/codex-sdk@0.130.0",
454
+ "externalReferences": [
455
+ {
456
+ "url": "https://registry.npmjs.org/@openai/codex-sdk/-/codex-sdk-0.130.0.tgz",
457
+ "type": "distribution",
458
+ "comment": "as detected from npm-ls property \"resolved\""
459
+ },
460
+ {
461
+ "url": "https://github.com/openai/codex/issues",
462
+ "type": "issue-tracker",
463
+ "comment": "as detected from PackageJson property \"bugs.url\""
464
+ },
465
+ {
466
+ "url": "git+https://github.com/openai/codex.git#sdk/typescript",
467
+ "type": "vcs",
468
+ "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
469
+ },
470
+ {
471
+ "url": "https://github.com/openai/codex#readme",
472
+ "type": "website",
473
+ "comment": "as detected from PackageJson property \"homepage\""
474
+ }
475
+ ],
476
+ "properties": [
477
+ {
478
+ "name": "cdx:npm:package:path",
479
+ "value": "node_modules/@openai/codex-sdk"
480
+ }
481
+ ]
482
+ },
483
+ {
484
+ "type": "library",
485
+ "name": "codex",
486
+ "group": "@openai",
487
+ "version": "0.130.0",
488
+ "bom-ref": "ragent-live|@openai/codex@0.130.0",
489
+ "licenses": [
490
+ {
491
+ "license": {
492
+ "id": "Apache-2.0",
493
+ "acknowledgement": "declared"
494
+ }
495
+ }
496
+ ],
497
+ "purl": "pkg:npm/%40openai/codex@0.130.0",
498
+ "externalReferences": [
499
+ {
500
+ "url": "https://registry.npmjs.org/@openai/codex/-/codex-0.130.0.tgz",
501
+ "type": "distribution",
502
+ "comment": "as detected from npm-ls property \"resolved\""
503
+ },
504
+ {
505
+ "url": "https://github.com/openai/codex/issues",
506
+ "type": "issue-tracker",
507
+ "comment": "as detected from PackageJson property \"bugs.url\""
508
+ },
509
+ {
510
+ "url": "git+https://github.com/openai/codex.git#codex-cli",
511
+ "type": "vcs",
512
+ "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
513
+ },
514
+ {
515
+ "url": "https://github.com/openai/codex#readme",
516
+ "type": "website",
517
+ "comment": "as detected from PackageJson property \"homepage\""
518
+ }
519
+ ],
520
+ "properties": [
521
+ {
522
+ "name": "cdx:npm:package:path",
523
+ "value": "node_modules/@openai/codex"
524
+ }
525
+ ]
526
+ },
527
+ {
528
+ "type": "library",
529
+ "name": "codex",
530
+ "group": "@openai",
531
+ "version": "0.130.0-linux-x64",
532
+ "bom-ref": "ragent-live|@openai/codex@0.130.0-linux-x64",
533
+ "licenses": [
534
+ {
535
+ "license": {
536
+ "id": "Apache-2.0",
537
+ "acknowledgement": "declared"
538
+ }
539
+ }
540
+ ],
541
+ "purl": "pkg:npm/%40openai/codex@0.130.0-linux-x64",
542
+ "externalReferences": [
543
+ {
544
+ "url": "https://registry.npmjs.org/@openai/codex/-/codex-0.130.0-linux-x64.tgz",
545
+ "type": "distribution",
546
+ "comment": "as detected from npm-ls property \"resolved\""
547
+ },
548
+ {
549
+ "url": "https://github.com/openai/codex/issues",
550
+ "type": "issue-tracker",
551
+ "comment": "as detected from PackageJson property \"bugs.url\""
552
+ },
553
+ {
554
+ "url": "git+https://github.com/openai/codex.git#codex-cli",
555
+ "type": "vcs",
556
+ "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
557
+ },
558
+ {
559
+ "url": "https://github.com/openai/codex#readme",
560
+ "type": "website",
561
+ "comment": "as detected from PackageJson property \"homepage\""
562
+ }
563
+ ],
564
+ "properties": [
565
+ {
566
+ "name": "cdx:npm:package:path",
567
+ "value": "node_modules/@openai/codex-linux-x64"
568
+ }
569
+ ]
570
+ },
438
571
  {
439
572
  "type": "library",
440
573
  "name": "parseargs",
@@ -1166,8 +1299,8 @@
1166
1299
  {
1167
1300
  "type": "library",
1168
1301
  "name": "ragent-cli",
1169
- "version": "1.11.10",
1170
- "bom-ref": "ragent-live|ragent-cli@1.11.10",
1302
+ "version": "1.11.11",
1303
+ "bom-ref": "ragent-live|ragent-cli@1.11.11",
1171
1304
  "author": "Intellimetrics",
1172
1305
  "description": "CLI agent for rAgent Live — browser-first terminal control plane for AI coding agents",
1173
1306
  "licenses": [
@@ -1178,7 +1311,7 @@
1178
1311
  }
1179
1312
  }
1180
1313
  ],
1181
- "purl": "pkg:npm/ragent-cli@1.11.10",
1314
+ "purl": "pkg:npm/ragent-cli@1.11.11",
1182
1315
  "externalReferences": [
1183
1316
  {
1184
1317
  "url": "https://github.com/chadlindell/ragent-live/issues",
@@ -1303,7 +1436,7 @@
1303
1436
  "ragent-live|@emnapi/wasi-threads@1.2.1",
1304
1437
  "ragent-live|@pkgjs/parseargs@0.11.0",
1305
1438
  "ragent-live|@tybys/wasm-util@0.10.1",
1306
- "ragent-live|ragent-cli@1.11.10"
1439
+ "ragent-live|ragent-cli@1.11.11"
1307
1440
  ]
1308
1441
  },
1309
1442
  {
@@ -1358,6 +1491,21 @@
1358
1491
  "ragent-live|tslib@2.8.1"
1359
1492
  ]
1360
1493
  },
1494
+ {
1495
+ "ref": "ragent-live|@openai/codex-sdk@0.130.0",
1496
+ "dependsOn": [
1497
+ "ragent-live|@openai/codex@0.130.0"
1498
+ ]
1499
+ },
1500
+ {
1501
+ "ref": "ragent-live|@openai/codex@0.130.0",
1502
+ "dependsOn": [
1503
+ "ragent-live|@openai/codex@0.130.0-linux-x64"
1504
+ ]
1505
+ },
1506
+ {
1507
+ "ref": "ragent-live|@openai/codex@0.130.0-linux-x64"
1508
+ },
1361
1509
  {
1362
1510
  "ref": "ragent-live|@pkgjs/parseargs@0.11.0"
1363
1511
  },
@@ -1436,9 +1584,10 @@
1436
1584
  ]
1437
1585
  },
1438
1586
  {
1439
- "ref": "ragent-live|ragent-cli@1.11.10",
1587
+ "ref": "ragent-live|ragent-cli@1.11.11",
1440
1588
  "dependsOn": [
1441
1589
  "ragent-live|@azure/web-pubsub-client@1.0.4",
1590
+ "ragent-live|@openai/codex-sdk@0.130.0",
1442
1591
  "ragent-live|commander@14.0.3",
1443
1592
  "ragent-live|figlet@1.11.0",
1444
1593
  "ragent-live|node-pty@1.1.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ragent-cli",
3
- "version": "1.11.10",
3
+ "version": "1.11.11",
4
4
  "description": "CLI agent for rAgent Live — browser-first terminal control plane for AI coding agents",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -55,6 +55,7 @@
55
55
  },
56
56
  "dependencies": {
57
57
  "@azure/web-pubsub-client": "^1.0.2",
58
+ "@openai/codex-sdk": "0.130.0",
58
59
  "commander": "^14.0.3",
59
60
  "figlet": "^1.9.3",
60
61
  "node-pty": "^1.1.0",