Skip to content

Tags: iblai/claw-router

Tags

v1.5.0

Toggle v1.5.0's commit message
v1.5.0 — multi-provider routing + latest models (Haiku 4.5 / Sonnet 5…

… / Opus 4.8)

v1.4.0

Toggle v1.4.0's commit message
fix: correct Haiku model ID to claude-4-5-haiku-20241022

v1.3.0

Toggle v1.3.0's commit message
fix: strip thinking params when routing to Haiku (LIGHT tier)

Haiku 3.5 doesn't support thinking/extended-thinking. When the router
picks LIGHT tier, strip body.thinking and remove thinking-related
anthropic-beta headers before proxying. Prevents 400 errors when
callers have thinking enabled globally.

v1.2.0

Toggle v1.2.0's commit message
bump models to Sonnet 4.6 + Opus 4.6

- MEDIUM: claude-sonnet-4-20250514 → claude-sonnet-4-6
- HEAVY: claude-opus-4-20250514 → claude-opus-4-6
- Added cost entries for new model IDs

v1.1.0

Toggle v1.1.0's commit message
v1.1.0

What's new:
- fix: skip system prompt in scoring — prevents all-HEAVY routing when OpenClaw sends large keyword-rich system prompts. Scores dropped from ~0.44 to 0.01-0.20, correctly routing routine tasks to Sonnet
- Install script now auto-patches agents.defaults.models allowlist (fixes 'model not allowed' error)
- Uninstall script fully cleans up openclaw.json, model allowlist, and cached models.json
- README: 30-day savings table, troubleshooting guide, cost checking instructions

Upgrade: just git pull and restart the service (sudo systemctl restart iblai-router)

v1.0.0

Toggle v1.0.0's commit message
README: add 30-day savings example table and how to check costs