mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-31 04:12:10 +03:00
Add 'Invalid signature in thinking block' to COMBO_BAD_REQUEST_FALLBACK_PATTERNS so combo routing falls through to the next target instead of returning 400 directly. This error occurs when extended thinking signatures expire between turns, which is a model-specific issue that won't be fixed by retrying the same provider. Closes #1696