Skip to content

v1.1.0

Choose a tag to compare

@mamigot mamigot released this 16 Feb 22:32
· 9 commits to main since this release

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.models allowlist in openclaw.json (fixes model not allowed: iblai-router/auto)
  • Uninstall script fully cleans up: provider config, model allowlist, cached models.json, legacy smart-router entries

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-router

Numbers

~80% cost savings on cron-heavy workloads (ops monitoring, inbox processing). 173 requests: $3.97 vs $19.42 baseline.