@ai-setting/roy-agent-cli 1.5.79 → 1.5.80
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/dist/bin/roy-agent.js +128 -132
- package/dist/index.js +128 -132
- package/dist/roy-agent-linux-x64/bin/roy-agent +0 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -325,7 +325,7 @@ var init_stream_output_service = __esm(() => {
|
|
|
325
325
|
};
|
|
326
326
|
});
|
|
327
327
|
|
|
328
|
-
// ../../node_modules/.
|
|
328
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/identity.js
|
|
329
329
|
var require_identity = __commonJS((exports) => {
|
|
330
330
|
var ALIAS = Symbol.for("yaml.alias");
|
|
331
331
|
var DOC = Symbol.for("yaml.document");
|
|
@@ -379,7 +379,7 @@ var require_identity = __commonJS((exports) => {
|
|
|
379
379
|
exports.isSeq = isSeq;
|
|
380
380
|
});
|
|
381
381
|
|
|
382
|
-
// ../../node_modules/.
|
|
382
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/visit.js
|
|
383
383
|
var require_visit = __commonJS((exports) => {
|
|
384
384
|
var identity = require_identity();
|
|
385
385
|
var BREAK = Symbol("break visit");
|
|
@@ -534,7 +534,7 @@ var require_visit = __commonJS((exports) => {
|
|
|
534
534
|
exports.visitAsync = visitAsync;
|
|
535
535
|
});
|
|
536
536
|
|
|
537
|
-
// ../../node_modules/.
|
|
537
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/doc/directives.js
|
|
538
538
|
var require_directives = __commonJS((exports) => {
|
|
539
539
|
var identity = require_identity();
|
|
540
540
|
var visit = require_visit();
|
|
@@ -686,7 +686,7 @@ var require_directives = __commonJS((exports) => {
|
|
|
686
686
|
exports.Directives = Directives;
|
|
687
687
|
});
|
|
688
688
|
|
|
689
|
-
// ../../node_modules/.
|
|
689
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/doc/anchors.js
|
|
690
690
|
var require_anchors = __commonJS((exports) => {
|
|
691
691
|
var identity = require_identity();
|
|
692
692
|
var visit = require_visit();
|
|
@@ -748,7 +748,7 @@ var require_anchors = __commonJS((exports) => {
|
|
|
748
748
|
exports.findNewAnchor = findNewAnchor;
|
|
749
749
|
});
|
|
750
750
|
|
|
751
|
-
// ../../node_modules/.
|
|
751
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/doc/applyReviver.js
|
|
752
752
|
var require_applyReviver = __commonJS((exports) => {
|
|
753
753
|
function applyReviver(reviver, obj, key, val) {
|
|
754
754
|
if (val && typeof val === "object") {
|
|
@@ -795,7 +795,7 @@ var require_applyReviver = __commonJS((exports) => {
|
|
|
795
795
|
exports.applyReviver = applyReviver;
|
|
796
796
|
});
|
|
797
797
|
|
|
798
|
-
// ../../node_modules/.
|
|
798
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/toJS.js
|
|
799
799
|
var require_toJS = __commonJS((exports) => {
|
|
800
800
|
var identity = require_identity();
|
|
801
801
|
function toJS(value, arg, ctx) {
|
|
@@ -822,7 +822,7 @@ var require_toJS = __commonJS((exports) => {
|
|
|
822
822
|
exports.toJS = toJS;
|
|
823
823
|
});
|
|
824
824
|
|
|
825
|
-
// ../../node_modules/.
|
|
825
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/Node.js
|
|
826
826
|
var require_Node = __commonJS((exports) => {
|
|
827
827
|
var applyReviver = require_applyReviver();
|
|
828
828
|
var identity = require_identity();
|
|
@@ -859,7 +859,7 @@ var require_Node = __commonJS((exports) => {
|
|
|
859
859
|
exports.NodeBase = NodeBase;
|
|
860
860
|
});
|
|
861
861
|
|
|
862
|
-
// ../../node_modules/.
|
|
862
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/Alias.js
|
|
863
863
|
var require_Alias = __commonJS((exports) => {
|
|
864
864
|
var anchors = require_anchors();
|
|
865
865
|
var visit = require_visit();
|
|
@@ -969,7 +969,7 @@ var require_Alias = __commonJS((exports) => {
|
|
|
969
969
|
exports.Alias = Alias;
|
|
970
970
|
});
|
|
971
971
|
|
|
972
|
-
// ../../node_modules/.
|
|
972
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/Scalar.js
|
|
973
973
|
var require_Scalar = __commonJS((exports) => {
|
|
974
974
|
var identity = require_identity();
|
|
975
975
|
var Node = require_Node();
|
|
@@ -997,7 +997,7 @@ var require_Scalar = __commonJS((exports) => {
|
|
|
997
997
|
exports.isScalarValue = isScalarValue;
|
|
998
998
|
});
|
|
999
999
|
|
|
1000
|
-
// ../../node_modules/.
|
|
1000
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/doc/createNode.js
|
|
1001
1001
|
var require_createNode = __commonJS((exports) => {
|
|
1002
1002
|
var Alias = require_Alias();
|
|
1003
1003
|
var identity = require_identity();
|
|
@@ -1069,7 +1069,7 @@ var require_createNode = __commonJS((exports) => {
|
|
|
1069
1069
|
exports.createNode = createNode;
|
|
1070
1070
|
});
|
|
1071
1071
|
|
|
1072
|
-
// ../../node_modules/.
|
|
1072
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/Collection.js
|
|
1073
1073
|
var require_Collection = __commonJS((exports) => {
|
|
1074
1074
|
var createNode = require_createNode();
|
|
1075
1075
|
var identity = require_identity();
|
|
@@ -1184,7 +1184,7 @@ var require_Collection = __commonJS((exports) => {
|
|
|
1184
1184
|
exports.isEmptyPath = isEmptyPath;
|
|
1185
1185
|
});
|
|
1186
1186
|
|
|
1187
|
-
// ../../node_modules/.
|
|
1187
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/stringifyComment.js
|
|
1188
1188
|
var require_stringifyComment = __commonJS((exports) => {
|
|
1189
1189
|
var stringifyComment = (str) => str.replace(/^(?!$)(?: $)?/gm, "#");
|
|
1190
1190
|
function indentComment(comment, indent) {
|
|
@@ -1201,7 +1201,7 @@ var require_stringifyComment = __commonJS((exports) => {
|
|
|
1201
1201
|
exports.stringifyComment = stringifyComment;
|
|
1202
1202
|
});
|
|
1203
1203
|
|
|
1204
|
-
// ../../node_modules/.
|
|
1204
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/foldFlowLines.js
|
|
1205
1205
|
var require_foldFlowLines = __commonJS((exports) => {
|
|
1206
1206
|
var FOLD_FLOW = "flow";
|
|
1207
1207
|
var FOLD_BLOCK = "block";
|
|
@@ -1338,7 +1338,7 @@ ${indent}${text.slice(fold + 1, end2)}`;
|
|
|
1338
1338
|
exports.foldFlowLines = foldFlowLines;
|
|
1339
1339
|
});
|
|
1340
1340
|
|
|
1341
|
-
// ../../node_modules/.
|
|
1341
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/stringifyString.js
|
|
1342
1342
|
var require_stringifyString = __commonJS((exports) => {
|
|
1343
1343
|
var Scalar = require_Scalar();
|
|
1344
1344
|
var foldFlowLines = require_foldFlowLines();
|
|
@@ -1636,7 +1636,7 @@ ${indent}`);
|
|
|
1636
1636
|
exports.stringifyString = stringifyString;
|
|
1637
1637
|
});
|
|
1638
1638
|
|
|
1639
|
-
// ../../node_modules/.
|
|
1639
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/stringify.js
|
|
1640
1640
|
var require_stringify = __commonJS((exports) => {
|
|
1641
1641
|
var anchors = require_anchors();
|
|
1642
1642
|
var identity = require_identity();
|
|
@@ -1757,7 +1757,7 @@ ${ctx.indent}${str}`;
|
|
|
1757
1757
|
exports.stringify = stringify;
|
|
1758
1758
|
});
|
|
1759
1759
|
|
|
1760
|
-
// ../../node_modules/.
|
|
1760
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/stringifyPair.js
|
|
1761
1761
|
var require_stringifyPair = __commonJS((exports) => {
|
|
1762
1762
|
var identity = require_identity();
|
|
1763
1763
|
var Scalar = require_Scalar();
|
|
@@ -1893,7 +1893,7 @@ ${ctx.indent}`;
|
|
|
1893
1893
|
exports.stringifyPair = stringifyPair;
|
|
1894
1894
|
});
|
|
1895
1895
|
|
|
1896
|
-
// ../../node_modules/.
|
|
1896
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/log.js
|
|
1897
1897
|
var require_log = __commonJS((exports) => {
|
|
1898
1898
|
var node_process = __require("process");
|
|
1899
1899
|
function debug(logLevel, ...messages) {
|
|
@@ -1912,7 +1912,7 @@ var require_log = __commonJS((exports) => {
|
|
|
1912
1912
|
exports.warn = warn;
|
|
1913
1913
|
});
|
|
1914
1914
|
|
|
1915
|
-
// ../../node_modules/.
|
|
1915
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/merge.js
|
|
1916
1916
|
var require_merge = __commonJS((exports) => {
|
|
1917
1917
|
var identity = require_identity();
|
|
1918
1918
|
var Scalar = require_Scalar();
|
|
@@ -1969,7 +1969,7 @@ var require_merge = __commonJS((exports) => {
|
|
|
1969
1969
|
exports.merge = merge;
|
|
1970
1970
|
});
|
|
1971
1971
|
|
|
1972
|
-
// ../../node_modules/.
|
|
1972
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/addPairToJSMap.js
|
|
1973
1973
|
var require_addPairToJSMap = __commonJS((exports) => {
|
|
1974
1974
|
var log = require_log();
|
|
1975
1975
|
var merge = require_merge();
|
|
@@ -2030,7 +2030,7 @@ var require_addPairToJSMap = __commonJS((exports) => {
|
|
|
2030
2030
|
exports.addPairToJSMap = addPairToJSMap;
|
|
2031
2031
|
});
|
|
2032
2032
|
|
|
2033
|
-
// ../../node_modules/.
|
|
2033
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/Pair.js
|
|
2034
2034
|
var require_Pair = __commonJS((exports) => {
|
|
2035
2035
|
var createNode = require_createNode();
|
|
2036
2036
|
var stringifyPair = require_stringifyPair();
|
|
@@ -2068,7 +2068,7 @@ var require_Pair = __commonJS((exports) => {
|
|
|
2068
2068
|
exports.createPair = createPair;
|
|
2069
2069
|
});
|
|
2070
2070
|
|
|
2071
|
-
// ../../node_modules/.
|
|
2071
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/stringifyCollection.js
|
|
2072
2072
|
var require_stringifyCollection = __commonJS((exports) => {
|
|
2073
2073
|
var identity = require_identity();
|
|
2074
2074
|
var stringify = require_stringify();
|
|
@@ -2220,7 +2220,7 @@ ${indent}${end}`;
|
|
|
2220
2220
|
exports.stringifyCollection = stringifyCollection;
|
|
2221
2221
|
});
|
|
2222
2222
|
|
|
2223
|
-
// ../../node_modules/.
|
|
2223
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/YAMLMap.js
|
|
2224
2224
|
var require_YAMLMap = __commonJS((exports) => {
|
|
2225
2225
|
var stringifyCollection = require_stringifyCollection();
|
|
2226
2226
|
var addPairToJSMap = require_addPairToJSMap();
|
|
@@ -2347,7 +2347,7 @@ var require_YAMLMap = __commonJS((exports) => {
|
|
|
2347
2347
|
exports.findPair = findPair;
|
|
2348
2348
|
});
|
|
2349
2349
|
|
|
2350
|
-
// ../../node_modules/.
|
|
2350
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/common/map.js
|
|
2351
2351
|
var require_map = __commonJS((exports) => {
|
|
2352
2352
|
var identity = require_identity();
|
|
2353
2353
|
var YAMLMap = require_YAMLMap();
|
|
@@ -2366,7 +2366,7 @@ var require_map = __commonJS((exports) => {
|
|
|
2366
2366
|
exports.map = map;
|
|
2367
2367
|
});
|
|
2368
2368
|
|
|
2369
|
-
// ../../node_modules/.
|
|
2369
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/nodes/YAMLSeq.js
|
|
2370
2370
|
var require_YAMLSeq = __commonJS((exports) => {
|
|
2371
2371
|
var createNode = require_createNode();
|
|
2372
2372
|
var stringifyCollection = require_stringifyCollection();
|
|
@@ -2459,7 +2459,7 @@ var require_YAMLSeq = __commonJS((exports) => {
|
|
|
2459
2459
|
exports.YAMLSeq = YAMLSeq;
|
|
2460
2460
|
});
|
|
2461
2461
|
|
|
2462
|
-
// ../../node_modules/.
|
|
2462
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/common/seq.js
|
|
2463
2463
|
var require_seq = __commonJS((exports) => {
|
|
2464
2464
|
var identity = require_identity();
|
|
2465
2465
|
var YAMLSeq = require_YAMLSeq();
|
|
@@ -2478,7 +2478,7 @@ var require_seq = __commonJS((exports) => {
|
|
|
2478
2478
|
exports.seq = seq;
|
|
2479
2479
|
});
|
|
2480
2480
|
|
|
2481
|
-
// ../../node_modules/.
|
|
2481
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/common/string.js
|
|
2482
2482
|
var require_string = __commonJS((exports) => {
|
|
2483
2483
|
var stringifyString = require_stringifyString();
|
|
2484
2484
|
var string = {
|
|
@@ -2494,7 +2494,7 @@ var require_string = __commonJS((exports) => {
|
|
|
2494
2494
|
exports.string = string;
|
|
2495
2495
|
});
|
|
2496
2496
|
|
|
2497
|
-
// ../../node_modules/.
|
|
2497
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/common/null.js
|
|
2498
2498
|
var require_null = __commonJS((exports) => {
|
|
2499
2499
|
var Scalar = require_Scalar();
|
|
2500
2500
|
var nullTag = {
|
|
@@ -2509,7 +2509,7 @@ var require_null = __commonJS((exports) => {
|
|
|
2509
2509
|
exports.nullTag = nullTag;
|
|
2510
2510
|
});
|
|
2511
2511
|
|
|
2512
|
-
// ../../node_modules/.
|
|
2512
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/core/bool.js
|
|
2513
2513
|
var require_bool = __commonJS((exports) => {
|
|
2514
2514
|
var Scalar = require_Scalar();
|
|
2515
2515
|
var boolTag = {
|
|
@@ -2530,7 +2530,7 @@ var require_bool = __commonJS((exports) => {
|
|
|
2530
2530
|
exports.boolTag = boolTag;
|
|
2531
2531
|
});
|
|
2532
2532
|
|
|
2533
|
-
// ../../node_modules/.
|
|
2533
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/stringifyNumber.js
|
|
2534
2534
|
var require_stringifyNumber = __commonJS((exports) => {
|
|
2535
2535
|
function stringifyNumber({ format, minFractionDigits, tag, value }) {
|
|
2536
2536
|
if (typeof value === "bigint")
|
|
@@ -2554,7 +2554,7 @@ var require_stringifyNumber = __commonJS((exports) => {
|
|
|
2554
2554
|
exports.stringifyNumber = stringifyNumber;
|
|
2555
2555
|
});
|
|
2556
2556
|
|
|
2557
|
-
// ../../node_modules/.
|
|
2557
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/core/float.js
|
|
2558
2558
|
var require_float = __commonJS((exports) => {
|
|
2559
2559
|
var Scalar = require_Scalar();
|
|
2560
2560
|
var stringifyNumber = require_stringifyNumber();
|
|
@@ -2597,7 +2597,7 @@ var require_float = __commonJS((exports) => {
|
|
|
2597
2597
|
exports.floatNaN = floatNaN;
|
|
2598
2598
|
});
|
|
2599
2599
|
|
|
2600
|
-
// ../../node_modules/.
|
|
2600
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/core/int.js
|
|
2601
2601
|
var require_int = __commonJS((exports) => {
|
|
2602
2602
|
var stringifyNumber = require_stringifyNumber();
|
|
2603
2603
|
var intIdentify = (value) => typeof value === "bigint" || Number.isInteger(value);
|
|
@@ -2639,7 +2639,7 @@ var require_int = __commonJS((exports) => {
|
|
|
2639
2639
|
exports.intOct = intOct;
|
|
2640
2640
|
});
|
|
2641
2641
|
|
|
2642
|
-
// ../../node_modules/.
|
|
2642
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/core/schema.js
|
|
2643
2643
|
var require_schema = __commonJS((exports) => {
|
|
2644
2644
|
var map = require_map();
|
|
2645
2645
|
var _null = require_null();
|
|
@@ -2664,7 +2664,7 @@ var require_schema = __commonJS((exports) => {
|
|
|
2664
2664
|
exports.schema = schema;
|
|
2665
2665
|
});
|
|
2666
2666
|
|
|
2667
|
-
// ../../node_modules/.
|
|
2667
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/json/schema.js
|
|
2668
2668
|
var require_schema2 = __commonJS((exports) => {
|
|
2669
2669
|
var Scalar = require_Scalar();
|
|
2670
2670
|
var map = require_map();
|
|
@@ -2728,7 +2728,7 @@ var require_schema2 = __commonJS((exports) => {
|
|
|
2728
2728
|
exports.schema = schema;
|
|
2729
2729
|
});
|
|
2730
2730
|
|
|
2731
|
-
// ../../node_modules/.
|
|
2731
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/binary.js
|
|
2732
2732
|
var require_binary = __commonJS((exports) => {
|
|
2733
2733
|
var node_buffer = __require("buffer");
|
|
2734
2734
|
var Scalar = require_Scalar();
|
|
@@ -2783,7 +2783,7 @@ var require_binary = __commonJS((exports) => {
|
|
|
2783
2783
|
exports.binary = binary;
|
|
2784
2784
|
});
|
|
2785
2785
|
|
|
2786
|
-
// ../../node_modules/.
|
|
2786
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/pairs.js
|
|
2787
2787
|
var require_pairs = __commonJS((exports) => {
|
|
2788
2788
|
var identity = require_identity();
|
|
2789
2789
|
var Pair = require_Pair();
|
|
@@ -2858,7 +2858,7 @@ ${cn.comment}` : item.comment;
|
|
|
2858
2858
|
exports.resolvePairs = resolvePairs;
|
|
2859
2859
|
});
|
|
2860
2860
|
|
|
2861
|
-
// ../../node_modules/.
|
|
2861
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/omap.js
|
|
2862
2862
|
var require_omap = __commonJS((exports) => {
|
|
2863
2863
|
var identity = require_identity();
|
|
2864
2864
|
var toJS = require_toJS();
|
|
@@ -2930,7 +2930,7 @@ var require_omap = __commonJS((exports) => {
|
|
|
2930
2930
|
exports.omap = omap;
|
|
2931
2931
|
});
|
|
2932
2932
|
|
|
2933
|
-
// ../../node_modules/.
|
|
2933
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/bool.js
|
|
2934
2934
|
var require_bool2 = __commonJS((exports) => {
|
|
2935
2935
|
var Scalar = require_Scalar();
|
|
2936
2936
|
function boolStringify({ value, source }, ctx) {
|
|
@@ -2959,7 +2959,7 @@ var require_bool2 = __commonJS((exports) => {
|
|
|
2959
2959
|
exports.trueTag = trueTag;
|
|
2960
2960
|
});
|
|
2961
2961
|
|
|
2962
|
-
// ../../node_modules/.
|
|
2962
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/float.js
|
|
2963
2963
|
var require_float2 = __commonJS((exports) => {
|
|
2964
2964
|
var Scalar = require_Scalar();
|
|
2965
2965
|
var stringifyNumber = require_stringifyNumber();
|
|
@@ -3005,7 +3005,7 @@ var require_float2 = __commonJS((exports) => {
|
|
|
3005
3005
|
exports.floatNaN = floatNaN;
|
|
3006
3006
|
});
|
|
3007
3007
|
|
|
3008
|
-
// ../../node_modules/.
|
|
3008
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/int.js
|
|
3009
3009
|
var require_int2 = __commonJS((exports) => {
|
|
3010
3010
|
var stringifyNumber = require_stringifyNumber();
|
|
3011
3011
|
var intIdentify = (value) => typeof value === "bigint" || Number.isInteger(value);
|
|
@@ -3081,7 +3081,7 @@ var require_int2 = __commonJS((exports) => {
|
|
|
3081
3081
|
exports.intOct = intOct;
|
|
3082
3082
|
});
|
|
3083
3083
|
|
|
3084
|
-
// ../../node_modules/.
|
|
3084
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/set.js
|
|
3085
3085
|
var require_set = __commonJS((exports) => {
|
|
3086
3086
|
var identity = require_identity();
|
|
3087
3087
|
var Pair = require_Pair();
|
|
@@ -3164,7 +3164,7 @@ var require_set = __commonJS((exports) => {
|
|
|
3164
3164
|
exports.set = set;
|
|
3165
3165
|
});
|
|
3166
3166
|
|
|
3167
|
-
// ../../node_modules/.
|
|
3167
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js
|
|
3168
3168
|
var require_timestamp = __commonJS((exports) => {
|
|
3169
3169
|
var stringifyNumber = require_stringifyNumber();
|
|
3170
3170
|
function parseSexagesimal(str, asBigInt) {
|
|
@@ -3246,7 +3246,7 @@ var require_timestamp = __commonJS((exports) => {
|
|
|
3246
3246
|
exports.timestamp = timestamp;
|
|
3247
3247
|
});
|
|
3248
3248
|
|
|
3249
|
-
// ../../node_modules/.
|
|
3249
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/yaml-1.1/schema.js
|
|
3250
3250
|
var require_schema3 = __commonJS((exports) => {
|
|
3251
3251
|
var map = require_map();
|
|
3252
3252
|
var _null = require_null();
|
|
@@ -3287,7 +3287,7 @@ var require_schema3 = __commonJS((exports) => {
|
|
|
3287
3287
|
exports.schema = schema;
|
|
3288
3288
|
});
|
|
3289
3289
|
|
|
3290
|
-
// ../../node_modules/.
|
|
3290
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/tags.js
|
|
3291
3291
|
var require_tags = __commonJS((exports) => {
|
|
3292
3292
|
var map = require_map();
|
|
3293
3293
|
var _null = require_null();
|
|
@@ -3378,7 +3378,7 @@ var require_tags = __commonJS((exports) => {
|
|
|
3378
3378
|
exports.getTags = getTags;
|
|
3379
3379
|
});
|
|
3380
3380
|
|
|
3381
|
-
// ../../node_modules/.
|
|
3381
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/schema/Schema.js
|
|
3382
3382
|
var require_Schema = __commonJS((exports) => {
|
|
3383
3383
|
var identity = require_identity();
|
|
3384
3384
|
var map = require_map();
|
|
@@ -3408,7 +3408,7 @@ var require_Schema = __commonJS((exports) => {
|
|
|
3408
3408
|
exports.Schema = Schema;
|
|
3409
3409
|
});
|
|
3410
3410
|
|
|
3411
|
-
// ../../node_modules/.
|
|
3411
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/stringify/stringifyDocument.js
|
|
3412
3412
|
var require_stringifyDocument = __commonJS((exports) => {
|
|
3413
3413
|
var identity = require_identity();
|
|
3414
3414
|
var stringify = require_stringify();
|
|
@@ -3488,7 +3488,7 @@ var require_stringifyDocument = __commonJS((exports) => {
|
|
|
3488
3488
|
exports.stringifyDocument = stringifyDocument;
|
|
3489
3489
|
});
|
|
3490
3490
|
|
|
3491
|
-
// ../../node_modules/.
|
|
3491
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/doc/Document.js
|
|
3492
3492
|
var require_Document = __commonJS((exports) => {
|
|
3493
3493
|
var Alias = require_Alias();
|
|
3494
3494
|
var Collection = require_Collection();
|
|
@@ -3723,7 +3723,7 @@ var require_Document = __commonJS((exports) => {
|
|
|
3723
3723
|
exports.Document = Document;
|
|
3724
3724
|
});
|
|
3725
3725
|
|
|
3726
|
-
// ../../node_modules/.
|
|
3726
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/errors.js
|
|
3727
3727
|
var require_errors = __commonJS((exports) => {
|
|
3728
3728
|
class YAMLError extends Error {
|
|
3729
3729
|
constructor(name, pos, code, message) {
|
|
@@ -3788,7 +3788,7 @@ ${pointer}
|
|
|
3788
3788
|
exports.prettifyError = prettifyError;
|
|
3789
3789
|
});
|
|
3790
3790
|
|
|
3791
|
-
// ../../node_modules/.
|
|
3791
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/resolve-props.js
|
|
3792
3792
|
var require_resolve_props = __commonJS((exports) => {
|
|
3793
3793
|
function resolveProps(tokens, { flow, indicator, next, offset, onError, parentIndent, startOnNewline }) {
|
|
3794
3794
|
let spaceBefore = false;
|
|
@@ -3918,7 +3918,7 @@ var require_resolve_props = __commonJS((exports) => {
|
|
|
3918
3918
|
exports.resolveProps = resolveProps;
|
|
3919
3919
|
});
|
|
3920
3920
|
|
|
3921
|
-
// ../../node_modules/.
|
|
3921
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/util-contains-newline.js
|
|
3922
3922
|
var require_util_contains_newline = __commonJS((exports) => {
|
|
3923
3923
|
function containsNewline(key) {
|
|
3924
3924
|
if (!key)
|
|
@@ -3958,7 +3958,7 @@ var require_util_contains_newline = __commonJS((exports) => {
|
|
|
3958
3958
|
exports.containsNewline = containsNewline;
|
|
3959
3959
|
});
|
|
3960
3960
|
|
|
3961
|
-
// ../../node_modules/.
|
|
3961
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/util-flow-indent-check.js
|
|
3962
3962
|
var require_util_flow_indent_check = __commonJS((exports) => {
|
|
3963
3963
|
var utilContainsNewline = require_util_contains_newline();
|
|
3964
3964
|
function flowIndentCheck(indent, fc, onError) {
|
|
@@ -3973,7 +3973,7 @@ var require_util_flow_indent_check = __commonJS((exports) => {
|
|
|
3973
3973
|
exports.flowIndentCheck = flowIndentCheck;
|
|
3974
3974
|
});
|
|
3975
3975
|
|
|
3976
|
-
// ../../node_modules/.
|
|
3976
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/util-map-includes.js
|
|
3977
3977
|
var require_util_map_includes = __commonJS((exports) => {
|
|
3978
3978
|
var identity = require_identity();
|
|
3979
3979
|
function mapIncludes(ctx, items, search) {
|
|
@@ -3986,7 +3986,7 @@ var require_util_map_includes = __commonJS((exports) => {
|
|
|
3986
3986
|
exports.mapIncludes = mapIncludes;
|
|
3987
3987
|
});
|
|
3988
3988
|
|
|
3989
|
-
// ../../node_modules/.
|
|
3989
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/resolve-block-map.js
|
|
3990
3990
|
var require_resolve_block_map = __commonJS((exports) => {
|
|
3991
3991
|
var Pair = require_Pair();
|
|
3992
3992
|
var YAMLMap = require_YAMLMap();
|
|
@@ -4093,7 +4093,7 @@ var require_resolve_block_map = __commonJS((exports) => {
|
|
|
4093
4093
|
exports.resolveBlockMap = resolveBlockMap;
|
|
4094
4094
|
});
|
|
4095
4095
|
|
|
4096
|
-
// ../../node_modules/.
|
|
4096
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/resolve-block-seq.js
|
|
4097
4097
|
var require_resolve_block_seq = __commonJS((exports) => {
|
|
4098
4098
|
var YAMLSeq = require_YAMLSeq();
|
|
4099
4099
|
var resolveProps = require_resolve_props();
|
|
@@ -4141,7 +4141,7 @@ var require_resolve_block_seq = __commonJS((exports) => {
|
|
|
4141
4141
|
exports.resolveBlockSeq = resolveBlockSeq;
|
|
4142
4142
|
});
|
|
4143
4143
|
|
|
4144
|
-
// ../../node_modules/.
|
|
4144
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/resolve-end.js
|
|
4145
4145
|
var require_resolve_end = __commonJS((exports) => {
|
|
4146
4146
|
function resolveEnd(end, offset, reqSpace, onError) {
|
|
4147
4147
|
let comment = "";
|
|
@@ -4181,7 +4181,7 @@ var require_resolve_end = __commonJS((exports) => {
|
|
|
4181
4181
|
exports.resolveEnd = resolveEnd;
|
|
4182
4182
|
});
|
|
4183
4183
|
|
|
4184
|
-
// ../../node_modules/.
|
|
4184
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/resolve-flow-collection.js
|
|
4185
4185
|
var require_resolve_flow_collection = __commonJS((exports) => {
|
|
4186
4186
|
var identity = require_identity();
|
|
4187
4187
|
var Pair = require_Pair();
|
|
@@ -4372,7 +4372,7 @@ var require_resolve_flow_collection = __commonJS((exports) => {
|
|
|
4372
4372
|
exports.resolveFlowCollection = resolveFlowCollection;
|
|
4373
4373
|
});
|
|
4374
4374
|
|
|
4375
|
-
// ../../node_modules/.
|
|
4375
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/compose-collection.js
|
|
4376
4376
|
var require_compose_collection = __commonJS((exports) => {
|
|
4377
4377
|
var identity = require_identity();
|
|
4378
4378
|
var Scalar = require_Scalar();
|
|
@@ -4434,7 +4434,7 @@ var require_compose_collection = __commonJS((exports) => {
|
|
|
4434
4434
|
exports.composeCollection = composeCollection;
|
|
4435
4435
|
});
|
|
4436
4436
|
|
|
4437
|
-
// ../../node_modules/.
|
|
4437
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/resolve-block-scalar.js
|
|
4438
4438
|
var require_resolve_block_scalar = __commonJS((exports) => {
|
|
4439
4439
|
var Scalar = require_Scalar();
|
|
4440
4440
|
function resolveBlockScalar(ctx, scalar, onError) {
|
|
@@ -4627,7 +4627,7 @@ var require_resolve_block_scalar = __commonJS((exports) => {
|
|
|
4627
4627
|
exports.resolveBlockScalar = resolveBlockScalar;
|
|
4628
4628
|
});
|
|
4629
4629
|
|
|
4630
|
-
// ../../node_modules/.
|
|
4630
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/resolve-flow-scalar.js
|
|
4631
4631
|
var require_resolve_flow_scalar = __commonJS((exports) => {
|
|
4632
4632
|
var Scalar = require_Scalar();
|
|
4633
4633
|
var resolveEnd = require_resolve_end();
|
|
@@ -4844,7 +4844,7 @@ var require_resolve_flow_scalar = __commonJS((exports) => {
|
|
|
4844
4844
|
exports.resolveFlowScalar = resolveFlowScalar;
|
|
4845
4845
|
});
|
|
4846
4846
|
|
|
4847
|
-
// ../../node_modules/.
|
|
4847
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/compose-scalar.js
|
|
4848
4848
|
var require_compose_scalar = __commonJS((exports) => {
|
|
4849
4849
|
var identity = require_identity();
|
|
4850
4850
|
var Scalar = require_Scalar();
|
|
@@ -4922,7 +4922,7 @@ var require_compose_scalar = __commonJS((exports) => {
|
|
|
4922
4922
|
exports.composeScalar = composeScalar;
|
|
4923
4923
|
});
|
|
4924
4924
|
|
|
4925
|
-
// ../../node_modules/.
|
|
4925
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/util-empty-scalar-position.js
|
|
4926
4926
|
var require_util_empty_scalar_position = __commonJS((exports) => {
|
|
4927
4927
|
function emptyScalarPosition(offset, before, pos) {
|
|
4928
4928
|
if (before) {
|
|
@@ -4949,7 +4949,7 @@ var require_util_empty_scalar_position = __commonJS((exports) => {
|
|
|
4949
4949
|
exports.emptyScalarPosition = emptyScalarPosition;
|
|
4950
4950
|
});
|
|
4951
4951
|
|
|
4952
|
-
// ../../node_modules/.
|
|
4952
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/compose-node.js
|
|
4953
4953
|
var require_compose_node = __commonJS((exports) => {
|
|
4954
4954
|
var Alias = require_Alias();
|
|
4955
4955
|
var identity = require_identity();
|
|
@@ -5052,7 +5052,7 @@ var require_compose_node = __commonJS((exports) => {
|
|
|
5052
5052
|
exports.composeNode = composeNode;
|
|
5053
5053
|
});
|
|
5054
5054
|
|
|
5055
|
-
// ../../node_modules/.
|
|
5055
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/compose-doc.js
|
|
5056
5056
|
var require_compose_doc = __commonJS((exports) => {
|
|
5057
5057
|
var Document = require_Document();
|
|
5058
5058
|
var composeNode = require_compose_node();
|
|
@@ -5092,7 +5092,7 @@ var require_compose_doc = __commonJS((exports) => {
|
|
|
5092
5092
|
exports.composeDoc = composeDoc;
|
|
5093
5093
|
});
|
|
5094
5094
|
|
|
5095
|
-
// ../../node_modules/.
|
|
5095
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/compose/composer.js
|
|
5096
5096
|
var require_composer = __commonJS((exports) => {
|
|
5097
5097
|
var node_process = __require("process");
|
|
5098
5098
|
var directives = require_directives();
|
|
@@ -5178,10 +5178,8 @@ ${cb}` : comment;
|
|
|
5178
5178
|
}
|
|
5179
5179
|
}
|
|
5180
5180
|
if (afterDoc) {
|
|
5181
|
-
|
|
5182
|
-
|
|
5183
|
-
for (let i = 0;i < this.warnings.length; ++i)
|
|
5184
|
-
doc.warnings.push(this.warnings[i]);
|
|
5181
|
+
Array.prototype.push.apply(doc.errors, this.errors);
|
|
5182
|
+
Array.prototype.push.apply(doc.warnings, this.warnings);
|
|
5185
5183
|
} else {
|
|
5186
5184
|
doc.errors = this.errors;
|
|
5187
5185
|
doc.warnings = this.warnings;
|
|
@@ -5283,7 +5281,7 @@ ${end.comment}` : end.comment;
|
|
|
5283
5281
|
exports.Composer = Composer;
|
|
5284
5282
|
});
|
|
5285
5283
|
|
|
5286
|
-
// ../../node_modules/.
|
|
5284
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/parse/cst-scalar.js
|
|
5287
5285
|
var require_cst_scalar = __commonJS((exports) => {
|
|
5288
5286
|
var resolveBlockScalar = require_resolve_block_scalar();
|
|
5289
5287
|
var resolveFlowScalar = require_resolve_flow_scalar();
|
|
@@ -5473,7 +5471,7 @@ var require_cst_scalar = __commonJS((exports) => {
|
|
|
5473
5471
|
exports.setScalarValue = setScalarValue;
|
|
5474
5472
|
});
|
|
5475
5473
|
|
|
5476
|
-
// ../../node_modules/.
|
|
5474
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/parse/cst-stringify.js
|
|
5477
5475
|
var require_cst_stringify = __commonJS((exports) => {
|
|
5478
5476
|
var stringify = (cst) => ("type" in cst) ? stringifyToken(cst) : stringifyItem(cst);
|
|
5479
5477
|
function stringifyToken(token) {
|
|
@@ -5531,7 +5529,7 @@ var require_cst_stringify = __commonJS((exports) => {
|
|
|
5531
5529
|
exports.stringify = stringify;
|
|
5532
5530
|
});
|
|
5533
5531
|
|
|
5534
|
-
// ../../node_modules/.
|
|
5532
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/parse/cst-visit.js
|
|
5535
5533
|
var require_cst_visit = __commonJS((exports) => {
|
|
5536
5534
|
var BREAK = Symbol("break visit");
|
|
5537
5535
|
var SKIP = Symbol("skip children");
|
|
@@ -5590,7 +5588,7 @@ var require_cst_visit = __commonJS((exports) => {
|
|
|
5590
5588
|
exports.visit = visit;
|
|
5591
5589
|
});
|
|
5592
5590
|
|
|
5593
|
-
// ../../node_modules/.
|
|
5591
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/parse/cst.js
|
|
5594
5592
|
var require_cst = __commonJS((exports) => {
|
|
5595
5593
|
var cstScalar = require_cst_scalar();
|
|
5596
5594
|
var cstStringify = require_cst_stringify();
|
|
@@ -5691,7 +5689,7 @@ var require_cst = __commonJS((exports) => {
|
|
|
5691
5689
|
exports.tokenType = tokenType;
|
|
5692
5690
|
});
|
|
5693
5691
|
|
|
5694
|
-
// ../../node_modules/.
|
|
5692
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/parse/lexer.js
|
|
5695
5693
|
var require_lexer = __commonJS((exports) => {
|
|
5696
5694
|
var cst = require_cst();
|
|
5697
5695
|
function isEmpty(ch) {
|
|
@@ -5893,7 +5891,7 @@ var require_lexer = __commonJS((exports) => {
|
|
|
5893
5891
|
const n = (yield* this.pushCount(1)) + (yield* this.pushSpaces(true));
|
|
5894
5892
|
this.indentNext = this.indentValue + 1;
|
|
5895
5893
|
this.indentValue += n;
|
|
5896
|
-
return
|
|
5894
|
+
return yield* this.parseBlockStart();
|
|
5897
5895
|
}
|
|
5898
5896
|
return "doc";
|
|
5899
5897
|
}
|
|
@@ -6200,37 +6198,26 @@ var require_lexer = __commonJS((exports) => {
|
|
|
6200
6198
|
return 0;
|
|
6201
6199
|
}
|
|
6202
6200
|
*pushIndicators() {
|
|
6203
|
-
|
|
6204
|
-
|
|
6205
|
-
|
|
6206
|
-
|
|
6207
|
-
|
|
6208
|
-
|
|
6209
|
-
|
|
6210
|
-
|
|
6211
|
-
|
|
6212
|
-
|
|
6213
|
-
|
|
6214
|
-
|
|
6215
|
-
|
|
6216
|
-
|
|
6217
|
-
|
|
6218
|
-
|
|
6219
|
-
const ch1 = this.charAt(1);
|
|
6220
|
-
if (isEmpty(ch1) || inFlow && flowIndicatorChars.has(ch1)) {
|
|
6221
|
-
if (!inFlow)
|
|
6222
|
-
this.indentNext = this.indentValue + 1;
|
|
6223
|
-
else if (this.flowKey)
|
|
6224
|
-
this.flowKey = false;
|
|
6225
|
-
n += yield* this.pushCount(1);
|
|
6226
|
-
n += yield* this.pushSpaces(true);
|
|
6227
|
-
continue loop;
|
|
6228
|
-
}
|
|
6229
|
-
}
|
|
6201
|
+
switch (this.charAt(0)) {
|
|
6202
|
+
case "!":
|
|
6203
|
+
return (yield* this.pushTag()) + (yield* this.pushSpaces(true)) + (yield* this.pushIndicators());
|
|
6204
|
+
case "&":
|
|
6205
|
+
return (yield* this.pushUntil(isNotAnchorChar)) + (yield* this.pushSpaces(true)) + (yield* this.pushIndicators());
|
|
6206
|
+
case "-":
|
|
6207
|
+
case "?":
|
|
6208
|
+
case ":": {
|
|
6209
|
+
const inFlow = this.flowLevel > 0;
|
|
6210
|
+
const ch1 = this.charAt(1);
|
|
6211
|
+
if (isEmpty(ch1) || inFlow && flowIndicatorChars.has(ch1)) {
|
|
6212
|
+
if (!inFlow)
|
|
6213
|
+
this.indentNext = this.indentValue + 1;
|
|
6214
|
+
else if (this.flowKey)
|
|
6215
|
+
this.flowKey = false;
|
|
6216
|
+
return (yield* this.pushCount(1)) + (yield* this.pushSpaces(true)) + (yield* this.pushIndicators());
|
|
6230
6217
|
}
|
|
6231
|
-
break loop;
|
|
6232
6218
|
}
|
|
6233
|
-
|
|
6219
|
+
}
|
|
6220
|
+
return 0;
|
|
6234
6221
|
}
|
|
6235
6222
|
*pushTag() {
|
|
6236
6223
|
if (this.charAt(1) === "<") {
|
|
@@ -6288,7 +6275,7 @@ var require_lexer = __commonJS((exports) => {
|
|
|
6288
6275
|
exports.Lexer = Lexer;
|
|
6289
6276
|
});
|
|
6290
6277
|
|
|
6291
|
-
// ../../node_modules/.
|
|
6278
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/parse/line-counter.js
|
|
6292
6279
|
var require_line_counter = __commonJS((exports) => {
|
|
6293
6280
|
class LineCounter {
|
|
6294
6281
|
constructor() {
|
|
@@ -6316,7 +6303,7 @@ var require_line_counter = __commonJS((exports) => {
|
|
|
6316
6303
|
exports.LineCounter = LineCounter;
|
|
6317
6304
|
});
|
|
6318
6305
|
|
|
6319
|
-
// ../../node_modules/.
|
|
6306
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/parse/parser.js
|
|
6320
6307
|
var require_parser = __commonJS((exports) => {
|
|
6321
6308
|
var node_process = __require("process");
|
|
6322
6309
|
var cst = require_cst();
|
|
@@ -6384,13 +6371,6 @@ var require_parser = __commonJS((exports) => {
|
|
|
6384
6371
|
while (prev[++i]?.type === "space") {}
|
|
6385
6372
|
return prev.splice(i, prev.length);
|
|
6386
6373
|
}
|
|
6387
|
-
function arrayPushArray(target, source) {
|
|
6388
|
-
if (source.length < 1e5)
|
|
6389
|
-
Array.prototype.push.apply(target, source);
|
|
6390
|
-
else
|
|
6391
|
-
for (let i = 0;i < source.length; ++i)
|
|
6392
|
-
target.push(source[i]);
|
|
6393
|
-
}
|
|
6394
6374
|
function fixFlowSeqItems(fc) {
|
|
6395
6375
|
if (fc.start.type === "flow-seq-start") {
|
|
6396
6376
|
for (const it of fc.items) {
|
|
@@ -6400,11 +6380,11 @@ var require_parser = __commonJS((exports) => {
|
|
|
6400
6380
|
delete it.key;
|
|
6401
6381
|
if (isFlowToken(it.value)) {
|
|
6402
6382
|
if (it.value.end)
|
|
6403
|
-
|
|
6383
|
+
Array.prototype.push.apply(it.value.end, it.sep);
|
|
6404
6384
|
else
|
|
6405
6385
|
it.value.end = it.sep;
|
|
6406
6386
|
} else
|
|
6407
|
-
|
|
6387
|
+
Array.prototype.push.apply(it.start, it.sep);
|
|
6408
6388
|
delete it.sep;
|
|
6409
6389
|
}
|
|
6410
6390
|
}
|
|
@@ -6744,7 +6724,7 @@ var require_parser = __commonJS((exports) => {
|
|
|
6744
6724
|
const prev = map.items[map.items.length - 2];
|
|
6745
6725
|
const end = prev?.value?.end;
|
|
6746
6726
|
if (Array.isArray(end)) {
|
|
6747
|
-
|
|
6727
|
+
Array.prototype.push.apply(end, it.start);
|
|
6748
6728
|
end.push(this.sourceToken);
|
|
6749
6729
|
map.items.pop();
|
|
6750
6730
|
return;
|
|
@@ -6932,7 +6912,7 @@ var require_parser = __commonJS((exports) => {
|
|
|
6932
6912
|
const prev = seq.items[seq.items.length - 2];
|
|
6933
6913
|
const end = prev?.value?.end;
|
|
6934
6914
|
if (Array.isArray(end)) {
|
|
6935
|
-
|
|
6915
|
+
Array.prototype.push.apply(end, it.start);
|
|
6936
6916
|
end.push(this.sourceToken);
|
|
6937
6917
|
seq.items.pop();
|
|
6938
6918
|
return;
|
|
@@ -7172,7 +7152,7 @@ var require_parser = __commonJS((exports) => {
|
|
|
7172
7152
|
exports.Parser = Parser;
|
|
7173
7153
|
});
|
|
7174
7154
|
|
|
7175
|
-
// ../../node_modules/.
|
|
7155
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/public-api.js
|
|
7176
7156
|
var require_public_api = __commonJS((exports) => {
|
|
7177
7157
|
var composer = require_composer();
|
|
7178
7158
|
var Document = require_Document();
|
|
@@ -7266,7 +7246,7 @@ var require_public_api = __commonJS((exports) => {
|
|
|
7266
7246
|
exports.stringify = stringify;
|
|
7267
7247
|
});
|
|
7268
7248
|
|
|
7269
|
-
// ../../node_modules/.
|
|
7249
|
+
// ../../node_modules/.pnpm/yaml@2.8.4/node_modules/yaml/dist/index.js
|
|
7270
7250
|
var require_dist = __commonJS((exports) => {
|
|
7271
7251
|
var composer = require_composer();
|
|
7272
7252
|
var Document = require_Document();
|
|
@@ -7319,7 +7299,7 @@ var require_dist = __commonJS((exports) => {
|
|
|
7319
7299
|
var require_package = __commonJS((exports, module) => {
|
|
7320
7300
|
module.exports = {
|
|
7321
7301
|
name: "@ai-setting/roy-agent-cli",
|
|
7322
|
-
version: "1.5.
|
|
7302
|
+
version: "1.5.80",
|
|
7323
7303
|
type: "module",
|
|
7324
7304
|
description: "CLI for roy-agent - Non-interactive command execution",
|
|
7325
7305
|
main: "./dist/index.js",
|
|
@@ -7346,7 +7326,7 @@ var require_package = __commonJS((exports, module) => {
|
|
|
7346
7326
|
},
|
|
7347
7327
|
dependencies: {
|
|
7348
7328
|
"@ai-setting/roy-agent-coder-harness": "^1.5.48",
|
|
7349
|
-
"@ai-setting/roy-agent-core": "^1.5.
|
|
7329
|
+
"@ai-setting/roy-agent-core": "^1.5.79",
|
|
7350
7330
|
"@ai-setting/roy-agent-ontology-harness": "^1.5.47",
|
|
7351
7331
|
chalk: "^5.6.2",
|
|
7352
7332
|
commander: "^14.0.3",
|
|
@@ -8036,9 +8016,10 @@ class ContextHandlerService {
|
|
|
8036
8016
|
traceId
|
|
8037
8017
|
}
|
|
8038
8018
|
});
|
|
8039
|
-
let
|
|
8019
|
+
let compactCount = 0;
|
|
8020
|
+
const MAX_COMPACT_RETRIES = 10;
|
|
8040
8021
|
try {
|
|
8041
|
-
|
|
8022
|
+
while (true) {
|
|
8042
8023
|
try {
|
|
8043
8024
|
const result = await this.env.handle_query(query, context);
|
|
8044
8025
|
if (span) {
|
|
@@ -8047,25 +8028,25 @@ class ContextHandlerService {
|
|
|
8047
8028
|
return result;
|
|
8048
8029
|
} catch (error) {
|
|
8049
8030
|
if (error instanceof ContextError && error.code === ErrorCodes.CONTEXT_THRESHOLD_EXCEEDED) {
|
|
8050
|
-
|
|
8051
|
-
|
|
8052
|
-
logger3.error("Context threshold exceeded after max retries", {
|
|
8053
|
-
attempt,
|
|
8054
|
-
maxRetries: this.maxRetries
|
|
8055
|
-
});
|
|
8031
|
+
if (!this.autoCompact) {
|
|
8032
|
+
logger3.warn("Auto compact disabled, propagating error");
|
|
8056
8033
|
if (span) {
|
|
8057
8034
|
span?.end(undefined, error);
|
|
8058
8035
|
}
|
|
8059
8036
|
throw error;
|
|
8060
8037
|
}
|
|
8061
|
-
if (
|
|
8062
|
-
logger3.
|
|
8038
|
+
if (compactCount >= MAX_COMPACT_RETRIES) {
|
|
8039
|
+
logger3.error("Context threshold exceeded after max compact retries", {
|
|
8040
|
+
compactCount,
|
|
8041
|
+
maxCompactRetries: MAX_COMPACT_RETRIES
|
|
8042
|
+
});
|
|
8063
8043
|
if (span) {
|
|
8064
8044
|
span?.end(undefined, error);
|
|
8065
8045
|
}
|
|
8066
8046
|
throw error;
|
|
8067
8047
|
}
|
|
8068
|
-
|
|
8048
|
+
compactCount++;
|
|
8049
|
+
logger3.info(`Context threshold exceeded, compacting (compact #${compactCount})`);
|
|
8069
8050
|
this.env.pushEnvEvent({
|
|
8070
8051
|
type: "context.threshold_exceeded",
|
|
8071
8052
|
metadata: {
|
|
@@ -8075,7 +8056,7 @@ class ContextHandlerService {
|
|
|
8075
8056
|
payload: {
|
|
8076
8057
|
totalTokens: error.usage?.totalTokens,
|
|
8077
8058
|
contextWindow: error.contextWindow,
|
|
8078
|
-
|
|
8059
|
+
compactCount
|
|
8079
8060
|
}
|
|
8080
8061
|
});
|
|
8081
8062
|
const compactResult = await this.compactSessionWithTwoPhases(context?.sessionId, query);
|
|
@@ -8097,7 +8078,6 @@ class ContextHandlerService {
|
|
|
8097
8078
|
throw error;
|
|
8098
8079
|
}
|
|
8099
8080
|
}
|
|
8100
|
-
throw lastError ?? new Error("Unexpected exit from handleQueryWithContext");
|
|
8101
8081
|
} finally {
|
|
8102
8082
|
if (span) {
|
|
8103
8083
|
tracer?.endSpan(span);
|
|
@@ -10813,6 +10793,22 @@ var MessagesCommand = {
|
|
|
10813
10793
|
lines.push(chalk10.green(`[Node Resume] Response: ${part.response}`));
|
|
10814
10794
|
} else if (part.type === "workflow-node-start") {
|
|
10815
10795
|
lines.push(chalk10.blue(`[Node Start] ${part.nodeId}`));
|
|
10796
|
+
} else if (part.type === "workflow-node-end") {
|
|
10797
|
+
const status = part.error ? "❌" : "✅";
|
|
10798
|
+
lines.push(chalk10.green(`${status} [Node End] ${part.nodeId}`));
|
|
10799
|
+
if (part.output) {
|
|
10800
|
+
const outputStr = typeof part.output === "string" ? part.output.slice(0, 300) : JSON.stringify(part.output, null, 2).slice(0, 300);
|
|
10801
|
+
lines.push(...outputStr.split(`
|
|
10802
|
+
`).slice(0, 6).map((l) => chalk10.gray(` ${l}`)));
|
|
10803
|
+
if (outputStr.length >= 300)
|
|
10804
|
+
lines.push(chalk10.gray(" ..."));
|
|
10805
|
+
}
|
|
10806
|
+
if (part.error) {
|
|
10807
|
+
lines.push(chalk10.red(` Error: ${part.error}`));
|
|
10808
|
+
}
|
|
10809
|
+
if (part.durationMs !== undefined) {
|
|
10810
|
+
lines.push(chalk10.gray(` Duration: ${part.durationMs}ms`));
|
|
10811
|
+
}
|
|
10816
10812
|
}
|
|
10817
10813
|
}
|
|
10818
10814
|
} else if (m.content) {
|