@claudexor/schema 3.8.1 → 3.8.3

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.
@@ -454,16 +454,20 @@
454
454
  "effort": {
455
455
  "$ref": "#/definitions/ControlRunStartRequest/properties/effort",
456
456
  "description": "Per-reviewer effort hint, passed to that harness only."
457
+ },
458
+ "credentialProfileId": {
459
+ "$ref": "#/definitions/ControlRunStartRequest/properties/harnesses/items",
460
+ "description": "Per-reviewer credential profile id; explicit pins are strict and never fall back."
457
461
  }
458
462
  },
459
463
  "required": [
460
464
  "harness"
461
465
  ],
462
466
  "additionalProperties": false,
463
- "description": "One reviewer of an explicit reviewer panel — a harness plus optional model and effort. The CLI spells one entry `harness=model:effort` (e.g. `claude=claude-opus-4-8:max`)."
467
+ "description": "One reviewer of an explicit reviewer panel — a harness plus optional model, effort, and strict credentialProfileId. Compact entries are unpinned; structured JSON carries pins."
464
468
  },
465
469
  "minItems": 1,
466
- "description": "Explicit Agent reviewer panel — who reviews the change, one entry per reviewer as `harness=model:effort` (CLI `--reviewer-panel \"claude=claude-opus-4-8:max,cursor=gemini-3.1-pro\"`). Duplicate harness entries are kept so one provider can review through several models; overrides the legacy reviewerModels/reviewerEfforts maps."
470
+ "description": "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."
467
471
  },
468
472
  "authPreference": {
469
473
  "type": "string",
@@ -381,13 +381,17 @@
381
381
  "maxLength": 32,
382
382
  "pattern": "^[a-z0-9]+(?:[_-][a-z0-9]+)*$",
383
383
  "description": "Per-reviewer effort hint, passed to that harness only."
384
+ },
385
+ "credentialProfileId": {
386
+ "$ref": "#/definitions/ControlRunSummary/properties/reviewerPanel/items/properties/model",
387
+ "description": "Per-reviewer credential profile id; explicit pins are strict and never fall back."
384
388
  }
385
389
  },
386
390
  "required": [
387
391
  "harness"
388
392
  ],
389
393
  "additionalProperties": false,
390
- "description": "One reviewer of an explicit reviewer panel — a harness plus optional model and effort. The CLI spells one entry `harness=model:effort` (e.g. `claude=claude-opus-4-8:max`)."
394
+ "description": "One reviewer of an explicit reviewer panel — a harness plus optional model, effort, and strict credentialProfileId. Compact entries are unpinned; structured JSON carries pins."
391
395
  },
392
396
  "description": "Explicit reviewer panel used for the run."
393
397
  },
@@ -329,16 +329,20 @@
329
329
  "effort": {
330
330
  "$ref": "#/definitions/ControlThreadTurnRequest/properties/effort",
331
331
  "description": "Per-reviewer effort hint, passed to that harness only."
332
+ },
333
+ "credentialProfileId": {
334
+ "$ref": "#/definitions/ControlThreadTurnRequest/properties/harnesses/items",
335
+ "description": "Per-reviewer credential profile id; explicit pins are strict and never fall back."
332
336
  }
333
337
  },
334
338
  "required": [
335
339
  "harness"
336
340
  ],
337
341
  "additionalProperties": false,
338
- "description": "One reviewer of an explicit reviewer panel — a harness plus optional model and effort. The CLI spells one entry `harness=model:effort` (e.g. `claude=claude-opus-4-8:max`)."
342
+ "description": "One reviewer of an explicit reviewer panel — a harness plus optional model, effort, and strict credentialProfileId. Compact entries are unpinned; structured JSON carries pins."
339
343
  },
340
344
  "minItems": 1,
341
- "description": "Explicit Agent reviewer panel — who reviews the change, one entry per reviewer as `harness=model:effort` (CLI `--reviewer-panel \"claude=claude-opus-4-8:max,cursor=gemini-3.1-pro\"`). Duplicate harness entries are kept so one provider can review through several models; overrides the legacy reviewerModels/reviewerEfforts maps."
345
+ "description": "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."
342
346
  },
343
347
  "authPreference": {
344
348
  "type": "string",
@@ -164,6 +164,20 @@
164
164
  "default": null,
165
165
  "description": "Reasoning effort requested for the reviewer route."
166
166
  },
167
+ "credential_profile_id": {
168
+ "type": [
169
+ "string",
170
+ "null"
171
+ ],
172
+ "description": "Credential profile requested/effective for the reviewer route; absent = account pool/default."
173
+ },
174
+ "observed_credential_profile_id": {
175
+ "type": [
176
+ "string",
177
+ "null"
178
+ ],
179
+ "description": "Credential profile actually reported by the reviewer route; absent when undisclosed."
180
+ },
167
181
  "observed_model": {
168
182
  "type": [
169
183
  "string",
@@ -33,6 +33,13 @@
33
33
  ],
34
34
  "default": null,
35
35
  "description": "Model requested for the route; null = harness default."
36
+ },
37
+ "credential_profile_id": {
38
+ "type": [
39
+ "string",
40
+ "null"
41
+ ],
42
+ "description": "Credential profile requested/effective for the route; absent = account pool/default."
36
43
  }
37
44
  },
38
45
  "required": [
@@ -61,6 +68,13 @@
61
68
  "default": null,
62
69
  "description": "Model actually observed; null when no evidence."
63
70
  },
71
+ "credential_profile_id": {
72
+ "type": [
73
+ "string",
74
+ "null"
75
+ ],
76
+ "description": "Credential profile actually observed on the harness route; absent when undisclosed."
77
+ },
64
78
  "evidence_source": {
65
79
  "type": "string",
66
80
  "enum": [
@@ -127,7 +127,7 @@
127
127
  "type": "string"
128
128
  },
129
129
  "default": [],
130
- "description": "Sticky eligible harness pool for the thread (races run one candidate per pool member); empty = the engine auto-pools doctor-ok harnesses."
130
+ "description": "Sticky eligible harness pool for the thread (races run one candidate per pool member); empty = the engine auto-pools doctor-OK default routes plus harnesses with enabled account rows, and selected rows still require exact profile preflight."
131
131
  },
132
132
  "workspace": {
133
133
  "type": "object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@claudexor/schema",
3
- "version": "3.8.1",
3
+ "version": "3.8.3",
4
4
  "license": "MIT",
5
5
  "description": "Single source of truth for all Claudexor data shapes (Zod + generated JSON Schema).",
6
6
  "type": "module",
@@ -20,7 +20,7 @@
20
20
  "dependencies": {
21
21
  "zod": "^4.4.3",
22
22
  "zod-to-json-schema": "^3.24.1",
23
- "@claudexor/util": "3.8.1"
23
+ "@claudexor/util": "3.8.3"
24
24
  },
25
25
  "repository": {
26
26
  "type": "git",