Files
OmniRoute/docs/reference
Markus Hartung 2256e14e78 feat(routing): add DISABLE_CONTEXT_WINDOW_CHECKS bypass for the direct-request input/context check
Adds the default-off DISABLE_CONTEXT_WINDOW_CHECKS feature flag to let
operators bypass OmniRoute's local context-window / max-input-token check
(enforceOutputTokenBudget in chatCore.ts) for direct single-model requests,
leaving upstream limits, prompt compression, and the model's own
output-token cap active. Exposed via the dashboard feature-flag registry
with localized labels/descriptions (de/en/pt-BR/vi).

Rescoped from #10606: that PR also touched the combo-routing context filter
(knownContextOverflow.ts / resolveAutoStrategy.ts / comboStructure.ts), but
#10162 (merged earlier the same day, RFC #10141) already deleted that file
and made combo-routing context checks advisory-only — never a hard reject.
This PR keeps only the surviving chatCore.ts hard-reject bypass, which
#10162 did not touch and which still has real value.

Co-authored-by: JxnLexn <10897478+JxnLexn@users.noreply.github.com>
2026-08-20 22:03:29 -03:00
..
2026-07-13 09:12:40 -03:00