Support Anthropic-routed Claude models

This commit is contained in:
武阳
2026-05-08 12:17:00 +08:00
parent 02a7ea23dd
commit cd84fcc69f
5 changed files with 622 additions and 18 deletions
@@ -761,7 +761,7 @@ function useComposerContextStatus() {
if (cancelled) return;
setStatus((current) => ({
model:
contextBudget?.model ?? sessionPayload?.model ?? statePayload.model,
statePayload.model ?? contextBudget?.model ?? sessionPayload?.model,
contextBudget,
sessionId,
models: current.models,