mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-02 21:32:10 +03:00
- Rename in.json → hi.json: 'in' is Indonesian (ISO 639-1), Hindi is 'hi'. Fixes Weblate locale conflict where id.json and in.json both claimed Indonesian. - Move empty tool name filter before Codex passthrough: nativeCodexPassthrough skipped all input sanitization, causing 400 'empty tool name' from upstream. - Collapse 3+ consecutive newlines to \n\n in response sanitizer: thinking models accumulate excessive line breaks between tool call blocks.