Commit ee9044e
1bcMax
v0.12.168: propagate openai/gpt-5.5 across routing, picker, README, SKILL
v0.12.167 added the model entry but every other place ClawRouter advertises a
flagship still pointed at gpt-5.4. This pass closes the gap.
- src/router/config.ts: insert gpt-5.5 immediately before gpt-5.4 in three
fallback chains (auto.COMPLEX, premiumTiers.COMPLEX, agenticTiers.COMPLEX);
no primary changes — promoting 5.5 to a primary needs benchmark data we
don't have yet
- src/index.ts: add openai/gpt-5.5 + anthropic/claude-opus-4.5 to the
/model picker allowlist; replace deprecated minimax/minimax-m2.5 with
minimax/minimax-m2.7 (cleanup of v0.12.167 oversight in this duplicate list)
- README.md: add the openai/gpt-5.5 row to the Premium Models pricing table
- skills/clawrouter/SKILL.md: add gpt-5.5 + claude-opus-4.5 to the
representative-models line
Frozen benchmark docs (docs/smart-llm-router-14-dimension-classifier.md,
docs/llm-router-benchmark-46-models-sub-1ms-routing.md) intentionally not
touched — adding 5.5 to a benchmark table without measured data would
falsify the document.1 parent 42346bc commit ee9044e
11 files changed
Lines changed: 48 additions & 17 deletions
File tree
- dist
- skills/clawrouter
- src
- router
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
7 | 18 | | |
8 | 19 | | |
9 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
| 343 | + | |
343 | 344 | | |
344 | 345 | | |
345 | 346 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73437 | 73437 | | |
73438 | 73438 | | |
73439 | 73439 | | |
| 73440 | + | |
| 73441 | + | |
73440 | 73442 | | |
73441 | | - | |
| 73443 | + | |
73442 | 73444 | | |
73443 | 73445 | | |
73444 | 73446 | | |
| |||
73548 | 73550 | | |
73549 | 73551 | | |
73550 | 73552 | | |
| 73553 | + | |
| 73554 | + | |
73551 | 73555 | | |
73552 | | - | |
| 73556 | + | |
73553 | 73557 | | |
73554 | 73558 | | |
73555 | 73559 | | |
| |||
73617 | 73621 | | |
73618 | 73622 | | |
73619 | 73623 | | |
| 73624 | + | |
| 73625 | + | |
73620 | 73626 | | |
73621 | | - | |
| 73627 | + | |
73622 | 73628 | | |
73623 | 73629 | | |
73624 | 73630 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74045 | 74045 | | |
74046 | 74046 | | |
74047 | 74047 | | |
| 74048 | + | |
| 74049 | + | |
74048 | 74050 | | |
74049 | | - | |
| 74051 | + | |
74050 | 74052 | | |
74051 | 74053 | | |
74052 | 74054 | | |
| |||
74156 | 74158 | | |
74157 | 74159 | | |
74158 | 74160 | | |
| 74161 | + | |
| 74162 | + | |
74159 | 74163 | | |
74160 | | - | |
| 74164 | + | |
74161 | 74165 | | |
74162 | 74166 | | |
74163 | 74167 | | |
| |||
74225 | 74229 | | |
74226 | 74230 | | |
74227 | 74231 | | |
| 74232 | + | |
| 74233 | + | |
74228 | 74234 | | |
74229 | | - | |
| 74235 | + | |
74230 | 74236 | | |
74231 | 74237 | | |
74232 | 74238 | | |
| |||
81848 | 81854 | | |
81849 | 81855 | | |
81850 | 81856 | | |
| 81857 | + | |
81851 | 81858 | | |
| 81859 | + | |
81852 | 81860 | | |
81853 | 81861 | | |
81854 | 81862 | | |
| |||
81860 | 81868 | | |
81861 | 81869 | | |
81862 | 81870 | | |
81863 | | - | |
| 81871 | + | |
81864 | 81872 | | |
81865 | 81873 | | |
81866 | 81874 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
| 381 | + | |
381 | 382 | | |
| 383 | + | |
382 | 384 | | |
383 | 385 | | |
384 | 386 | | |
| |||
390 | 392 | | |
391 | 393 | | |
392 | 394 | | |
393 | | - | |
| 395 | + | |
394 | 396 | | |
395 | 397 | | |
396 | 398 | | |
| |||
0 commit comments