Releases: scott-tan-ai/CC-TPR
Releases · scott-tan-ai/CC-TPR
v2.0.5 nVidia nim & statusline fix
v2.0.5: NVIDIA NIM fixes, statusline live-update, config routing updates - Fix NVIDIA MODEL_MAP: stepfun/step-3-7-flash -> stepfun-ai/step-3.7-flash (live API catalog) - Fix NVIDIA base_url: add /chat/completions (was causing 404) - Add NVIDIA model slug_overrides to config.yaml and openrouter.py KNOWN_SLUGS - Rewrite manual_statusline_start.py: live-updating single-line display (2s refresh, \r overwrite) - Update test_resolve_route.py for current routing config - Update config.yaml routing to user's current setup
v2.0.4 Added nVidia nim (free tier models)
feat: add NVIDIA NIM provider with 7 models and Nemotron thinking sup…
v2.0.3 Added Sapiens AI (agnes-2.0-flash) provider
feat: add Sapiens AI (Agnes) provider with agnes-2.0-flash and agnes-…
v2.0.2 Anthropic passthrough + readme update + backoff
fix: add quota fetch failure backoff (3 failures → 10min cooldown) an…
v2.0.1 Full rebuild with provider registry, OpenAI format support, and 8 new providers
v2.0.1 - Major restructure: 8 new providers, per-provider context lim…
v1.5.5 Major bug fix, auto-recovery & integrity checks
fix: resolve cmd.exe delims== parsing bug that nuked venv on every st…
v1.5.4 Replace Flask with Waitress for stability
feat: replace Flask dev server with Waitress for long-running stability
v1.5.3 Large repos & rate-limit resilience
feat: increase body limit to 20MB, add 413 rejection, 429 backoff for…
v1.5.2 Minimax Vision MCP auto install & config
feat: auto-detect and fix MiniMax MCP config on startup (#8)
v1.5 Mac & statusline release
chore: resolve .gitattributes merge conflict