mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 20:31:34 +00:00
* feat(anthropic): add Claude Opus 5 model support Wire claude-opus-5 through the Claude 5 contract seams: adaptive-by-default thinking with the full low..max effort range, default-sampling and prefill stripping, streaming refusal contract, model-bound thinking replay, and 1M/128k catalog metadata across anthropic, claude-cli, Vertex, Bedrock, and Mantle. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * fix(anthropic-vertex): normalize explicit Vertex Opus 5 model rows Extend normalizeAnthropicVertexResolvedModel so user-configured Vertex Opus 5 rows regain reasoning, image input, 1M/128k limits, and the native thinking map; update the live-model priority expectation and regenerate docs_map. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com>