mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-28 20:13:40 +00:00
The live-frontier turn-timeout resolution only matched `anthropic/` models, so `claude-cli/*` routes fell into the 120s fallback bucket instead of the 180s Anthropic floor, and claude-cli Opus missed the 240s Opus floor — even though claude-cli serves the same Anthropic Claude models. Recognize claude-cli as Anthropic-family via a small `isAnthropicFamilyModel` helper, mirroring the existing `provider === "anthropic" || provider === "claude-cli"` precedent in the aimock and mock-openai servers. Co-authored-by: clawSean <260045960+clawSean@users.noreply.github.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>