From bfa64c42a4832a7f3aa33298cf7dfa506674e505 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Thu, 23 Apr 2026 07:05:26 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@8714badc0c551747976c4ea4e44bca0d919a728d --- .openclaw-sync/source.json | 4 ++-- docs/tools/thinking.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index fa2f970d7..4e550db0f 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "91c795cee000853a43df919a84a8a1acd8552d5b", - "syncedAt": "2026-04-23T06:57:47.084Z" + "sha": "8714badc0c551747976c4ea4e44bca0d919a728d", + "syncedAt": "2026-04-23T07:05:26.323Z" } diff --git a/docs/tools/thinking.md b/docs/tools/thinking.md index 49977ca15..07fa758a6 100644 --- a/docs/tools/thinking.md +++ b/docs/tools/thinking.md @@ -68,6 +68,7 @@ title: "Thinking Levels" - For direct public `anthropic/*` requests, including OAuth-authenticated traffic sent to `api.anthropic.com`, fast mode maps to Anthropic service tiers: `/fast on` sets `service_tier=auto`, `/fast off` sets `service_tier=standard_only`. - For `minimax/*` on the Anthropic-compatible path, `/fast on` (or `params.fastMode: true`) rewrites `MiniMax-M2.7` to `MiniMax-M2.7-highspeed`. - Explicit Anthropic `serviceTier` / `service_tier` model params override the fast-mode default when both are set. OpenClaw still skips Anthropic service-tier injection for non-Anthropic proxy base URLs. +- `/status` shows `Fast` only when fast mode is enabled. ## Verbose directives (/verbose or /v)