switchroom 0.16.4 → 0.16.5
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/agent-scheduler/index.js +94 -87
- package/dist/auth-broker/index.js +80 -80
- package/dist/cli/autoaccept-poll.js +8 -8
- package/dist/cli/drive-write-pretool.mjs +10 -10
- package/dist/cli/notion-write-pretool.mjs +82 -82
- package/dist/cli/skill-validate-pretool.mjs +72 -72
- package/dist/cli/switchroom.js +450 -377
- package/dist/host-control/main.js +157 -157
- package/dist/vault/approvals/kernel-server.js +82 -82
- package/dist/vault/broker/server.js +83 -83
- package/package.json +1 -1
- package/profiles/_base/start.sh.hbs +10 -1
- package/telegram-plugin/dist/bridge/bridge.js +112 -112
- package/telegram-plugin/dist/gateway/gateway.js +277 -196
- package/telegram-plugin/dist/server.js +160 -160
- package/telegram-plugin/gateway/gateway.ts +20 -1
- package/telegram-plugin/gateway/model-command.ts +115 -4
- package/telegram-plugin/tests/model-command.test.ts +134 -0
|
@@ -66,7 +66,7 @@ var __export = (target, all) => {
|
|
|
66
66
|
var __esm = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
|
|
67
67
|
var __require = /* @__PURE__ */ createRequire(import.meta.url);
|
|
68
68
|
|
|
69
|
-
//
|
|
69
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/filter.js
|
|
70
70
|
var require_filter = __commonJS((exports) => {
|
|
71
71
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
72
72
|
exports.matchFilter = matchFilter;
|
|
@@ -430,7 +430,7 @@ var require_filter = __commonJS((exports) => {
|
|
|
430
430
|
};
|
|
431
431
|
});
|
|
432
432
|
|
|
433
|
-
//
|
|
433
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/context.js
|
|
434
434
|
var require_context = __commonJS((exports) => {
|
|
435
435
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
436
436
|
exports.Context = undefined;
|
|
@@ -1457,7 +1457,7 @@ var require_context = __commonJS((exports) => {
|
|
|
1457
1457
|
}
|
|
1458
1458
|
});
|
|
1459
1459
|
|
|
1460
|
-
//
|
|
1460
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/composer.js
|
|
1461
1461
|
var require_composer = __commonJS((exports) => {
|
|
1462
1462
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1463
1463
|
exports.Composer = exports.BotError = undefined;
|
|
@@ -1619,7 +1619,7 @@ var require_composer = __commonJS((exports) => {
|
|
|
1619
1619
|
exports.Composer = Composer;
|
|
1620
1620
|
});
|
|
1621
1621
|
|
|
1622
|
-
//
|
|
1622
|
+
// ../node_modules/.bun/ms@2.1.3/node_modules/ms/index.js
|
|
1623
1623
|
var require_ms = __commonJS((exports, module) => {
|
|
1624
1624
|
var s = 1000;
|
|
1625
1625
|
var m = s * 60;
|
|
@@ -1729,7 +1729,7 @@ var require_ms = __commonJS((exports, module) => {
|
|
|
1729
1729
|
}
|
|
1730
1730
|
});
|
|
1731
1731
|
|
|
1732
|
-
//
|
|
1732
|
+
// ../node_modules/.bun/debug@4.4.3/node_modules/debug/src/common.js
|
|
1733
1733
|
var require_common = __commonJS((exports, module) => {
|
|
1734
1734
|
function setup(env) {
|
|
1735
1735
|
createDebug.debug = createDebug;
|
|
@@ -1904,7 +1904,7 @@ var require_common = __commonJS((exports, module) => {
|
|
|
1904
1904
|
module.exports = setup;
|
|
1905
1905
|
});
|
|
1906
1906
|
|
|
1907
|
-
//
|
|
1907
|
+
// ../node_modules/.bun/debug@4.4.3/node_modules/debug/src/browser.js
|
|
1908
1908
|
var require_browser = __commonJS((exports, module) => {
|
|
1909
1909
|
exports.formatArgs = formatArgs;
|
|
1910
1910
|
exports.save = save;
|
|
@@ -2064,7 +2064,7 @@ var require_browser = __commonJS((exports, module) => {
|
|
|
2064
2064
|
};
|
|
2065
2065
|
});
|
|
2066
2066
|
|
|
2067
|
-
//
|
|
2067
|
+
// ../node_modules/.bun/has-flag@4.0.0/node_modules/has-flag/index.js
|
|
2068
2068
|
var require_has_flag = __commonJS((exports, module) => {
|
|
2069
2069
|
module.exports = (flag, argv = process.argv) => {
|
|
2070
2070
|
const prefix = flag.startsWith("-") ? "" : flag.length === 1 ? "-" : "--";
|
|
@@ -2074,7 +2074,7 @@ var require_has_flag = __commonJS((exports, module) => {
|
|
|
2074
2074
|
};
|
|
2075
2075
|
});
|
|
2076
2076
|
|
|
2077
|
-
//
|
|
2077
|
+
// ../node_modules/.bun/supports-color@7.2.0/node_modules/supports-color/index.js
|
|
2078
2078
|
var require_supports_color = __commonJS((exports, module) => {
|
|
2079
2079
|
var os = __require("os");
|
|
2080
2080
|
var tty = __require("tty");
|
|
@@ -2173,7 +2173,7 @@ var require_supports_color = __commonJS((exports, module) => {
|
|
|
2173
2173
|
};
|
|
2174
2174
|
});
|
|
2175
2175
|
|
|
2176
|
-
//
|
|
2176
|
+
// ../node_modules/.bun/debug@4.4.3/node_modules/debug/src/node.js
|
|
2177
2177
|
var require_node = __commonJS((exports, module) => {
|
|
2178
2178
|
var tty = __require("tty");
|
|
2179
2179
|
var util = __require("util");
|
|
@@ -2344,7 +2344,7 @@ var require_node = __commonJS((exports, module) => {
|
|
|
2344
2344
|
};
|
|
2345
2345
|
});
|
|
2346
2346
|
|
|
2347
|
-
//
|
|
2347
|
+
// ../node_modules/.bun/debug@4.4.3/node_modules/debug/src/index.js
|
|
2348
2348
|
var require_src = __commonJS((exports, module) => {
|
|
2349
2349
|
if (typeof process === "undefined" || process.type === "renderer" || false || process.__nwjs) {
|
|
2350
2350
|
module.exports = require_browser();
|
|
@@ -2353,7 +2353,7 @@ var require_src = __commonJS((exports, module) => {
|
|
|
2353
2353
|
}
|
|
2354
2354
|
});
|
|
2355
2355
|
|
|
2356
|
-
//
|
|
2356
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/platform.node.js
|
|
2357
2357
|
var require_platform_node = __commonJS((exports) => {
|
|
2358
2358
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2359
2359
|
exports.defaultAdapter = exports.itrToStream = exports.debug = undefined;
|
|
@@ -2393,7 +2393,7 @@ var require_platform_node = __commonJS((exports) => {
|
|
|
2393
2393
|
exports.defaultAdapter = "express";
|
|
2394
2394
|
});
|
|
2395
2395
|
|
|
2396
|
-
//
|
|
2396
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/core/error.js
|
|
2397
2397
|
var require_error = __commonJS((exports) => {
|
|
2398
2398
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2399
2399
|
exports.HttpError = exports.GrammyError = undefined;
|
|
@@ -2449,10 +2449,10 @@ var require_error = __commonJS((exports) => {
|
|
|
2449
2449
|
}
|
|
2450
2450
|
});
|
|
2451
2451
|
|
|
2452
|
-
//
|
|
2452
|
+
// ../node_modules/.bun/@grammyjs+types@3.26.0/node_modules/@grammyjs/types/mod.js
|
|
2453
2453
|
var exports_mod = {};
|
|
2454
2454
|
|
|
2455
|
-
//
|
|
2455
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/types.node.js
|
|
2456
2456
|
var require_types_node = __commonJS((exports) => {
|
|
2457
2457
|
var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
2458
2458
|
if (k2 === undefined)
|
|
@@ -2543,7 +2543,7 @@ var require_types_node = __commonJS((exports) => {
|
|
|
2543
2543
|
}
|
|
2544
2544
|
});
|
|
2545
2545
|
|
|
2546
|
-
//
|
|
2546
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/types.js
|
|
2547
2547
|
var require_types = __commonJS((exports) => {
|
|
2548
2548
|
var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
2549
2549
|
if (k2 === undefined)
|
|
@@ -2569,7 +2569,7 @@ var require_types = __commonJS((exports) => {
|
|
|
2569
2569
|
__exportStar(require_types_node(), exports);
|
|
2570
2570
|
});
|
|
2571
2571
|
|
|
2572
|
-
//
|
|
2572
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/core/payload.js
|
|
2573
2573
|
var require_payload = __commonJS((exports) => {
|
|
2574
2574
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2575
2575
|
exports.requiresFormDataUpload = requiresFormDataUpload;
|
|
@@ -2709,7 +2709,7 @@ content-type:application/octet-stream\r
|
|
|
2709
2709
|
}
|
|
2710
2710
|
});
|
|
2711
2711
|
|
|
2712
|
-
//
|
|
2712
|
+
// ../node_modules/.bun/event-target-shim@5.0.1/node_modules/event-target-shim/dist/event-target-shim.js
|
|
2713
2713
|
var require_event_target_shim = __commonJS((exports, module) => {
|
|
2714
2714
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2715
2715
|
var privateData = new WeakMap;
|
|
@@ -3149,7 +3149,7 @@ var require_event_target_shim = __commonJS((exports, module) => {
|
|
|
3149
3149
|
module.exports.defineEventAttribute = defineEventAttribute;
|
|
3150
3150
|
});
|
|
3151
3151
|
|
|
3152
|
-
//
|
|
3152
|
+
// ../node_modules/.bun/abort-controller@3.0.0/node_modules/abort-controller/dist/abort-controller.js
|
|
3153
3153
|
var require_abort_controller = __commonJS((exports, module) => {
|
|
3154
3154
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3155
3155
|
var eventTargetShim = require_event_target_shim();
|
|
@@ -3229,7 +3229,7 @@ var require_abort_controller = __commonJS((exports, module) => {
|
|
|
3229
3229
|
module.exports.AbortSignal = AbortSignal2;
|
|
3230
3230
|
});
|
|
3231
3231
|
|
|
3232
|
-
//
|
|
3232
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/shim.node.js
|
|
3233
3233
|
var require_shim_node = __commonJS((exports) => {
|
|
3234
3234
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3235
3235
|
exports.fetch = exports.AbortController = undefined;
|
|
@@ -3243,7 +3243,7 @@ var require_shim_node = __commonJS((exports) => {
|
|
|
3243
3243
|
} });
|
|
3244
3244
|
});
|
|
3245
3245
|
|
|
3246
|
-
//
|
|
3246
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/core/client.js
|
|
3247
3247
|
var require_client = __commonJS((exports) => {
|
|
3248
3248
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3249
3249
|
exports.createRawApi = createRawApi;
|
|
@@ -3423,7 +3423,7 @@ If you want to prevent such mistakes in the future, consider using TypeScript. h
|
|
|
3423
3423
|
var shim_node_js_1 = require_shim_node();
|
|
3424
3424
|
});
|
|
3425
3425
|
|
|
3426
|
-
//
|
|
3426
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/core/api.js
|
|
3427
3427
|
var require_api = __commonJS((exports) => {
|
|
3428
3428
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3429
3429
|
exports.Api = undefined;
|
|
@@ -4041,7 +4041,7 @@ var require_api = __commonJS((exports) => {
|
|
|
4041
4041
|
exports.Api = Api;
|
|
4042
4042
|
});
|
|
4043
4043
|
|
|
4044
|
-
//
|
|
4044
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/bot.js
|
|
4045
4045
|
var require_bot = __commonJS((exports) => {
|
|
4046
4046
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4047
4047
|
exports.Bot = exports.BotError = exports.DEFAULT_UPDATE_TYPES = undefined;
|
|
@@ -4370,7 +4370,7 @@ On the other hand, if you actually know what you're doing and you do need to ins
|
|
|
4370
4370
|
var shim_node_js_1 = require_shim_node();
|
|
4371
4371
|
});
|
|
4372
4372
|
|
|
4373
|
-
//
|
|
4373
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/convenience/constants.js
|
|
4374
4374
|
var require_constants = __commonJS((exports) => {
|
|
4375
4375
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4376
4376
|
exports.API_CONSTANTS = undefined;
|
|
@@ -4406,7 +4406,7 @@ var require_constants = __commonJS((exports) => {
|
|
|
4406
4406
|
Object.freeze(exports.API_CONSTANTS);
|
|
4407
4407
|
});
|
|
4408
4408
|
|
|
4409
|
-
//
|
|
4409
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/convenience/inline_query.js
|
|
4410
4410
|
var require_inline_query = __commonJS((exports) => {
|
|
4411
4411
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4412
4412
|
exports.InlineQueryResultBuilder = undefined;
|
|
@@ -4604,7 +4604,7 @@ var require_inline_query = __commonJS((exports) => {
|
|
|
4604
4604
|
};
|
|
4605
4605
|
});
|
|
4606
4606
|
|
|
4607
|
-
//
|
|
4607
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/convenience/input_media.js
|
|
4608
4608
|
var require_input_media = __commonJS((exports) => {
|
|
4609
4609
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4610
4610
|
exports.InputMediaBuilder = undefined;
|
|
@@ -4627,7 +4627,7 @@ var require_input_media = __commonJS((exports) => {
|
|
|
4627
4627
|
};
|
|
4628
4628
|
});
|
|
4629
4629
|
|
|
4630
|
-
//
|
|
4630
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/convenience/keyboard.js
|
|
4631
4631
|
var require_keyboard = __commonJS((exports) => {
|
|
4632
4632
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4633
4633
|
exports.InlineKeyboard = exports.Keyboard = undefined;
|
|
@@ -4985,7 +4985,7 @@ var require_keyboard = __commonJS((exports) => {
|
|
|
4985
4985
|
}
|
|
4986
4986
|
});
|
|
4987
4987
|
|
|
4988
|
-
//
|
|
4988
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/convenience/session.js
|
|
4989
4989
|
var require_session = __commonJS((exports) => {
|
|
4990
4990
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4991
4991
|
exports.MemorySessionStorage = undefined;
|
|
@@ -5285,7 +5285,7 @@ var require_session = __commonJS((exports) => {
|
|
|
5285
5285
|
}
|
|
5286
5286
|
});
|
|
5287
5287
|
|
|
5288
|
-
//
|
|
5288
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/convenience/frameworks.js
|
|
5289
5289
|
var require_frameworks = __commonJS((exports) => {
|
|
5290
5290
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5291
5291
|
exports.adapters = undefined;
|
|
@@ -5653,7 +5653,7 @@ var require_frameworks = __commonJS((exports) => {
|
|
|
5653
5653
|
};
|
|
5654
5654
|
});
|
|
5655
5655
|
|
|
5656
|
-
//
|
|
5656
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/convenience/webhook.js
|
|
5657
5657
|
var require_webhook = __commonJS((exports) => {
|
|
5658
5658
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5659
5659
|
exports.webhookCallback = webhookCallback;
|
|
@@ -5747,7 +5747,7 @@ var require_webhook = __commonJS((exports) => {
|
|
|
5747
5747
|
}
|
|
5748
5748
|
});
|
|
5749
5749
|
|
|
5750
|
-
//
|
|
5750
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/mod.js
|
|
5751
5751
|
var require_mod = __commonJS((exports) => {
|
|
5752
5752
|
var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
5753
5753
|
if (k2 === undefined)
|
|
@@ -5813,7 +5813,7 @@ var require_mod = __commonJS((exports) => {
|
|
|
5813
5813
|
} });
|
|
5814
5814
|
});
|
|
5815
5815
|
|
|
5816
|
-
//
|
|
5816
|
+
// ../node_modules/.bun/@grammyjs+runner@2.0.3+c6be0243b1bbec89/node_modules/@grammyjs/runner/out/platform.node.js
|
|
5817
5817
|
var require_platform_node2 = __commonJS((exports) => {
|
|
5818
5818
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5819
5819
|
exports.parentThread = exports.createThread = undefined;
|
|
@@ -5844,7 +5844,7 @@ var require_platform_node2 = __commonJS((exports) => {
|
|
|
5844
5844
|
exports.parentThread = parentThread;
|
|
5845
5845
|
});
|
|
5846
5846
|
|
|
5847
|
-
//
|
|
5847
|
+
// ../node_modules/.bun/@grammyjs+runner@2.0.3+c6be0243b1bbec89/node_modules/@grammyjs/runner/out/distribute.js
|
|
5848
5848
|
var require_distribute = __commonJS((exports) => {
|
|
5849
5849
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5850
5850
|
exports.distribute = undefined;
|
|
@@ -5889,7 +5889,7 @@ var require_distribute = __commonJS((exports) => {
|
|
|
5889
5889
|
exports.distribute = distribute;
|
|
5890
5890
|
});
|
|
5891
5891
|
|
|
5892
|
-
//
|
|
5892
|
+
// ../node_modules/.bun/@grammyjs+runner@2.0.3+c6be0243b1bbec89/node_modules/@grammyjs/runner/out/queue.js
|
|
5893
5893
|
var require_queue = __commonJS((exports) => {
|
|
5894
5894
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5895
5895
|
exports.DecayingDeque = undefined;
|
|
@@ -6033,7 +6033,7 @@ var require_queue = __commonJS((exports) => {
|
|
|
6033
6033
|
exports.DecayingDeque = DecayingDeque;
|
|
6034
6034
|
});
|
|
6035
6035
|
|
|
6036
|
-
//
|
|
6036
|
+
// ../node_modules/.bun/@grammyjs+runner@2.0.3+c6be0243b1bbec89/node_modules/@grammyjs/runner/out/sink.js
|
|
6037
6037
|
var require_sink = __commonJS((exports) => {
|
|
6038
6038
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6039
6039
|
exports.createConcurrentSink = exports.createBatchSink = exports.createSequentialSink = undefined;
|
|
@@ -6078,7 +6078,7 @@ var require_sink = __commonJS((exports) => {
|
|
|
6078
6078
|
exports.createConcurrentSink = createConcurrentSink;
|
|
6079
6079
|
});
|
|
6080
6080
|
|
|
6081
|
-
//
|
|
6081
|
+
// ../node_modules/.bun/@grammyjs+runner@2.0.3+c6be0243b1bbec89/node_modules/@grammyjs/runner/out/node-shim.js
|
|
6082
6082
|
var require_node_shim = __commonJS((exports) => {
|
|
6083
6083
|
var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
6084
6084
|
if (k2 === undefined)
|
|
@@ -6104,7 +6104,7 @@ var require_node_shim = __commonJS((exports) => {
|
|
|
6104
6104
|
__exportStar(require_abort_controller(), exports);
|
|
6105
6105
|
});
|
|
6106
6106
|
|
|
6107
|
-
//
|
|
6107
|
+
// ../node_modules/.bun/@grammyjs+runner@2.0.3+c6be0243b1bbec89/node_modules/@grammyjs/runner/out/source.js
|
|
6108
6108
|
var require_source = __commonJS((exports) => {
|
|
6109
6109
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6110
6110
|
exports.createSource = undefined;
|
|
@@ -6184,7 +6184,7 @@ var require_source = __commonJS((exports) => {
|
|
|
6184
6184
|
var node_shim_js_1 = require_node_shim();
|
|
6185
6185
|
});
|
|
6186
6186
|
|
|
6187
|
-
//
|
|
6187
|
+
// ../node_modules/.bun/@grammyjs+runner@2.0.3+c6be0243b1bbec89/node_modules/@grammyjs/runner/out/runner.js
|
|
6188
6188
|
var require_runner = __commonJS((exports) => {
|
|
6189
6189
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6190
6190
|
exports.createRunner = exports.createUpdateFetcher = exports.run = undefined;
|
|
@@ -6336,7 +6336,7 @@ var require_runner = __commonJS((exports) => {
|
|
|
6336
6336
|
}
|
|
6337
6337
|
});
|
|
6338
6338
|
|
|
6339
|
-
//
|
|
6339
|
+
// ../node_modules/.bun/@grammyjs+runner@2.0.3+c6be0243b1bbec89/node_modules/@grammyjs/runner/out/sequentialize.js
|
|
6340
6340
|
var require_sequentialize = __commonJS((exports) => {
|
|
6341
6341
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6342
6342
|
exports.sequentialize = undefined;
|
|
@@ -6379,7 +6379,7 @@ var require_sequentialize = __commonJS((exports) => {
|
|
|
6379
6379
|
exports.sequentialize = sequentialize;
|
|
6380
6380
|
});
|
|
6381
6381
|
|
|
6382
|
-
//
|
|
6382
|
+
// ../node_modules/.bun/grammy@1.42.0/node_modules/grammy/out/mod.js
|
|
6383
6383
|
var require_mod2 = __commonJS((exports) => {
|
|
6384
6384
|
var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
6385
6385
|
if (k2 === undefined)
|
|
@@ -6445,7 +6445,7 @@ var require_mod2 = __commonJS((exports) => {
|
|
|
6445
6445
|
} });
|
|
6446
6446
|
});
|
|
6447
6447
|
|
|
6448
|
-
//
|
|
6448
|
+
// ../node_modules/.bun/@grammyjs+runner@2.0.3+c6be0243b1bbec89/node_modules/@grammyjs/runner/out/deps.node.js
|
|
6449
6449
|
var require_deps_node = __commonJS((exports) => {
|
|
6450
6450
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6451
6451
|
exports.BotError = exports.Bot = undefined;
|
|
@@ -6458,7 +6458,7 @@ var require_deps_node = __commonJS((exports) => {
|
|
|
6458
6458
|
} });
|
|
6459
6459
|
});
|
|
6460
6460
|
|
|
6461
|
-
//
|
|
6461
|
+
// ../node_modules/.bun/@grammyjs+runner@2.0.3+c6be0243b1bbec89/node_modules/@grammyjs/runner/out/worker.js
|
|
6462
6462
|
var require_worker = __commonJS((exports) => {
|
|
6463
6463
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6464
6464
|
exports.BotWorker = undefined;
|
|
@@ -6500,7 +6500,7 @@ var require_worker = __commonJS((exports) => {
|
|
|
6500
6500
|
exports.BotWorker = BotWorker;
|
|
6501
6501
|
});
|
|
6502
6502
|
|
|
6503
|
-
//
|
|
6503
|
+
// ../node_modules/.bun/@grammyjs+runner@2.0.3+c6be0243b1bbec89/node_modules/@grammyjs/runner/out/mod.js
|
|
6504
6504
|
var require_mod3 = __commonJS((exports) => {
|
|
6505
6505
|
var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
6506
6506
|
if (k2 === undefined)
|
|
@@ -6577,7 +6577,7 @@ function cleanWorkerResultParagraph(s) {
|
|
|
6577
6577
|
return kept.join(" ").replace(/\s+/g, " ").trim();
|
|
6578
6578
|
}
|
|
6579
6579
|
|
|
6580
|
-
//
|
|
6580
|
+
// ../node_modules/.bun/@grammyjs+runner@2.0.3+c6be0243b1bbec89/node_modules/@grammyjs/runner/out/mod.js
|
|
6581
6581
|
var require_mod4 = __commonJS((exports) => {
|
|
6582
6582
|
var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
6583
6583
|
if (k2 === undefined)
|
|
@@ -6609,7 +6609,7 @@ var require_mod4 = __commonJS((exports) => {
|
|
|
6609
6609
|
__exportStar(require_worker(), exports);
|
|
6610
6610
|
});
|
|
6611
6611
|
|
|
6612
|
-
//
|
|
6612
|
+
// ../node_modules/.bun/@xterm+headless@6.0.0/node_modules/@xterm/headless/lib-headless/xterm-headless.js
|
|
6613
6613
|
var require_xterm_headless = __commonJS((exports2) => {
|
|
6614
6614
|
(() => {
|
|
6615
6615
|
var e = { 5639: (e2, t2, s2) => {
|
|
@@ -12222,7 +12222,7 @@ var init_demo_mask = __esm(() => {
|
|
|
12222
12222
|
vaultKeyCache = new Map;
|
|
12223
12223
|
});
|
|
12224
12224
|
|
|
12225
|
-
//
|
|
12225
|
+
// ../node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/util.js
|
|
12226
12226
|
var util, objectUtil, ZodParsedType, getParsedType = (data) => {
|
|
12227
12227
|
const t = typeof data;
|
|
12228
12228
|
switch (t) {
|
|
@@ -12353,7 +12353,7 @@ var init_util = __esm(() => {
|
|
|
12353
12353
|
]);
|
|
12354
12354
|
});
|
|
12355
12355
|
|
|
12356
|
-
//
|
|
12356
|
+
// ../node_modules/.bun/zod@3.25.76/node_modules/zod/v3/ZodError.js
|
|
12357
12357
|
var ZodIssueCode, quotelessJson = (obj) => {
|
|
12358
12358
|
const json = JSON.stringify(obj, null, 2);
|
|
12359
12359
|
return json.replace(/"([^"]+)":/g, "$1:");
|
|
@@ -12474,7 +12474,7 @@ var init_ZodError = __esm(() => {
|
|
|
12474
12474
|
};
|
|
12475
12475
|
});
|
|
12476
12476
|
|
|
12477
|
-
//
|
|
12477
|
+
// ../node_modules/.bun/zod@3.25.76/node_modules/zod/v3/locales/en.js
|
|
12478
12478
|
var errorMap = (issue, _ctx) => {
|
|
12479
12479
|
let message;
|
|
12480
12480
|
switch (issue.code) {
|
|
@@ -12581,7 +12581,7 @@ var init_en = __esm(() => {
|
|
|
12581
12581
|
en_default = errorMap;
|
|
12582
12582
|
});
|
|
12583
12583
|
|
|
12584
|
-
//
|
|
12584
|
+
// ../node_modules/.bun/zod@3.25.76/node_modules/zod/v3/errors.js
|
|
12585
12585
|
function setErrorMap(map) {
|
|
12586
12586
|
overrideErrorMap = map;
|
|
12587
12587
|
}
|
|
@@ -12594,7 +12594,7 @@ var init_errors = __esm(() => {
|
|
|
12594
12594
|
overrideErrorMap = en_default;
|
|
12595
12595
|
});
|
|
12596
12596
|
|
|
12597
|
-
//
|
|
12597
|
+
// ../node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.js
|
|
12598
12598
|
function addIssueToContext(ctx, issueData) {
|
|
12599
12599
|
const overrideMap = getErrorMap();
|
|
12600
12600
|
const issue = makeIssue({
|
|
@@ -12699,10 +12699,10 @@ var init_parseUtil = __esm(() => {
|
|
|
12699
12699
|
});
|
|
12700
12700
|
});
|
|
12701
12701
|
|
|
12702
|
-
//
|
|
12702
|
+
// ../node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/typeAliases.js
|
|
12703
12703
|
var init_typeAliases = () => {};
|
|
12704
12704
|
|
|
12705
|
-
//
|
|
12705
|
+
// ../node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.js
|
|
12706
12706
|
var errorUtil;
|
|
12707
12707
|
var init_errorUtil = __esm(() => {
|
|
12708
12708
|
(function(errorUtil2) {
|
|
@@ -12711,7 +12711,7 @@ var init_errorUtil = __esm(() => {
|
|
|
12711
12711
|
})(errorUtil || (errorUtil = {}));
|
|
12712
12712
|
});
|
|
12713
12713
|
|
|
12714
|
-
//
|
|
12714
|
+
// ../node_modules/.bun/zod@3.25.76/node_modules/zod/v3/types.js
|
|
12715
12715
|
class ParseInputLazyPath {
|
|
12716
12716
|
constructor(parent, value, path, key) {
|
|
12717
12717
|
this._cachedPath = [];
|
|
@@ -16062,7 +16062,7 @@ var init_types = __esm(() => {
|
|
|
16062
16062
|
NEVER = INVALID;
|
|
16063
16063
|
});
|
|
16064
16064
|
|
|
16065
|
-
//
|
|
16065
|
+
// ../node_modules/.bun/zod@3.25.76/node_modules/zod/v3/external.js
|
|
16066
16066
|
var exports_external = {};
|
|
16067
16067
|
__export(exports_external, {
|
|
16068
16068
|
void: () => voidType,
|
|
@@ -16182,7 +16182,7 @@ var init_external = __esm(() => {
|
|
|
16182
16182
|
init_ZodError();
|
|
16183
16183
|
});
|
|
16184
16184
|
|
|
16185
|
-
//
|
|
16185
|
+
// ../node_modules/.bun/zod@3.25.76/node_modules/zod/index.js
|
|
16186
16186
|
var init_zod = __esm(() => {
|
|
16187
16187
|
init_external();
|
|
16188
16188
|
init_external();
|
|
@@ -16888,7 +16888,7 @@ var init_vault = __esm(() => {
|
|
|
16888
16888
|
};
|
|
16889
16889
|
});
|
|
16890
16890
|
|
|
16891
|
-
//
|
|
16891
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/identity.js
|
|
16892
16892
|
var require_identity = __commonJS((exports2) => {
|
|
16893
16893
|
var ALIAS = Symbol.for("yaml.alias");
|
|
16894
16894
|
var DOC = Symbol.for("yaml.document");
|
|
@@ -16942,7 +16942,7 @@ var require_identity = __commonJS((exports2) => {
|
|
|
16942
16942
|
exports2.isSeq = isSeq;
|
|
16943
16943
|
});
|
|
16944
16944
|
|
|
16945
|
-
//
|
|
16945
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/visit.js
|
|
16946
16946
|
var require_visit = __commonJS((exports2) => {
|
|
16947
16947
|
var identity = require_identity();
|
|
16948
16948
|
var BREAK = Symbol("break visit");
|
|
@@ -17097,7 +17097,7 @@ var require_visit = __commonJS((exports2) => {
|
|
|
17097
17097
|
exports2.visitAsync = visitAsync;
|
|
17098
17098
|
});
|
|
17099
17099
|
|
|
17100
|
-
//
|
|
17100
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/directives.js
|
|
17101
17101
|
var require_directives = __commonJS((exports2) => {
|
|
17102
17102
|
var identity = require_identity();
|
|
17103
17103
|
var visit = require_visit();
|
|
@@ -17249,7 +17249,7 @@ var require_directives = __commonJS((exports2) => {
|
|
|
17249
17249
|
exports2.Directives = Directives;
|
|
17250
17250
|
});
|
|
17251
17251
|
|
|
17252
|
-
//
|
|
17252
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/anchors.js
|
|
17253
17253
|
var require_anchors = __commonJS((exports2) => {
|
|
17254
17254
|
var identity = require_identity();
|
|
17255
17255
|
var visit = require_visit();
|
|
@@ -17311,7 +17311,7 @@ var require_anchors = __commonJS((exports2) => {
|
|
|
17311
17311
|
exports2.findNewAnchor = findNewAnchor;
|
|
17312
17312
|
});
|
|
17313
17313
|
|
|
17314
|
-
//
|
|
17314
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/applyReviver.js
|
|
17315
17315
|
var require_applyReviver = __commonJS((exports2) => {
|
|
17316
17316
|
function applyReviver(reviver, obj, key, val) {
|
|
17317
17317
|
if (val && typeof val === "object") {
|
|
@@ -17358,7 +17358,7 @@ var require_applyReviver = __commonJS((exports2) => {
|
|
|
17358
17358
|
exports2.applyReviver = applyReviver;
|
|
17359
17359
|
});
|
|
17360
17360
|
|
|
17361
|
-
//
|
|
17361
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/toJS.js
|
|
17362
17362
|
var require_toJS = __commonJS((exports2) => {
|
|
17363
17363
|
var identity = require_identity();
|
|
17364
17364
|
function toJS(value, arg, ctx) {
|
|
@@ -17385,7 +17385,7 @@ var require_toJS = __commonJS((exports2) => {
|
|
|
17385
17385
|
exports2.toJS = toJS;
|
|
17386
17386
|
});
|
|
17387
17387
|
|
|
17388
|
-
//
|
|
17388
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Node.js
|
|
17389
17389
|
var require_Node = __commonJS((exports2) => {
|
|
17390
17390
|
var applyReviver = require_applyReviver();
|
|
17391
17391
|
var identity = require_identity();
|
|
@@ -17422,7 +17422,7 @@ var require_Node = __commonJS((exports2) => {
|
|
|
17422
17422
|
exports2.NodeBase = NodeBase;
|
|
17423
17423
|
});
|
|
17424
17424
|
|
|
17425
|
-
//
|
|
17425
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Alias.js
|
|
17426
17426
|
var require_Alias = __commonJS((exports2) => {
|
|
17427
17427
|
var anchors = require_anchors();
|
|
17428
17428
|
var visit = require_visit();
|
|
@@ -17530,7 +17530,7 @@ var require_Alias = __commonJS((exports2) => {
|
|
|
17530
17530
|
exports2.Alias = Alias;
|
|
17531
17531
|
});
|
|
17532
17532
|
|
|
17533
|
-
//
|
|
17533
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Scalar.js
|
|
17534
17534
|
var require_Scalar = __commonJS((exports2) => {
|
|
17535
17535
|
var identity = require_identity();
|
|
17536
17536
|
var Node = require_Node();
|
|
@@ -17558,7 +17558,7 @@ var require_Scalar = __commonJS((exports2) => {
|
|
|
17558
17558
|
exports2.isScalarValue = isScalarValue;
|
|
17559
17559
|
});
|
|
17560
17560
|
|
|
17561
|
-
//
|
|
17561
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/createNode.js
|
|
17562
17562
|
var require_createNode = __commonJS((exports2) => {
|
|
17563
17563
|
var Alias = require_Alias();
|
|
17564
17564
|
var identity = require_identity();
|
|
@@ -17630,7 +17630,7 @@ var require_createNode = __commonJS((exports2) => {
|
|
|
17630
17630
|
exports2.createNode = createNode;
|
|
17631
17631
|
});
|
|
17632
17632
|
|
|
17633
|
-
//
|
|
17633
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Collection.js
|
|
17634
17634
|
var require_Collection = __commonJS((exports2) => {
|
|
17635
17635
|
var createNode = require_createNode();
|
|
17636
17636
|
var identity = require_identity();
|
|
@@ -17745,7 +17745,7 @@ var require_Collection = __commonJS((exports2) => {
|
|
|
17745
17745
|
exports2.isEmptyPath = isEmptyPath;
|
|
17746
17746
|
});
|
|
17747
17747
|
|
|
17748
|
-
//
|
|
17748
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyComment.js
|
|
17749
17749
|
var require_stringifyComment = __commonJS((exports2) => {
|
|
17750
17750
|
var stringifyComment = (str) => str.replace(/^(?!$)(?: $)?/gm, "#");
|
|
17751
17751
|
function indentComment(comment, indent) {
|
|
@@ -17762,7 +17762,7 @@ var require_stringifyComment = __commonJS((exports2) => {
|
|
|
17762
17762
|
exports2.stringifyComment = stringifyComment;
|
|
17763
17763
|
});
|
|
17764
17764
|
|
|
17765
|
-
//
|
|
17765
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/foldFlowLines.js
|
|
17766
17766
|
var require_foldFlowLines = __commonJS((exports2) => {
|
|
17767
17767
|
var FOLD_FLOW = "flow";
|
|
17768
17768
|
var FOLD_BLOCK = "block";
|
|
@@ -17899,7 +17899,7 @@ ${indent}${text.slice(fold + 1, end2)}`;
|
|
|
17899
17899
|
exports2.foldFlowLines = foldFlowLines;
|
|
17900
17900
|
});
|
|
17901
17901
|
|
|
17902
|
-
//
|
|
17902
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyString.js
|
|
17903
17903
|
var require_stringifyString = __commonJS((exports2) => {
|
|
17904
17904
|
var Scalar = require_Scalar();
|
|
17905
17905
|
var foldFlowLines = require_foldFlowLines();
|
|
@@ -18197,7 +18197,7 @@ ${indent}`);
|
|
|
18197
18197
|
exports2.stringifyString = stringifyString;
|
|
18198
18198
|
});
|
|
18199
18199
|
|
|
18200
|
-
//
|
|
18200
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringify.js
|
|
18201
18201
|
var require_stringify = __commonJS((exports2) => {
|
|
18202
18202
|
var anchors = require_anchors();
|
|
18203
18203
|
var identity = require_identity();
|
|
@@ -18318,7 +18318,7 @@ ${ctx.indent}${str}`;
|
|
|
18318
18318
|
exports2.stringify = stringify;
|
|
18319
18319
|
});
|
|
18320
18320
|
|
|
18321
|
-
//
|
|
18321
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyPair.js
|
|
18322
18322
|
var require_stringifyPair = __commonJS((exports2) => {
|
|
18323
18323
|
var identity = require_identity();
|
|
18324
18324
|
var Scalar = require_Scalar();
|
|
@@ -18454,7 +18454,7 @@ ${ctx.indent}`;
|
|
|
18454
18454
|
exports2.stringifyPair = stringifyPair;
|
|
18455
18455
|
});
|
|
18456
18456
|
|
|
18457
|
-
//
|
|
18457
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/log.js
|
|
18458
18458
|
var require_log = __commonJS((exports2) => {
|
|
18459
18459
|
var node_process = __require("process");
|
|
18460
18460
|
function debug(logLevel, ...messages) {
|
|
@@ -18473,7 +18473,7 @@ var require_log = __commonJS((exports2) => {
|
|
|
18473
18473
|
exports2.warn = warn;
|
|
18474
18474
|
});
|
|
18475
18475
|
|
|
18476
|
-
//
|
|
18476
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/merge.js
|
|
18477
18477
|
var require_merge = __commonJS((exports2) => {
|
|
18478
18478
|
var identity = require_identity();
|
|
18479
18479
|
var Scalar = require_Scalar();
|
|
@@ -18527,7 +18527,7 @@ var require_merge = __commonJS((exports2) => {
|
|
|
18527
18527
|
exports2.merge = merge;
|
|
18528
18528
|
});
|
|
18529
18529
|
|
|
18530
|
-
//
|
|
18530
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/addPairToJSMap.js
|
|
18531
18531
|
var require_addPairToJSMap = __commonJS((exports2) => {
|
|
18532
18532
|
var log = require_log();
|
|
18533
18533
|
var merge = require_merge();
|
|
@@ -18588,7 +18588,7 @@ var require_addPairToJSMap = __commonJS((exports2) => {
|
|
|
18588
18588
|
exports2.addPairToJSMap = addPairToJSMap;
|
|
18589
18589
|
});
|
|
18590
18590
|
|
|
18591
|
-
//
|
|
18591
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Pair.js
|
|
18592
18592
|
var require_Pair = __commonJS((exports2) => {
|
|
18593
18593
|
var createNode = require_createNode();
|
|
18594
18594
|
var stringifyPair = require_stringifyPair();
|
|
@@ -18626,7 +18626,7 @@ var require_Pair = __commonJS((exports2) => {
|
|
|
18626
18626
|
exports2.createPair = createPair;
|
|
18627
18627
|
});
|
|
18628
18628
|
|
|
18629
|
-
//
|
|
18629
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyCollection.js
|
|
18630
18630
|
var require_stringifyCollection = __commonJS((exports2) => {
|
|
18631
18631
|
var identity = require_identity();
|
|
18632
18632
|
var stringify = require_stringify();
|
|
@@ -18778,7 +18778,7 @@ ${indent}${end}`;
|
|
|
18778
18778
|
exports2.stringifyCollection = stringifyCollection;
|
|
18779
18779
|
});
|
|
18780
18780
|
|
|
18781
|
-
//
|
|
18781
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLMap.js
|
|
18782
18782
|
var require_YAMLMap = __commonJS((exports2) => {
|
|
18783
18783
|
var stringifyCollection = require_stringifyCollection();
|
|
18784
18784
|
var addPairToJSMap = require_addPairToJSMap();
|
|
@@ -18905,7 +18905,7 @@ var require_YAMLMap = __commonJS((exports2) => {
|
|
|
18905
18905
|
exports2.findPair = findPair;
|
|
18906
18906
|
});
|
|
18907
18907
|
|
|
18908
|
-
//
|
|
18908
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/map.js
|
|
18909
18909
|
var require_map = __commonJS((exports2) => {
|
|
18910
18910
|
var identity = require_identity();
|
|
18911
18911
|
var YAMLMap = require_YAMLMap();
|
|
@@ -18924,7 +18924,7 @@ var require_map = __commonJS((exports2) => {
|
|
|
18924
18924
|
exports2.map = map;
|
|
18925
18925
|
});
|
|
18926
18926
|
|
|
18927
|
-
//
|
|
18927
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLSeq.js
|
|
18928
18928
|
var require_YAMLSeq = __commonJS((exports2) => {
|
|
18929
18929
|
var createNode = require_createNode();
|
|
18930
18930
|
var stringifyCollection = require_stringifyCollection();
|
|
@@ -19017,7 +19017,7 @@ var require_YAMLSeq = __commonJS((exports2) => {
|
|
|
19017
19017
|
exports2.YAMLSeq = YAMLSeq;
|
|
19018
19018
|
});
|
|
19019
19019
|
|
|
19020
|
-
//
|
|
19020
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/seq.js
|
|
19021
19021
|
var require_seq = __commonJS((exports2) => {
|
|
19022
19022
|
var identity = require_identity();
|
|
19023
19023
|
var YAMLSeq = require_YAMLSeq();
|
|
@@ -19036,7 +19036,7 @@ var require_seq = __commonJS((exports2) => {
|
|
|
19036
19036
|
exports2.seq = seq;
|
|
19037
19037
|
});
|
|
19038
19038
|
|
|
19039
|
-
//
|
|
19039
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/string.js
|
|
19040
19040
|
var require_string = __commonJS((exports2) => {
|
|
19041
19041
|
var stringifyString = require_stringifyString();
|
|
19042
19042
|
var string = {
|
|
@@ -19052,7 +19052,7 @@ var require_string = __commonJS((exports2) => {
|
|
|
19052
19052
|
exports2.string = string;
|
|
19053
19053
|
});
|
|
19054
19054
|
|
|
19055
|
-
//
|
|
19055
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/null.js
|
|
19056
19056
|
var require_null = __commonJS((exports2) => {
|
|
19057
19057
|
var Scalar = require_Scalar();
|
|
19058
19058
|
var nullTag = {
|
|
@@ -19067,7 +19067,7 @@ var require_null = __commonJS((exports2) => {
|
|
|
19067
19067
|
exports2.nullTag = nullTag;
|
|
19068
19068
|
});
|
|
19069
19069
|
|
|
19070
|
-
//
|
|
19070
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/bool.js
|
|
19071
19071
|
var require_bool = __commonJS((exports2) => {
|
|
19072
19072
|
var Scalar = require_Scalar();
|
|
19073
19073
|
var boolTag = {
|
|
@@ -19088,7 +19088,7 @@ var require_bool = __commonJS((exports2) => {
|
|
|
19088
19088
|
exports2.boolTag = boolTag;
|
|
19089
19089
|
});
|
|
19090
19090
|
|
|
19091
|
-
//
|
|
19091
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyNumber.js
|
|
19092
19092
|
var require_stringifyNumber = __commonJS((exports2) => {
|
|
19093
19093
|
function stringifyNumber({ format, minFractionDigits, tag, value }) {
|
|
19094
19094
|
if (typeof value === "bigint")
|
|
@@ -19112,7 +19112,7 @@ var require_stringifyNumber = __commonJS((exports2) => {
|
|
|
19112
19112
|
exports2.stringifyNumber = stringifyNumber;
|
|
19113
19113
|
});
|
|
19114
19114
|
|
|
19115
|
-
//
|
|
19115
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/float.js
|
|
19116
19116
|
var require_float = __commonJS((exports2) => {
|
|
19117
19117
|
var Scalar = require_Scalar();
|
|
19118
19118
|
var stringifyNumber = require_stringifyNumber();
|
|
@@ -19155,7 +19155,7 @@ var require_float = __commonJS((exports2) => {
|
|
|
19155
19155
|
exports2.floatNaN = floatNaN;
|
|
19156
19156
|
});
|
|
19157
19157
|
|
|
19158
|
-
//
|
|
19158
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/int.js
|
|
19159
19159
|
var require_int = __commonJS((exports2) => {
|
|
19160
19160
|
var stringifyNumber = require_stringifyNumber();
|
|
19161
19161
|
var intIdentify = (value) => typeof value === "bigint" || Number.isInteger(value);
|
|
@@ -19197,7 +19197,7 @@ var require_int = __commonJS((exports2) => {
|
|
|
19197
19197
|
exports2.intOct = intOct;
|
|
19198
19198
|
});
|
|
19199
19199
|
|
|
19200
|
-
//
|
|
19200
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/schema.js
|
|
19201
19201
|
var require_schema = __commonJS((exports2) => {
|
|
19202
19202
|
var map = require_map();
|
|
19203
19203
|
var _null = require_null();
|
|
@@ -19222,7 +19222,7 @@ var require_schema = __commonJS((exports2) => {
|
|
|
19222
19222
|
exports2.schema = schema;
|
|
19223
19223
|
});
|
|
19224
19224
|
|
|
19225
|
-
//
|
|
19225
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/json/schema.js
|
|
19226
19226
|
var require_schema2 = __commonJS((exports2) => {
|
|
19227
19227
|
var Scalar = require_Scalar();
|
|
19228
19228
|
var map = require_map();
|
|
@@ -19286,7 +19286,7 @@ var require_schema2 = __commonJS((exports2) => {
|
|
|
19286
19286
|
exports2.schema = schema;
|
|
19287
19287
|
});
|
|
19288
19288
|
|
|
19289
|
-
//
|
|
19289
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/binary.js
|
|
19290
19290
|
var require_binary = __commonJS((exports2) => {
|
|
19291
19291
|
var node_buffer = __require("buffer");
|
|
19292
19292
|
var Scalar = require_Scalar();
|
|
@@ -19341,7 +19341,7 @@ var require_binary = __commonJS((exports2) => {
|
|
|
19341
19341
|
exports2.binary = binary;
|
|
19342
19342
|
});
|
|
19343
19343
|
|
|
19344
|
-
//
|
|
19344
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/pairs.js
|
|
19345
19345
|
var require_pairs = __commonJS((exports2) => {
|
|
19346
19346
|
var identity = require_identity();
|
|
19347
19347
|
var Pair = require_Pair();
|
|
@@ -19416,7 +19416,7 @@ ${cn.comment}` : item.comment;
|
|
|
19416
19416
|
exports2.resolvePairs = resolvePairs;
|
|
19417
19417
|
});
|
|
19418
19418
|
|
|
19419
|
-
//
|
|
19419
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/omap.js
|
|
19420
19420
|
var require_omap = __commonJS((exports2) => {
|
|
19421
19421
|
var identity = require_identity();
|
|
19422
19422
|
var toJS = require_toJS();
|
|
@@ -19488,7 +19488,7 @@ var require_omap = __commonJS((exports2) => {
|
|
|
19488
19488
|
exports2.omap = omap;
|
|
19489
19489
|
});
|
|
19490
19490
|
|
|
19491
|
-
//
|
|
19491
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/bool.js
|
|
19492
19492
|
var require_bool2 = __commonJS((exports2) => {
|
|
19493
19493
|
var Scalar = require_Scalar();
|
|
19494
19494
|
function boolStringify({ value, source }, ctx) {
|
|
@@ -19517,7 +19517,7 @@ var require_bool2 = __commonJS((exports2) => {
|
|
|
19517
19517
|
exports2.trueTag = trueTag;
|
|
19518
19518
|
});
|
|
19519
19519
|
|
|
19520
|
-
//
|
|
19520
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/float.js
|
|
19521
19521
|
var require_float2 = __commonJS((exports2) => {
|
|
19522
19522
|
var Scalar = require_Scalar();
|
|
19523
19523
|
var stringifyNumber = require_stringifyNumber();
|
|
@@ -19563,7 +19563,7 @@ var require_float2 = __commonJS((exports2) => {
|
|
|
19563
19563
|
exports2.floatNaN = floatNaN;
|
|
19564
19564
|
});
|
|
19565
19565
|
|
|
19566
|
-
//
|
|
19566
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/int.js
|
|
19567
19567
|
var require_int2 = __commonJS((exports2) => {
|
|
19568
19568
|
var stringifyNumber = require_stringifyNumber();
|
|
19569
19569
|
var intIdentify = (value) => typeof value === "bigint" || Number.isInteger(value);
|
|
@@ -19639,7 +19639,7 @@ var require_int2 = __commonJS((exports2) => {
|
|
|
19639
19639
|
exports2.intOct = intOct;
|
|
19640
19640
|
});
|
|
19641
19641
|
|
|
19642
|
-
//
|
|
19642
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/set.js
|
|
19643
19643
|
var require_set = __commonJS((exports2) => {
|
|
19644
19644
|
var identity = require_identity();
|
|
19645
19645
|
var Pair = require_Pair();
|
|
@@ -19722,7 +19722,7 @@ var require_set = __commonJS((exports2) => {
|
|
|
19722
19722
|
exports2.set = set;
|
|
19723
19723
|
});
|
|
19724
19724
|
|
|
19725
|
-
//
|
|
19725
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js
|
|
19726
19726
|
var require_timestamp = __commonJS((exports2) => {
|
|
19727
19727
|
var stringifyNumber = require_stringifyNumber();
|
|
19728
19728
|
function parseSexagesimal(str, asBigInt) {
|
|
@@ -19804,7 +19804,7 @@ var require_timestamp = __commonJS((exports2) => {
|
|
|
19804
19804
|
exports2.timestamp = timestamp;
|
|
19805
19805
|
});
|
|
19806
19806
|
|
|
19807
|
-
//
|
|
19807
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/schema.js
|
|
19808
19808
|
var require_schema3 = __commonJS((exports2) => {
|
|
19809
19809
|
var map = require_map();
|
|
19810
19810
|
var _null = require_null();
|
|
@@ -19845,7 +19845,7 @@ var require_schema3 = __commonJS((exports2) => {
|
|
|
19845
19845
|
exports2.schema = schema;
|
|
19846
19846
|
});
|
|
19847
19847
|
|
|
19848
|
-
//
|
|
19848
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/tags.js
|
|
19849
19849
|
var require_tags = __commonJS((exports2) => {
|
|
19850
19850
|
var map = require_map();
|
|
19851
19851
|
var _null = require_null();
|
|
@@ -19936,7 +19936,7 @@ var require_tags = __commonJS((exports2) => {
|
|
|
19936
19936
|
exports2.getTags = getTags;
|
|
19937
19937
|
});
|
|
19938
19938
|
|
|
19939
|
-
//
|
|
19939
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/Schema.js
|
|
19940
19940
|
var require_Schema = __commonJS((exports2) => {
|
|
19941
19941
|
var identity = require_identity();
|
|
19942
19942
|
var map = require_map();
|
|
@@ -19966,7 +19966,7 @@ var require_Schema = __commonJS((exports2) => {
|
|
|
19966
19966
|
exports2.Schema = Schema;
|
|
19967
19967
|
});
|
|
19968
19968
|
|
|
19969
|
-
//
|
|
19969
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyDocument.js
|
|
19970
19970
|
var require_stringifyDocument = __commonJS((exports2) => {
|
|
19971
19971
|
var identity = require_identity();
|
|
19972
19972
|
var stringify = require_stringify();
|
|
@@ -20046,7 +20046,7 @@ var require_stringifyDocument = __commonJS((exports2) => {
|
|
|
20046
20046
|
exports2.stringifyDocument = stringifyDocument;
|
|
20047
20047
|
});
|
|
20048
20048
|
|
|
20049
|
-
//
|
|
20049
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/Document.js
|
|
20050
20050
|
var require_Document = __commonJS((exports2) => {
|
|
20051
20051
|
var Alias = require_Alias();
|
|
20052
20052
|
var Collection = require_Collection();
|
|
@@ -20281,7 +20281,7 @@ var require_Document = __commonJS((exports2) => {
|
|
|
20281
20281
|
exports2.Document = Document;
|
|
20282
20282
|
});
|
|
20283
20283
|
|
|
20284
|
-
//
|
|
20284
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/errors.js
|
|
20285
20285
|
var require_errors = __commonJS((exports2) => {
|
|
20286
20286
|
class YAMLError extends Error {
|
|
20287
20287
|
constructor(name, pos, code, message) {
|
|
@@ -20346,7 +20346,7 @@ ${pointer}
|
|
|
20346
20346
|
exports2.prettifyError = prettifyError;
|
|
20347
20347
|
});
|
|
20348
20348
|
|
|
20349
|
-
//
|
|
20349
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-props.js
|
|
20350
20350
|
var require_resolve_props = __commonJS((exports2) => {
|
|
20351
20351
|
function resolveProps(tokens, { flow, indicator, next, offset, onError, parentIndent, startOnNewline }) {
|
|
20352
20352
|
let spaceBefore = false;
|
|
@@ -20476,7 +20476,7 @@ var require_resolve_props = __commonJS((exports2) => {
|
|
|
20476
20476
|
exports2.resolveProps = resolveProps;
|
|
20477
20477
|
});
|
|
20478
20478
|
|
|
20479
|
-
//
|
|
20479
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-contains-newline.js
|
|
20480
20480
|
var require_util_contains_newline = __commonJS((exports2) => {
|
|
20481
20481
|
function containsNewline(key) {
|
|
20482
20482
|
if (!key)
|
|
@@ -20516,7 +20516,7 @@ var require_util_contains_newline = __commonJS((exports2) => {
|
|
|
20516
20516
|
exports2.containsNewline = containsNewline;
|
|
20517
20517
|
});
|
|
20518
20518
|
|
|
20519
|
-
//
|
|
20519
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-flow-indent-check.js
|
|
20520
20520
|
var require_util_flow_indent_check = __commonJS((exports2) => {
|
|
20521
20521
|
var utilContainsNewline = require_util_contains_newline();
|
|
20522
20522
|
function flowIndentCheck(indent, fc, onError) {
|
|
@@ -20531,7 +20531,7 @@ var require_util_flow_indent_check = __commonJS((exports2) => {
|
|
|
20531
20531
|
exports2.flowIndentCheck = flowIndentCheck;
|
|
20532
20532
|
});
|
|
20533
20533
|
|
|
20534
|
-
//
|
|
20534
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-map-includes.js
|
|
20535
20535
|
var require_util_map_includes = __commonJS((exports2) => {
|
|
20536
20536
|
var identity = require_identity();
|
|
20537
20537
|
function mapIncludes(ctx, items, search) {
|
|
@@ -20544,7 +20544,7 @@ var require_util_map_includes = __commonJS((exports2) => {
|
|
|
20544
20544
|
exports2.mapIncludes = mapIncludes;
|
|
20545
20545
|
});
|
|
20546
20546
|
|
|
20547
|
-
//
|
|
20547
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-map.js
|
|
20548
20548
|
var require_resolve_block_map = __commonJS((exports2) => {
|
|
20549
20549
|
var Pair = require_Pair();
|
|
20550
20550
|
var YAMLMap = require_YAMLMap();
|
|
@@ -20651,7 +20651,7 @@ var require_resolve_block_map = __commonJS((exports2) => {
|
|
|
20651
20651
|
exports2.resolveBlockMap = resolveBlockMap;
|
|
20652
20652
|
});
|
|
20653
20653
|
|
|
20654
|
-
//
|
|
20654
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-seq.js
|
|
20655
20655
|
var require_resolve_block_seq = __commonJS((exports2) => {
|
|
20656
20656
|
var YAMLSeq = require_YAMLSeq();
|
|
20657
20657
|
var resolveProps = require_resolve_props();
|
|
@@ -20699,7 +20699,7 @@ var require_resolve_block_seq = __commonJS((exports2) => {
|
|
|
20699
20699
|
exports2.resolveBlockSeq = resolveBlockSeq;
|
|
20700
20700
|
});
|
|
20701
20701
|
|
|
20702
|
-
//
|
|
20702
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-end.js
|
|
20703
20703
|
var require_resolve_end = __commonJS((exports2) => {
|
|
20704
20704
|
function resolveEnd(end, offset, reqSpace, onError) {
|
|
20705
20705
|
let comment = "";
|
|
@@ -20739,7 +20739,7 @@ var require_resolve_end = __commonJS((exports2) => {
|
|
|
20739
20739
|
exports2.resolveEnd = resolveEnd;
|
|
20740
20740
|
});
|
|
20741
20741
|
|
|
20742
|
-
//
|
|
20742
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-collection.js
|
|
20743
20743
|
var require_resolve_flow_collection = __commonJS((exports2) => {
|
|
20744
20744
|
var identity = require_identity();
|
|
20745
20745
|
var Pair = require_Pair();
|
|
@@ -20930,7 +20930,7 @@ var require_resolve_flow_collection = __commonJS((exports2) => {
|
|
|
20930
20930
|
exports2.resolveFlowCollection = resolveFlowCollection;
|
|
20931
20931
|
});
|
|
20932
20932
|
|
|
20933
|
-
//
|
|
20933
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-collection.js
|
|
20934
20934
|
var require_compose_collection = __commonJS((exports2) => {
|
|
20935
20935
|
var identity = require_identity();
|
|
20936
20936
|
var Scalar = require_Scalar();
|
|
@@ -20992,7 +20992,7 @@ var require_compose_collection = __commonJS((exports2) => {
|
|
|
20992
20992
|
exports2.composeCollection = composeCollection;
|
|
20993
20993
|
});
|
|
20994
20994
|
|
|
20995
|
-
//
|
|
20995
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-scalar.js
|
|
20996
20996
|
var require_resolve_block_scalar = __commonJS((exports2) => {
|
|
20997
20997
|
var Scalar = require_Scalar();
|
|
20998
20998
|
function resolveBlockScalar(ctx, scalar, onError) {
|
|
@@ -21185,7 +21185,7 @@ var require_resolve_block_scalar = __commonJS((exports2) => {
|
|
|
21185
21185
|
exports2.resolveBlockScalar = resolveBlockScalar;
|
|
21186
21186
|
});
|
|
21187
21187
|
|
|
21188
|
-
//
|
|
21188
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-scalar.js
|
|
21189
21189
|
var require_resolve_flow_scalar = __commonJS((exports2) => {
|
|
21190
21190
|
var Scalar = require_Scalar();
|
|
21191
21191
|
var resolveEnd = require_resolve_end();
|
|
@@ -21401,7 +21401,7 @@ var require_resolve_flow_scalar = __commonJS((exports2) => {
|
|
|
21401
21401
|
exports2.resolveFlowScalar = resolveFlowScalar;
|
|
21402
21402
|
});
|
|
21403
21403
|
|
|
21404
|
-
//
|
|
21404
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-scalar.js
|
|
21405
21405
|
var require_compose_scalar = __commonJS((exports2) => {
|
|
21406
21406
|
var identity = require_identity();
|
|
21407
21407
|
var Scalar = require_Scalar();
|
|
@@ -21479,7 +21479,7 @@ var require_compose_scalar = __commonJS((exports2) => {
|
|
|
21479
21479
|
exports2.composeScalar = composeScalar;
|
|
21480
21480
|
});
|
|
21481
21481
|
|
|
21482
|
-
//
|
|
21482
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-empty-scalar-position.js
|
|
21483
21483
|
var require_util_empty_scalar_position = __commonJS((exports2) => {
|
|
21484
21484
|
function emptyScalarPosition(offset, before, pos) {
|
|
21485
21485
|
if (before) {
|
|
@@ -21506,7 +21506,7 @@ var require_util_empty_scalar_position = __commonJS((exports2) => {
|
|
|
21506
21506
|
exports2.emptyScalarPosition = emptyScalarPosition;
|
|
21507
21507
|
});
|
|
21508
21508
|
|
|
21509
|
-
//
|
|
21509
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-node.js
|
|
21510
21510
|
var require_compose_node = __commonJS((exports2) => {
|
|
21511
21511
|
var Alias = require_Alias();
|
|
21512
21512
|
var identity = require_identity();
|
|
@@ -21609,7 +21609,7 @@ var require_compose_node = __commonJS((exports2) => {
|
|
|
21609
21609
|
exports2.composeNode = composeNode;
|
|
21610
21610
|
});
|
|
21611
21611
|
|
|
21612
|
-
//
|
|
21612
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-doc.js
|
|
21613
21613
|
var require_compose_doc = __commonJS((exports2) => {
|
|
21614
21614
|
var Document = require_Document();
|
|
21615
21615
|
var composeNode = require_compose_node();
|
|
@@ -21649,7 +21649,7 @@ var require_compose_doc = __commonJS((exports2) => {
|
|
|
21649
21649
|
exports2.composeDoc = composeDoc;
|
|
21650
21650
|
});
|
|
21651
21651
|
|
|
21652
|
-
//
|
|
21652
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/composer.js
|
|
21653
21653
|
var require_composer2 = __commonJS((exports2) => {
|
|
21654
21654
|
var node_process = __require("process");
|
|
21655
21655
|
var directives = require_directives();
|
|
@@ -21838,7 +21838,7 @@ ${end.comment}` : end.comment;
|
|
|
21838
21838
|
exports2.Composer = Composer;
|
|
21839
21839
|
});
|
|
21840
21840
|
|
|
21841
|
-
//
|
|
21841
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-scalar.js
|
|
21842
21842
|
var require_cst_scalar = __commonJS((exports2) => {
|
|
21843
21843
|
var resolveBlockScalar = require_resolve_block_scalar();
|
|
21844
21844
|
var resolveFlowScalar = require_resolve_flow_scalar();
|
|
@@ -22028,7 +22028,7 @@ var require_cst_scalar = __commonJS((exports2) => {
|
|
|
22028
22028
|
exports2.setScalarValue = setScalarValue;
|
|
22029
22029
|
});
|
|
22030
22030
|
|
|
22031
|
-
//
|
|
22031
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-stringify.js
|
|
22032
22032
|
var require_cst_stringify = __commonJS((exports2) => {
|
|
22033
22033
|
var stringify = (cst) => ("type" in cst) ? stringifyToken(cst) : stringifyItem(cst);
|
|
22034
22034
|
function stringifyToken(token) {
|
|
@@ -22086,7 +22086,7 @@ var require_cst_stringify = __commonJS((exports2) => {
|
|
|
22086
22086
|
exports2.stringify = stringify;
|
|
22087
22087
|
});
|
|
22088
22088
|
|
|
22089
|
-
//
|
|
22089
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-visit.js
|
|
22090
22090
|
var require_cst_visit = __commonJS((exports2) => {
|
|
22091
22091
|
var BREAK = Symbol("break visit");
|
|
22092
22092
|
var SKIP = Symbol("skip children");
|
|
@@ -22145,7 +22145,7 @@ var require_cst_visit = __commonJS((exports2) => {
|
|
|
22145
22145
|
exports2.visit = visit;
|
|
22146
22146
|
});
|
|
22147
22147
|
|
|
22148
|
-
//
|
|
22148
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst.js
|
|
22149
22149
|
var require_cst = __commonJS((exports2) => {
|
|
22150
22150
|
var cstScalar = require_cst_scalar();
|
|
22151
22151
|
var cstStringify = require_cst_stringify();
|
|
@@ -22246,7 +22246,7 @@ var require_cst = __commonJS((exports2) => {
|
|
|
22246
22246
|
exports2.tokenType = tokenType;
|
|
22247
22247
|
});
|
|
22248
22248
|
|
|
22249
|
-
//
|
|
22249
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/lexer.js
|
|
22250
22250
|
var require_lexer = __commonJS((exports2) => {
|
|
22251
22251
|
var cst = require_cst();
|
|
22252
22252
|
function isEmpty2(ch) {
|
|
@@ -22832,7 +22832,7 @@ var require_lexer = __commonJS((exports2) => {
|
|
|
22832
22832
|
exports2.Lexer = Lexer;
|
|
22833
22833
|
});
|
|
22834
22834
|
|
|
22835
|
-
//
|
|
22835
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/line-counter.js
|
|
22836
22836
|
var require_line_counter = __commonJS((exports2) => {
|
|
22837
22837
|
class LineCounter {
|
|
22838
22838
|
constructor() {
|
|
@@ -22860,7 +22860,7 @@ var require_line_counter = __commonJS((exports2) => {
|
|
|
22860
22860
|
exports2.LineCounter = LineCounter;
|
|
22861
22861
|
});
|
|
22862
22862
|
|
|
22863
|
-
//
|
|
22863
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/parser.js
|
|
22864
22864
|
var require_parser = __commonJS((exports2) => {
|
|
22865
22865
|
var node_process = __require("process");
|
|
22866
22866
|
var cst = require_cst();
|
|
@@ -23709,7 +23709,7 @@ var require_parser = __commonJS((exports2) => {
|
|
|
23709
23709
|
exports2.Parser = Parser;
|
|
23710
23710
|
});
|
|
23711
23711
|
|
|
23712
|
-
//
|
|
23712
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/public-api.js
|
|
23713
23713
|
var require_public_api = __commonJS((exports2) => {
|
|
23714
23714
|
var composer = require_composer2();
|
|
23715
23715
|
var Document = require_Document();
|
|
@@ -23803,7 +23803,7 @@ var require_public_api = __commonJS((exports2) => {
|
|
|
23803
23803
|
exports2.stringify = stringify;
|
|
23804
23804
|
});
|
|
23805
23805
|
|
|
23806
|
-
//
|
|
23806
|
+
// ../node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/index.js
|
|
23807
23807
|
var composer, Document, Schema, errors2, Alias, identity, Pair, Scalar, YAMLMap, YAMLSeq, cst, lexer, lineCounter, parser, publicApi, visit, $Composer, $Document, $Schema, $YAMLError, $YAMLParseError, $YAMLWarning, $Alias, $isAlias, $isCollection, $isDocument, $isMap, $isNode, $isPair, $isScalar, $isSeq, $Pair, $Scalar, $YAMLMap, $YAMLSeq, $Lexer, $LineCounter, $Parser, $parse, $parseAllDocuments, $parseDocument, $stringify, $visit, $visitAsync;
|
|
23808
23808
|
var init_dist = __esm(() => {
|
|
23809
23809
|
composer = require_composer2();
|
|
@@ -26392,7 +26392,7 @@ var init_url_redact = __esm(() => {
|
|
|
26392
26392
|
URL_RE = /\b(?:https?|wss?|ftp):\/\/[^\s<>"']+/gi;
|
|
26393
26393
|
});
|
|
26394
26394
|
|
|
26395
|
-
//
|
|
26395
|
+
// ../node_modules/.bun/boundary@2.0.0/node_modules/boundary/lib/index.js
|
|
26396
26396
|
var require_lib = __commonJS((exports2) => {
|
|
26397
26397
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
26398
26398
|
exports2.binarySearch = exports2.upperBound = exports2.lowerBound = exports2.compare = undefined;
|
|
@@ -26439,7 +26439,7 @@ var require_lib = __commonJS((exports2) => {
|
|
|
26439
26439
|
exports2.binarySearch = binarySearch;
|
|
26440
26440
|
});
|
|
26441
26441
|
|
|
26442
|
-
//
|
|
26442
|
+
// ../node_modules/.bun/structured-source@4.0.0/node_modules/structured-source/lib/structured-source.js
|
|
26443
26443
|
var require_structured_source = __commonJS((exports2) => {
|
|
26444
26444
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
26445
26445
|
exports2.StructuredSource = undefined;
|
|
@@ -26494,13 +26494,13 @@ var require_structured_source = __commonJS((exports2) => {
|
|
|
26494
26494
|
}
|
|
26495
26495
|
exports2.StructuredSource = StructuredSource;
|
|
26496
26496
|
});
|
|
26497
|
-
//
|
|
26497
|
+
// ../node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/SecretLintSourceCodeImpl.js
|
|
26498
26498
|
var import_structured_source;
|
|
26499
26499
|
var init_SecretLintSourceCodeImpl = __esm(() => {
|
|
26500
26500
|
import_structured_source = __toESM(require_structured_source(), 1);
|
|
26501
26501
|
});
|
|
26502
26502
|
|
|
26503
|
-
//
|
|
26503
|
+
// ../node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/helper/promise-event-emitter.js
|
|
26504
26504
|
class EventEmitter {
|
|
26505
26505
|
#listeners = new Map;
|
|
26506
26506
|
on(type, listener) {
|
|
@@ -26539,9 +26539,9 @@ class EventEmitter {
|
|
|
26539
26539
|
return Array.from(this.#listeners.get(type) ?? []);
|
|
26540
26540
|
}
|
|
26541
26541
|
}
|
|
26542
|
-
//
|
|
26542
|
+
// ../node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RuleContext.js
|
|
26543
26543
|
var init_RuleContext = () => {};
|
|
26544
|
-
//
|
|
26544
|
+
// ../node_modules/.bun/@secretlint+profiler@12.2.0/node_modules/@secretlint/profiler/module/index.js
|
|
26545
26545
|
class SecretLintProfiler {
|
|
26546
26546
|
perf;
|
|
26547
26547
|
entries = [];
|
|
@@ -26598,7 +26598,7 @@ class SecretLintProfiler {
|
|
|
26598
26598
|
}
|
|
26599
26599
|
}
|
|
26600
26600
|
|
|
26601
|
-
//
|
|
26601
|
+
// ../node_modules/.bun/@secretlint+profiler@12.2.0/node_modules/@secretlint/profiler/module/node.js
|
|
26602
26602
|
import perf_hooks from "node:perf_hooks";
|
|
26603
26603
|
|
|
26604
26604
|
class NullPerformanceObserver {
|
|
@@ -26613,19 +26613,19 @@ var init_node = __esm(() => {
|
|
|
26613
26613
|
});
|
|
26614
26614
|
});
|
|
26615
26615
|
|
|
26616
|
-
//
|
|
26616
|
+
// ../node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RunningEvents.js
|
|
26617
26617
|
var init_RunningEvents = __esm(() => {
|
|
26618
26618
|
init_node();
|
|
26619
26619
|
});
|
|
26620
26620
|
|
|
26621
|
-
//
|
|
26621
|
+
// ../node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RulePresetContext.js
|
|
26622
26622
|
var init_RulePresetContext = __esm(() => {
|
|
26623
26623
|
init_RuleContext();
|
|
26624
26624
|
});
|
|
26625
|
-
//
|
|
26625
|
+
// ../node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/messages/index.js
|
|
26626
26626
|
var init_messages = () => {};
|
|
26627
26627
|
|
|
26628
|
-
//
|
|
26628
|
+
// ../node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/index.js
|
|
26629
26629
|
var import_debug, debug;
|
|
26630
26630
|
var init_module = __esm(() => {
|
|
26631
26631
|
init_SecretLintSourceCodeImpl();
|
|
@@ -26638,7 +26638,7 @@ var init_module = __esm(() => {
|
|
|
26638
26638
|
debug = import_debug.default("@secretlint/core");
|
|
26639
26639
|
});
|
|
26640
26640
|
|
|
26641
|
-
//
|
|
26641
|
+
// ../node_modules/.bun/@secretlint+secretlint-rule-preset-recommend@12.2.0/node_modules/@secretlint/secretlint-rule-preset-recommend/module/index.js
|
|
26642
26642
|
function requireLodash_uniq() {
|
|
26643
26643
|
if (hasRequiredLodash_uniq)
|
|
26644
26644
|
return lodash_uniq;
|
|
@@ -35011,7 +35011,7 @@ function clear(key) {
|
|
|
35011
35011
|
state.delete(key);
|
|
35012
35012
|
}
|
|
35013
35013
|
|
|
35014
|
-
//
|
|
35014
|
+
// ../node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/module.node.mjs
|
|
35015
35015
|
import { dirname as dirname2, posix, sep as sep2 } from "path";
|
|
35016
35016
|
function createModulerModifier() {
|
|
35017
35017
|
const getModuleFromFileName = createGetModuleFromFilename();
|
|
@@ -35047,7 +35047,7 @@ function normalizeWindowsPath(path) {
|
|
|
35047
35047
|
return path.replace(/^[A-Z]:/, "").replace(/\\/g, "/");
|
|
35048
35048
|
}
|
|
35049
35049
|
|
|
35050
|
-
//
|
|
35050
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/featureFlagUtils.mjs
|
|
35051
35051
|
var normalizeFlagsResponse = (flagsResponse) => {
|
|
35052
35052
|
if ("flags" in flagsResponse) {
|
|
35053
35053
|
const featureFlags = getFlagValuesFromFlags(flagsResponse.flags);
|
|
@@ -35118,7 +35118,7 @@ var parsePayload = (response) => {
|
|
|
35118
35118
|
}
|
|
35119
35119
|
};
|
|
35120
35120
|
|
|
35121
|
-
//
|
|
35121
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/gzip.mjs
|
|
35122
35122
|
function isGzipSupported() {
|
|
35123
35123
|
return "CompressionStream" in globalThis;
|
|
35124
35124
|
}
|
|
@@ -35138,7 +35138,7 @@ async function gzipCompress(input, isDebug = true) {
|
|
|
35138
35138
|
}
|
|
35139
35139
|
}
|
|
35140
35140
|
|
|
35141
|
-
//
|
|
35141
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/vendor/uuidv7.mjs
|
|
35142
35142
|
/*! For license information please see uuidv7.mjs.LICENSE.txt */
|
|
35143
35143
|
var DIGITS = "0123456789abcdef";
|
|
35144
35144
|
|
|
@@ -35316,7 +35316,7 @@ var defaultGenerator;
|
|
|
35316
35316
|
var uuidv7 = () => uuidv7obj().toString();
|
|
35317
35317
|
var uuidv7obj = () => (defaultGenerator || (defaultGenerator = new V7Generator)).generate();
|
|
35318
35318
|
|
|
35319
|
-
//
|
|
35319
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/types.mjs
|
|
35320
35320
|
var types_PostHogPersistedProperty = /* @__PURE__ */ function(PostHogPersistedProperty) {
|
|
35321
35321
|
PostHogPersistedProperty["AnonymousId"] = "anonymous_id";
|
|
35322
35322
|
PostHogPersistedProperty["DistinctId"] = "distinct_id";
|
|
@@ -35349,7 +35349,7 @@ var types_PostHogPersistedProperty = /* @__PURE__ */ function(PostHogPersistedPr
|
|
|
35349
35349
|
return PostHogPersistedProperty;
|
|
35350
35350
|
}({});
|
|
35351
35351
|
|
|
35352
|
-
//
|
|
35352
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/bot-detection.mjs
|
|
35353
35353
|
var DEFAULT_BLOCKED_UA_STRS = [
|
|
35354
35354
|
"amazonbot",
|
|
35355
35355
|
"amazonproductbot",
|
|
@@ -35438,7 +35438,7 @@ var isBlockedUA = function(ua, customBlockedUserAgents = []) {
|
|
|
35438
35438
|
return uaLower.indexOf(blockedUaLower) !== -1;
|
|
35439
35439
|
});
|
|
35440
35440
|
};
|
|
35441
|
-
//
|
|
35441
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/type-utils.mjs
|
|
35442
35442
|
var nativeIsArray = Array.isArray;
|
|
35443
35443
|
var ObjProto = Object.prototype;
|
|
35444
35444
|
var type_utils_hasOwnProperty = ObjProto.hasOwnProperty;
|
|
@@ -35475,7 +35475,7 @@ function isInstanceOf(candidate, base) {
|
|
|
35475
35475
|
}
|
|
35476
35476
|
}
|
|
35477
35477
|
|
|
35478
|
-
//
|
|
35478
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/number-utils.mjs
|
|
35479
35479
|
function clampToRange(value, min, max, logger, fallbackValue) {
|
|
35480
35480
|
if (min > max) {
|
|
35481
35481
|
logger.warn("min cannot be greater than max.");
|
|
@@ -35495,7 +35495,7 @@ function clampToRange(value, min, max, logger, fallbackValue) {
|
|
|
35495
35495
|
return clampToRange(fallbackValue || max, min, max, logger);
|
|
35496
35496
|
}
|
|
35497
35497
|
|
|
35498
|
-
//
|
|
35498
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/bucketed-rate-limiter.mjs
|
|
35499
35499
|
var ONE_DAY_IN_MS = 86400000;
|
|
35500
35500
|
|
|
35501
35501
|
class BucketedRateLimiter {
|
|
@@ -35539,7 +35539,7 @@ class BucketedRateLimiter {
|
|
|
35539
35539
|
this._buckets = {};
|
|
35540
35540
|
}
|
|
35541
35541
|
}
|
|
35542
|
-
//
|
|
35542
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/promise-queue.mjs
|
|
35543
35543
|
class PromiseQueue {
|
|
35544
35544
|
add(promise) {
|
|
35545
35545
|
const promiseUUID = uuidv7();
|
|
@@ -35565,7 +35565,7 @@ class PromiseQueue {
|
|
|
35565
35565
|
this.promiseByIds = {};
|
|
35566
35566
|
}
|
|
35567
35567
|
}
|
|
35568
|
-
//
|
|
35568
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/logger.mjs
|
|
35569
35569
|
function createConsole(consoleLike = console) {
|
|
35570
35570
|
const lockedMethods = {
|
|
35571
35571
|
log: consoleLike.log.bind(consoleLike),
|
|
@@ -35603,7 +35603,7 @@ var passThrough = (fn) => fn();
|
|
|
35603
35603
|
function createLogger(prefix, maybeCall = passThrough) {
|
|
35604
35604
|
return _createLogger(prefix, maybeCall, createConsole());
|
|
35605
35605
|
}
|
|
35606
|
-
//
|
|
35606
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/user-agent-utils.mjs
|
|
35607
35607
|
var MOBILE = "Mobile";
|
|
35608
35608
|
var IOS = "iOS";
|
|
35609
35609
|
var ANDROID = "Android";
|
|
@@ -35860,7 +35860,7 @@ var osMatchers = [
|
|
|
35860
35860
|
]
|
|
35861
35861
|
];
|
|
35862
35862
|
|
|
35863
|
-
//
|
|
35863
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/index.mjs
|
|
35864
35864
|
var STRING_FORMAT = "utf8";
|
|
35865
35865
|
function assert(truthyValue, message) {
|
|
35866
35866
|
if (!truthyValue || typeof truthyValue != "string" || isEmpty(truthyValue))
|
|
@@ -35908,7 +35908,7 @@ function allSettled(promises) {
|
|
|
35908
35908
|
reason
|
|
35909
35909
|
}))));
|
|
35910
35910
|
}
|
|
35911
|
-
//
|
|
35911
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/eventemitter.mjs
|
|
35912
35912
|
class SimpleEventEmitter {
|
|
35913
35913
|
constructor() {
|
|
35914
35914
|
this.events = {};
|
|
@@ -35930,7 +35930,7 @@ class SimpleEventEmitter {
|
|
|
35930
35930
|
}
|
|
35931
35931
|
}
|
|
35932
35932
|
|
|
35933
|
-
//
|
|
35933
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/posthog-core-stateless.mjs
|
|
35934
35934
|
class PostHogFetchHttpError extends Error {
|
|
35935
35935
|
constructor(response, reqByteLength) {
|
|
35936
35936
|
super("HTTP error while fetching PostHog: status=" + response.status + ", reqByteLength=" + reqByteLength), this.response = response, this.reqByteLength = reqByteLength, this.name = "PostHogFetchHttpError";
|
|
@@ -36645,7 +36645,7 @@ class PostHogCoreStateless {
|
|
|
36645
36645
|
return this.shutdownPromise;
|
|
36646
36646
|
}
|
|
36647
36647
|
}
|
|
36648
|
-
//
|
|
36648
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/index.mjs
|
|
36649
36649
|
var exports_error_tracking = {};
|
|
36650
36650
|
__export(exports_error_tracking, {
|
|
36651
36651
|
winjsStackLineParser: () => winjsStackLineParser,
|
|
@@ -36669,7 +36669,7 @@ __export(exports_error_tracking, {
|
|
|
36669
36669
|
DOMExceptionCoercer: () => DOMExceptionCoercer
|
|
36670
36670
|
});
|
|
36671
36671
|
|
|
36672
|
-
//
|
|
36672
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/chunk-ids.mjs
|
|
36673
36673
|
var parsedStackResults;
|
|
36674
36674
|
var lastKeysCount;
|
|
36675
36675
|
var cachedFilenameChunkIds;
|
|
@@ -36708,7 +36708,7 @@ function getFilenameToChunkIdMap(stackParser) {
|
|
|
36708
36708
|
return cachedFilenameChunkIds;
|
|
36709
36709
|
}
|
|
36710
36710
|
|
|
36711
|
-
//
|
|
36711
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/error-properties-builder.mjs
|
|
36712
36712
|
var MAX_CAUSE_RECURSION = 4;
|
|
36713
36713
|
|
|
36714
36714
|
class ErrorPropertiesBuilder {
|
|
@@ -36830,7 +36830,7 @@ class ErrorPropertiesBuilder {
|
|
|
36830
36830
|
return context;
|
|
36831
36831
|
}
|
|
36832
36832
|
}
|
|
36833
|
-
//
|
|
36833
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/base.mjs
|
|
36834
36834
|
var UNKNOWN_FUNCTION = "?";
|
|
36835
36835
|
function createFrame(platform, filename, func, lineno, colno) {
|
|
36836
36836
|
const frame = {
|
|
@@ -36846,7 +36846,7 @@ function createFrame(platform, filename, func, lineno, colno) {
|
|
|
36846
36846
|
return frame;
|
|
36847
36847
|
}
|
|
36848
36848
|
|
|
36849
|
-
//
|
|
36849
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/safari.mjs
|
|
36850
36850
|
var extractSafariExtensionDetails = (func, filename) => {
|
|
36851
36851
|
const isSafariExtension = func.indexOf("safari-extension") !== -1;
|
|
36852
36852
|
const isSafariWebExtension = func.indexOf("safari-web-extension") !== -1;
|
|
@@ -36859,7 +36859,7 @@ var extractSafariExtensionDetails = (func, filename) => {
|
|
|
36859
36859
|
];
|
|
36860
36860
|
};
|
|
36861
36861
|
|
|
36862
|
-
//
|
|
36862
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/chrome.mjs
|
|
36863
36863
|
var chromeRegexNoFnName = /^\s*at (\S+?)(?::(\d+))(?::(\d+))\s*$/i;
|
|
36864
36864
|
var chromeRegex = /^\s*at (?:(.+?\)(?: \[.+\])?|.*?) ?\((?:address at )?)?(?:async )?((?:<anonymous>|[-a-z]+:|.*bundle|\/)?.*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i;
|
|
36865
36865
|
var chromeEvalRegex = /\((\S*)(?::(\d+))(?::(\d+))\)/;
|
|
@@ -36885,7 +36885,7 @@ var chromeStackLineParser = (line, platform) => {
|
|
|
36885
36885
|
}
|
|
36886
36886
|
};
|
|
36887
36887
|
|
|
36888
|
-
//
|
|
36888
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/gecko.mjs
|
|
36889
36889
|
var geckoREgex = /^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:[-a-z]+)?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i;
|
|
36890
36890
|
var geckoEvalRegex = /(\S+) line (\d+)(?: > eval line \d+)* > eval/i;
|
|
36891
36891
|
var geckoStackLineParser = (line, platform) => {
|
|
@@ -36908,14 +36908,14 @@ var geckoStackLineParser = (line, platform) => {
|
|
|
36908
36908
|
}
|
|
36909
36909
|
};
|
|
36910
36910
|
|
|
36911
|
-
//
|
|
36911
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/winjs.mjs
|
|
36912
36912
|
var winjsRegex = /^\s*at (?:((?:\[object object\])?.+) )?\(?((?:[-a-z]+):.*?):(\d+)(?::(\d+))?\)?\s*$/i;
|
|
36913
36913
|
var winjsStackLineParser = (line, platform) => {
|
|
36914
36914
|
const parts = winjsRegex.exec(line);
|
|
36915
36915
|
return parts ? createFrame(platform, parts[2], parts[1] || UNKNOWN_FUNCTION, +parts[3], parts[4] ? +parts[4] : undefined) : undefined;
|
|
36916
36916
|
};
|
|
36917
36917
|
|
|
36918
|
-
//
|
|
36918
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/opera.mjs
|
|
36919
36919
|
var opera10Regex = / line (\d+).*script (?:in )?(\S+)(?:: in function (\S+))?$/i;
|
|
36920
36920
|
var opera10StackLineParser = (line, platform) => {
|
|
36921
36921
|
const parts = opera10Regex.exec(line);
|
|
@@ -36927,7 +36927,7 @@ var opera11StackLineParser = (line, platform) => {
|
|
|
36927
36927
|
return parts ? createFrame(platform, parts[5], parts[3] || parts[4] || UNKNOWN_FUNCTION, +parts[1], +parts[2]) : undefined;
|
|
36928
36928
|
};
|
|
36929
36929
|
|
|
36930
|
-
//
|
|
36930
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/node.mjs
|
|
36931
36931
|
var FILENAME_MATCH = /^\s*[-]{4,}$/;
|
|
36932
36932
|
var FULL_MATCH = /at (?:async )?(?:(.+?)\s+\()?(?:(.+):(\d+):(\d+)?|([^)]+))\)?/;
|
|
36933
36933
|
var nodeStackLineParser = (line, platform) => {
|
|
@@ -36996,7 +36996,7 @@ function _parseIntOrUndefined(input) {
|
|
|
36996
36996
|
return parseInt(input || "", 10) || undefined;
|
|
36997
36997
|
}
|
|
36998
36998
|
|
|
36999
|
-
//
|
|
36999
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/index.mjs
|
|
37000
37000
|
var WEBPACK_ERROR_REGEXP = /\(error: (.*)\)/;
|
|
37001
37001
|
var STACKTRACE_FRAME_LIMIT = 50;
|
|
37002
37002
|
function reverseAndStripFrames(stack) {
|
|
@@ -37041,7 +37041,7 @@ function createStackParser(platform, ...parsers) {
|
|
|
37041
37041
|
return reverseAndStripFrames(frames);
|
|
37042
37042
|
};
|
|
37043
37043
|
}
|
|
37044
|
-
//
|
|
37044
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/dom-exception-coercer.mjs
|
|
37045
37045
|
class DOMExceptionCoercer {
|
|
37046
37046
|
match(err) {
|
|
37047
37047
|
return this.isDOMException(err) || this.isDOMError(err);
|
|
@@ -37071,7 +37071,7 @@ class DOMExceptionCoercer {
|
|
|
37071
37071
|
return isBuiltin(err, "DOMError");
|
|
37072
37072
|
}
|
|
37073
37073
|
}
|
|
37074
|
-
//
|
|
37074
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/error-coercer.mjs
|
|
37075
37075
|
class ErrorCoercer {
|
|
37076
37076
|
match(err) {
|
|
37077
37077
|
return isPlainError(err);
|
|
@@ -37098,7 +37098,7 @@ class ErrorCoercer {
|
|
|
37098
37098
|
return err.stacktrace || err.stack || undefined;
|
|
37099
37099
|
}
|
|
37100
37100
|
}
|
|
37101
|
-
//
|
|
37101
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/error-event-coercer.mjs
|
|
37102
37102
|
class ErrorEventCoercer {
|
|
37103
37103
|
constructor() {}
|
|
37104
37104
|
match(err) {
|
|
@@ -37116,7 +37116,7 @@ class ErrorEventCoercer {
|
|
|
37116
37116
|
return exceptionLike;
|
|
37117
37117
|
}
|
|
37118
37118
|
}
|
|
37119
|
-
//
|
|
37119
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/string-coercer.mjs
|
|
37120
37120
|
var ERROR_TYPES_PATTERN = /^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i;
|
|
37121
37121
|
|
|
37122
37122
|
class StringCoercer {
|
|
@@ -37146,7 +37146,7 @@ class StringCoercer {
|
|
|
37146
37146
|
];
|
|
37147
37147
|
}
|
|
37148
37148
|
}
|
|
37149
|
-
//
|
|
37149
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/types.mjs
|
|
37150
37150
|
var severityLevels = [
|
|
37151
37151
|
"fatal",
|
|
37152
37152
|
"error",
|
|
@@ -37156,7 +37156,7 @@ var severityLevels = [
|
|
|
37156
37156
|
"debug"
|
|
37157
37157
|
];
|
|
37158
37158
|
|
|
37159
|
-
//
|
|
37159
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/utils.mjs
|
|
37160
37160
|
function extractExceptionKeysForMessage(err, maxLength = 40) {
|
|
37161
37161
|
const keys = Object.keys(err);
|
|
37162
37162
|
keys.sort();
|
|
@@ -37173,7 +37173,7 @@ function extractExceptionKeysForMessage(err, maxLength = 40) {
|
|
|
37173
37173
|
return "";
|
|
37174
37174
|
}
|
|
37175
37175
|
|
|
37176
|
-
//
|
|
37176
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/object-coercer.mjs
|
|
37177
37177
|
class ObjectCoercer {
|
|
37178
37178
|
match(candidate) {
|
|
37179
37179
|
return typeof candidate == "object" && candidate !== null;
|
|
@@ -37226,7 +37226,7 @@ class ObjectCoercer {
|
|
|
37226
37226
|
}
|
|
37227
37227
|
}
|
|
37228
37228
|
}
|
|
37229
|
-
//
|
|
37229
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/event-coercer.mjs
|
|
37230
37230
|
class EventCoercer {
|
|
37231
37231
|
match(err) {
|
|
37232
37232
|
return isEvent(err);
|
|
@@ -37241,7 +37241,7 @@ class EventCoercer {
|
|
|
37241
37241
|
};
|
|
37242
37242
|
}
|
|
37243
37243
|
}
|
|
37244
|
-
//
|
|
37244
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/primitive-coercer.mjs
|
|
37245
37245
|
class PrimitiveCoercer {
|
|
37246
37246
|
match(candidate) {
|
|
37247
37247
|
return isPrimitive(candidate);
|
|
@@ -37255,7 +37255,7 @@ class PrimitiveCoercer {
|
|
|
37255
37255
|
};
|
|
37256
37256
|
}
|
|
37257
37257
|
}
|
|
37258
|
-
//
|
|
37258
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/promise-rejection-event.mjs
|
|
37259
37259
|
class PromiseRejectionEventCoercer {
|
|
37260
37260
|
match(err) {
|
|
37261
37261
|
return isBuiltin(err, "PromiseRejectionEvent") || this.isCustomEventWrappingRejection(err);
|
|
@@ -37291,7 +37291,7 @@ class PromiseRejectionEventCoercer {
|
|
|
37291
37291
|
return error;
|
|
37292
37292
|
}
|
|
37293
37293
|
}
|
|
37294
|
-
//
|
|
37294
|
+
// ../node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/utils.mjs
|
|
37295
37295
|
class ReduceableCache {
|
|
37296
37296
|
constructor(_maxSize) {
|
|
37297
37297
|
this._maxSize = _maxSize;
|
|
@@ -37316,7 +37316,7 @@ class ReduceableCache {
|
|
|
37316
37316
|
}
|
|
37317
37317
|
}
|
|
37318
37318
|
}
|
|
37319
|
-
//
|
|
37319
|
+
// ../node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/context-lines.node.mjs
|
|
37320
37320
|
import { createReadStream } from "node:fs";
|
|
37321
37321
|
import { createInterface } from "node:readline";
|
|
37322
37322
|
var LRU_FILE_CONTENTS_CACHE = new exports_error_tracking.ReduceableCache(25);
|
|
@@ -37534,7 +37534,7 @@ function snipLine(line, colno) {
|
|
|
37534
37534
|
return newLine;
|
|
37535
37535
|
}
|
|
37536
37536
|
|
|
37537
|
-
//
|
|
37537
|
+
// ../node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/autocapture.mjs
|
|
37538
37538
|
function makeUncaughtExceptionHandler(captureFn, onFatalFn) {
|
|
37539
37539
|
let calledFatalError = false;
|
|
37540
37540
|
return Object.assign((error) => {
|
|
@@ -37566,7 +37566,7 @@ function addUnhandledRejectionListener(captureFn) {
|
|
|
37566
37566
|
}));
|
|
37567
37567
|
}
|
|
37568
37568
|
|
|
37569
|
-
//
|
|
37569
|
+
// ../node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/index.mjs
|
|
37570
37570
|
var SHUTDOWN_TIMEOUT = 2000;
|
|
37571
37571
|
|
|
37572
37572
|
class ErrorTracking {
|
|
@@ -37635,10 +37635,10 @@ class ErrorTracking {
|
|
|
37635
37635
|
}
|
|
37636
37636
|
}
|
|
37637
37637
|
|
|
37638
|
-
//
|
|
37638
|
+
// ../node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/version.mjs
|
|
37639
37639
|
var version = "5.29.2";
|
|
37640
37640
|
|
|
37641
|
-
//
|
|
37641
|
+
// ../node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/types.mjs
|
|
37642
37642
|
var FeatureFlagError2 = {
|
|
37643
37643
|
ERRORS_WHILE_COMPUTING: "errors_while_computing_flags",
|
|
37644
37644
|
FLAG_MISSING: "flag_missing",
|
|
@@ -37646,7 +37646,7 @@ var FeatureFlagError2 = {
|
|
|
37646
37646
|
UNKNOWN_ERROR: "unknown_error"
|
|
37647
37647
|
};
|
|
37648
37648
|
|
|
37649
|
-
//
|
|
37649
|
+
// ../node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/feature-flags/crypto.mjs
|
|
37650
37650
|
async function hashSHA1(text) {
|
|
37651
37651
|
const subtle = globalThis.crypto?.subtle;
|
|
37652
37652
|
if (!subtle)
|
|
@@ -37656,7 +37656,7 @@ async function hashSHA1(text) {
|
|
|
37656
37656
|
return hashArray.map((byte) => byte.toString(16).padStart(2, "0")).join("");
|
|
37657
37657
|
}
|
|
37658
37658
|
|
|
37659
|
-
//
|
|
37659
|
+
// ../node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/feature-flags/feature-flags.mjs
|
|
37660
37660
|
var SIXTY_SECONDS = 60000;
|
|
37661
37661
|
var LONG_SCALE = 1152921504606847000;
|
|
37662
37662
|
var NULL_VALUES_ALLOWED_OPERATORS = [
|
|
@@ -38530,7 +38530,7 @@ function relativeDateParseForFeatureFlagMatching(value) {
|
|
|
38530
38530
|
}
|
|
38531
38531
|
}
|
|
38532
38532
|
|
|
38533
|
-
//
|
|
38533
|
+
// ../node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/storage-memory.mjs
|
|
38534
38534
|
class PostHogMemoryStorage {
|
|
38535
38535
|
getProperty(key) {
|
|
38536
38536
|
return this._memoryStorage[key];
|
|
@@ -38543,7 +38543,7 @@ class PostHogMemoryStorage {
|
|
|
38543
38543
|
}
|
|
38544
38544
|
}
|
|
38545
38545
|
|
|
38546
|
-
//
|
|
38546
|
+
// ../node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/client.mjs
|
|
38547
38547
|
var MINIMUM_POLLING_INTERVAL = 100;
|
|
38548
38548
|
var THIRTY_SECONDS = 30000;
|
|
38549
38549
|
var MAX_CACHE_SIZE = 50000;
|
|
@@ -39331,7 +39331,7 @@ class PostHogBackendClient extends PostHogCoreStateless {
|
|
|
39331
39331
|
}
|
|
39332
39332
|
}
|
|
39333
39333
|
|
|
39334
|
-
//
|
|
39334
|
+
// ../node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/context/context.mjs
|
|
39335
39335
|
import { AsyncLocalStorage as AsyncLocalStorage2 } from "node:async_hooks";
|
|
39336
39336
|
|
|
39337
39337
|
class PostHogContext {
|
|
@@ -39362,7 +39362,7 @@ class PostHogContext {
|
|
|
39362
39362
|
}
|
|
39363
39363
|
}
|
|
39364
39364
|
|
|
39365
|
-
//
|
|
39365
|
+
// ../node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/sentry-integration.mjs
|
|
39366
39366
|
var NAME = "posthog-node";
|
|
39367
39367
|
function createEventProcessor(_posthog, { organization, projectId, prefix, severityAllowList = [
|
|
39368
39368
|
"error"
|
|
@@ -39430,7 +39430,7 @@ class PostHogSentryIntegration {
|
|
|
39430
39430
|
};
|
|
39431
39431
|
}
|
|
39432
39432
|
}
|
|
39433
|
-
//
|
|
39433
|
+
// ../node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/entrypoints/index.node.mjs
|
|
39434
39434
|
ErrorTracking.errorPropertiesBuilder = new exports_error_tracking.ErrorPropertiesBuilder([
|
|
39435
39435
|
new exports_error_tracking.EventCoercer,
|
|
39436
39436
|
new exports_error_tracking.ErrorCoercer,
|
|
@@ -46100,6 +46100,23 @@ async function handleModelCommand(parsed, deps) {
|
|
|
46100
46100
|
var MODEL_CALLBACK_PREFIX = "mdl:";
|
|
46101
46101
|
var MODEL_CALLBACK_SELECT = "mdl:s:";
|
|
46102
46102
|
var MODEL_CALLBACK_REFRESH = "mdl:r";
|
|
46103
|
+
var MODEL_CALLBACK_SR = "mdl:sr:";
|
|
46104
|
+
var SR_MODEL_LABELS = {
|
|
46105
|
+
"sr-gemini-2.5-pro": "Gemini 2.5 Pro",
|
|
46106
|
+
"sr-gemini-2.5-flash": "Gemini 2.5 Flash",
|
|
46107
|
+
"sr-deepseek-r1": "DeepSeek R1",
|
|
46108
|
+
"sr-deepseek-v3": "DeepSeek V3",
|
|
46109
|
+
"sr-glm-5": "GLM-5"
|
|
46110
|
+
};
|
|
46111
|
+
function srFriendlyLabel(srName) {
|
|
46112
|
+
return SR_MODEL_LABELS[srName] ?? srName.replace(/^sr-/, "").replace(/-/g, " ");
|
|
46113
|
+
}
|
|
46114
|
+
function classifyDiscoveredOptions(options) {
|
|
46115
|
+
return {
|
|
46116
|
+
claude: options.filter((o) => !o.label.startsWith("sr-") && !o.label.includes("/") && (/^[A-Z]/.test(o.label) || o.label.startsWith("claude-"))),
|
|
46117
|
+
sr: options.filter((o) => o.label.startsWith("sr-"))
|
|
46118
|
+
};
|
|
46119
|
+
}
|
|
46103
46120
|
function modelSelectCallbackData(label) {
|
|
46104
46121
|
return `${MODEL_CALLBACK_SELECT}${labelTag(label)}`;
|
|
46105
46122
|
}
|
|
@@ -46109,13 +46126,21 @@ function busyReply(deps) {
|
|
|
46109
46126
|
html: true
|
|
46110
46127
|
};
|
|
46111
46128
|
}
|
|
46112
|
-
function menuKeyboard(
|
|
46113
|
-
const rows =
|
|
46129
|
+
function menuKeyboard(claudeOptions, srOptions) {
|
|
46130
|
+
const rows = claudeOptions.map((o) => [
|
|
46114
46131
|
{
|
|
46115
46132
|
text: o.current ? `\u2705 ${o.label}` : o.label,
|
|
46116
46133
|
callback_data: modelSelectCallbackData(o.label)
|
|
46117
46134
|
}
|
|
46118
46135
|
]);
|
|
46136
|
+
for (const o of srOptions) {
|
|
46137
|
+
rows.push([
|
|
46138
|
+
{
|
|
46139
|
+
text: `\uD83C\uDF10 ${srFriendlyLabel(o.label)}`,
|
|
46140
|
+
callback_data: `${MODEL_CALLBACK_SR}${o.label}`
|
|
46141
|
+
}
|
|
46142
|
+
]);
|
|
46143
|
+
}
|
|
46119
46144
|
rows.push([{ text: "\uD83D\uDD04 Refresh", callback_data: MODEL_CALLBACK_REFRESH }]);
|
|
46120
46145
|
return rows;
|
|
46121
46146
|
}
|
|
@@ -46134,7 +46159,8 @@ async function buildModelMenu(deps) {
|
|
|
46134
46159
|
html: true
|
|
46135
46160
|
};
|
|
46136
46161
|
}
|
|
46137
|
-
const
|
|
46162
|
+
const { claude: claudeOptions, sr: srOptions } = classifyDiscoveredOptions(discovered.options);
|
|
46163
|
+
const current = claudeOptions.find((o) => o.current);
|
|
46138
46164
|
const lines = [`<b>Model \u2014 ${deps.escapeHtml(deps.getAgentName())}</b>`];
|
|
46139
46165
|
if (discovered.dismissFailed) {
|
|
46140
46166
|
lines.push("\u26a0\ufe0f <i>The picker may still be open on the agent pane \u2014 check it before switching.</i>");
|
|
@@ -46148,14 +46174,53 @@ async function buildModelMenu(deps) {
|
|
|
46148
46174
|
if (quota)
|
|
46149
46175
|
lines.push(`Quota: ${deps.escapeHtml(quota)}`);
|
|
46150
46176
|
lines.push("", "Tap a model to switch the <b>live session</b>:");
|
|
46177
|
+
if (srOptions.length > 0)
|
|
46178
|
+
lines.push("\uD83C\uDF10 = non-Anthropic via LiteLLM (session only)");
|
|
46151
46179
|
lines.push(PERSIST_NOTE);
|
|
46152
46180
|
return { text: lines.join(`
|
|
46153
|
-
`), html: true, keyboard: menuKeyboard(
|
|
46181
|
+
`), html: true, keyboard: menuKeyboard(claudeOptions, srOptions) };
|
|
46154
46182
|
}
|
|
46155
46183
|
async function handleModelMenuCallback(data, deps) {
|
|
46156
46184
|
if (data === MODEL_CALLBACK_REFRESH) {
|
|
46157
46185
|
return { answer: "Refreshed", reply: await buildModelMenu(deps) };
|
|
46158
46186
|
}
|
|
46187
|
+
if (data.startsWith(MODEL_CALLBACK_SR)) {
|
|
46188
|
+
const srName = data.slice(MODEL_CALLBACK_SR.length);
|
|
46189
|
+
if (!isValidModelArg(srName)) {
|
|
46190
|
+
return { answer: "Invalid model name", reply: await buildModelMenu(deps) };
|
|
46191
|
+
}
|
|
46192
|
+
if (deps.isBusy()) {
|
|
46193
|
+
return {
|
|
46194
|
+
answer: "\u23f3 Agent is mid-turn \u2014 tap again when it\u2019s idle",
|
|
46195
|
+
reply: busyReply(deps),
|
|
46196
|
+
toastOnly: true
|
|
46197
|
+
};
|
|
46198
|
+
}
|
|
46199
|
+
let srResult;
|
|
46200
|
+
try {
|
|
46201
|
+
srResult = await deps.inject(deps.getAgentName(), `/model ${srName}`);
|
|
46202
|
+
} catch (err) {
|
|
46203
|
+
const msg = err instanceof Error ? err.message : String(err);
|
|
46204
|
+
return {
|
|
46205
|
+
answer: "Switch failed",
|
|
46206
|
+
reply: await menuWithBanner(deps, `\u274c Switch to <b>${deps.escapeHtml(srName)}</b> failed: ${deps.escapeHtml(msg)}`)
|
|
46207
|
+
};
|
|
46208
|
+
}
|
|
46209
|
+
if (srResult.outcome === "ok") {
|
|
46210
|
+
const friendlyName = srFriendlyLabel(srName);
|
|
46211
|
+
const confirmation = srResult.output.split(`
|
|
46212
|
+
`).map((l) => l.trim()).find((l) => /set model|switched/i.test(l)) ?? `Switched to ${friendlyName} (session)`;
|
|
46213
|
+
return {
|
|
46214
|
+
answer: confirmation,
|
|
46215
|
+
reply: await menuWithBanner(deps, `\u2705 ${deps.escapeHtml(confirmation)}`),
|
|
46216
|
+
selectedModel: srName
|
|
46217
|
+
};
|
|
46218
|
+
}
|
|
46219
|
+
return {
|
|
46220
|
+
answer: "Switch failed",
|
|
46221
|
+
reply: await menuWithBanner(deps, `\u274c Switch to <b>${deps.escapeHtml(srFriendlyLabel(srName))}</b> failed \u2014 agent may be mid-turn`)
|
|
46222
|
+
};
|
|
46223
|
+
}
|
|
46159
46224
|
if (!data.startsWith(MODEL_CALLBACK_SELECT)) {
|
|
46160
46225
|
return { answer: "Unknown action", reply: await buildModelMenu(deps) };
|
|
46161
46226
|
}
|
|
@@ -55933,10 +55998,10 @@ function readTurnActiveMarkerAgeMs(stateDir, now) {
|
|
|
55933
55998
|
}
|
|
55934
55999
|
|
|
55935
56000
|
// ../src/build-info.ts
|
|
55936
|
-
var VERSION = "0.16.
|
|
55937
|
-
var COMMIT_SHA = "
|
|
55938
|
-
var COMMIT_DATE = "2026-06-
|
|
55939
|
-
var LATEST_PR =
|
|
56001
|
+
var VERSION = "0.16.5";
|
|
56002
|
+
var COMMIT_SHA = "6821d14b";
|
|
56003
|
+
var COMMIT_DATE = "2026-06-28T02:45:06Z";
|
|
56004
|
+
var LATEST_PR = 2608;
|
|
55940
56005
|
var COMMITS_AHEAD_OF_TAG = 0;
|
|
55941
56006
|
|
|
55942
56007
|
// gateway/boot-version.ts
|
|
@@ -58391,13 +58456,29 @@ function releaseTurnBufferGate(key, endingTurn) {
|
|
|
58391
58456
|
shadowEmit({ kind: "turnEnd", key, at: Date.now(), outboundEmitted: true });
|
|
58392
58457
|
drainBufferedIfAllowed(endingTurn, "reply-released-gate");
|
|
58393
58458
|
}
|
|
58459
|
+
function emitTurnRecord(turn, endedAt) {
|
|
58460
|
+
try {
|
|
58461
|
+
const rec = JSON.stringify({
|
|
58462
|
+
ts: Math.floor(endedAt / 1000),
|
|
58463
|
+
agent: process.env.SWITCHROOM_AGENT_NAME ?? "unknown",
|
|
58464
|
+
duration_ms: turn.startedAt > 0 ? endedAt - turn.startedAt : 0,
|
|
58465
|
+
tools: turn.toolCallCount ?? 0,
|
|
58466
|
+
status: turn.finalAnswerDelivered ? "complete" : "no_reply",
|
|
58467
|
+
turn_id: turn.turnId
|
|
58468
|
+
}) + `
|
|
58469
|
+
`;
|
|
58470
|
+
appendFileSync5("/state/agent/turns.jsonl", rec);
|
|
58471
|
+
} catch {}
|
|
58472
|
+
}
|
|
58394
58473
|
function endCurrentTurnAtomic(turn) {
|
|
58395
58474
|
const key = statusKey(turn.sessionChatId, turn.sessionThreadId);
|
|
58396
58475
|
if (!turnLiveForItsTopic(turn))
|
|
58397
58476
|
return;
|
|
58398
58477
|
endCurrentTurnForKey(turn, key);
|
|
58399
|
-
|
|
58478
|
+
const turnEndedAt = Date.now();
|
|
58479
|
+
process.stderr.write(`telegram gateway: ${formatTurnLifecycle("clear", "turn_end", turn, turnEndedAt)}
|
|
58400
58480
|
`);
|
|
58481
|
+
emitTurnRecord(turn, turnEndedAt);
|
|
58401
58482
|
const degraded = detectStatusSurfaceDegraded(turn);
|
|
58402
58483
|
if (degraded != null) {
|
|
58403
58484
|
process.stderr.write(`telegram gateway: status-surface DEGRADED reason=${degraded.reason} turnId=${turn.turnId} chat=${turn.sessionChatId} thread=${turn.sessionThreadId ?? "-"} ${degraded.detail}
|