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
Subagents can now request a model by capability tier instead of a concrete id: model: tier:fast, tier:normal, or tier:strong in an agent definition. The tier resolves to a curated model within the parent's current provider, so it works regardless of which single provider you are authed to. On a miss it falls back to the provider's curated normal, then to the parent model with a warning (never your default model).
Added a subagentModel setting: the default model (tier keyword or concrete id) for spawned subagents whose definition pins no model.