Skip to content

Commit 04ce0e2

Browse files
committed
build: update bundled dist files
1 parent 4015c23 commit 04ce0e2

39 files changed

+334
-688
lines changed

dist/generated/config-schema.d.ts

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,10 @@ export declare const configSchema: {
418418
readonly type: "string";
419419
readonly description: "Probe promptType for this check (underscore style)";
420420
};
421+
readonly ai_max_iterations: {
422+
readonly type: "number";
423+
readonly description: "Maximum tool iterations for ProbeAgent (underscore style)";
424+
};
421425
readonly ai_system_prompt: {
422426
readonly type: "string";
423427
readonly description: "System prompt for this check (underscore style)";
@@ -686,7 +690,7 @@ export declare const configSchema: {
686690
readonly description: "Arguments/inputs for the workflow";
687691
};
688692
readonly overrides: {
689-
readonly $ref: "#/definitions/Record%3Cstring%2CPartial%3Cinterface-src_types_config.ts-11359-23582-src_types_config.ts-0-41281%3E%3E";
693+
readonly $ref: "#/definitions/Record%3Cstring%2CPartial%3Cinterface-src_types_config.ts-11434-23754-src_types_config.ts-0-41453%3E%3E";
690694
readonly description: "Override specific step configurations in the workflow";
691695
};
692696
readonly output_mapping: {
@@ -702,7 +706,7 @@ export declare const configSchema: {
702706
readonly description: "Config file path - alternative to workflow ID (loads a Visor config file as workflow)";
703707
};
704708
readonly workflow_overrides: {
705-
readonly $ref: "#/definitions/Record%3Cstring%2CPartial%3Cinterface-src_types_config.ts-11359-23582-src_types_config.ts-0-41281%3E%3E";
709+
readonly $ref: "#/definitions/Record%3Cstring%2CPartial%3Cinterface-src_types_config.ts-11434-23754-src_types_config.ts-0-41453%3E%3E";
706710
readonly description: "Alias for overrides - workflow step overrides (backward compatibility)";
707711
};
708712
readonly ref: {
@@ -806,6 +810,10 @@ export declare const configSchema: {
806810
readonly type: "number";
807811
readonly description: "Request timeout in milliseconds";
808812
};
813+
readonly max_iterations: {
814+
readonly type: "number";
815+
readonly description: "Maximum tool iterations for ProbeAgent";
816+
};
809817
readonly debug: {
810818
readonly type: "boolean";
811819
readonly description: "Enable debug mode";
@@ -1296,7 +1304,7 @@ export declare const configSchema: {
12961304
readonly description: "Custom output name (defaults to workflow name)";
12971305
};
12981306
readonly overrides: {
1299-
readonly $ref: "#/definitions/Record%3Cstring%2CPartial%3Cinterface-src_types_config.ts-11359-23582-src_types_config.ts-0-41281%3E%3E";
1307+
readonly $ref: "#/definitions/Record%3Cstring%2CPartial%3Cinterface-src_types_config.ts-11434-23754-src_types_config.ts-0-41453%3E%3E";
13001308
readonly description: "Step overrides";
13011309
};
13021310
readonly output_mapping: {
@@ -1311,13 +1319,13 @@ export declare const configSchema: {
13111319
readonly '^x-': {};
13121320
};
13131321
};
1314-
readonly 'Record<string,Partial<interface-src_types_config.ts-11359-23582-src_types_config.ts-0-41281>>': {
1322+
readonly 'Record<string,Partial<interface-src_types_config.ts-11434-23754-src_types_config.ts-0-41453>>': {
13151323
readonly type: "object";
13161324
readonly additionalProperties: {
1317-
readonly $ref: "#/definitions/Partial%3Cinterface-src_types_config.ts-11359-23582-src_types_config.ts-0-41281%3E";
1325+
readonly $ref: "#/definitions/Partial%3Cinterface-src_types_config.ts-11434-23754-src_types_config.ts-0-41453%3E";
13181326
};
13191327
};
1320-
readonly 'Partial<interface-src_types_config.ts-11359-23582-src_types_config.ts-0-41281>': {
1328+
readonly 'Partial<interface-src_types_config.ts-11434-23754-src_types_config.ts-0-41453>': {
13211329
readonly type: "object";
13221330
readonly additionalProperties: false;
13231331
};

dist/generated/config-schema.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/generated/config-schema.json

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,10 @@
437437
"type": "string",
438438
"description": "Probe promptType for this check (underscore style)"
439439
},
440+
"ai_max_iterations": {
441+
"type": "number",
442+
"description": "Maximum tool iterations for ProbeAgent (underscore style)"
443+
},
440444
"ai_system_prompt": {
441445
"type": "string",
442446
"description": "System prompt for this check (underscore style)"
@@ -754,7 +758,7 @@
754758
"description": "Arguments/inputs for the workflow"
755759
},
756760
"overrides": {
757-
"$ref": "#/definitions/Record%3Cstring%2CPartial%3Cinterface-src_types_config.ts-11359-23582-src_types_config.ts-0-41281%3E%3E",
761+
"$ref": "#/definitions/Record%3Cstring%2CPartial%3Cinterface-src_types_config.ts-11434-23754-src_types_config.ts-0-41453%3E%3E",
758762
"description": "Override specific step configurations in the workflow"
759763
},
760764
"output_mapping": {
@@ -770,7 +774,7 @@
770774
"description": "Config file path - alternative to workflow ID (loads a Visor config file as workflow)"
771775
},
772776
"workflow_overrides": {
773-
"$ref": "#/definitions/Record%3Cstring%2CPartial%3Cinterface-src_types_config.ts-11359-23582-src_types_config.ts-0-41281%3E%3E",
777+
"$ref": "#/definitions/Record%3Cstring%2CPartial%3Cinterface-src_types_config.ts-11434-23754-src_types_config.ts-0-41453%3E%3E",
774778
"description": "Alias for overrides - workflow step overrides (backward compatibility)"
775779
},
776780
"ref": {
@@ -908,6 +912,10 @@
908912
"type": "number",
909913
"description": "Request timeout in milliseconds"
910914
},
915+
"max_iterations": {
916+
"type": "number",
917+
"description": "Maximum tool iterations for ProbeAgent"
918+
},
911919
"debug": {
912920
"type": "boolean",
913921
"description": "Enable debug mode"
@@ -1435,7 +1443,7 @@
14351443
"description": "Custom output name (defaults to workflow name)"
14361444
},
14371445
"overrides": {
1438-
"$ref": "#/definitions/Record%3Cstring%2CPartial%3Cinterface-src_types_config.ts-11359-23582-src_types_config.ts-0-41281%3E%3E",
1446+
"$ref": "#/definitions/Record%3Cstring%2CPartial%3Cinterface-src_types_config.ts-11434-23754-src_types_config.ts-0-41453%3E%3E",
14391447
"description": "Step overrides"
14401448
},
14411449
"output_mapping": {
@@ -1452,13 +1460,13 @@
14521460
"^x-": {}
14531461
}
14541462
},
1455-
"Record<string,Partial<interface-src_types_config.ts-11359-23582-src_types_config.ts-0-41281>>": {
1463+
"Record<string,Partial<interface-src_types_config.ts-11434-23754-src_types_config.ts-0-41453>>": {
14561464
"type": "object",
14571465
"additionalProperties": {
1458-
"$ref": "#/definitions/Partial%3Cinterface-src_types_config.ts-11359-23582-src_types_config.ts-0-41281%3E"
1466+
"$ref": "#/definitions/Partial%3Cinterface-src_types_config.ts-11434-23754-src_types_config.ts-0-41453%3E"
14591467
}
14601468
},
1461-
"Partial<interface-src_types_config.ts-11359-23582-src_types_config.ts-0-41281>": {
1469+
"Partial<interface-src_types_config.ts-11434-23754-src_types_config.ts-0-41453>": {
14621470
"type": "object",
14631471
"additionalProperties": false
14641472
},

0 commit comments

Comments
 (0)