v1.1.0
What's New
Scoring Fix: Skip System Prompt
OpenClaw sends a large, keyword-rich system prompt with every request (tools, skills, memory, identity, etc.). Previously, extractText() included body.system, causing every request to score ~0.44 and route to Opus regardless of actual task complexity.
Now the scorer only evaluates user messages. Routine tasks correctly score 0.01–0.20 and route to Sonnet. Complex tasks still route to Opus.
Install/Uninstall Improvements
- Install script auto-patches
agents.defaults.modelsallowlist inopenclaw.json(fixesmodel not allowed: iblai-router/auto) - Uninstall script fully cleans up: provider config, model allowlist, cached
models.json, legacysmart-routerentries
Documentation
- 30-day savings projection table with real-world numbers
- Troubleshooting guide for common issues
- How to check your cost savings anytime
Upgrade
cd router && git pull
sudo systemctl restart iblai-routerNumbers
~80% cost savings on cron-heavy workloads (ops monitoring, inbox processing). 173 requests: $3.97 vs $19.42 baseline.