@probelabs/visor 0.1.185-ee → 0.1.186-ee
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/cli-main.d.ts.map +1 -1
- package/dist/config/config-watcher.d.ts +3 -1
- package/dist/config/config-watcher.d.ts.map +1 -1
- package/dist/index.js +177 -69
- package/dist/providers/ai-check-provider.d.ts.map +1 -1
- package/dist/runners/config-reload-runtime.d.ts +13 -0
- package/dist/runners/config-reload-runtime.d.ts.map +1 -0
- package/dist/sdk/{check-provider-registry-ZZ6N4GDP.mjs → check-provider-registry-7T2AEWLU.mjs} +3 -3
- package/dist/sdk/{check-provider-registry-RITJW67U.mjs → check-provider-registry-TQR32QBD.mjs} +2 -2
- package/dist/sdk/{chunk-YYFSAAD6.mjs → chunk-LWH6CVLZ.mjs} +12 -9
- package/dist/sdk/chunk-LWH6CVLZ.mjs.map +1 -0
- package/dist/sdk/{chunk-ZYDRR6PZ.mjs → chunk-TAOGXCWT.mjs} +10 -7
- package/dist/sdk/chunk-TAOGXCWT.mjs.map +1 -0
- package/dist/sdk/chunk-XX6WT332.mjs +6118 -0
- package/dist/sdk/chunk-XX6WT332.mjs.map +1 -0
- package/dist/sdk/config-BCYAVJ5S.mjs +16 -0
- package/dist/sdk/{schedule-tool-EMNF3FPQ.mjs → schedule-tool-25C5NMDG.mjs} +3 -3
- package/dist/sdk/{schedule-tool-ADZ2ON4I.mjs → schedule-tool-7IQI6MID.mjs} +2 -2
- package/dist/sdk/{schedule-tool-handler-3R3IC6VA.mjs → schedule-tool-handler-IYBNJLTV.mjs} +2 -2
- package/dist/sdk/{schedule-tool-handler-F76ZD2WU.mjs → schedule-tool-handler-VWGTVSB6.mjs} +3 -3
- package/dist/sdk/sdk.js +89 -19
- package/dist/sdk/sdk.js.map +1 -1
- package/dist/sdk/sdk.mjs +2 -2
- package/dist/sdk/{workflow-check-provider-TC2G33WF.mjs → workflow-check-provider-FOWDJUO3.mjs} +2 -2
- package/dist/sdk/{workflow-check-provider-U4UXZ5YS.mjs → workflow-check-provider-MRP3C2NC.mjs} +3 -3
- package/dist/sdk/workflow-check-provider-MRP3C2NC.mjs.map +1 -0
- package/dist/utils/config-loader.d.ts +12 -0
- package/dist/utils/config-loader.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/sdk/chunk-YYFSAAD6.mjs.map +0 -1
- package/dist/sdk/chunk-ZYDRR6PZ.mjs.map +0 -1
- /package/dist/sdk/{check-provider-registry-RITJW67U.mjs.map → check-provider-registry-7T2AEWLU.mjs.map} +0 -0
- /package/dist/sdk/{check-provider-registry-ZZ6N4GDP.mjs.map → check-provider-registry-TQR32QBD.mjs.map} +0 -0
- /package/dist/sdk/{schedule-tool-ADZ2ON4I.mjs.map → config-BCYAVJ5S.mjs.map} +0 -0
- /package/dist/sdk/{schedule-tool-EMNF3FPQ.mjs.map → schedule-tool-25C5NMDG.mjs.map} +0 -0
- /package/dist/sdk/{schedule-tool-handler-3R3IC6VA.mjs.map → schedule-tool-7IQI6MID.mjs.map} +0 -0
- /package/dist/sdk/{schedule-tool-handler-F76ZD2WU.mjs.map → schedule-tool-handler-IYBNJLTV.mjs.map} +0 -0
- /package/dist/sdk/{workflow-check-provider-TC2G33WF.mjs.map → schedule-tool-handler-VWGTVSB6.mjs.map} +0 -0
- /package/dist/sdk/{workflow-check-provider-U4UXZ5YS.mjs.map → workflow-check-provider-FOWDJUO3.mjs.map} +0 -0
|
@@ -4538,7 +4538,7 @@ async function executeWorkflowAsTool(workflowId, args, context2, argsOverrides)
|
|
|
4538
4538
|
...args,
|
|
4539
4539
|
...argsOverrides
|
|
4540
4540
|
};
|
|
4541
|
-
const { WorkflowCheckProvider: WorkflowCheckProvider2 } = await import("./workflow-check-provider-
|
|
4541
|
+
const { WorkflowCheckProvider: WorkflowCheckProvider2 } = await import("./workflow-check-provider-FOWDJUO3.mjs");
|
|
4542
4542
|
const provider = new WorkflowCheckProvider2();
|
|
4543
4543
|
const checkConfig = {
|
|
4544
4544
|
type: "workflow",
|
|
@@ -14624,7 +14624,7 @@ var init_state_machine_execution_engine = __esm({
|
|
|
14624
14624
|
try {
|
|
14625
14625
|
const map = options?.webhookContext?.webhookData;
|
|
14626
14626
|
if (map) {
|
|
14627
|
-
const { CheckProviderRegistry: CheckProviderRegistry2 } = await import("./check-provider-registry-
|
|
14627
|
+
const { CheckProviderRegistry: CheckProviderRegistry2 } = await import("./check-provider-registry-TQR32QBD.mjs");
|
|
14628
14628
|
const reg = CheckProviderRegistry2.getInstance();
|
|
14629
14629
|
const p = reg.getProvider("http_input");
|
|
14630
14630
|
if (p && typeof p.setWebhookContext === "function") p.setWebhookContext(map);
|
|
@@ -14747,7 +14747,7 @@ var init_state_machine_execution_engine = __esm({
|
|
|
14747
14747
|
tag_filter: tagFilter
|
|
14748
14748
|
} : config;
|
|
14749
14749
|
try {
|
|
14750
|
-
const { CheckProviderRegistry: CheckProviderRegistry2 } = await import("./check-provider-registry-
|
|
14750
|
+
const { CheckProviderRegistry: CheckProviderRegistry2 } = await import("./check-provider-registry-TQR32QBD.mjs");
|
|
14751
14751
|
const registry = CheckProviderRegistry2.getInstance();
|
|
14752
14752
|
registry.setCustomTools(configWithTagFilter.tools || {});
|
|
14753
14753
|
} catch (error) {
|
|
@@ -14811,7 +14811,7 @@ var init_state_machine_execution_engine = __esm({
|
|
|
14811
14811
|
try {
|
|
14812
14812
|
const webhookData = this.executionContext?.webhookContext?.webhookData;
|
|
14813
14813
|
if (webhookData instanceof Map) {
|
|
14814
|
-
const { extractSlackContext: extractSlackContext2 } = await import("./schedule-tool-handler-
|
|
14814
|
+
const { extractSlackContext: extractSlackContext2 } = await import("./schedule-tool-handler-IYBNJLTV.mjs");
|
|
14815
14815
|
const slackCtx = extractSlackContext2(webhookData);
|
|
14816
14816
|
if (slackCtx) {
|
|
14817
14817
|
const payload = Array.from(webhookData.values())[0];
|
|
@@ -19865,6 +19865,9 @@ ${preview}`);
|
|
|
19865
19865
|
auth: entry.config.auth,
|
|
19866
19866
|
headers: entry.config.headers,
|
|
19867
19867
|
timeout: entry.config.timeout || 3e4,
|
|
19868
|
+
// Preserve transform_js and rate_limit from the original tool config
|
|
19869
|
+
...entry.config.transform_js ? { transform_js: entry.config.transform_js } : {},
|
|
19870
|
+
...entry.config.rate_limit ? { rate_limit: entry.config.rate_limit } : {},
|
|
19868
19871
|
inputSchema: {
|
|
19869
19872
|
type: "object",
|
|
19870
19873
|
properties: {
|
|
@@ -43318,8 +43321,8 @@ function buildBuiltinGlobals(opts) {
|
|
|
43318
43321
|
const asyncFunctionNames = /* @__PURE__ */ new Set();
|
|
43319
43322
|
const scheduleFn = async (args = {}) => {
|
|
43320
43323
|
try {
|
|
43321
|
-
const { handleScheduleAction: handleScheduleAction2, buildScheduleToolContext: buildScheduleToolContext2 } = await import("./schedule-tool-
|
|
43322
|
-
const { extractSlackContext: extractSlackContext2 } = await import("./schedule-tool-handler-
|
|
43324
|
+
const { handleScheduleAction: handleScheduleAction2, buildScheduleToolContext: buildScheduleToolContext2 } = await import("./schedule-tool-7IQI6MID.mjs");
|
|
43325
|
+
const { extractSlackContext: extractSlackContext2 } = await import("./schedule-tool-handler-IYBNJLTV.mjs");
|
|
43323
43326
|
const parentCtx = opts.sessionInfo?._parentContext;
|
|
43324
43327
|
const webhookData = parentCtx?.prInfo?.eventContext?.webhookData;
|
|
43325
43328
|
const webhookEventType = parentCtx?.webhookContext?.eventType || parentCtx?.prInfo?.eventContext?.eventType;
|
|
@@ -47058,4 +47061,4 @@ undici/lib/fetch/body.js:
|
|
|
47058
47061
|
undici/lib/websocket/frame.js:
|
|
47059
47062
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
47060
47063
|
*/
|
|
47061
|
-
//# sourceMappingURL=chunk-
|
|
47064
|
+
//# sourceMappingURL=chunk-TAOGXCWT.mjs.map
|