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
fix(btw): resolve agentRuntime alias models in /btw side questions (fixes#92168)
When the agent primary model is configured as a canonical alias routed
via agentRuntime (e.g. anthropic/claude-opus with agentRuntime.id:
claude-cli), /btw fails with 'Unknown model' because the model is not
in the standard model registry. The same model works for the main turn
because the harness selection routes through the configured runtime.
Fix: when the model isn't found in the registry, check if it's
configured with an agentRuntime in agents.defaults.models and
synthesize a minimal model object so the downstream harness selection
can route through the configured runtime.
0 commit comments