This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+7 more
Summary
AI summaryFixed CI hangs on Python 3.12/3.13 and unblocked PyPI publishes.
Full changelog
What's new
- Fix: CI hang on Python 3.12/3.13 —
test_agno_integration.pycaused agno's async initialisation to hang on Python 3.12/3.13, timing out the 20-min job and blocking every PyPI publish since v4.0.1. Both workflows now exclude agno tests from the standard run. - Fix: PyPI publish unblocked — the publish gate job was using Python 3.12 + agno, so every publish attempt was cancelled. Now unblocked.
- New: 59 cost-contract tests across two new test files:
tests/test_routing_value.py(32 tests): complexity→profile mapping, subscription-aware model ordering, pressure-based chain reordering, circuit-breaker isolation, model chain shape guardstests/test_config_routing_value.py(27 tests): provider detection, Claude subscription double-billing prevention, Ollama liveness gating, routing defaults
Upgrade
pip install --upgrade claude-code-llm-router && llm-router install
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About ypollak2/llm-router
Subscription-aware LLM router for Claude Code. Routes tasks to 20+ providers (OpenAI, Gemini, Groq, Ollama, Codex) based on complexity classification, Claude subscription pressure, and cost. Free tasks stay on Claude subscription; expensive tasks fall back to the cheapest capable model. Includes 30 MCP tools, 6 auto-routing hooks, semantic dedup cache, prompt caching, daily spend cap, and a live web dashboard.
Related context
Related tools
Beta — feedback welcome: [email protected]