You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add sim-auto: automatic model routing for the agent block (hosted)
- 'Auto' model option (Sim wordmark icon, hosted-only, new-block default;
runtime fallback for unset models stays claude-sonnet-5)
- Resolver (lib/model-router): classifies each execution via mothership's
/api/model-router and routes over two ladders — text: fireworks/glm-5.2 ->
fireworks/kimi-k3 (new static hosted Fireworks catalog entries on the
platform FIREWORKS_API_KEY); attachments: claude-haiku-4-5 -> gpt-5.5
(Fireworks OSS endpoints reject images). Trivial tasks skip the router;
5-min decision cache; 2s timeout; never fails the workflow
- Hidden identity preamble on every auto run (English by default, don't
volunteer the underlying model)
- Fireworks executor: wire-name map for catalog ids (glm-5.2 -> glm-5p2),
pricing keyed on the full catalog id
- Billing: routing cost applied to non-streaming output cost only when
mothership marks the call billable (bill-model-router flag, default off)
- sim-auto special-cases: API-key condition, serialization tool lookup,
edit-workflow validation (hosted), VFS model options projection
* auto model
* agent auto model
* fix lint
0 commit comments