mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-04 22:32:12 +03:00
- fix(translator): pass toolNameMap to translateNonStreamingResponse so Claude OAuth proxy_ prefix is correctly stripped from tool_use block names in non-streaming responses (was only stripped in streaming path) - fix(validation): add LongCat specialty validator that probes /chat/completions directly, bypassing the /v1/models endpoint that LongCat does not expose (#592) Co-authored-by: diegosouzapw <diegosouzapw@users.noreply.github.com>