From 26ba18d9be7a8a29a724b0c30799d52b5a5a2d8c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 11:19:42 +0000 Subject: [PATCH] fix: remove duplicate maxCacheMisses entry in spec CLI mapping table PRs #5279 and #5283 both added `apiProxy.maxCacheMisses` to Section 5 of the spec within 20 seconds of each other, creating a duplicate entry in the CLI mapping table. Removes the redundant second entry (after maxPermissionDenied), keeping the correct placement between maxModelMultiplierCap and maxPermissionDenied that PR #5283 added. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- docs/awf-config-spec.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/awf-config-spec.md b/docs/awf-config-spec.md index 06badaf7c..a194457f6 100644 --- a/docs/awf-config-spec.md +++ b/docs/awf-config-spec.md @@ -112,7 +112,6 @@ AWF settings MAY be supplied via config files, including stdin (`--config -`). - `apiProxy.maxModelMultiplierCap` → `--max-model-multiplier-cap ` - `apiProxy.maxCacheMisses` → `--max-cache-misses ` - `apiProxy.maxPermissionDenied` → `--max-permission-denied ` -- `apiProxy.maxCacheMisses` → `--max-cache-misses ` - `apiProxy.requestedModel` → *(config-only; maps to `AWF_REQUESTED_MODEL` for pre-startup validation)* - `apiProxy.modelFallback` → *(config-only; model fallback strategy)* - `apiProxy.modelRouter.providerType` → *(config-only; maps to `COPILOT_PROVIDER_TYPE`)*