All releases
Auxot OSS v0.1.5 February 16, 2026

Tolerant API path routing

Added middleware to gracefully handle malformed API paths with doubled version segments.


Fixes

  • Added middleware to absorb duplicated version prefixes in API paths (e.g. /api/openai/v1/v1/... and /api/anthropic/v1/v1/...), preventing errors caused by client or model hallucinations that double the version segment.