Skip to content

v0.3.2: Auto Update Checker & Setup Wizard

Latest

Choose a tag to compare

@GoldVelen GoldVelen released this 25 May 18:04

Changes

Auto Update Checker

  • Server startup: non-blocking check against npm registry once per day
  • CLI: cmr update checks for updates and offers one-command install
  • Rate-limited: stores last check timestamp, max once per 24h

Setup Wizard Overhaul (v0.3.1)

  • Chinese-language interactive setup with field descriptions
  • Default values shown in brackets — press Enter to accept
  • Auto-detects existing config.json and pre-fills all fields
  • Auto-configures Claude Code settings.json at end of setup
  • Built-in backend templates for deepseek and claude

Dashboard Fixes (v0.3.1)

  • Fixed screen content duplicating every refresh
  • Fixed pressing q not exiting cleanly
  • Fixed fetch errors crashing the dashboard

Backend Visibility (v0.3.1)

  • Dashboard and cmr stats now show all configured backends immediately

Upgrade

npm install -g claude-model-router
# or from project directory:
git pull && npm install -g .
cmr restart

Full changelog