Skip to content

Commit 93e53b0

Browse files
author
1bcMax
committed
0.9.39
## Features - **Context Usage Headers**: Added `x-context-used-kb` and `x-context-limit-kb` response headers to help track token/context usage per request ## Fixes - **Model Selection**: Fixed issue where ClawRouter was hijacking user model selection, forcing `blockrun/auto` even when users explicitly selected other providers (#14) ## Improvements - **Auto Routing**: Removed Minimax models from auto/eco/agentic fallback chains as they don't support tool calling. Users can still explicitly select minimax models when needed
1 parent 46f7093 commit 93e53b0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockrun/clawrouter",
3-
"version": "0.9.38",
3+
"version": "0.9.39",
44
"description": "Smart LLM router — save 78% on inference costs. 30+ models, one wallet, x402 micropayments.",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)