@claudexor/schema 3.8.1 → 3.8.2
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/control-operation-responses.d.ts +12 -0
- package/dist/control-operation-responses.d.ts.map +1 -1
- package/dist/control-run-detail.d.ts +28 -0
- package/dist/control-run-detail.d.ts.map +1 -1
- package/dist/control.d.ts +25 -0
- package/dist/control.d.ts.map +1 -1
- package/dist/control.js +3 -2
- package/dist/control.js.map +1 -1
- package/dist/review.d.ts +10 -0
- package/dist/review.d.ts.map +1 -1
- package/dist/review.js +10 -0
- package/dist/review.js.map +1 -1
- package/dist/route.d.ts +10 -0
- package/dist/route.d.ts.map +1 -1
- package/dist/route.js +10 -0
- package/dist/route.js.map +1 -1
- package/dist/surface-run-controls.d.ts.map +1 -1
- package/dist/surface-run-controls.js +4 -1
- package/dist/surface-run-controls.js.map +1 -1
- package/dist/thread.d.ts +4 -2
- package/dist/thread.d.ts.map +1 -1
- package/dist/thread.js +5 -3
- package/dist/thread.js.map +1 -1
- package/generated/ControlRunAgainDraft.schema.json +6 -2
- package/generated/ControlRunDetail.schema.json +19 -1
- package/generated/ControlRunListResponse.schema.json +5 -1
- package/generated/ControlRunStartRequest.schema.json +6 -2
- package/generated/ControlRunSummary.schema.json +5 -1
- package/generated/ControlThreadTurnRequest.schema.json +6 -2
- package/generated/ReviewFinding.schema.json +14 -0
- package/generated/RouteProof.schema.json +14 -0
- package/generated/Thread.schema.json +1 -1
- package/package.json +2 -2
|
@@ -170,14 +170,17 @@ export declare const ControlRunListResponse: z.ZodObject<{
|
|
|
170
170
|
harness: z.ZodString;
|
|
171
171
|
model: z.ZodOptional<z.ZodString>;
|
|
172
172
|
effort: z.ZodOptional<z.ZodString>;
|
|
173
|
+
credentialProfileId: z.ZodOptional<z.ZodString>;
|
|
173
174
|
}, "strict", z.ZodTypeAny, {
|
|
174
175
|
harness: string;
|
|
175
176
|
model?: string | undefined;
|
|
176
177
|
effort?: string | undefined;
|
|
178
|
+
credentialProfileId?: string | undefined;
|
|
177
179
|
}, {
|
|
178
180
|
harness: string;
|
|
179
181
|
model?: string | undefined;
|
|
180
182
|
effort?: string | undefined;
|
|
183
|
+
credentialProfileId?: string | undefined;
|
|
181
184
|
}>, "many">>;
|
|
182
185
|
protectedPathApprovals: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
183
186
|
path: z.ZodString;
|
|
@@ -577,6 +580,7 @@ export declare const ControlRunListResponse: z.ZodObject<{
|
|
|
577
580
|
harness: string;
|
|
578
581
|
model?: string | undefined;
|
|
579
582
|
effort?: string | undefined;
|
|
583
|
+
credentialProfileId?: string | undefined;
|
|
580
584
|
}[] | undefined;
|
|
581
585
|
protectedPathApprovals?: {
|
|
582
586
|
path: string;
|
|
@@ -746,6 +750,7 @@ export declare const ControlRunListResponse: z.ZodObject<{
|
|
|
746
750
|
harness: string;
|
|
747
751
|
model?: string | undefined;
|
|
748
752
|
effort?: string | undefined;
|
|
753
|
+
credentialProfileId?: string | undefined;
|
|
749
754
|
}[] | undefined;
|
|
750
755
|
protectedPathApprovals?: {
|
|
751
756
|
path: string;
|
|
@@ -925,6 +930,7 @@ export declare const ControlRunListResponse: z.ZodObject<{
|
|
|
925
930
|
harness: string;
|
|
926
931
|
model?: string | undefined;
|
|
927
932
|
effort?: string | undefined;
|
|
933
|
+
credentialProfileId?: string | undefined;
|
|
928
934
|
}[] | undefined;
|
|
929
935
|
protectedPathApprovals?: {
|
|
930
936
|
path: string;
|
|
@@ -1098,6 +1104,7 @@ export declare const ControlRunListResponse: z.ZodObject<{
|
|
|
1098
1104
|
harness: string;
|
|
1099
1105
|
model?: string | undefined;
|
|
1100
1106
|
effort?: string | undefined;
|
|
1107
|
+
credentialProfileId?: string | undefined;
|
|
1101
1108
|
}[] | undefined;
|
|
1102
1109
|
protectedPathApprovals?: {
|
|
1103
1110
|
path: string;
|
|
@@ -1552,14 +1559,17 @@ export declare const ControlThreadTurnRequest: z.ZodObject<Omit<{
|
|
|
1552
1559
|
harness: z.ZodString;
|
|
1553
1560
|
model: z.ZodOptional<z.ZodString>;
|
|
1554
1561
|
effort: z.ZodOptional<z.ZodString>;
|
|
1562
|
+
credentialProfileId: z.ZodOptional<z.ZodString>;
|
|
1555
1563
|
}, "strict", z.ZodTypeAny, {
|
|
1556
1564
|
harness: string;
|
|
1557
1565
|
model?: string | undefined;
|
|
1558
1566
|
effort?: string | undefined;
|
|
1567
|
+
credentialProfileId?: string | undefined;
|
|
1559
1568
|
}, {
|
|
1560
1569
|
harness: string;
|
|
1561
1570
|
model?: string | undefined;
|
|
1562
1571
|
effort?: string | undefined;
|
|
1572
|
+
credentialProfileId?: string | undefined;
|
|
1563
1573
|
}>, "many">>;
|
|
1564
1574
|
authPreference: z.ZodOptional<z.ZodEnum<["subscription", "api_key", "auto"]>>;
|
|
1565
1575
|
credentialProfileId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -1623,6 +1633,7 @@ export declare const ControlThreadTurnRequest: z.ZodObject<Omit<{
|
|
|
1623
1633
|
harness: string;
|
|
1624
1634
|
model?: string | undefined;
|
|
1625
1635
|
effort?: string | undefined;
|
|
1636
|
+
credentialProfileId?: string | undefined;
|
|
1626
1637
|
}[] | undefined;
|
|
1627
1638
|
authPreference?: "api_key" | "auto" | "subscription" | undefined;
|
|
1628
1639
|
credentialProfileId?: string | null | undefined;
|
|
@@ -1681,6 +1692,7 @@ export declare const ControlThreadTurnRequest: z.ZodObject<Omit<{
|
|
|
1681
1692
|
harness: string;
|
|
1682
1693
|
model?: string | undefined;
|
|
1683
1694
|
effort?: string | undefined;
|
|
1695
|
+
credentialProfileId?: string | undefined;
|
|
1684
1696
|
}[] | undefined;
|
|
1685
1697
|
authPreference?: "api_key" | "auto" | "subscription" | undefined;
|
|
1686
1698
|
credentialProfileId?: string | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"control-operation-responses.d.ts","sourceRoot":"","sources":["../src/control-operation-responses.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAW3B,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;IAEqC,CAAC;AAC1E,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAE9E,eAAO,MAAM,gCAAgC;;;;;;;;;;;;EAUI,CAAC;AAClD,MAAM,MAAM,gCAAgC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gCAAgC,CAAC,CAAC;AAEhG,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;EAcW,CAAC;AAClD,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAElF,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"control-operation-responses.d.ts","sourceRoot":"","sources":["../src/control-operation-responses.ts"],"names":[],"mappings":"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"}
|
|
@@ -262,14 +262,17 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
262
262
|
harness: z.ZodString;
|
|
263
263
|
model: z.ZodOptional<z.ZodString>;
|
|
264
264
|
effort: z.ZodOptional<z.ZodString>;
|
|
265
|
+
credentialProfileId: z.ZodOptional<z.ZodString>;
|
|
265
266
|
}, "strict", z.ZodTypeAny, {
|
|
266
267
|
harness: string;
|
|
267
268
|
model?: string | undefined;
|
|
268
269
|
effort?: string | undefined;
|
|
270
|
+
credentialProfileId?: string | undefined;
|
|
269
271
|
}, {
|
|
270
272
|
harness: string;
|
|
271
273
|
model?: string | undefined;
|
|
272
274
|
effort?: string | undefined;
|
|
275
|
+
credentialProfileId?: string | undefined;
|
|
273
276
|
}>, "many">>;
|
|
274
277
|
protectedPathApprovals: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
275
278
|
path: z.ZodString;
|
|
@@ -669,6 +672,7 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
669
672
|
harness: string;
|
|
670
673
|
model?: string | undefined;
|
|
671
674
|
effort?: string | undefined;
|
|
675
|
+
credentialProfileId?: string | undefined;
|
|
672
676
|
}[] | undefined;
|
|
673
677
|
protectedPathApprovals?: {
|
|
674
678
|
path: string;
|
|
@@ -838,6 +842,7 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
838
842
|
harness: string;
|
|
839
843
|
model?: string | undefined;
|
|
840
844
|
effort?: string | undefined;
|
|
845
|
+
credentialProfileId?: string | undefined;
|
|
841
846
|
}[] | undefined;
|
|
842
847
|
protectedPathApprovals?: {
|
|
843
848
|
path: string;
|
|
@@ -1068,14 +1073,17 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
1068
1073
|
harness: z.ZodString;
|
|
1069
1074
|
model: z.ZodOptional<z.ZodString>;
|
|
1070
1075
|
effort: z.ZodOptional<z.ZodString>;
|
|
1076
|
+
credentialProfileId: z.ZodOptional<z.ZodString>;
|
|
1071
1077
|
}, "strict", z.ZodTypeAny, {
|
|
1072
1078
|
harness: string;
|
|
1073
1079
|
model?: string | undefined;
|
|
1074
1080
|
effort?: string | undefined;
|
|
1081
|
+
credentialProfileId?: string | undefined;
|
|
1075
1082
|
}, {
|
|
1076
1083
|
harness: string;
|
|
1077
1084
|
model?: string | undefined;
|
|
1078
1085
|
effort?: string | undefined;
|
|
1086
|
+
credentialProfileId?: string | undefined;
|
|
1079
1087
|
}>, "many">>;
|
|
1080
1088
|
protectedPathApprovals: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1081
1089
|
path: z.ZodString;
|
|
@@ -1475,6 +1483,7 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
1475
1483
|
harness: string;
|
|
1476
1484
|
model?: string | undefined;
|
|
1477
1485
|
effort?: string | undefined;
|
|
1486
|
+
credentialProfileId?: string | undefined;
|
|
1478
1487
|
}[] | undefined;
|
|
1479
1488
|
protectedPathApprovals?: {
|
|
1480
1489
|
path: string;
|
|
@@ -1644,6 +1653,7 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
1644
1653
|
harness: string;
|
|
1645
1654
|
model?: string | undefined;
|
|
1646
1655
|
effort?: string | undefined;
|
|
1656
|
+
credentialProfileId?: string | undefined;
|
|
1647
1657
|
}[] | undefined;
|
|
1648
1658
|
protectedPathApprovals?: {
|
|
1649
1659
|
path: string;
|
|
@@ -2782,18 +2792,24 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
2782
2792
|
harness_id: z.ZodString;
|
|
2783
2793
|
requested_model: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
2784
2794
|
requested_effort: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
2795
|
+
credential_profile_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2796
|
+
observed_credential_profile_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2785
2797
|
observed_model: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
2786
2798
|
route_proof_status: z.ZodDefault<z.ZodEnum<["verified", "accepted_model_arg", "unverified", "same_model_fallback"]>>;
|
|
2787
2799
|
}, "strip", z.ZodTypeAny, {
|
|
2788
2800
|
harness_id: string;
|
|
2789
2801
|
requested_model: string | null;
|
|
2790
2802
|
requested_effort: string | null;
|
|
2803
|
+
credential_profile_id?: string | null | undefined;
|
|
2804
|
+
observed_credential_profile_id?: string | null | undefined;
|
|
2791
2805
|
observed_model: string | null;
|
|
2792
2806
|
route_proof_status: "accepted_model_arg" | "same_model_fallback" | "unverified" | "verified";
|
|
2793
2807
|
}, {
|
|
2794
2808
|
harness_id: string;
|
|
2795
2809
|
requested_model?: string | null | undefined;
|
|
2796
2810
|
requested_effort?: string | null | undefined;
|
|
2811
|
+
credential_profile_id?: string | null | undefined;
|
|
2812
|
+
observed_credential_profile_id?: string | null | undefined;
|
|
2797
2813
|
observed_model?: string | null | undefined;
|
|
2798
2814
|
route_proof_status?: "accepted_model_arg" | "same_model_fallback" | "unverified" | "verified" | undefined;
|
|
2799
2815
|
}>;
|
|
@@ -2823,6 +2839,8 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
2823
2839
|
harness_id: string;
|
|
2824
2840
|
requested_model: string | null;
|
|
2825
2841
|
requested_effort: string | null;
|
|
2842
|
+
credential_profile_id?: string | null | undefined;
|
|
2843
|
+
observed_credential_profile_id?: string | null | undefined;
|
|
2826
2844
|
observed_model: string | null;
|
|
2827
2845
|
route_proof_status: "accepted_model_arg" | "same_model_fallback" | "unverified" | "verified";
|
|
2828
2846
|
};
|
|
@@ -2852,6 +2870,8 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
2852
2870
|
harness_id: string;
|
|
2853
2871
|
requested_model?: string | null | undefined;
|
|
2854
2872
|
requested_effort?: string | null | undefined;
|
|
2873
|
+
credential_profile_id?: string | null | undefined;
|
|
2874
|
+
observed_credential_profile_id?: string | null | undefined;
|
|
2855
2875
|
observed_model?: string | null | undefined;
|
|
2856
2876
|
route_proof_status?: "accepted_model_arg" | "same_model_fallback" | "unverified" | "verified" | undefined;
|
|
2857
2877
|
};
|
|
@@ -3186,6 +3206,7 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
3186
3206
|
harness: string;
|
|
3187
3207
|
model?: string | undefined;
|
|
3188
3208
|
effort?: string | undefined;
|
|
3209
|
+
credentialProfileId?: string | undefined;
|
|
3189
3210
|
}[] | undefined;
|
|
3190
3211
|
protectedPathApprovals?: {
|
|
3191
3212
|
path: string;
|
|
@@ -3356,6 +3377,7 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
3356
3377
|
harness: string;
|
|
3357
3378
|
model?: string | undefined;
|
|
3358
3379
|
effort?: string | undefined;
|
|
3380
|
+
credentialProfileId?: string | undefined;
|
|
3359
3381
|
}[] | undefined;
|
|
3360
3382
|
protectedPathApprovals?: {
|
|
3361
3383
|
path: string;
|
|
@@ -3721,6 +3743,8 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
3721
3743
|
harness_id: string;
|
|
3722
3744
|
requested_model: string | null;
|
|
3723
3745
|
requested_effort: string | null;
|
|
3746
|
+
credential_profile_id?: string | null | undefined;
|
|
3747
|
+
observed_credential_profile_id?: string | null | undefined;
|
|
3724
3748
|
observed_model: string | null;
|
|
3725
3749
|
route_proof_status: "accepted_model_arg" | "same_model_fallback" | "unverified" | "verified";
|
|
3726
3750
|
};
|
|
@@ -3847,6 +3871,7 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
3847
3871
|
harness: string;
|
|
3848
3872
|
model?: string | undefined;
|
|
3849
3873
|
effort?: string | undefined;
|
|
3874
|
+
credentialProfileId?: string | undefined;
|
|
3850
3875
|
}[] | undefined;
|
|
3851
3876
|
protectedPathApprovals?: {
|
|
3852
3877
|
path: string;
|
|
@@ -4017,6 +4042,7 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
4017
4042
|
harness: string;
|
|
4018
4043
|
model?: string | undefined;
|
|
4019
4044
|
effort?: string | undefined;
|
|
4045
|
+
credentialProfileId?: string | undefined;
|
|
4020
4046
|
}[] | undefined;
|
|
4021
4047
|
protectedPathApprovals?: {
|
|
4022
4048
|
path: string;
|
|
@@ -4382,6 +4408,8 @@ export declare const ControlRunDetail: z.ZodObject<{
|
|
|
4382
4408
|
harness_id: string;
|
|
4383
4409
|
requested_model?: string | null | undefined;
|
|
4384
4410
|
requested_effort?: string | null | undefined;
|
|
4411
|
+
credential_profile_id?: string | null | undefined;
|
|
4412
|
+
observed_credential_profile_id?: string | null | undefined;
|
|
4385
4413
|
observed_model?: string | null | undefined;
|
|
4386
4414
|
route_proof_status?: "accepted_model_arg" | "same_model_fallback" | "unverified" | "verified" | undefined;
|
|
4387
4415
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"control-run-detail.d.ts","sourceRoot":"","sources":["../src/control-run-detail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAmB3B,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;EAe4B,CAAC;AAC9D,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAExE;;;kCAGkC;AAClC,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;EAwBrC,CAAC;AACJ,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAEtF;;;gCAGgC;AAChC,eAAO,MAAM,gBAAgB;;;;;;;;;;IAgCzB,0DAA0D;;;;;;;;;;;;;;;;;;IA0B1D;;;;;;;;OAQG;;IAQH;uEACmE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASpE,CAAC;AACJ,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEhE,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"control-run-detail.d.ts","sourceRoot":"","sources":["../src/control-run-detail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAmB3B,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;EAe4B,CAAC;AAC9D,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAExE;;;kCAGkC;AAClC,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;EAwBrC,CAAC;AACJ,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAEtF;;;gCAGgC;AAChC,eAAO,MAAM,gBAAgB;;;;;;;;;;IAgCzB,0DAA0D;;;;;;;;;;;;;;;;;;IA0B1D;;;;;;;;OAQG;;IAQH;uEACmE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASpE,CAAC;AACJ,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEhE,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAUzB;sEACkE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
|
package/dist/control.d.ts
CHANGED
|
@@ -9,14 +9,17 @@ export declare const ControlReviewerPanelEntry: z.ZodObject<{
|
|
|
9
9
|
model: z.ZodOptional<z.ZodString>;
|
|
10
10
|
/** Optional per-reviewer effort hint, passed to that harness only. */
|
|
11
11
|
effort: z.ZodOptional<z.ZodString>;
|
|
12
|
+
credentialProfileId: z.ZodOptional<z.ZodString>;
|
|
12
13
|
}, "strict", z.ZodTypeAny, {
|
|
13
14
|
harness: string;
|
|
14
15
|
model?: string | undefined;
|
|
15
16
|
effort?: string | undefined;
|
|
17
|
+
credentialProfileId?: string | undefined;
|
|
16
18
|
}, {
|
|
17
19
|
harness: string;
|
|
18
20
|
model?: string | undefined;
|
|
19
21
|
effort?: string | undefined;
|
|
22
|
+
credentialProfileId?: string | undefined;
|
|
20
23
|
}>;
|
|
21
24
|
export type ControlReviewerPanelEntry = z.infer<typeof ControlReviewerPanelEntry>;
|
|
22
25
|
export declare const ControlRunStartRequest: z.ZodObject<{
|
|
@@ -200,14 +203,17 @@ export declare const ControlRunStartRequest: z.ZodObject<{
|
|
|
200
203
|
model: z.ZodOptional<z.ZodString>;
|
|
201
204
|
/** Optional per-reviewer effort hint, passed to that harness only. */
|
|
202
205
|
effort: z.ZodOptional<z.ZodString>;
|
|
206
|
+
credentialProfileId: z.ZodOptional<z.ZodString>;
|
|
203
207
|
}, "strict", z.ZodTypeAny, {
|
|
204
208
|
harness: string;
|
|
205
209
|
model?: string | undefined;
|
|
206
210
|
effort?: string | undefined;
|
|
211
|
+
credentialProfileId?: string | undefined;
|
|
207
212
|
}, {
|
|
208
213
|
harness: string;
|
|
209
214
|
model?: string | undefined;
|
|
210
215
|
effort?: string | undefined;
|
|
216
|
+
credentialProfileId?: string | undefined;
|
|
211
217
|
}>, "many">>;
|
|
212
218
|
/** Per-run auth route override (subscription/api_key/auto). */
|
|
213
219
|
authPreference: z.ZodOptional<z.ZodEnum<["subscription", "api_key", "auto"]>>;
|
|
@@ -319,6 +325,7 @@ export declare const ControlRunStartRequest: z.ZodObject<{
|
|
|
319
325
|
harness: string;
|
|
320
326
|
model?: string | undefined;
|
|
321
327
|
effort?: string | undefined;
|
|
328
|
+
credentialProfileId?: string | undefined;
|
|
322
329
|
}[] | undefined;
|
|
323
330
|
authPreference?: "api_key" | "auto" | "subscription" | undefined;
|
|
324
331
|
credentialProfileId?: string | null | undefined;
|
|
@@ -398,6 +405,7 @@ export declare const ControlRunStartRequest: z.ZodObject<{
|
|
|
398
405
|
harness: string;
|
|
399
406
|
model?: string | undefined;
|
|
400
407
|
effort?: string | undefined;
|
|
408
|
+
credentialProfileId?: string | undefined;
|
|
401
409
|
}[] | undefined;
|
|
402
410
|
authPreference?: "api_key" | "auto" | "subscription" | undefined;
|
|
403
411
|
credentialProfileId?: string | null | undefined;
|
|
@@ -544,14 +552,17 @@ export declare const RecordedControlRunStartRequest: z.ZodObject<{
|
|
|
544
552
|
model: z.ZodOptional<z.ZodString>;
|
|
545
553
|
/** Optional per-reviewer effort hint, passed to that harness only. */
|
|
546
554
|
effort: z.ZodOptional<z.ZodString>;
|
|
555
|
+
credentialProfileId: z.ZodOptional<z.ZodString>;
|
|
547
556
|
}, "strict", z.ZodTypeAny, {
|
|
548
557
|
harness: string;
|
|
549
558
|
model?: string | undefined;
|
|
550
559
|
effort?: string | undefined;
|
|
560
|
+
credentialProfileId?: string | undefined;
|
|
551
561
|
}, {
|
|
552
562
|
harness: string;
|
|
553
563
|
model?: string | undefined;
|
|
554
564
|
effort?: string | undefined;
|
|
565
|
+
credentialProfileId?: string | undefined;
|
|
555
566
|
}>, "many">>;
|
|
556
567
|
authPreference: z.ZodOptional<z.ZodEnum<["subscription", "api_key", "auto"]>>;
|
|
557
568
|
credentialProfileId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -632,6 +643,7 @@ export declare const RecordedControlRunStartRequest: z.ZodObject<{
|
|
|
632
643
|
harness: string;
|
|
633
644
|
model?: string | undefined;
|
|
634
645
|
effort?: string | undefined;
|
|
646
|
+
credentialProfileId?: string | undefined;
|
|
635
647
|
}[] | undefined;
|
|
636
648
|
authPreference?: "api_key" | "auto" | "subscription" | undefined;
|
|
637
649
|
credentialProfileId?: string | null | undefined;
|
|
@@ -711,6 +723,7 @@ export declare const RecordedControlRunStartRequest: z.ZodObject<{
|
|
|
711
723
|
harness: string;
|
|
712
724
|
model?: string | undefined;
|
|
713
725
|
effort?: string | undefined;
|
|
726
|
+
credentialProfileId?: string | undefined;
|
|
714
727
|
}[] | undefined;
|
|
715
728
|
authPreference?: "api_key" | "auto" | "subscription" | undefined;
|
|
716
729
|
credentialProfileId?: string | null | undefined;
|
|
@@ -941,14 +954,17 @@ export declare const ControlRunAgainDraft: z.ZodObject<{
|
|
|
941
954
|
model: z.ZodOptional<z.ZodString>;
|
|
942
955
|
/** Optional per-reviewer effort hint, passed to that harness only. */
|
|
943
956
|
effort: z.ZodOptional<z.ZodString>;
|
|
957
|
+
credentialProfileId: z.ZodOptional<z.ZodString>;
|
|
944
958
|
}, "strict", z.ZodTypeAny, {
|
|
945
959
|
harness: string;
|
|
946
960
|
model?: string | undefined;
|
|
947
961
|
effort?: string | undefined;
|
|
962
|
+
credentialProfileId?: string | undefined;
|
|
948
963
|
}, {
|
|
949
964
|
harness: string;
|
|
950
965
|
model?: string | undefined;
|
|
951
966
|
effort?: string | undefined;
|
|
967
|
+
credentialProfileId?: string | undefined;
|
|
952
968
|
}>, "many">>;
|
|
953
969
|
/** Per-run auth route override (subscription/api_key/auto). */
|
|
954
970
|
authPreference: z.ZodOptional<z.ZodEnum<["subscription", "api_key", "auto"]>>;
|
|
@@ -1060,6 +1076,7 @@ export declare const ControlRunAgainDraft: z.ZodObject<{
|
|
|
1060
1076
|
harness: string;
|
|
1061
1077
|
model?: string | undefined;
|
|
1062
1078
|
effort?: string | undefined;
|
|
1079
|
+
credentialProfileId?: string | undefined;
|
|
1063
1080
|
}[] | undefined;
|
|
1064
1081
|
authPreference?: "api_key" | "auto" | "subscription" | undefined;
|
|
1065
1082
|
credentialProfileId?: string | null | undefined;
|
|
@@ -1139,6 +1156,7 @@ export declare const ControlRunAgainDraft: z.ZodObject<{
|
|
|
1139
1156
|
harness: string;
|
|
1140
1157
|
model?: string | undefined;
|
|
1141
1158
|
effort?: string | undefined;
|
|
1159
|
+
credentialProfileId?: string | undefined;
|
|
1142
1160
|
}[] | undefined;
|
|
1143
1161
|
authPreference?: "api_key" | "auto" | "subscription" | undefined;
|
|
1144
1162
|
credentialProfileId?: string | null | undefined;
|
|
@@ -1241,6 +1259,7 @@ export declare const ControlRunAgainDraft: z.ZodObject<{
|
|
|
1241
1259
|
harness: string;
|
|
1242
1260
|
model?: string | undefined;
|
|
1243
1261
|
effort?: string | undefined;
|
|
1262
|
+
credentialProfileId?: string | undefined;
|
|
1244
1263
|
}[] | undefined;
|
|
1245
1264
|
authPreference?: "api_key" | "auto" | "subscription" | undefined;
|
|
1246
1265
|
credentialProfileId?: string | null | undefined;
|
|
@@ -1331,6 +1350,7 @@ export declare const ControlRunAgainDraft: z.ZodObject<{
|
|
|
1331
1350
|
harness: string;
|
|
1332
1351
|
model?: string | undefined;
|
|
1333
1352
|
effort?: string | undefined;
|
|
1353
|
+
credentialProfileId?: string | undefined;
|
|
1334
1354
|
}[] | undefined;
|
|
1335
1355
|
authPreference?: "api_key" | "auto" | "subscription" | undefined;
|
|
1336
1356
|
credentialProfileId?: string | null | undefined;
|
|
@@ -1649,14 +1669,17 @@ export declare const ControlRunSummary: z.ZodObject<{
|
|
|
1649
1669
|
model: z.ZodOptional<z.ZodString>;
|
|
1650
1670
|
/** Optional per-reviewer effort hint, passed to that harness only. */
|
|
1651
1671
|
effort: z.ZodOptional<z.ZodString>;
|
|
1672
|
+
credentialProfileId: z.ZodOptional<z.ZodString>;
|
|
1652
1673
|
}, "strict", z.ZodTypeAny, {
|
|
1653
1674
|
harness: string;
|
|
1654
1675
|
model?: string | undefined;
|
|
1655
1676
|
effort?: string | undefined;
|
|
1677
|
+
credentialProfileId?: string | undefined;
|
|
1656
1678
|
}, {
|
|
1657
1679
|
harness: string;
|
|
1658
1680
|
model?: string | undefined;
|
|
1659
1681
|
effort?: string | undefined;
|
|
1682
|
+
credentialProfileId?: string | undefined;
|
|
1660
1683
|
}>, "many">>;
|
|
1661
1684
|
protectedPathApprovals: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1662
1685
|
path: z.ZodString;
|
|
@@ -2087,6 +2110,7 @@ export declare const ControlRunSummary: z.ZodObject<{
|
|
|
2087
2110
|
harness: string;
|
|
2088
2111
|
model?: string | undefined;
|
|
2089
2112
|
effort?: string | undefined;
|
|
2113
|
+
credentialProfileId?: string | undefined;
|
|
2090
2114
|
}[] | undefined;
|
|
2091
2115
|
protectedPathApprovals?: {
|
|
2092
2116
|
path: string;
|
|
@@ -2256,6 +2280,7 @@ export declare const ControlRunSummary: z.ZodObject<{
|
|
|
2256
2280
|
harness: string;
|
|
2257
2281
|
model?: string | undefined;
|
|
2258
2282
|
effort?: string | undefined;
|
|
2283
|
+
credentialProfileId?: string | undefined;
|
|
2259
2284
|
}[] | undefined;
|
|
2260
2285
|
protectedPathApprovals?: {
|
|
2261
2286
|
path: string;
|
package/dist/control.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"control.d.ts","sourceRoot":"","sources":["../src/control.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"control.d.ts","sourceRoot":"","sources":["../src/control.ts"],"names":[],"mappings":"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"}
|
package/dist/control.js
CHANGED
|
@@ -25,9 +25,10 @@ export const ControlReviewerPanelEntry = z
|
|
|
25
25
|
model: NonBlankString.optional().describe("Per-reviewer model hint, passed to that harness only."),
|
|
26
26
|
/** Optional per-reviewer effort hint, passed to that harness only. */
|
|
27
27
|
effort: EffortHint.optional().describe("Per-reviewer effort hint, passed to that harness only."),
|
|
28
|
+
credentialProfileId: NonBlankString.optional().describe("Per-reviewer credential profile id; explicit pins are strict and never fall back."),
|
|
28
29
|
})
|
|
29
30
|
.strict()
|
|
30
|
-
.describe("One reviewer of an explicit reviewer panel — a harness plus optional model and
|
|
31
|
+
.describe("One reviewer of an explicit reviewer panel — a harness plus optional model, effort, and strict credentialProfileId. Compact entries are unpinned; structured JSON carries pins.");
|
|
31
32
|
export const ControlRunStartRequest = z
|
|
32
33
|
.object({
|
|
33
34
|
prompt: z.string().default("").describe("The user's prompt for the run."),
|
|
@@ -177,7 +178,7 @@ export const ControlRunStartRequest = z
|
|
|
177
178
|
.array(ControlReviewerPanelEntry)
|
|
178
179
|
.min(1)
|
|
179
180
|
.optional()
|
|
180
|
-
.describe(
|
|
181
|
+
.describe("Explicit Agent reviewer panel — who reviews the change, one entry per reviewer as `harness=model:effort` (CLI `--reviewer-panel`, unpinned) or structured `--reviewer-panel-json` with optional strict credentialProfileId. Duplicate harness entries are kept so one provider can review through several models; overrides the legacy reviewerModels/reviewerEfforts maps."),
|
|
181
182
|
/** Per-run auth route override (subscription/api_key/auto). */
|
|
182
183
|
authPreference: AuthPreference.optional().describe("Per-run auth route override."),
|
|
183
184
|
/** Explicit per-run credential profile (INV-135); resolved against the
|