@akashacorporation/bari 0.5.0 → 0.6.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.
- package/chunks/{auth-command-VD6TIEWH.js → auth-command-DMMO4CQU.js} +6 -6
- package/chunks/{chunk-IE2SXA67.js → chunk-4LQ6AY6U.js} +1321 -1294
- package/chunks/{chunk-EGMSHANH.js → chunk-53UX2CHA.js} +30801 -30666
- package/chunks/{chunk-T7PZXYIK.js → chunk-BEQYKE7V.js} +3 -3
- package/chunks/{chunk-HAKORTW3.js → chunk-HLCYXQNM.js} +13532 -13444
- package/chunks/{chunk-G5I2JNYF.js → chunk-HMF7XRML.js} +1 -1
- package/chunks/{chunk-OCCJYVTX.js → chunk-PZILYD7D.js} +1 -1
- package/chunks/{chunk-7YLPPLGD.js → chunk-RGWKF4KQ.js} +4 -4
- package/chunks/{chunk-VI572H4P.js → chunk-TLRTDYGW.js} +2 -2
- package/chunks/{chunk-RI54XTZ2.js → chunk-ZWFSJPXJ.js} +2 -2
- package/chunks/{data-dir-KARX6GVW.js → data-dir-JPSZUMZL.js} +4 -4
- package/chunks/{launcher-2RK4KV7P.js → launcher-GZXNHFHP.js} +16 -16
- package/chunks/{lifecycle-XWHZUA7H.js → lifecycle-EP4DEYCB.js} +6 -6
- package/chunks/{main-LPE7EYWN.js → main-AVQUIMQJ.js} +37 -38
- package/chunks/{plugin-command-UJGND47T.js → plugin-command-QFQUUKKD.js} +7 -7
- package/chunks/{provider-command-K372FWES.js → provider-command-DKPV4YEF.js} +81 -56
- package/chunks/{run-acp-command-BVRIYLZR.js → run-acp-command-KFKHWM36.js} +5 -5
- package/chunks/{run-exec-command-JPT52LH6.js → run-exec-command-EDFOJL46.js} +10 -10
- package/chunks/src-KUYD6DGU.js +241 -0
- package/chunks/{telemetry-command-UWZ3TQTS.js → telemetry-command-WFP5XMBR.js} +32 -29
- package/cli.js +5 -5
- package/metafile.json +332 -228
- package/package.json +5 -2
- package/chunks/src-7F6SBW77.js +0 -239
package/metafile.json
CHANGED
|
@@ -502,70 +502,34 @@
|
|
|
502
502
|
],
|
|
503
503
|
"format": "esm"
|
|
504
504
|
},
|
|
505
|
-
"packages/
|
|
506
|
-
"bytes":
|
|
505
|
+
"packages/config/src/runaway-guard-config.ts": {
|
|
506
|
+
"bytes": 804,
|
|
507
507
|
"imports": [],
|
|
508
508
|
"format": "esm"
|
|
509
509
|
},
|
|
510
|
-
"packages/config/src/source-provenance.ts": {
|
|
511
|
-
"bytes": 498,
|
|
512
|
-
"imports": [
|
|
513
|
-
{
|
|
514
|
-
"path": "packages/shared/src/source-provenance.ts",
|
|
515
|
-
"kind": "import-statement",
|
|
516
|
-
"original": "@bari/shared/source-provenance"
|
|
517
|
-
}
|
|
518
|
-
],
|
|
519
|
-
"format": "esm"
|
|
520
|
-
},
|
|
521
510
|
"node_modules/js-yaml/dist/js-yaml.mjs": {
|
|
522
511
|
"bytes": 104118,
|
|
523
512
|
"imports": [],
|
|
524
513
|
"format": "esm"
|
|
525
514
|
},
|
|
526
|
-
"packages/config/src/
|
|
527
|
-
"bytes":
|
|
515
|
+
"packages/config/src/secure-config-write.ts": {
|
|
516
|
+
"bytes": 800,
|
|
528
517
|
"imports": [
|
|
529
|
-
{
|
|
530
|
-
"path": "node:crypto",
|
|
531
|
-
"kind": "import-statement",
|
|
532
|
-
"external": true
|
|
533
|
-
},
|
|
534
518
|
{
|
|
535
519
|
"path": "node:fs",
|
|
536
520
|
"kind": "import-statement",
|
|
537
521
|
"external": true
|
|
538
|
-
},
|
|
539
|
-
{
|
|
540
|
-
"path": "node:path",
|
|
541
|
-
"kind": "import-statement",
|
|
542
|
-
"external": true
|
|
543
|
-
},
|
|
544
|
-
{
|
|
545
|
-
"path": "node_modules/js-yaml/dist/js-yaml.mjs",
|
|
546
|
-
"kind": "import-statement",
|
|
547
|
-
"original": "js-yaml"
|
|
548
|
-
},
|
|
549
|
-
{
|
|
550
|
-
"path": "node_modules/proper-lockfile/index.js",
|
|
551
|
-
"kind": "import-statement",
|
|
552
|
-
"original": "proper-lockfile"
|
|
553
522
|
}
|
|
554
523
|
],
|
|
555
524
|
"format": "esm"
|
|
556
525
|
},
|
|
557
|
-
"packages/config/src/runaway-guard-config.ts": {
|
|
558
|
-
"bytes": 804,
|
|
559
|
-
"imports": [],
|
|
560
|
-
"format": "esm"
|
|
561
|
-
},
|
|
562
526
|
"packages/config/src/tui-config.ts": {
|
|
563
527
|
"bytes": 5588,
|
|
564
528
|
"imports": [],
|
|
565
529
|
"format": "esm"
|
|
566
530
|
},
|
|
567
531
|
"packages/config/src/byok-config.ts": {
|
|
568
|
-
"bytes":
|
|
532
|
+
"bytes": 20202,
|
|
569
533
|
"imports": [
|
|
570
534
|
{
|
|
571
535
|
"path": "node:crypto",
|
|
@@ -586,6 +550,11 @@
|
|
|
586
550
|
"path": "node_modules/js-yaml/dist/js-yaml.mjs",
|
|
587
551
|
"kind": "import-statement",
|
|
588
552
|
"original": "js-yaml"
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"path": "packages/config/src/secure-config-write.ts",
|
|
556
|
+
"kind": "import-statement",
|
|
557
|
+
"original": "./secure-config-write.js"
|
|
589
558
|
}
|
|
590
559
|
],
|
|
591
560
|
"format": "esm"
|
|
@@ -698,7 +667,7 @@
|
|
|
698
667
|
"format": "esm"
|
|
699
668
|
},
|
|
700
669
|
"packages/config/src/config.ts": {
|
|
701
|
-
"bytes":
|
|
670
|
+
"bytes": 93126,
|
|
702
671
|
"imports": [
|
|
703
672
|
{
|
|
704
673
|
"path": "packages/config/src/runaway-guard-config.ts",
|
|
@@ -735,6 +704,11 @@
|
|
|
735
704
|
"kind": "import-statement",
|
|
736
705
|
"original": "js-yaml"
|
|
737
706
|
},
|
|
707
|
+
{
|
|
708
|
+
"path": "packages/config/src/secure-config-write.ts",
|
|
709
|
+
"kind": "import-statement",
|
|
710
|
+
"original": "./secure-config-write.js"
|
|
711
|
+
},
|
|
738
712
|
{
|
|
739
713
|
"path": "packages/config/src/tui-config.ts",
|
|
740
714
|
"kind": "import-statement",
|
|
@@ -823,6 +797,64 @@
|
|
|
823
797
|
],
|
|
824
798
|
"format": "esm"
|
|
825
799
|
},
|
|
800
|
+
"packages/config/src/telemetry-policy.ts": {
|
|
801
|
+
"bytes": 731,
|
|
802
|
+
"imports": [
|
|
803
|
+
{
|
|
804
|
+
"path": "packages/config/src/config.ts",
|
|
805
|
+
"kind": "import-statement",
|
|
806
|
+
"original": "./config.js"
|
|
807
|
+
}
|
|
808
|
+
],
|
|
809
|
+
"format": "esm"
|
|
810
|
+
},
|
|
811
|
+
"packages/shared/src/source-provenance.ts": {
|
|
812
|
+
"bytes": 4675,
|
|
813
|
+
"imports": [],
|
|
814
|
+
"format": "esm"
|
|
815
|
+
},
|
|
816
|
+
"packages/config/src/source-provenance.ts": {
|
|
817
|
+
"bytes": 498,
|
|
818
|
+
"imports": [
|
|
819
|
+
{
|
|
820
|
+
"path": "packages/shared/src/source-provenance.ts",
|
|
821
|
+
"kind": "import-statement",
|
|
822
|
+
"original": "@bari/shared/source-provenance"
|
|
823
|
+
}
|
|
824
|
+
],
|
|
825
|
+
"format": "esm"
|
|
826
|
+
},
|
|
827
|
+
"packages/config/src/tui-status-line-write.ts": {
|
|
828
|
+
"bytes": 2556,
|
|
829
|
+
"imports": [
|
|
830
|
+
{
|
|
831
|
+
"path": "node:crypto",
|
|
832
|
+
"kind": "import-statement",
|
|
833
|
+
"external": true
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
"path": "node:fs",
|
|
837
|
+
"kind": "import-statement",
|
|
838
|
+
"external": true
|
|
839
|
+
},
|
|
840
|
+
{
|
|
841
|
+
"path": "node:path",
|
|
842
|
+
"kind": "import-statement",
|
|
843
|
+
"external": true
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"path": "node_modules/js-yaml/dist/js-yaml.mjs",
|
|
847
|
+
"kind": "import-statement",
|
|
848
|
+
"original": "js-yaml"
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"path": "node_modules/proper-lockfile/index.js",
|
|
852
|
+
"kind": "import-statement",
|
|
853
|
+
"original": "proper-lockfile"
|
|
854
|
+
}
|
|
855
|
+
],
|
|
856
|
+
"format": "esm"
|
|
857
|
+
},
|
|
826
858
|
"packages/config/src/provider-auth-mode.ts": {
|
|
827
859
|
"bytes": 3352,
|
|
828
860
|
"imports": [],
|
|
@@ -3490,7 +3522,7 @@
|
|
|
3490
3522
|
"format": "esm"
|
|
3491
3523
|
},
|
|
3492
3524
|
"packages/config/src/cu-backend-io.ts": {
|
|
3493
|
-
"bytes":
|
|
3525
|
+
"bytes": 2749,
|
|
3494
3526
|
"imports": [
|
|
3495
3527
|
{
|
|
3496
3528
|
"path": "node:fs",
|
|
@@ -3512,6 +3544,11 @@
|
|
|
3512
3544
|
"kind": "import-statement",
|
|
3513
3545
|
"original": "./config.js"
|
|
3514
3546
|
},
|
|
3547
|
+
{
|
|
3548
|
+
"path": "packages/config/src/secure-config-write.ts",
|
|
3549
|
+
"kind": "import-statement",
|
|
3550
|
+
"original": "./secure-config-write.js"
|
|
3551
|
+
},
|
|
3515
3552
|
{
|
|
3516
3553
|
"path": "packages/config/src/cu-backend.ts",
|
|
3517
3554
|
"kind": "import-statement",
|
|
@@ -3542,8 +3579,13 @@
|
|
|
3542
3579
|
"format": "esm"
|
|
3543
3580
|
},
|
|
3544
3581
|
"packages/config/src/index.ts": {
|
|
3545
|
-
"bytes":
|
|
3582
|
+
"bytes": 6955,
|
|
3546
3583
|
"imports": [
|
|
3584
|
+
{
|
|
3585
|
+
"path": "packages/config/src/telemetry-policy.ts",
|
|
3586
|
+
"kind": "import-statement",
|
|
3587
|
+
"original": "./telemetry-policy.js"
|
|
3588
|
+
},
|
|
3547
3589
|
{
|
|
3548
3590
|
"path": "packages/config/src/source-provenance.ts",
|
|
3549
3591
|
"kind": "import-statement",
|
|
@@ -7545,7 +7587,7 @@
|
|
|
7545
7587
|
"format": "esm"
|
|
7546
7588
|
},
|
|
7547
7589
|
"packages/tui/src/cli/program.ts": {
|
|
7548
|
-
"bytes":
|
|
7590
|
+
"bytes": 16775,
|
|
7549
7591
|
"imports": [
|
|
7550
7592
|
{
|
|
7551
7593
|
"path": "node_modules/commander/esm.mjs",
|
|
@@ -7587,7 +7629,7 @@
|
|
|
7587
7629
|
"format": "esm"
|
|
7588
7630
|
},
|
|
7589
7631
|
"packages/tui/src/cli/network-proxy.ts": {
|
|
7590
|
-
"bytes":
|
|
7632
|
+
"bytes": 7760,
|
|
7591
7633
|
"imports": [
|
|
7592
7634
|
{
|
|
7593
7635
|
"path": "node_modules/undici/index.js",
|
|
@@ -13679,7 +13721,7 @@
|
|
|
13679
13721
|
"format": "esm"
|
|
13680
13722
|
},
|
|
13681
13723
|
"packages/tui/src/observability/incident-reporter.ts": {
|
|
13682
|
-
"bytes":
|
|
13724
|
+
"bytes": 27917,
|
|
13683
13725
|
"imports": [
|
|
13684
13726
|
{
|
|
13685
13727
|
"path": "node:crypto",
|
|
@@ -13700,6 +13742,11 @@
|
|
|
13700
13742
|
"path": "node:path",
|
|
13701
13743
|
"kind": "import-statement",
|
|
13702
13744
|
"external": true
|
|
13745
|
+
},
|
|
13746
|
+
{
|
|
13747
|
+
"path": "packages/config/src/index.ts",
|
|
13748
|
+
"kind": "import-statement",
|
|
13749
|
+
"original": "@bari/config"
|
|
13703
13750
|
}
|
|
13704
13751
|
],
|
|
13705
13752
|
"format": "esm"
|
|
@@ -108592,7 +108639,7 @@
|
|
|
108592
108639
|
"format": "esm"
|
|
108593
108640
|
},
|
|
108594
108641
|
"packages/agent-core/src/bash-subprocess-env.ts": {
|
|
108595
|
-
"bytes":
|
|
108642
|
+
"bytes": 10571,
|
|
108596
108643
|
"imports": [
|
|
108597
108644
|
{
|
|
108598
108645
|
"path": "node:path",
|
|
@@ -109329,7 +109376,7 @@
|
|
|
109329
109376
|
"format": "esm"
|
|
109330
109377
|
},
|
|
109331
109378
|
"packages/agent-tools/src/desktop/builtin-defs.ts": {
|
|
109332
|
-
"bytes":
|
|
109379
|
+
"bytes": 55450,
|
|
109333
109380
|
"imports": [
|
|
109334
109381
|
{
|
|
109335
109382
|
"path": "node_modules/@sinclair/typebox/build/esm/index.mjs",
|
|
@@ -109391,7 +109438,7 @@
|
|
|
109391
109438
|
"format": "esm"
|
|
109392
109439
|
},
|
|
109393
109440
|
"packages/agent-tools/src/shared/replace-all-edit.ts": {
|
|
109394
|
-
"bytes":
|
|
109441
|
+
"bytes": 3182,
|
|
109395
109442
|
"imports": [
|
|
109396
109443
|
{
|
|
109397
109444
|
"path": "fs/promises",
|
|
@@ -111115,7 +111162,7 @@
|
|
|
111115
111162
|
"format": "esm"
|
|
111116
111163
|
},
|
|
111117
111164
|
"packages/agent-modules/context-manager/src/token-estimator.ts": {
|
|
111118
|
-
"bytes":
|
|
111165
|
+
"bytes": 13195,
|
|
111119
111166
|
"imports": [
|
|
111120
111167
|
{
|
|
111121
111168
|
"path": "node:buffer",
|
|
@@ -111131,7 +111178,7 @@
|
|
|
111131
111178
|
"format": "esm"
|
|
111132
111179
|
},
|
|
111133
111180
|
"packages/agent-modules/context-manager/src/manager.ts": {
|
|
111134
|
-
"bytes":
|
|
111181
|
+
"bytes": 17241,
|
|
111135
111182
|
"imports": [
|
|
111136
111183
|
{
|
|
111137
111184
|
"path": "third_party/pi-mono/packages/agent/src/index.ts",
|
|
@@ -111627,12 +111674,12 @@
|
|
|
111627
111674
|
"format": "esm"
|
|
111628
111675
|
},
|
|
111629
111676
|
"packages/agent-tools/src/desktop/task-verification.ts": {
|
|
111630
|
-
"bytes":
|
|
111677
|
+
"bytes": 5522,
|
|
111631
111678
|
"imports": [],
|
|
111632
111679
|
"format": "esm"
|
|
111633
111680
|
},
|
|
111634
111681
|
"packages/agent-tools/src/desktop/local-task.ts": {
|
|
111635
|
-
"bytes":
|
|
111682
|
+
"bytes": 7141,
|
|
111636
111683
|
"imports": [
|
|
111637
111684
|
{
|
|
111638
111685
|
"path": "packages/agent-core/src/tools/index.ts",
|
|
@@ -116718,7 +116765,7 @@
|
|
|
116718
116765
|
"format": "esm"
|
|
116719
116766
|
},
|
|
116720
116767
|
"packages/agent-tools/src/desktop/types.ts": {
|
|
116721
|
-
"bytes":
|
|
116768
|
+
"bytes": 25870,
|
|
116722
116769
|
"imports": [],
|
|
116723
116770
|
"format": "esm"
|
|
116724
116771
|
},
|
|
@@ -124360,7 +124407,7 @@
|
|
|
124360
124407
|
"format": "esm"
|
|
124361
124408
|
},
|
|
124362
124409
|
"packages/local-runtime/src/error-reporting/types.ts": {
|
|
124363
|
-
"bytes":
|
|
124410
|
+
"bytes": 4706,
|
|
124364
124411
|
"imports": [],
|
|
124365
124412
|
"format": "esm"
|
|
124366
124413
|
},
|
|
@@ -124413,7 +124460,7 @@
|
|
|
124413
124460
|
"format": "esm"
|
|
124414
124461
|
},
|
|
124415
124462
|
"packages/local-runtime/src/error-reporting/reporter.ts": {
|
|
124416
|
-
"bytes":
|
|
124463
|
+
"bytes": 8048,
|
|
124417
124464
|
"imports": [
|
|
124418
124465
|
{
|
|
124419
124466
|
"path": "packages/config/src/index.ts",
|
|
@@ -124638,7 +124685,7 @@
|
|
|
124638
124685
|
"format": "esm"
|
|
124639
124686
|
},
|
|
124640
124687
|
"packages/local-runtime/src/files/api.ts": {
|
|
124641
|
-
"bytes":
|
|
124688
|
+
"bytes": 79648,
|
|
124642
124689
|
"imports": [
|
|
124643
124690
|
{
|
|
124644
124691
|
"path": "node:child_process",
|
|
@@ -125312,7 +125359,7 @@
|
|
|
125312
125359
|
"format": "esm"
|
|
125313
125360
|
},
|
|
125314
125361
|
"packages/agent-modules/permission/src/context.ts": {
|
|
125315
|
-
"bytes":
|
|
125362
|
+
"bytes": 12536,
|
|
125316
125363
|
"imports": [
|
|
125317
125364
|
{
|
|
125318
125365
|
"path": "packages/agent-modules/permission/src/host-utils.ts",
|
|
@@ -125519,7 +125566,7 @@
|
|
|
125519
125566
|
"format": "esm"
|
|
125520
125567
|
},
|
|
125521
125568
|
"packages/agent-modules/permission/src/tools/bash-permission.ts": {
|
|
125522
|
-
"bytes":
|
|
125569
|
+
"bytes": 64286,
|
|
125523
125570
|
"imports": [
|
|
125524
125571
|
{
|
|
125525
125572
|
"path": "node:path",
|
|
@@ -130730,8 +130777,44 @@
|
|
|
130730
130777
|
],
|
|
130731
130778
|
"format": "esm"
|
|
130732
130779
|
},
|
|
130780
|
+
"packages/local-runtime/src/background-task/progress-delivery.ts": {
|
|
130781
|
+
"bytes": 6623,
|
|
130782
|
+
"imports": [
|
|
130783
|
+
{
|
|
130784
|
+
"path": "packages/agent-modules/conversation-contract/src/index.ts",
|
|
130785
|
+
"kind": "import-statement",
|
|
130786
|
+
"original": "@bari/conversation-contract"
|
|
130787
|
+
},
|
|
130788
|
+
{
|
|
130789
|
+
"path": "packages/local-runtime/src/api/host-helpers.ts",
|
|
130790
|
+
"kind": "import-statement",
|
|
130791
|
+
"original": "../api/host-helpers.js"
|
|
130792
|
+
},
|
|
130793
|
+
{
|
|
130794
|
+
"path": "packages/local-runtime/src/api/conversation-steer.ts",
|
|
130795
|
+
"kind": "import-statement",
|
|
130796
|
+
"original": "../api/conversation-steer.js"
|
|
130797
|
+
},
|
|
130798
|
+
{
|
|
130799
|
+
"path": "packages/local-runtime/src/api/local-task-host.ts",
|
|
130800
|
+
"kind": "import-statement",
|
|
130801
|
+
"original": "../api/local-task-host.js"
|
|
130802
|
+
},
|
|
130803
|
+
{
|
|
130804
|
+
"path": "packages/local-runtime/src/sessions/session-policy.ts",
|
|
130805
|
+
"kind": "import-statement",
|
|
130806
|
+
"original": "../sessions/session-policy.js"
|
|
130807
|
+
},
|
|
130808
|
+
{
|
|
130809
|
+
"path": "packages/local-runtime/src/background-task/domain.ts",
|
|
130810
|
+
"kind": "import-statement",
|
|
130811
|
+
"original": "./domain.js"
|
|
130812
|
+
}
|
|
130813
|
+
],
|
|
130814
|
+
"format": "esm"
|
|
130815
|
+
},
|
|
130733
130816
|
"packages/local-runtime/src/background-task/runner.ts": {
|
|
130734
|
-
"bytes":
|
|
130817
|
+
"bytes": 10895,
|
|
130735
130818
|
"imports": [
|
|
130736
130819
|
{
|
|
130737
130820
|
"path": "packages/local-runtime/src/background-task/domain.ts",
|
|
@@ -130792,6 +130875,11 @@
|
|
|
130792
130875
|
"path": "packages/local-runtime/src/background-task/lifecycle.ts",
|
|
130793
130876
|
"kind": "import-statement",
|
|
130794
130877
|
"original": "./lifecycle.js"
|
|
130878
|
+
},
|
|
130879
|
+
{
|
|
130880
|
+
"path": "packages/local-runtime/src/background-task/progress-delivery.ts",
|
|
130881
|
+
"kind": "import-statement",
|
|
130882
|
+
"original": "./progress-delivery.js"
|
|
130795
130883
|
}
|
|
130796
130884
|
],
|
|
130797
130885
|
"format": "esm"
|
|
@@ -135783,7 +135871,7 @@
|
|
|
135783
135871
|
"format": "esm"
|
|
135784
135872
|
},
|
|
135785
135873
|
"packages/local-runtime/src/runtime/host-metrics.ts": {
|
|
135786
|
-
"bytes":
|
|
135874
|
+
"bytes": 6412,
|
|
135787
135875
|
"imports": [
|
|
135788
135876
|
{
|
|
135789
135877
|
"path": "packages/config/src/index.ts",
|
|
@@ -150569,7 +150657,7 @@
|
|
|
150569
150657
|
"format": "esm"
|
|
150570
150658
|
},
|
|
150571
150659
|
"packages/tui/src/cli/provider-command.ts": {
|
|
150572
|
-
"bytes":
|
|
150660
|
+
"bytes": 7485,
|
|
150573
150661
|
"imports": [
|
|
150574
150662
|
{
|
|
150575
150663
|
"path": "packages/tui/src/provider/application.ts",
|
|
@@ -150621,7 +150709,7 @@
|
|
|
150621
150709
|
"format": "esm"
|
|
150622
150710
|
},
|
|
150623
150711
|
"packages/tui/src/cli/telemetry-command.ts": {
|
|
150624
|
-
"bytes":
|
|
150712
|
+
"bytes": 2653,
|
|
150625
150713
|
"imports": [
|
|
150626
150714
|
{
|
|
150627
150715
|
"path": "packages/config/src/index.ts",
|
|
@@ -150793,10 +150881,10 @@
|
|
|
150793
150881
|
}
|
|
150794
150882
|
},
|
|
150795
150883
|
"outputs": {
|
|
150796
|
-
"dist/chunks/run-exec-command-
|
|
150884
|
+
"dist/chunks/run-exec-command-EDFOJL46.js": {
|
|
150797
150885
|
"imports": [
|
|
150798
150886
|
{
|
|
150799
|
-
"path": "dist/chunks/chunk-
|
|
150887
|
+
"path": "dist/chunks/chunk-53UX2CHA.js",
|
|
150800
150888
|
"kind": "import-statement"
|
|
150801
150889
|
},
|
|
150802
150890
|
{
|
|
@@ -150808,7 +150896,7 @@
|
|
|
150808
150896
|
"kind": "import-statement"
|
|
150809
150897
|
},
|
|
150810
150898
|
{
|
|
150811
|
-
"path": "dist/chunks/chunk-
|
|
150899
|
+
"path": "dist/chunks/chunk-HMF7XRML.js",
|
|
150812
150900
|
"kind": "import-statement"
|
|
150813
150901
|
},
|
|
150814
150902
|
{
|
|
@@ -150816,7 +150904,7 @@
|
|
|
150816
150904
|
"kind": "import-statement"
|
|
150817
150905
|
},
|
|
150818
150906
|
{
|
|
150819
|
-
"path": "dist/chunks/chunk-
|
|
150907
|
+
"path": "dist/chunks/chunk-HLCYXQNM.js",
|
|
150820
150908
|
"kind": "import-statement"
|
|
150821
150909
|
},
|
|
150822
150910
|
{
|
|
@@ -150824,7 +150912,7 @@
|
|
|
150824
150912
|
"kind": "import-statement"
|
|
150825
150913
|
},
|
|
150826
150914
|
{
|
|
150827
|
-
"path": "dist/chunks/chunk-
|
|
150915
|
+
"path": "dist/chunks/chunk-PZILYD7D.js",
|
|
150828
150916
|
"kind": "import-statement"
|
|
150829
150917
|
},
|
|
150830
150918
|
{
|
|
@@ -150904,19 +150992,19 @@
|
|
|
150904
150992
|
"kind": "import-statement"
|
|
150905
150993
|
},
|
|
150906
150994
|
{
|
|
150907
|
-
"path": "dist/chunks/chunk-
|
|
150995
|
+
"path": "dist/chunks/chunk-ZWFSJPXJ.js",
|
|
150908
150996
|
"kind": "import-statement"
|
|
150909
150997
|
},
|
|
150910
150998
|
{
|
|
150911
|
-
"path": "dist/chunks/chunk-
|
|
150999
|
+
"path": "dist/chunks/chunk-RGWKF4KQ.js",
|
|
150912
151000
|
"kind": "import-statement"
|
|
150913
151001
|
},
|
|
150914
151002
|
{
|
|
150915
|
-
"path": "dist/chunks/chunk-
|
|
151003
|
+
"path": "dist/chunks/chunk-TLRTDYGW.js",
|
|
150916
151004
|
"kind": "import-statement"
|
|
150917
151005
|
},
|
|
150918
151006
|
{
|
|
150919
|
-
"path": "dist/chunks/chunk-
|
|
151007
|
+
"path": "dist/chunks/chunk-4LQ6AY6U.js",
|
|
150920
151008
|
"kind": "import-statement"
|
|
150921
151009
|
},
|
|
150922
151010
|
{
|
|
@@ -151066,7 +151154,7 @@
|
|
|
151066
151154
|
},
|
|
151067
151155
|
"bytes": 62475
|
|
151068
151156
|
},
|
|
151069
|
-
"dist/chunks/run-acp-command-
|
|
151157
|
+
"dist/chunks/run-acp-command-KFKHWM36.js": {
|
|
151070
151158
|
"imports": [
|
|
151071
151159
|
{
|
|
151072
151160
|
"path": "dist/chunks/chunk-SDLRIBDA.js",
|
|
@@ -151081,19 +151169,19 @@
|
|
|
151081
151169
|
"kind": "import-statement"
|
|
151082
151170
|
},
|
|
151083
151171
|
{
|
|
151084
|
-
"path": "dist/chunks/chunk-
|
|
151172
|
+
"path": "dist/chunks/chunk-ZWFSJPXJ.js",
|
|
151085
151173
|
"kind": "import-statement"
|
|
151086
151174
|
},
|
|
151087
151175
|
{
|
|
151088
|
-
"path": "dist/chunks/chunk-
|
|
151176
|
+
"path": "dist/chunks/chunk-RGWKF4KQ.js",
|
|
151089
151177
|
"kind": "import-statement"
|
|
151090
151178
|
},
|
|
151091
151179
|
{
|
|
151092
|
-
"path": "dist/chunks/chunk-
|
|
151180
|
+
"path": "dist/chunks/chunk-TLRTDYGW.js",
|
|
151093
151181
|
"kind": "import-statement"
|
|
151094
151182
|
},
|
|
151095
151183
|
{
|
|
151096
|
-
"path": "dist/chunks/chunk-
|
|
151184
|
+
"path": "dist/chunks/chunk-4LQ6AY6U.js",
|
|
151097
151185
|
"kind": "import-statement"
|
|
151098
151186
|
},
|
|
151099
151187
|
{
|
|
@@ -151147,7 +151235,7 @@
|
|
|
151147
151235
|
"external": true
|
|
151148
151236
|
},
|
|
151149
151237
|
{
|
|
151150
|
-
"path": "dist/chunks/lifecycle-
|
|
151238
|
+
"path": "dist/chunks/lifecycle-EP4DEYCB.js",
|
|
151151
151239
|
"kind": "dynamic-import"
|
|
151152
151240
|
}
|
|
151153
151241
|
],
|
|
@@ -151501,30 +151589,30 @@
|
|
|
151501
151589
|
},
|
|
151502
151590
|
"bytes": 813378
|
|
151503
151591
|
},
|
|
151504
|
-
"dist/chunks/auth-command-
|
|
151592
|
+
"dist/chunks/auth-command-DMMO4CQU.js": {
|
|
151505
151593
|
"imports": [
|
|
151506
151594
|
{
|
|
151507
|
-
"path": "dist/chunks/chunk-
|
|
151595
|
+
"path": "dist/chunks/chunk-BEQYKE7V.js",
|
|
151508
151596
|
"kind": "import-statement"
|
|
151509
151597
|
},
|
|
151510
151598
|
{
|
|
151511
|
-
"path": "dist/chunks/chunk-
|
|
151599
|
+
"path": "dist/chunks/chunk-PZILYD7D.js",
|
|
151512
151600
|
"kind": "import-statement"
|
|
151513
151601
|
},
|
|
151514
151602
|
{
|
|
151515
|
-
"path": "dist/chunks/chunk-
|
|
151603
|
+
"path": "dist/chunks/chunk-ZWFSJPXJ.js",
|
|
151516
151604
|
"kind": "import-statement"
|
|
151517
151605
|
},
|
|
151518
151606
|
{
|
|
151519
|
-
"path": "dist/chunks/chunk-
|
|
151607
|
+
"path": "dist/chunks/chunk-RGWKF4KQ.js",
|
|
151520
151608
|
"kind": "import-statement"
|
|
151521
151609
|
},
|
|
151522
151610
|
{
|
|
151523
|
-
"path": "dist/chunks/chunk-
|
|
151611
|
+
"path": "dist/chunks/chunk-TLRTDYGW.js",
|
|
151524
151612
|
"kind": "import-statement"
|
|
151525
151613
|
},
|
|
151526
151614
|
{
|
|
151527
|
-
"path": "dist/chunks/chunk-
|
|
151615
|
+
"path": "dist/chunks/chunk-4LQ6AY6U.js",
|
|
151528
151616
|
"kind": "import-statement"
|
|
151529
151617
|
},
|
|
151530
151618
|
{
|
|
@@ -151560,10 +151648,10 @@
|
|
|
151560
151648
|
},
|
|
151561
151649
|
"bytes": 2579
|
|
151562
151650
|
},
|
|
151563
|
-
"dist/chunks/provider-command-
|
|
151651
|
+
"dist/chunks/provider-command-DKPV4YEF.js": {
|
|
151564
151652
|
"imports": [
|
|
151565
151653
|
{
|
|
151566
|
-
"path": "dist/chunks/chunk-
|
|
151654
|
+
"path": "dist/chunks/chunk-53UX2CHA.js",
|
|
151567
151655
|
"kind": "import-statement"
|
|
151568
151656
|
},
|
|
151569
151657
|
{
|
|
@@ -151583,7 +151671,7 @@
|
|
|
151583
151671
|
"kind": "import-statement"
|
|
151584
151672
|
},
|
|
151585
151673
|
{
|
|
151586
|
-
"path": "dist/chunks/chunk-
|
|
151674
|
+
"path": "dist/chunks/chunk-HLCYXQNM.js",
|
|
151587
151675
|
"kind": "import-statement"
|
|
151588
151676
|
},
|
|
151589
151677
|
{
|
|
@@ -151591,7 +151679,7 @@
|
|
|
151591
151679
|
"kind": "import-statement"
|
|
151592
151680
|
},
|
|
151593
151681
|
{
|
|
151594
|
-
"path": "dist/chunks/chunk-
|
|
151682
|
+
"path": "dist/chunks/chunk-PZILYD7D.js",
|
|
151595
151683
|
"kind": "import-statement"
|
|
151596
151684
|
},
|
|
151597
151685
|
{
|
|
@@ -151667,19 +151755,19 @@
|
|
|
151667
151755
|
"kind": "import-statement"
|
|
151668
151756
|
},
|
|
151669
151757
|
{
|
|
151670
|
-
"path": "dist/chunks/chunk-
|
|
151758
|
+
"path": "dist/chunks/chunk-ZWFSJPXJ.js",
|
|
151671
151759
|
"kind": "import-statement"
|
|
151672
151760
|
},
|
|
151673
151761
|
{
|
|
151674
|
-
"path": "dist/chunks/chunk-
|
|
151762
|
+
"path": "dist/chunks/chunk-RGWKF4KQ.js",
|
|
151675
151763
|
"kind": "import-statement"
|
|
151676
151764
|
},
|
|
151677
151765
|
{
|
|
151678
|
-
"path": "dist/chunks/chunk-
|
|
151766
|
+
"path": "dist/chunks/chunk-TLRTDYGW.js",
|
|
151679
151767
|
"kind": "import-statement"
|
|
151680
151768
|
},
|
|
151681
151769
|
{
|
|
151682
|
-
"path": "dist/chunks/chunk-
|
|
151770
|
+
"path": "dist/chunks/chunk-4LQ6AY6U.js",
|
|
151683
151771
|
"kind": "import-statement"
|
|
151684
151772
|
},
|
|
151685
151773
|
{
|
|
@@ -151721,15 +151809,15 @@
|
|
|
151721
151809
|
"entryPoint": "packages/tui/src/cli/provider-command.ts",
|
|
151722
151810
|
"inputs": {
|
|
151723
151811
|
"packages/tui/src/cli/provider-command.ts": {
|
|
151724
|
-
"bytesInOutput":
|
|
151812
|
+
"bytesInOutput": 4527
|
|
151725
151813
|
}
|
|
151726
151814
|
},
|
|
151727
|
-
"bytes":
|
|
151815
|
+
"bytes": 6566
|
|
151728
151816
|
},
|
|
151729
|
-
"dist/chunks/plugin-command-
|
|
151817
|
+
"dist/chunks/plugin-command-QFQUUKKD.js": {
|
|
151730
151818
|
"imports": [
|
|
151731
151819
|
{
|
|
151732
|
-
"path": "dist/chunks/chunk-
|
|
151820
|
+
"path": "dist/chunks/chunk-53UX2CHA.js",
|
|
151733
151821
|
"kind": "import-statement"
|
|
151734
151822
|
},
|
|
151735
151823
|
{
|
|
@@ -151745,7 +151833,7 @@
|
|
|
151745
151833
|
"kind": "import-statement"
|
|
151746
151834
|
},
|
|
151747
151835
|
{
|
|
151748
|
-
"path": "dist/chunks/chunk-
|
|
151836
|
+
"path": "dist/chunks/chunk-HLCYXQNM.js",
|
|
151749
151837
|
"kind": "import-statement"
|
|
151750
151838
|
},
|
|
151751
151839
|
{
|
|
@@ -151753,7 +151841,7 @@
|
|
|
151753
151841
|
"kind": "import-statement"
|
|
151754
151842
|
},
|
|
151755
151843
|
{
|
|
151756
|
-
"path": "dist/chunks/chunk-
|
|
151844
|
+
"path": "dist/chunks/chunk-PZILYD7D.js",
|
|
151757
151845
|
"kind": "import-statement"
|
|
151758
151846
|
},
|
|
151759
151847
|
{
|
|
@@ -151829,19 +151917,19 @@
|
|
|
151829
151917
|
"kind": "import-statement"
|
|
151830
151918
|
},
|
|
151831
151919
|
{
|
|
151832
|
-
"path": "dist/chunks/chunk-
|
|
151920
|
+
"path": "dist/chunks/chunk-ZWFSJPXJ.js",
|
|
151833
151921
|
"kind": "import-statement"
|
|
151834
151922
|
},
|
|
151835
151923
|
{
|
|
151836
|
-
"path": "dist/chunks/chunk-
|
|
151924
|
+
"path": "dist/chunks/chunk-RGWKF4KQ.js",
|
|
151837
151925
|
"kind": "import-statement"
|
|
151838
151926
|
},
|
|
151839
151927
|
{
|
|
151840
|
-
"path": "dist/chunks/chunk-
|
|
151928
|
+
"path": "dist/chunks/chunk-TLRTDYGW.js",
|
|
151841
151929
|
"kind": "import-statement"
|
|
151842
151930
|
},
|
|
151843
151931
|
{
|
|
151844
|
-
"path": "dist/chunks/chunk-
|
|
151932
|
+
"path": "dist/chunks/chunk-4LQ6AY6U.js",
|
|
151845
151933
|
"kind": "import-statement"
|
|
151846
151934
|
},
|
|
151847
151935
|
{
|
|
@@ -151893,18 +151981,18 @@
|
|
|
151893
151981
|
},
|
|
151894
151982
|
"bytes": 5521
|
|
151895
151983
|
},
|
|
151896
|
-
"dist/chunks/telemetry-command-
|
|
151984
|
+
"dist/chunks/telemetry-command-WFP5XMBR.js": {
|
|
151897
151985
|
"imports": [
|
|
151898
151986
|
{
|
|
151899
151987
|
"path": "dist/chunks/chunk-43226B56.js",
|
|
151900
151988
|
"kind": "import-statement"
|
|
151901
151989
|
},
|
|
151902
151990
|
{
|
|
151903
|
-
"path": "dist/chunks/chunk-
|
|
151991
|
+
"path": "dist/chunks/chunk-TLRTDYGW.js",
|
|
151904
151992
|
"kind": "import-statement"
|
|
151905
151993
|
},
|
|
151906
151994
|
{
|
|
151907
|
-
"path": "dist/chunks/chunk-
|
|
151995
|
+
"path": "dist/chunks/chunk-4LQ6AY6U.js",
|
|
151908
151996
|
"kind": "import-statement"
|
|
151909
151997
|
},
|
|
151910
151998
|
{
|
|
@@ -151934,12 +152022,12 @@
|
|
|
151934
152022
|
"entryPoint": "packages/tui/src/cli/telemetry-command.ts",
|
|
151935
152023
|
"inputs": {
|
|
151936
152024
|
"packages/tui/src/cli/telemetry-command.ts": {
|
|
151937
|
-
"bytesInOutput":
|
|
152025
|
+
"bytesInOutput": 1335
|
|
151938
152026
|
}
|
|
151939
152027
|
},
|
|
151940
|
-
"bytes":
|
|
152028
|
+
"bytes": 2465
|
|
151941
152029
|
},
|
|
151942
|
-
"dist/chunks/main-
|
|
152030
|
+
"dist/chunks/main-AVQUIMQJ.js": {
|
|
151943
152031
|
"imports": [
|
|
151944
152032
|
{
|
|
151945
152033
|
"path": "dist/chunks/chunk-DETU5GYY.js",
|
|
@@ -151958,15 +152046,15 @@
|
|
|
151958
152046
|
"kind": "import-statement"
|
|
151959
152047
|
},
|
|
151960
152048
|
{
|
|
151961
|
-
"path": "dist/chunks/chunk-
|
|
152049
|
+
"path": "dist/chunks/chunk-RGWKF4KQ.js",
|
|
151962
152050
|
"kind": "import-statement"
|
|
151963
152051
|
},
|
|
151964
152052
|
{
|
|
151965
|
-
"path": "dist/chunks/chunk-
|
|
152053
|
+
"path": "dist/chunks/chunk-TLRTDYGW.js",
|
|
151966
152054
|
"kind": "import-statement"
|
|
151967
152055
|
},
|
|
151968
152056
|
{
|
|
151969
|
-
"path": "dist/chunks/chunk-
|
|
152057
|
+
"path": "dist/chunks/chunk-4LQ6AY6U.js",
|
|
151970
152058
|
"kind": "import-statement"
|
|
151971
152059
|
},
|
|
151972
152060
|
{
|
|
@@ -152019,35 +152107,35 @@
|
|
|
152019
152107
|
"kind": "dynamic-import"
|
|
152020
152108
|
},
|
|
152021
152109
|
{
|
|
152022
|
-
"path": "dist/chunks/launcher-
|
|
152110
|
+
"path": "dist/chunks/launcher-GZXNHFHP.js",
|
|
152023
152111
|
"kind": "dynamic-import"
|
|
152024
152112
|
},
|
|
152025
152113
|
{
|
|
152026
|
-
"path": "dist/chunks/run-exec-command-
|
|
152114
|
+
"path": "dist/chunks/run-exec-command-EDFOJL46.js",
|
|
152027
152115
|
"kind": "dynamic-import"
|
|
152028
152116
|
},
|
|
152029
152117
|
{
|
|
152030
|
-
"path": "dist/chunks/run-acp-command-
|
|
152118
|
+
"path": "dist/chunks/run-acp-command-KFKHWM36.js",
|
|
152031
152119
|
"kind": "dynamic-import"
|
|
152032
152120
|
},
|
|
152033
152121
|
{
|
|
152034
|
-
"path": "dist/chunks/auth-command-
|
|
152122
|
+
"path": "dist/chunks/auth-command-DMMO4CQU.js",
|
|
152035
152123
|
"kind": "dynamic-import"
|
|
152036
152124
|
},
|
|
152037
152125
|
{
|
|
152038
|
-
"path": "dist/chunks/auth-command-
|
|
152126
|
+
"path": "dist/chunks/auth-command-DMMO4CQU.js",
|
|
152039
152127
|
"kind": "dynamic-import"
|
|
152040
152128
|
},
|
|
152041
152129
|
{
|
|
152042
|
-
"path": "dist/chunks/provider-command-
|
|
152130
|
+
"path": "dist/chunks/provider-command-DKPV4YEF.js",
|
|
152043
152131
|
"kind": "dynamic-import"
|
|
152044
152132
|
},
|
|
152045
152133
|
{
|
|
152046
|
-
"path": "dist/chunks/plugin-command-
|
|
152134
|
+
"path": "dist/chunks/plugin-command-QFQUUKKD.js",
|
|
152047
152135
|
"kind": "dynamic-import"
|
|
152048
152136
|
},
|
|
152049
152137
|
{
|
|
152050
|
-
"path": "dist/chunks/telemetry-command-
|
|
152138
|
+
"path": "dist/chunks/telemetry-command-WFP5XMBR.js",
|
|
152051
152139
|
"kind": "dynamic-import"
|
|
152052
152140
|
}
|
|
152053
152141
|
],
|
|
@@ -152085,16 +152173,16 @@
|
|
|
152085
152173
|
"bytesInOutput": 4526
|
|
152086
152174
|
},
|
|
152087
152175
|
"packages/tui/src/cli/program.ts": {
|
|
152088
|
-
"bytesInOutput":
|
|
152176
|
+
"bytesInOutput": 9190
|
|
152089
152177
|
},
|
|
152090
152178
|
"packages/tui/src/cli/network-proxy.ts": {
|
|
152091
|
-
"bytesInOutput":
|
|
152179
|
+
"bytesInOutput": 3840
|
|
152092
152180
|
},
|
|
152093
152181
|
"packages/tui/src/cli/main.ts": {
|
|
152094
152182
|
"bytesInOutput": 5573
|
|
152095
152183
|
}
|
|
152096
152184
|
},
|
|
152097
|
-
"bytes":
|
|
152185
|
+
"bytes": 113388
|
|
152098
152186
|
},
|
|
152099
152187
|
"dist/chunks/pdfjs-T5WJX6ZW.js": {
|
|
152100
152188
|
"imports": [
|
|
@@ -152343,10 +152431,10 @@
|
|
|
152343
152431
|
"inputs": {},
|
|
152344
152432
|
"bytes": 1119
|
|
152345
152433
|
},
|
|
152346
|
-
"dist/chunks/lifecycle-
|
|
152434
|
+
"dist/chunks/lifecycle-EP4DEYCB.js": {
|
|
152347
152435
|
"imports": [
|
|
152348
152436
|
{
|
|
152349
|
-
"path": "dist/chunks/chunk-
|
|
152437
|
+
"path": "dist/chunks/chunk-53UX2CHA.js",
|
|
152350
152438
|
"kind": "import-statement"
|
|
152351
152439
|
},
|
|
152352
152440
|
{
|
|
@@ -152358,7 +152446,7 @@
|
|
|
152358
152446
|
"kind": "import-statement"
|
|
152359
152447
|
},
|
|
152360
152448
|
{
|
|
152361
|
-
"path": "dist/chunks/chunk-
|
|
152449
|
+
"path": "dist/chunks/chunk-HLCYXQNM.js",
|
|
152362
152450
|
"kind": "import-statement"
|
|
152363
152451
|
},
|
|
152364
152452
|
{
|
|
@@ -152366,7 +152454,7 @@
|
|
|
152366
152454
|
"kind": "import-statement"
|
|
152367
152455
|
},
|
|
152368
152456
|
{
|
|
152369
|
-
"path": "dist/chunks/chunk-
|
|
152457
|
+
"path": "dist/chunks/chunk-PZILYD7D.js",
|
|
152370
152458
|
"kind": "import-statement"
|
|
152371
152459
|
},
|
|
152372
152460
|
{
|
|
@@ -152442,15 +152530,15 @@
|
|
|
152442
152530
|
"kind": "import-statement"
|
|
152443
152531
|
},
|
|
152444
152532
|
{
|
|
152445
|
-
"path": "dist/chunks/chunk-
|
|
152533
|
+
"path": "dist/chunks/chunk-RGWKF4KQ.js",
|
|
152446
152534
|
"kind": "import-statement"
|
|
152447
152535
|
},
|
|
152448
152536
|
{
|
|
152449
|
-
"path": "dist/chunks/chunk-
|
|
152537
|
+
"path": "dist/chunks/chunk-TLRTDYGW.js",
|
|
152450
152538
|
"kind": "import-statement"
|
|
152451
152539
|
},
|
|
152452
152540
|
{
|
|
152453
|
-
"path": "dist/chunks/chunk-
|
|
152541
|
+
"path": "dist/chunks/chunk-4LQ6AY6U.js",
|
|
152454
152542
|
"kind": "import-statement"
|
|
152455
152543
|
},
|
|
152456
152544
|
{
|
|
@@ -152494,7 +152582,7 @@
|
|
|
152494
152582
|
"inputs": {},
|
|
152495
152583
|
"bytes": 1860
|
|
152496
152584
|
},
|
|
152497
|
-
"dist/chunks/chunk-
|
|
152585
|
+
"dist/chunks/chunk-53UX2CHA.js": {
|
|
152498
152586
|
"imports": [
|
|
152499
152587
|
{
|
|
152500
152588
|
"path": "dist/chunks/chunk-7QLK46ZN.js",
|
|
@@ -152505,7 +152593,7 @@
|
|
|
152505
152593
|
"kind": "import-statement"
|
|
152506
152594
|
},
|
|
152507
152595
|
{
|
|
152508
|
-
"path": "dist/chunks/chunk-
|
|
152596
|
+
"path": "dist/chunks/chunk-HLCYXQNM.js",
|
|
152509
152597
|
"kind": "import-statement"
|
|
152510
152598
|
},
|
|
152511
152599
|
{
|
|
@@ -152513,7 +152601,7 @@
|
|
|
152513
152601
|
"kind": "import-statement"
|
|
152514
152602
|
},
|
|
152515
152603
|
{
|
|
152516
|
-
"path": "dist/chunks/chunk-
|
|
152604
|
+
"path": "dist/chunks/chunk-PZILYD7D.js",
|
|
152517
152605
|
"kind": "import-statement"
|
|
152518
152606
|
},
|
|
152519
152607
|
{
|
|
@@ -152557,15 +152645,15 @@
|
|
|
152557
152645
|
"kind": "import-statement"
|
|
152558
152646
|
},
|
|
152559
152647
|
{
|
|
152560
|
-
"path": "dist/chunks/chunk-
|
|
152648
|
+
"path": "dist/chunks/chunk-RGWKF4KQ.js",
|
|
152561
152649
|
"kind": "import-statement"
|
|
152562
152650
|
},
|
|
152563
152651
|
{
|
|
152564
|
-
"path": "dist/chunks/chunk-
|
|
152652
|
+
"path": "dist/chunks/chunk-TLRTDYGW.js",
|
|
152565
152653
|
"kind": "import-statement"
|
|
152566
152654
|
},
|
|
152567
152655
|
{
|
|
152568
|
-
"path": "dist/chunks/chunk-
|
|
152656
|
+
"path": "dist/chunks/chunk-4LQ6AY6U.js",
|
|
152569
152657
|
"kind": "import-statement"
|
|
152570
152658
|
},
|
|
152571
152659
|
{
|
|
@@ -156679,7 +156767,7 @@
|
|
|
156679
156767
|
"bytesInOutput": 2069
|
|
156680
156768
|
},
|
|
156681
156769
|
"packages/local-runtime/src/error-reporting/reporter.ts": {
|
|
156682
|
-
"bytesInOutput":
|
|
156770
|
+
"bytesInOutput": 3830
|
|
156683
156771
|
},
|
|
156684
156772
|
"packages/local-runtime/src/error-reporting/llm-integration.ts": {
|
|
156685
156773
|
"bytesInOutput": 654
|
|
@@ -156871,7 +156959,7 @@
|
|
|
156871
156959
|
"bytesInOutput": 9629
|
|
156872
156960
|
},
|
|
156873
156961
|
"packages/agent-modules/permission/src/tools/bash-permission.ts": {
|
|
156874
|
-
"bytesInOutput":
|
|
156962
|
+
"bytesInOutput": 17453
|
|
156875
156963
|
},
|
|
156876
156964
|
"packages/agent-modules/permission/src/tools/bash-safe-first-words.ts": {
|
|
156877
156965
|
"bytesInOutput": 2906
|
|
@@ -157476,8 +157564,11 @@
|
|
|
157476
157564
|
"packages/local-runtime/src/api/local-task-subagents.ts": {
|
|
157477
157565
|
"bytesInOutput": 569
|
|
157478
157566
|
},
|
|
157567
|
+
"packages/local-runtime/src/background-task/progress-delivery.ts": {
|
|
157568
|
+
"bytesInOutput": 3481
|
|
157569
|
+
},
|
|
157479
157570
|
"packages/local-runtime/src/background-task/runner.ts": {
|
|
157480
|
-
"bytesInOutput":
|
|
157571
|
+
"bytesInOutput": 5955
|
|
157481
157572
|
},
|
|
157482
157573
|
"packages/local-runtime/src/api/local-task-runner.ts": {
|
|
157483
157574
|
"bytesInOutput": 3733
|
|
@@ -158053,7 +158144,7 @@
|
|
|
158053
158144
|
"bytesInOutput": 0
|
|
158054
158145
|
},
|
|
158055
158146
|
"packages/local-runtime/src/runtime/host-metrics.ts": {
|
|
158056
|
-
"bytesInOutput":
|
|
158147
|
+
"bytesInOutput": 2596
|
|
158057
158148
|
},
|
|
158058
158149
|
"packages/local-runtime/src/runtime/observability-host-wiring.ts": {
|
|
158059
158150
|
"bytesInOutput": 319
|
|
@@ -158752,7 +158843,7 @@
|
|
|
158752
158843
|
"bytesInOutput": 4046
|
|
158753
158844
|
},
|
|
158754
158845
|
"packages/local-runtime-v2/src/application/session/fact-ports.ts": {
|
|
158755
|
-
"bytesInOutput":
|
|
158846
|
+
"bytesInOutput": 2230
|
|
158756
158847
|
},
|
|
158757
158848
|
"packages/local-runtime-v2/src/application/session/conversation-mutation-errors.ts": {
|
|
158758
158849
|
"bytesInOutput": 636
|
|
@@ -158941,7 +159032,7 @@
|
|
|
158941
159032
|
"bytesInOutput": 309
|
|
158942
159033
|
},
|
|
158943
159034
|
"packages/local-runtime-v2/src/application/session/runtime-session-composition.ts": {
|
|
158944
|
-
"bytesInOutput":
|
|
159035
|
+
"bytesInOutput": 11453
|
|
158945
159036
|
},
|
|
158946
159037
|
"packages/local-runtime-v2/src/application/conversation/runtime-conversation-application.ts": {
|
|
158947
159038
|
"bytesInOutput": 1245
|
|
@@ -159532,7 +159623,7 @@
|
|
|
159532
159623
|
"bytesInOutput": 2706
|
|
159533
159624
|
}
|
|
159534
159625
|
},
|
|
159535
|
-
"bytes":
|
|
159626
|
+
"bytes": 5979713
|
|
159536
159627
|
},
|
|
159537
159628
|
"dist/chunks/chunk-7QLK46ZN.js": {
|
|
159538
159629
|
"imports": [],
|
|
@@ -159593,10 +159684,10 @@
|
|
|
159593
159684
|
},
|
|
159594
159685
|
"bytes": 14239
|
|
159595
159686
|
},
|
|
159596
|
-
"dist/chunks/launcher-
|
|
159687
|
+
"dist/chunks/launcher-GZXNHFHP.js": {
|
|
159597
159688
|
"imports": [
|
|
159598
159689
|
{
|
|
159599
|
-
"path": "dist/chunks/chunk-
|
|
159690
|
+
"path": "dist/chunks/chunk-HMF7XRML.js",
|
|
159600
159691
|
"kind": "import-statement"
|
|
159601
159692
|
},
|
|
159602
159693
|
{
|
|
@@ -159608,7 +159699,7 @@
|
|
|
159608
159699
|
"kind": "import-statement"
|
|
159609
159700
|
},
|
|
159610
159701
|
{
|
|
159611
|
-
"path": "dist/chunks/chunk-
|
|
159702
|
+
"path": "dist/chunks/chunk-BEQYKE7V.js",
|
|
159612
159703
|
"kind": "import-statement"
|
|
159613
159704
|
},
|
|
159614
159705
|
{
|
|
@@ -159632,7 +159723,7 @@
|
|
|
159632
159723
|
"kind": "import-statement"
|
|
159633
159724
|
},
|
|
159634
159725
|
{
|
|
159635
|
-
"path": "dist/chunks/chunk-
|
|
159726
|
+
"path": "dist/chunks/chunk-HLCYXQNM.js",
|
|
159636
159727
|
"kind": "import-statement"
|
|
159637
159728
|
},
|
|
159638
159729
|
{
|
|
@@ -159640,7 +159731,7 @@
|
|
|
159640
159731
|
"kind": "import-statement"
|
|
159641
159732
|
},
|
|
159642
159733
|
{
|
|
159643
|
-
"path": "dist/chunks/chunk-
|
|
159734
|
+
"path": "dist/chunks/chunk-PZILYD7D.js",
|
|
159644
159735
|
"kind": "import-statement"
|
|
159645
159736
|
},
|
|
159646
159737
|
{
|
|
@@ -159720,19 +159811,19 @@
|
|
|
159720
159811
|
"kind": "import-statement"
|
|
159721
159812
|
},
|
|
159722
159813
|
{
|
|
159723
|
-
"path": "dist/chunks/chunk-
|
|
159814
|
+
"path": "dist/chunks/chunk-ZWFSJPXJ.js",
|
|
159724
159815
|
"kind": "import-statement"
|
|
159725
159816
|
},
|
|
159726
159817
|
{
|
|
159727
|
-
"path": "dist/chunks/chunk-
|
|
159818
|
+
"path": "dist/chunks/chunk-RGWKF4KQ.js",
|
|
159728
159819
|
"kind": "import-statement"
|
|
159729
159820
|
},
|
|
159730
159821
|
{
|
|
159731
|
-
"path": "dist/chunks/chunk-
|
|
159822
|
+
"path": "dist/chunks/chunk-TLRTDYGW.js",
|
|
159732
159823
|
"kind": "import-statement"
|
|
159733
159824
|
},
|
|
159734
159825
|
{
|
|
159735
|
-
"path": "dist/chunks/chunk-
|
|
159826
|
+
"path": "dist/chunks/chunk-4LQ6AY6U.js",
|
|
159736
159827
|
"kind": "import-statement"
|
|
159737
159828
|
},
|
|
159738
159829
|
{
|
|
@@ -159909,7 +160000,7 @@
|
|
|
159909
160000
|
"external": true
|
|
159910
160001
|
},
|
|
159911
160002
|
{
|
|
159912
|
-
"path": "dist/chunks/src-
|
|
160003
|
+
"path": "dist/chunks/src-KUYD6DGU.js",
|
|
159913
160004
|
"kind": "dynamic-import"
|
|
159914
160005
|
},
|
|
159915
160006
|
{
|
|
@@ -160166,7 +160257,7 @@
|
|
|
160166
160257
|
"kind": "dynamic-import"
|
|
160167
160258
|
},
|
|
160168
160259
|
{
|
|
160169
|
-
"path": "dist/chunks/lifecycle-
|
|
160260
|
+
"path": "dist/chunks/lifecycle-EP4DEYCB.js",
|
|
160170
160261
|
"kind": "dynamic-import"
|
|
160171
160262
|
},
|
|
160172
160263
|
{
|
|
@@ -161080,12 +161171,12 @@
|
|
|
161080
161171
|
"bytesInOutput": 519
|
|
161081
161172
|
}
|
|
161082
161173
|
},
|
|
161083
|
-
"bytes":
|
|
161174
|
+
"bytes": 1933510
|
|
161084
161175
|
},
|
|
161085
|
-
"dist/chunks/chunk-
|
|
161176
|
+
"dist/chunks/chunk-HMF7XRML.js": {
|
|
161086
161177
|
"imports": [
|
|
161087
161178
|
{
|
|
161088
|
-
"path": "dist/chunks/chunk-
|
|
161179
|
+
"path": "dist/chunks/chunk-HLCYXQNM.js",
|
|
161089
161180
|
"kind": "import-statement"
|
|
161090
161181
|
},
|
|
161091
161182
|
{
|
|
@@ -161177,18 +161268,18 @@
|
|
|
161177
161268
|
},
|
|
161178
161269
|
"bytes": 15444
|
|
161179
161270
|
},
|
|
161180
|
-
"dist/chunks/chunk-
|
|
161271
|
+
"dist/chunks/chunk-BEQYKE7V.js": {
|
|
161181
161272
|
"imports": [
|
|
161182
161273
|
{
|
|
161183
|
-
"path": "dist/chunks/chunk-
|
|
161274
|
+
"path": "dist/chunks/chunk-PZILYD7D.js",
|
|
161184
161275
|
"kind": "import-statement"
|
|
161185
161276
|
},
|
|
161186
161277
|
{
|
|
161187
|
-
"path": "dist/chunks/chunk-
|
|
161278
|
+
"path": "dist/chunks/chunk-RGWKF4KQ.js",
|
|
161188
161279
|
"kind": "import-statement"
|
|
161189
161280
|
},
|
|
161190
161281
|
{
|
|
161191
|
-
"path": "dist/chunks/chunk-
|
|
161282
|
+
"path": "dist/chunks/chunk-TLRTDYGW.js",
|
|
161192
161283
|
"kind": "import-statement"
|
|
161193
161284
|
},
|
|
161194
161285
|
{
|
|
@@ -161326,7 +161417,7 @@
|
|
|
161326
161417
|
},
|
|
161327
161418
|
"bytes": 967
|
|
161328
161419
|
},
|
|
161329
|
-
"dist/chunks/chunk-
|
|
161420
|
+
"dist/chunks/chunk-HLCYXQNM.js": {
|
|
161330
161421
|
"imports": [
|
|
161331
161422
|
{
|
|
161332
161423
|
"path": "dist/chunks/chunk-BY4M6UDF.js",
|
|
@@ -161345,7 +161436,7 @@
|
|
|
161345
161436
|
"kind": "import-statement"
|
|
161346
161437
|
},
|
|
161347
161438
|
{
|
|
161348
|
-
"path": "dist/chunks/chunk-
|
|
161439
|
+
"path": "dist/chunks/chunk-4LQ6AY6U.js",
|
|
161349
161440
|
"kind": "import-statement"
|
|
161350
161441
|
},
|
|
161351
161442
|
{
|
|
@@ -162942,7 +163033,7 @@
|
|
|
162942
163033
|
"bytesInOutput": 5936
|
|
162943
163034
|
},
|
|
162944
163035
|
"packages/tui/src/observability/incident-reporter.ts": {
|
|
162945
|
-
"bytesInOutput":
|
|
163036
|
+
"bytesInOutput": 16728
|
|
162946
163037
|
},
|
|
162947
163038
|
"packages/tui/src/observability/index.ts": {
|
|
162948
163039
|
"bytesInOutput": 0
|
|
@@ -163464,7 +163555,7 @@
|
|
|
163464
163555
|
"bytesInOutput": 0
|
|
163465
163556
|
},
|
|
163466
163557
|
"packages/agent-core/src/bash-subprocess-env.ts": {
|
|
163467
|
-
"bytesInOutput":
|
|
163558
|
+
"bytesInOutput": 3540
|
|
163468
163559
|
},
|
|
163469
163560
|
"packages/agent-tools/src/desktop/cloud-session-reader.ts": {
|
|
163470
163561
|
"bytesInOutput": 6197
|
|
@@ -163482,7 +163573,7 @@
|
|
|
163482
163573
|
"bytesInOutput": 35169
|
|
163483
163574
|
},
|
|
163484
163575
|
"packages/agent-tools/src/desktop/builtin-defs.ts": {
|
|
163485
|
-
"bytesInOutput":
|
|
163576
|
+
"bytesInOutput": 48906
|
|
163486
163577
|
},
|
|
163487
163578
|
"packages/agent-tools/src/desktop/local-ask-user.ts": {
|
|
163488
163579
|
"bytesInOutput": 1150
|
|
@@ -163503,7 +163594,7 @@
|
|
|
163503
163594
|
"bytesInOutput": 2789
|
|
163504
163595
|
},
|
|
163505
163596
|
"packages/agent-tools/src/shared/replace-all-edit.ts": {
|
|
163506
|
-
"bytesInOutput":
|
|
163597
|
+
"bytesInOutput": 1091
|
|
163507
163598
|
},
|
|
163508
163599
|
"packages/agent-tools/src/shared/read-guards.ts": {
|
|
163509
163600
|
"bytesInOutput": 5683
|
|
@@ -163566,7 +163657,7 @@
|
|
|
163566
163657
|
"bytesInOutput": 221
|
|
163567
163658
|
},
|
|
163568
163659
|
"packages/agent-modules/context-manager/src/token-estimator.ts": {
|
|
163569
|
-
"bytesInOutput":
|
|
163660
|
+
"bytesInOutput": 5310
|
|
163570
163661
|
},
|
|
163571
163662
|
"node_modules/gpt-tokenizer/esm/bpeRanks/o200k_base.js": {
|
|
163572
163663
|
"bytesInOutput": 2947132
|
|
@@ -163689,10 +163780,10 @@
|
|
|
163689
163780
|
"bytesInOutput": 5929
|
|
163690
163781
|
},
|
|
163691
163782
|
"packages/agent-tools/src/desktop/task-verification.ts": {
|
|
163692
|
-
"bytesInOutput":
|
|
163783
|
+
"bytesInOutput": 2668
|
|
163693
163784
|
},
|
|
163694
163785
|
"packages/agent-tools/src/desktop/local-task.ts": {
|
|
163695
|
-
"bytesInOutput":
|
|
163786
|
+
"bytesInOutput": 5107
|
|
163696
163787
|
},
|
|
163697
163788
|
"packages/agent-tools/src/desktop/local-task-append.ts": {
|
|
163698
163789
|
"bytesInOutput": 2151
|
|
@@ -164430,7 +164521,7 @@
|
|
|
164430
164521
|
"bytesInOutput": 13271
|
|
164431
164522
|
},
|
|
164432
164523
|
"packages/agent-core/src/pi-turn-runner/image-dimensions.ts": {
|
|
164433
|
-
"bytesInOutput":
|
|
164524
|
+
"bytesInOutput": 1632
|
|
164434
164525
|
},
|
|
164435
164526
|
"packages/agent-core/src/pi-turn-runner/outbound-message-normalizer.ts": {
|
|
164436
164527
|
"bytesInOutput": 4646
|
|
@@ -165117,7 +165208,7 @@
|
|
|
165117
165208
|
"bytesInOutput": 16992
|
|
165118
165209
|
}
|
|
165119
165210
|
},
|
|
165120
|
-
"bytes":
|
|
165211
|
+
"bytes": 6136947
|
|
165121
165212
|
},
|
|
165122
165213
|
"dist/chunks/chunk-YAL5GOP5.js": {
|
|
165123
165214
|
"imports": [],
|
|
@@ -165159,10 +165250,10 @@
|
|
|
165159
165250
|
},
|
|
165160
165251
|
"bytes": 19738
|
|
165161
165252
|
},
|
|
165162
|
-
"dist/chunks/chunk-
|
|
165253
|
+
"dist/chunks/chunk-PZILYD7D.js": {
|
|
165163
165254
|
"imports": [
|
|
165164
165255
|
{
|
|
165165
|
-
"path": "dist/chunks/chunk-
|
|
165256
|
+
"path": "dist/chunks/chunk-RGWKF4KQ.js",
|
|
165166
165257
|
"kind": "import-statement"
|
|
165167
165258
|
}
|
|
165168
165259
|
],
|
|
@@ -171087,15 +171178,15 @@
|
|
|
171087
171178
|
"kind": "import-statement"
|
|
171088
171179
|
},
|
|
171089
171180
|
{
|
|
171090
|
-
"path": "dist/chunks/chunk-
|
|
171181
|
+
"path": "dist/chunks/chunk-RGWKF4KQ.js",
|
|
171091
171182
|
"kind": "import-statement"
|
|
171092
171183
|
},
|
|
171093
171184
|
{
|
|
171094
|
-
"path": "dist/chunks/chunk-
|
|
171185
|
+
"path": "dist/chunks/chunk-TLRTDYGW.js",
|
|
171095
171186
|
"kind": "import-statement"
|
|
171096
171187
|
},
|
|
171097
171188
|
{
|
|
171098
|
-
"path": "dist/chunks/chunk-
|
|
171189
|
+
"path": "dist/chunks/chunk-4LQ6AY6U.js",
|
|
171099
171190
|
"kind": "import-statement"
|
|
171100
171191
|
},
|
|
171101
171192
|
{
|
|
@@ -171124,11 +171215,11 @@
|
|
|
171124
171215
|
"external": true
|
|
171125
171216
|
},
|
|
171126
171217
|
{
|
|
171127
|
-
"path": "dist/chunks/data-dir-
|
|
171218
|
+
"path": "dist/chunks/data-dir-JPSZUMZL.js",
|
|
171128
171219
|
"kind": "dynamic-import"
|
|
171129
171220
|
},
|
|
171130
171221
|
{
|
|
171131
|
-
"path": "dist/chunks/main-
|
|
171222
|
+
"path": "dist/chunks/main-AVQUIMQJ.js",
|
|
171132
171223
|
"kind": "dynamic-import"
|
|
171133
171224
|
}
|
|
171134
171225
|
],
|
|
@@ -177705,10 +177796,10 @@
|
|
|
177705
177796
|
},
|
|
177706
177797
|
"bytes": 128922
|
|
177707
177798
|
},
|
|
177708
|
-
"dist/chunks/src-
|
|
177799
|
+
"dist/chunks/src-KUYD6DGU.js": {
|
|
177709
177800
|
"imports": [
|
|
177710
177801
|
{
|
|
177711
|
-
"path": "dist/chunks/chunk-
|
|
177802
|
+
"path": "dist/chunks/chunk-4LQ6AY6U.js",
|
|
177712
177803
|
"kind": "import-statement"
|
|
177713
177804
|
},
|
|
177714
177805
|
{
|
|
@@ -177804,6 +177895,7 @@
|
|
|
177804
177895
|
"isManagedProviderBaseUrl",
|
|
177805
177896
|
"isManagedRuntime",
|
|
177806
177897
|
"isProposalEligibleAgent",
|
|
177898
|
+
"isTelemetryChannelEnabled",
|
|
177807
177899
|
"listRouteModelIds",
|
|
177808
177900
|
"loadConfigFromFile",
|
|
177809
177901
|
"migrateDefaultDataDir",
|
|
@@ -177850,7 +177942,7 @@
|
|
|
177850
177942
|
],
|
|
177851
177943
|
"entryPoint": "packages/config/src/index.ts",
|
|
177852
177944
|
"inputs": {},
|
|
177853
|
-
"bytes":
|
|
177945
|
+
"bytes": 5807
|
|
177854
177946
|
},
|
|
177855
177947
|
"dist/chunks/install-source-RGPXVZMV.js": {
|
|
177856
177948
|
"imports": [
|
|
@@ -179035,22 +179127,22 @@
|
|
|
179035
179127
|
},
|
|
179036
179128
|
"bytes": 856219
|
|
179037
179129
|
},
|
|
179038
|
-
"dist/chunks/data-dir-
|
|
179130
|
+
"dist/chunks/data-dir-JPSZUMZL.js": {
|
|
179039
179131
|
"imports": [
|
|
179040
179132
|
{
|
|
179041
|
-
"path": "dist/chunks/chunk-
|
|
179133
|
+
"path": "dist/chunks/chunk-ZWFSJPXJ.js",
|
|
179042
179134
|
"kind": "import-statement"
|
|
179043
179135
|
},
|
|
179044
179136
|
{
|
|
179045
|
-
"path": "dist/chunks/chunk-
|
|
179137
|
+
"path": "dist/chunks/chunk-RGWKF4KQ.js",
|
|
179046
179138
|
"kind": "import-statement"
|
|
179047
179139
|
},
|
|
179048
179140
|
{
|
|
179049
|
-
"path": "dist/chunks/chunk-
|
|
179141
|
+
"path": "dist/chunks/chunk-TLRTDYGW.js",
|
|
179050
179142
|
"kind": "import-statement"
|
|
179051
179143
|
},
|
|
179052
179144
|
{
|
|
179053
|
-
"path": "dist/chunks/chunk-
|
|
179145
|
+
"path": "dist/chunks/chunk-4LQ6AY6U.js",
|
|
179054
179146
|
"kind": "import-statement"
|
|
179055
179147
|
},
|
|
179056
179148
|
{
|
|
@@ -179087,14 +179179,14 @@
|
|
|
179087
179179
|
"inputs": {},
|
|
179088
179180
|
"bytes": 1271
|
|
179089
179181
|
},
|
|
179090
|
-
"dist/chunks/chunk-
|
|
179182
|
+
"dist/chunks/chunk-ZWFSJPXJ.js": {
|
|
179091
179183
|
"imports": [
|
|
179092
179184
|
{
|
|
179093
|
-
"path": "dist/chunks/chunk-
|
|
179185
|
+
"path": "dist/chunks/chunk-RGWKF4KQ.js",
|
|
179094
179186
|
"kind": "import-statement"
|
|
179095
179187
|
},
|
|
179096
179188
|
{
|
|
179097
|
-
"path": "dist/chunks/chunk-
|
|
179189
|
+
"path": "dist/chunks/chunk-TLRTDYGW.js",
|
|
179098
179190
|
"kind": "import-statement"
|
|
179099
179191
|
},
|
|
179100
179192
|
{
|
|
@@ -179129,14 +179221,14 @@
|
|
|
179129
179221
|
},
|
|
179130
179222
|
"bytes": 1841
|
|
179131
179223
|
},
|
|
179132
|
-
"dist/chunks/chunk-
|
|
179224
|
+
"dist/chunks/chunk-RGWKF4KQ.js": {
|
|
179133
179225
|
"imports": [
|
|
179134
179226
|
{
|
|
179135
|
-
"path": "dist/chunks/chunk-
|
|
179227
|
+
"path": "dist/chunks/chunk-TLRTDYGW.js",
|
|
179136
179228
|
"kind": "import-statement"
|
|
179137
179229
|
},
|
|
179138
179230
|
{
|
|
179139
|
-
"path": "dist/chunks/chunk-
|
|
179231
|
+
"path": "dist/chunks/chunk-4LQ6AY6U.js",
|
|
179140
179232
|
"kind": "import-statement"
|
|
179141
179233
|
},
|
|
179142
179234
|
{
|
|
@@ -179288,10 +179380,10 @@
|
|
|
179288
179380
|
},
|
|
179289
179381
|
"bytes": 43556
|
|
179290
179382
|
},
|
|
179291
|
-
"dist/chunks/chunk-
|
|
179383
|
+
"dist/chunks/chunk-TLRTDYGW.js": {
|
|
179292
179384
|
"imports": [
|
|
179293
179385
|
{
|
|
179294
|
-
"path": "dist/chunks/chunk-
|
|
179386
|
+
"path": "dist/chunks/chunk-4LQ6AY6U.js",
|
|
179295
179387
|
"kind": "import-statement"
|
|
179296
179388
|
},
|
|
179297
179389
|
{
|
|
@@ -179312,7 +179404,7 @@
|
|
|
179312
179404
|
},
|
|
179313
179405
|
"bytes": 1548
|
|
179314
179406
|
},
|
|
179315
|
-
"dist/chunks/chunk-
|
|
179407
|
+
"dist/chunks/chunk-4LQ6AY6U.js": {
|
|
179316
179408
|
"imports": [
|
|
179317
179409
|
{
|
|
179318
179410
|
"path": "dist/chunks/chunk-2ZSPJAIT.js",
|
|
@@ -179327,47 +179419,47 @@
|
|
|
179327
179419
|
"kind": "import-statement"
|
|
179328
179420
|
},
|
|
179329
179421
|
{
|
|
179330
|
-
"path": "node:
|
|
179422
|
+
"path": "node:fs",
|
|
179331
179423
|
"kind": "import-statement",
|
|
179332
179424
|
"external": true
|
|
179333
179425
|
},
|
|
179334
179426
|
{
|
|
179335
|
-
"path": "node:
|
|
179427
|
+
"path": "node:path",
|
|
179336
179428
|
"kind": "import-statement",
|
|
179337
179429
|
"external": true
|
|
179338
179430
|
},
|
|
179339
179431
|
{
|
|
179340
|
-
"path": "node:
|
|
179432
|
+
"path": "node:os",
|
|
179341
179433
|
"kind": "import-statement",
|
|
179342
179434
|
"external": true
|
|
179343
179435
|
},
|
|
179344
179436
|
{
|
|
179345
|
-
"path": "node:
|
|
179437
|
+
"path": "node:child_process",
|
|
179346
179438
|
"kind": "import-statement",
|
|
179347
179439
|
"external": true
|
|
179348
179440
|
},
|
|
179349
179441
|
{
|
|
179350
|
-
"path": "node:
|
|
179442
|
+
"path": "node:url",
|
|
179351
179443
|
"kind": "import-statement",
|
|
179352
179444
|
"external": true
|
|
179353
179445
|
},
|
|
179354
179446
|
{
|
|
179355
|
-
"path": "node:
|
|
179447
|
+
"path": "node:fs",
|
|
179356
179448
|
"kind": "import-statement",
|
|
179357
179449
|
"external": true
|
|
179358
179450
|
},
|
|
179359
179451
|
{
|
|
179360
|
-
"path": "node:
|
|
179452
|
+
"path": "node:crypto",
|
|
179361
179453
|
"kind": "import-statement",
|
|
179362
179454
|
"external": true
|
|
179363
179455
|
},
|
|
179364
179456
|
{
|
|
179365
|
-
"path": "node:
|
|
179457
|
+
"path": "node:fs",
|
|
179366
179458
|
"kind": "import-statement",
|
|
179367
179459
|
"external": true
|
|
179368
179460
|
},
|
|
179369
179461
|
{
|
|
179370
|
-
"path": "node:
|
|
179462
|
+
"path": "node:path",
|
|
179371
179463
|
"kind": "import-statement",
|
|
179372
179464
|
"external": true
|
|
179373
179465
|
},
|
|
@@ -179376,28 +179468,33 @@
|
|
|
179376
179468
|
"kind": "import-statement",
|
|
179377
179469
|
"external": true
|
|
179378
179470
|
},
|
|
179471
|
+
{
|
|
179472
|
+
"path": "node:os",
|
|
179473
|
+
"kind": "import-statement",
|
|
179474
|
+
"external": true
|
|
179475
|
+
},
|
|
179379
179476
|
{
|
|
179380
179477
|
"path": "node:path",
|
|
179381
179478
|
"kind": "import-statement",
|
|
179382
179479
|
"external": true
|
|
179383
179480
|
},
|
|
179384
179481
|
{
|
|
179385
|
-
"path": "node:
|
|
179482
|
+
"path": "node:net",
|
|
179386
179483
|
"kind": "import-statement",
|
|
179387
179484
|
"external": true
|
|
179388
179485
|
},
|
|
179389
179486
|
{
|
|
179390
|
-
"path": "node:
|
|
179487
|
+
"path": "node:crypto",
|
|
179391
179488
|
"kind": "import-statement",
|
|
179392
179489
|
"external": true
|
|
179393
179490
|
},
|
|
179394
179491
|
{
|
|
179395
|
-
"path": "node:
|
|
179492
|
+
"path": "node:fs",
|
|
179396
179493
|
"kind": "import-statement",
|
|
179397
179494
|
"external": true
|
|
179398
179495
|
},
|
|
179399
179496
|
{
|
|
179400
|
-
"path": "node:
|
|
179497
|
+
"path": "node:path",
|
|
179401
179498
|
"kind": "import-statement",
|
|
179402
179499
|
"external": true
|
|
179403
179500
|
},
|
|
@@ -179509,6 +179606,7 @@
|
|
|
179509
179606
|
"ab",
|
|
179510
179607
|
"b",
|
|
179511
179608
|
"ba",
|
|
179609
|
+
"bb",
|
|
179512
179610
|
"c",
|
|
179513
179611
|
"ca",
|
|
179514
179612
|
"d",
|
|
@@ -179559,32 +179657,23 @@
|
|
|
179559
179657
|
"za"
|
|
179560
179658
|
],
|
|
179561
179659
|
"inputs": {
|
|
179562
|
-
"packages/
|
|
179563
|
-
"bytesInOutput":
|
|
179564
|
-
},
|
|
179565
|
-
"packages/config/src/source-provenance.ts": {
|
|
179566
|
-
"bytesInOutput": 180
|
|
179567
|
-
},
|
|
179568
|
-
"packages/config/src/index.ts": {
|
|
179569
|
-
"bytesInOutput": 0
|
|
179660
|
+
"packages/config/src/runaway-guard-config.ts": {
|
|
179661
|
+
"bytesInOutput": 261
|
|
179570
179662
|
},
|
|
179571
|
-
"packages/config/src/
|
|
179572
|
-
"bytesInOutput":
|
|
179663
|
+
"packages/config/src/config.ts": {
|
|
179664
|
+
"bytesInOutput": 31965
|
|
179573
179665
|
},
|
|
179574
179666
|
"node_modules/js-yaml/dist/js-yaml.mjs": {
|
|
179575
179667
|
"bytesInOutput": 74494
|
|
179576
179668
|
},
|
|
179577
|
-
"packages/config/src/
|
|
179578
|
-
"bytesInOutput":
|
|
179579
|
-
},
|
|
179580
|
-
"packages/config/src/config.ts": {
|
|
179581
|
-
"bytesInOutput": 31860
|
|
179669
|
+
"packages/config/src/secure-config-write.ts": {
|
|
179670
|
+
"bytesInOutput": 230
|
|
179582
179671
|
},
|
|
179583
179672
|
"packages/config/src/tui-config.ts": {
|
|
179584
179673
|
"bytesInOutput": 1673
|
|
179585
179674
|
},
|
|
179586
179675
|
"packages/config/src/byok-config.ts": {
|
|
179587
|
-
"bytesInOutput":
|
|
179676
|
+
"bytesInOutput": 9123
|
|
179588
179677
|
},
|
|
179589
179678
|
"packages/config/src/cu-backend.ts": {
|
|
179590
179679
|
"bytesInOutput": 206
|
|
@@ -179634,6 +179723,21 @@
|
|
|
179634
179723
|
"packages/config/src/skill-evolve-config.ts": {
|
|
179635
179724
|
"bytesInOutput": 118
|
|
179636
179725
|
},
|
|
179726
|
+
"packages/config/src/telemetry-policy.ts": {
|
|
179727
|
+
"bytesInOutput": 279
|
|
179728
|
+
},
|
|
179729
|
+
"packages/config/src/index.ts": {
|
|
179730
|
+
"bytesInOutput": 0
|
|
179731
|
+
},
|
|
179732
|
+
"packages/shared/src/source-provenance.ts": {
|
|
179733
|
+
"bytesInOutput": 2613
|
|
179734
|
+
},
|
|
179735
|
+
"packages/config/src/source-provenance.ts": {
|
|
179736
|
+
"bytesInOutput": 180
|
|
179737
|
+
},
|
|
179738
|
+
"packages/config/src/tui-status-line-write.ts": {
|
|
179739
|
+
"bytesInOutput": 1520
|
|
179740
|
+
},
|
|
179637
179741
|
"packages/config/src/provider-auth-mode.ts": {
|
|
179638
179742
|
"bytesInOutput": 1685
|
|
179639
179743
|
},
|
|
@@ -179656,13 +179760,13 @@
|
|
|
179656
179760
|
"bytesInOutput": 1193
|
|
179657
179761
|
},
|
|
179658
179762
|
"packages/config/src/cu-backend-io.ts": {
|
|
179659
|
-
"bytesInOutput":
|
|
179763
|
+
"bytesInOutput": 603
|
|
179660
179764
|
},
|
|
179661
179765
|
"packages/config/src/file-loader.ts": {
|
|
179662
179766
|
"bytesInOutput": 1079
|
|
179663
179767
|
}
|
|
179664
179768
|
},
|
|
179665
|
-
"bytes":
|
|
179769
|
+
"bytes": 175221
|
|
179666
179770
|
},
|
|
179667
179771
|
"dist/chunks/chunk-2ZSPJAIT.js": {
|
|
179668
179772
|
"imports": [
|