claw-code/rust/crates
TheArchitectit a27e9c5ff9 fix(team): qualify bare sub-agent models for custom-openai provider
When the user's active provider is custom-openai, bare model names like
'claude-haiku-4-5-20251001' (saved by /setup as subagentModel) don't
route through the custom endpoint — ProviderClient::from_model dispatches
them to the Anthropic provider instead, which has no credentials.

Add qualify_for_provider() that prefixes bare models with 'custom/' when
the provider config is custom-openai so they share the session's endpoint.
Applied to both the explicit model override and the subagentModel fallback
path in resolve_agent_model().

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-17 13:17:07 -05:00
..
api fix(team): sub-agents honor resolved model + fall through on model-not-found 2026-06-17 12:32:00 -05:00
claw-analog Reject drifted claw-analog bootstrap phases 2026-05-25 19:33:37 +00:00
claw-rag-service feat(rag): add claw-rag-service 2026-05-25 11:25:25 +09:00
commands feat(team): port subagent_model, parallel tool exec, team coordination layer 2026-06-17 11:48:17 -05:00
compat-harness feat: ultraclaw droid batch — ROADMAP #41 test isolation + #50 PowerShell permissions 2026-04-12 03:06:24 +09:00
mock-anthropic-service Stabilize final gate before release checkpoint 2026-05-15 13:34:57 +09:00
plugins fix: resolve EACCES error from incorrect bundled plugins directory 2026-05-25 11:22:34 +09:00
runtime fix(team): read provider().model() not feature model for sub-agent default 2026-06-17 13:09:06 -05:00
rusty-claude-cli fix(team): read provider().model() not feature model for sub-agent default 2026-06-17 13:09:06 -05:00
telemetry feat: anthropic SDK header matching + request profile 2026-04-01 05:55:25 +00:00
tools fix(team): qualify bare sub-agent models for custom-openai provider 2026-06-17 13:17:07 -05:00