omnius 1.0.222 → 1.0.223
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.
- package/npm-shrinkwrap.json +172 -17
- package/package.json +2 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "omnius",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.223",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "omnius",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.223",
|
|
10
10
|
"bundleDependencies": [
|
|
11
11
|
"image-to-ascii"
|
|
12
12
|
],
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"ignore": "^6.0.2",
|
|
19
19
|
"image-to-ascii": "file:vendor/image-to-ascii",
|
|
20
20
|
"nats.ws": "1.30.3",
|
|
21
|
+
"omnius-fabric": "^0.12.8",
|
|
21
22
|
"open-agents-nexus": "1.17.3",
|
|
22
23
|
"ws": "^8.20.0",
|
|
23
24
|
"zod": "^3.24.1"
|
|
@@ -428,6 +429,15 @@
|
|
|
428
429
|
"uint8arrays": "^5.1.0"
|
|
429
430
|
}
|
|
430
431
|
},
|
|
432
|
+
"node_modules/@helia/utils/node_modules/cborg": {
|
|
433
|
+
"version": "5.1.1",
|
|
434
|
+
"resolved": "https://registry.npmjs.org/cborg/-/cborg-5.1.1.tgz",
|
|
435
|
+
"integrity": "sha512-BDbSRIp6XrQXkTc7g+DN0RB9RrDPTUfals2ecWUlt3juPLjbAvy/V72mJcXY0Ehu0Dq/3WpNCOCT68HUTbW+lw==",
|
|
436
|
+
"license": "Apache-2.0",
|
|
437
|
+
"bin": {
|
|
438
|
+
"cborg": "lib/bin.js"
|
|
439
|
+
}
|
|
440
|
+
},
|
|
431
441
|
"node_modules/@hono/node-server": {
|
|
432
442
|
"version": "1.19.14",
|
|
433
443
|
"resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.14.tgz",
|
|
@@ -450,6 +460,15 @@
|
|
|
450
460
|
"multiformats": "^13.1.0"
|
|
451
461
|
}
|
|
452
462
|
},
|
|
463
|
+
"node_modules/@ipld/dag-cbor/node_modules/cborg": {
|
|
464
|
+
"version": "5.1.1",
|
|
465
|
+
"resolved": "https://registry.npmjs.org/cborg/-/cborg-5.1.1.tgz",
|
|
466
|
+
"integrity": "sha512-BDbSRIp6XrQXkTc7g+DN0RB9RrDPTUfals2ecWUlt3juPLjbAvy/V72mJcXY0Ehu0Dq/3WpNCOCT68HUTbW+lw==",
|
|
467
|
+
"license": "Apache-2.0",
|
|
468
|
+
"bin": {
|
|
469
|
+
"cborg": "lib/bin.js"
|
|
470
|
+
}
|
|
471
|
+
},
|
|
453
472
|
"node_modules/@ipld/dag-json": {
|
|
454
473
|
"version": "10.2.9",
|
|
455
474
|
"resolved": "https://registry.npmjs.org/@ipld/dag-json/-/dag-json-10.2.9.tgz",
|
|
@@ -460,6 +479,15 @@
|
|
|
460
479
|
"multiformats": "^13.1.0"
|
|
461
480
|
}
|
|
462
481
|
},
|
|
482
|
+
"node_modules/@ipld/dag-json/node_modules/cborg": {
|
|
483
|
+
"version": "5.1.1",
|
|
484
|
+
"resolved": "https://registry.npmjs.org/cborg/-/cborg-5.1.1.tgz",
|
|
485
|
+
"integrity": "sha512-BDbSRIp6XrQXkTc7g+DN0RB9RrDPTUfals2ecWUlt3juPLjbAvy/V72mJcXY0Ehu0Dq/3WpNCOCT68HUTbW+lw==",
|
|
486
|
+
"license": "Apache-2.0",
|
|
487
|
+
"bin": {
|
|
488
|
+
"cborg": "lib/bin.js"
|
|
489
|
+
}
|
|
490
|
+
},
|
|
463
491
|
"node_modules/@ipld/dag-pb": {
|
|
464
492
|
"version": "4.1.7",
|
|
465
493
|
"resolved": "https://registry.npmjs.org/@ipld/dag-pb/-/dag-pb-4.1.7.tgz",
|
|
@@ -1181,15 +1209,6 @@
|
|
|
1181
1209
|
"uint8arrays": "^5.1.0"
|
|
1182
1210
|
}
|
|
1183
1211
|
},
|
|
1184
|
-
"node_modules/@libp2p/utils/node_modules/cborg": {
|
|
1185
|
-
"version": "4.5.8",
|
|
1186
|
-
"resolved": "https://registry.npmjs.org/cborg/-/cborg-4.5.8.tgz",
|
|
1187
|
-
"integrity": "sha512-6/viltD51JklRhq4L7jC3zgy6gryuG5xfZ3kzpE+PravtyeQLeQmCYLREhQH7pWENg5pY4Yu/XCd6a7dKScVlw==",
|
|
1188
|
-
"license": "Apache-2.0",
|
|
1189
|
-
"bin": {
|
|
1190
|
-
"cborg": "lib/bin.js"
|
|
1191
|
-
}
|
|
1192
|
-
},
|
|
1193
1212
|
"node_modules/@libp2p/webrtc": {
|
|
1194
1213
|
"version": "6.0.24",
|
|
1195
1214
|
"resolved": "https://registry.npmjs.org/@libp2p/webrtc/-/webrtc-6.0.24.tgz",
|
|
@@ -1258,6 +1277,19 @@
|
|
|
1258
1277
|
"integrity": "sha512-iWK1RrAS58p2NDfeZFuSUSv3ZPewTIhsGbh/5NgeGGJwJmRljLxGtjRR3nkn+loG3zl+IrfR/W1590QnrSK+Gg==",
|
|
1259
1278
|
"license": "Apache-2.0 OR MIT"
|
|
1260
1279
|
},
|
|
1280
|
+
"node_modules/@libp2p/webrtc/node_modules/node-datachannel": {
|
|
1281
|
+
"version": "0.32.3",
|
|
1282
|
+
"resolved": "https://registry.npmjs.org/node-datachannel/-/node-datachannel-0.32.3.tgz",
|
|
1283
|
+
"integrity": "sha512-Aok1ZhLsll472lRefgWYuWJ0070jh0ecHravTdRyZEmoESumebMEQV8Y+poBwSW2ZbEwAokAOGsK5Cu8pDDT2g==",
|
|
1284
|
+
"hasInstallScript": true,
|
|
1285
|
+
"license": "MPL 2.0",
|
|
1286
|
+
"dependencies": {
|
|
1287
|
+
"prebuild-install": "^7.1.3"
|
|
1288
|
+
},
|
|
1289
|
+
"engines": {
|
|
1290
|
+
"node": ">=18.20.0"
|
|
1291
|
+
}
|
|
1292
|
+
},
|
|
1261
1293
|
"node_modules/@libp2p/webrtc/node_modules/protons-runtime": {
|
|
1262
1294
|
"version": "6.0.2",
|
|
1263
1295
|
"resolved": "https://registry.npmjs.org/protons-runtime/-/protons-runtime-6.0.2.tgz",
|
|
@@ -1469,6 +1501,51 @@
|
|
|
1469
1501
|
"is-ip": "^5.0.0"
|
|
1470
1502
|
}
|
|
1471
1503
|
},
|
|
1504
|
+
"node_modules/@nats-io/nats-core": {
|
|
1505
|
+
"version": "3.4.0",
|
|
1506
|
+
"resolved": "https://registry.npmjs.org/@nats-io/nats-core/-/nats-core-3.4.0.tgz",
|
|
1507
|
+
"integrity": "sha512-QMDM86EUNm+wudlKC67HLar/KHHQUvJGLfb4jbahje3pUk3K9afeck9fwsxBZF0eUFox6T/TA6m/t+lQqf+QsQ==",
|
|
1508
|
+
"license": "Apache-2.0",
|
|
1509
|
+
"dependencies": {
|
|
1510
|
+
"@nats-io/nkeys": "2.0.3",
|
|
1511
|
+
"@nats-io/nuid": "3.0.0"
|
|
1512
|
+
}
|
|
1513
|
+
},
|
|
1514
|
+
"node_modules/@nats-io/nkeys": {
|
|
1515
|
+
"version": "2.0.3",
|
|
1516
|
+
"resolved": "https://registry.npmjs.org/@nats-io/nkeys/-/nkeys-2.0.3.tgz",
|
|
1517
|
+
"integrity": "sha512-JVt56GuE6Z89KUkI4TXUbSI9fmIfAmk6PMPknijmuL72GcD+UgIomTcRWiNvvJKxA01sBbmIPStqJs5cMRBC3A==",
|
|
1518
|
+
"license": "Apache-2.0",
|
|
1519
|
+
"dependencies": {
|
|
1520
|
+
"tweetnacl": "^1.0.3"
|
|
1521
|
+
},
|
|
1522
|
+
"engines": {
|
|
1523
|
+
"node": ">=18.0.0"
|
|
1524
|
+
}
|
|
1525
|
+
},
|
|
1526
|
+
"node_modules/@nats-io/nuid": {
|
|
1527
|
+
"version": "3.0.0",
|
|
1528
|
+
"resolved": "https://registry.npmjs.org/@nats-io/nuid/-/nuid-3.0.0.tgz",
|
|
1529
|
+
"integrity": "sha512-QbXZDrxmYlrn5AD06gYcUTmEHwxn96HBQMIk7XTjDlEcx6FPzVBBPjp4AMRh1lEv6B4iJ6Xb/Uz61JugPXFRQg==",
|
|
1530
|
+
"license": "Apache-2.0",
|
|
1531
|
+
"engines": {
|
|
1532
|
+
"node": ">= 22.x"
|
|
1533
|
+
}
|
|
1534
|
+
},
|
|
1535
|
+
"node_modules/@nats-io/transport-node": {
|
|
1536
|
+
"version": "3.4.0",
|
|
1537
|
+
"resolved": "https://registry.npmjs.org/@nats-io/transport-node/-/transport-node-3.4.0.tgz",
|
|
1538
|
+
"integrity": "sha512-hH7u7ejIBTFEJIZ8rIcMrHJI6wl+HhpO5sVFs1+ppmXa8RuB2+Lh1+UwTzZ5xTNNm1TKcRkYy+2qCV56qp8RxA==",
|
|
1539
|
+
"license": "Apache-2.0",
|
|
1540
|
+
"dependencies": {
|
|
1541
|
+
"@nats-io/nats-core": "3.4.0",
|
|
1542
|
+
"@nats-io/nkeys": "2.0.3",
|
|
1543
|
+
"@nats-io/nuid": "3.0.0"
|
|
1544
|
+
},
|
|
1545
|
+
"engines": {
|
|
1546
|
+
"node": ">= 18.0.0"
|
|
1547
|
+
}
|
|
1548
|
+
},
|
|
1472
1549
|
"node_modules/@nkn/ncp": {
|
|
1473
1550
|
"version": "1.1.2",
|
|
1474
1551
|
"resolved": "https://registry.npmjs.org/@nkn/ncp/-/ncp-1.1.2.tgz",
|
|
@@ -2595,9 +2672,9 @@
|
|
|
2595
2672
|
}
|
|
2596
2673
|
},
|
|
2597
2674
|
"node_modules/cborg": {
|
|
2598
|
-
"version": "5.
|
|
2599
|
-
"resolved": "https://registry.npmjs.org/cborg/-/cborg-5.
|
|
2600
|
-
"integrity": "sha512-
|
|
2675
|
+
"version": "4.5.8",
|
|
2676
|
+
"resolved": "https://registry.npmjs.org/cborg/-/cborg-4.5.8.tgz",
|
|
2677
|
+
"integrity": "sha512-6/viltD51JklRhq4L7jC3zgy6gryuG5xfZ3kzpE+PravtyeQLeQmCYLREhQH7pWENg5pY4Yu/XCd6a7dKScVlw==",
|
|
2601
2678
|
"license": "Apache-2.0",
|
|
2602
2679
|
"bin": {
|
|
2603
2680
|
"cborg": "lib/bin.js"
|
|
@@ -4071,6 +4148,15 @@
|
|
|
4071
4148
|
"uint8arrays": "^5.1.0"
|
|
4072
4149
|
}
|
|
4073
4150
|
},
|
|
4151
|
+
"node_modules/ipns/node_modules/cborg": {
|
|
4152
|
+
"version": "5.1.1",
|
|
4153
|
+
"resolved": "https://registry.npmjs.org/cborg/-/cborg-5.1.1.tgz",
|
|
4154
|
+
"integrity": "sha512-BDbSRIp6XrQXkTc7g+DN0RB9RrDPTUfals2ecWUlt3juPLjbAvy/V72mJcXY0Ehu0Dq/3WpNCOCT68HUTbW+lw==",
|
|
4155
|
+
"license": "Apache-2.0",
|
|
4156
|
+
"bin": {
|
|
4157
|
+
"cborg": "lib/bin.js"
|
|
4158
|
+
}
|
|
4159
|
+
},
|
|
4074
4160
|
"node_modules/ipns/node_modules/protons-runtime": {
|
|
4075
4161
|
"version": "6.0.2",
|
|
4076
4162
|
"resolved": "https://registry.npmjs.org/protons-runtime/-/protons-runtime-6.0.2.tgz",
|
|
@@ -4598,6 +4684,12 @@
|
|
|
4598
4684
|
"integrity": "sha512-fQhoXdcvc3V28x7C7BMs4P5+kNlgUURe2jmUT1T//oBRMDrqy1QPelJimwZGo7Hg9VPV3EQV5Bnq4hbFy2vetA==",
|
|
4599
4685
|
"license": "BSD-2-Clause"
|
|
4600
4686
|
},
|
|
4687
|
+
"node_modules/jsqr": {
|
|
4688
|
+
"version": "1.4.0",
|
|
4689
|
+
"resolved": "https://registry.npmjs.org/jsqr/-/jsqr-1.4.0.tgz",
|
|
4690
|
+
"integrity": "sha512-dxLob7q65Xg2DvstYkRpkYtmKm2sPJ9oFhrhmudT1dZvNFFTlroai3AWSpLey/w5vMcLBXRgOJsbXpdN9HzU/A==",
|
|
4691
|
+
"license": "Apache-2.0"
|
|
4692
|
+
},
|
|
4601
4693
|
"node_modules/kuler": {
|
|
4602
4694
|
"version": "2.0.0",
|
|
4603
4695
|
"resolved": "https://registry.npmjs.org/kuler/-/kuler-2.0.0.tgz",
|
|
@@ -5165,11 +5257,12 @@
|
|
|
5165
5257
|
}
|
|
5166
5258
|
},
|
|
5167
5259
|
"node_modules/node-datachannel": {
|
|
5168
|
-
"version": "0.
|
|
5169
|
-
"resolved": "https://registry.npmjs.org/node-datachannel/-/node-datachannel-0.
|
|
5170
|
-
"integrity": "sha512-
|
|
5260
|
+
"version": "0.27.0",
|
|
5261
|
+
"resolved": "https://registry.npmjs.org/node-datachannel/-/node-datachannel-0.27.0.tgz",
|
|
5262
|
+
"integrity": "sha512-RuClwcfRYJn0YqosgkAdocEM78jo7F3z9hSZzUiogB7QegD28mFOOjMoX/CAbU4ckHaLAoppfROwZXMro/EmNA==",
|
|
5171
5263
|
"hasInstallScript": true,
|
|
5172
5264
|
"license": "MPL 2.0",
|
|
5265
|
+
"optional": true,
|
|
5173
5266
|
"dependencies": {
|
|
5174
5267
|
"prebuild-install": "^7.1.3"
|
|
5175
5268
|
},
|
|
@@ -5254,6 +5347,60 @@
|
|
|
5254
5347
|
"url": "https://github.com/sponsors/ljharb"
|
|
5255
5348
|
}
|
|
5256
5349
|
},
|
|
5350
|
+
"node_modules/omnius-fabric": {
|
|
5351
|
+
"version": "0.12.8",
|
|
5352
|
+
"resolved": "https://registry.npmjs.org/omnius-fabric/-/omnius-fabric-0.12.8.tgz",
|
|
5353
|
+
"integrity": "sha512-eAtMNak2ZEeXWo3ctVrHccLwDrDIzIgByshqR7fVrFriLQ0IRwj9asdlDlFXMl23UqQCYzVGqjcYAMN3qACSOw==",
|
|
5354
|
+
"hasInstallScript": true,
|
|
5355
|
+
"license": "MIT",
|
|
5356
|
+
"dependencies": {
|
|
5357
|
+
"@chainsafe/libp2p-noise": "^17.0.0",
|
|
5358
|
+
"@chainsafe/libp2p-yamux": "^8.0.1",
|
|
5359
|
+
"@libp2p/autonat": "^3.0.20",
|
|
5360
|
+
"@libp2p/bootstrap": "^12.0.22",
|
|
5361
|
+
"@libp2p/circuit-relay-v2": "^4.2.5",
|
|
5362
|
+
"@libp2p/crypto": "^5.1.18",
|
|
5363
|
+
"@libp2p/dcutr": "^3.0.20",
|
|
5364
|
+
"@libp2p/gossipsub": "^15.0.23",
|
|
5365
|
+
"@libp2p/identify": "^4.1.6",
|
|
5366
|
+
"@libp2p/kad-dht": "^16.3.0",
|
|
5367
|
+
"@libp2p/mdns": "^12.0.22",
|
|
5368
|
+
"@libp2p/peer-id": "^6.0.9",
|
|
5369
|
+
"@libp2p/ping": "^3.1.5",
|
|
5370
|
+
"@libp2p/pubsub-peer-discovery": "^12.0.0",
|
|
5371
|
+
"@libp2p/tcp": "^11.0.20",
|
|
5372
|
+
"@libp2p/upnp-nat": "^4.0.20",
|
|
5373
|
+
"@libp2p/websockets": "^10.1.13",
|
|
5374
|
+
"@multiformats/multiaddr": "^13.0.3",
|
|
5375
|
+
"@nats-io/transport-node": "^3.4.0",
|
|
5376
|
+
"commander": "^14.0.0",
|
|
5377
|
+
"jsqr": "^1.4.0",
|
|
5378
|
+
"libp2p": "^3.3.1",
|
|
5379
|
+
"nkn-sdk": "^1.3.6",
|
|
5380
|
+
"qrcode-terminal": "^0.12.0",
|
|
5381
|
+
"ws": "^8.18.0"
|
|
5382
|
+
},
|
|
5383
|
+
"bin": {
|
|
5384
|
+
"fabric": "dist/cli.js",
|
|
5385
|
+
"omnius-fabric": "dist/cli.js"
|
|
5386
|
+
},
|
|
5387
|
+
"engines": {
|
|
5388
|
+
"node": ">=20.10.0"
|
|
5389
|
+
},
|
|
5390
|
+
"optionalDependencies": {
|
|
5391
|
+
"@achingbrain/nat-port-mapper": "^4.0.5",
|
|
5392
|
+
"node-datachannel": "^0.27.0"
|
|
5393
|
+
}
|
|
5394
|
+
},
|
|
5395
|
+
"node_modules/omnius-fabric/node_modules/commander": {
|
|
5396
|
+
"version": "14.0.3",
|
|
5397
|
+
"resolved": "https://registry.npmjs.org/commander/-/commander-14.0.3.tgz",
|
|
5398
|
+
"integrity": "sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==",
|
|
5399
|
+
"license": "MIT",
|
|
5400
|
+
"engines": {
|
|
5401
|
+
"node": ">=20"
|
|
5402
|
+
}
|
|
5403
|
+
},
|
|
5257
5404
|
"node_modules/on-finished": {
|
|
5258
5405
|
"version": "2.4.1",
|
|
5259
5406
|
"resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
|
|
@@ -5767,6 +5914,14 @@
|
|
|
5767
5914
|
"node": ">=16.0.0"
|
|
5768
5915
|
}
|
|
5769
5916
|
},
|
|
5917
|
+
"node_modules/qrcode-terminal": {
|
|
5918
|
+
"version": "0.12.0",
|
|
5919
|
+
"resolved": "https://registry.npmjs.org/qrcode-terminal/-/qrcode-terminal-0.12.0.tgz",
|
|
5920
|
+
"integrity": "sha512-EXtzRZmC+YGmGlDFbXKxQiMZNwCLEO6BANKXG4iCtSIM0yqc/pappSx3RIKr4r0uh5JsBckOXeKrB3Iz7mdQpQ==",
|
|
5921
|
+
"bin": {
|
|
5922
|
+
"qrcode-terminal": "bin/qrcode-terminal.js"
|
|
5923
|
+
}
|
|
5924
|
+
},
|
|
5770
5925
|
"node_modules/qs": {
|
|
5771
5926
|
"version": "6.15.2",
|
|
5772
5927
|
"resolved": "https://registry.npmjs.org/qs/-/qs-6.15.2.tgz",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "omnius",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.223",
|
|
4
4
|
"description": "AI coding agent powered by open-source models (Ollama/vLLM) — interactive TUI with agentic tool-calling loop",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -81,6 +81,7 @@
|
|
|
81
81
|
},
|
|
82
82
|
"dependencies": {
|
|
83
83
|
"aiwg": "2026.5.11",
|
|
84
|
+
"omnius-fabric": "^0.12.8",
|
|
84
85
|
"glob": "^11.0.0",
|
|
85
86
|
"ignore": "^6.0.2",
|
|
86
87
|
"image-to-ascii": "file:vendor/image-to-ascii",
|