@blockrun/clawrouter 0.12.42 → 0.12.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockrun/clawrouter",
3
- "version": "0.12.42",
3
+ "version": "0.12.44",
4
4
  "description": "Smart LLM router — save 92% on inference costs. 41+ models, one wallet, x402 micropayments.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -244,7 +244,7 @@ try {
244
244
  const TOP_MODELS = [
245
245
  'auto', 'free', 'eco', 'premium',
246
246
  'anthropic/claude-sonnet-4.6', 'anthropic/claude-opus-4.6', 'anthropic/claude-haiku-4.5',
247
- 'openai/gpt-5.4', 'openai/gpt-4o', 'openai/o3',
247
+ 'openai/gpt-5.4', 'openai/gpt-5.3', 'openai/gpt-5.3-codex', 'openai/gpt-4o', 'openai/o3',
248
248
  'google/gemini-3.1-pro', 'google/gemini-3-flash-preview',
249
249
  'deepseek/deepseek-chat', 'moonshot/kimi-k2.5',
250
250
  'xai/grok-3', 'minimax/minimax-m2.5'
@@ -352,7 +352,7 @@ echo ""
352
352
  echo "Model aliases available:"
353
353
  echo " /model sonnet → claude-sonnet-4"
354
354
  echo " /model opus → claude-opus-4"
355
- echo " /model codex → openai/gpt-5.2-codex"
355
+ echo " /model codex → openai/gpt-5.3-codex"
356
356
  echo " /model deepseek → deepseek/deepseek-chat"
357
357
  echo " /model minimax → minimax/minimax-m2.5"
358
358
  echo " /model free → gpt-oss-120b (FREE)"
package/scripts/update.sh CHANGED
@@ -195,7 +195,7 @@ try {
195
195
  const TOP_MODELS = [
196
196
  'auto', 'free', 'eco', 'premium',
197
197
  'anthropic/claude-sonnet-4.6', 'anthropic/claude-opus-4.6', 'anthropic/claude-haiku-4.5',
198
- 'openai/gpt-5.4', 'openai/gpt-4o', 'openai/o3',
198
+ 'openai/gpt-5.4', 'openai/gpt-5.3', 'openai/gpt-5.3-codex', 'openai/gpt-4o', 'openai/o3',
199
199
  'google/gemini-3.1-pro', 'google/gemini-3-flash-preview',
200
200
  'deepseek/deepseek-chat', 'moonshot/kimi-k2.5',
201
201
  'xai/grok-3', 'minimax/minimax-m2.5'