fix(ci): refresh schema and boundary expectations

This commit is contained in:
Peter Steinberger
2026-04-03 11:24:52 +01:00
parent 1a5787137f
commit 71f8c0344a
2 changed files with 3 additions and 1 deletions

View File

@@ -21608,7 +21608,7 @@ export const GENERATED_BASE_CONFIG_SCHEMA = {
},
"models.providers.*.request": {
label: "Model Provider Request Overrides",
help: "Optional request overrides for model-provider requests. Today this path supports header and auth overrides only; proxy and TLS transport settings are reserved for request paths that can carry them end to end.",
help: "Optional request overrides for model-provider requests. Use this only for header and auth overrides today; proxy and TLS transport settings are reserved for request paths that can carry them end to end.",
tags: ["models"],
},
"models.providers.*.request.headers": {

View File

@@ -7,6 +7,8 @@ const repoRoot = path.resolve(import.meta.dirname, "..");
const allowedNonExtensionTests = new Set<string>([
"src/agents/pi-embedded-runner-extraparams.test.ts",
"src/channels/plugins/contracts/dm-policy.contract.test.ts",
"src/channels/plugins/contracts/group-policy.contract.test.ts",
"src/plugins/contracts/discovery.contract.test.ts",
]);