docs: refresh claude-cli naming mirrors

This commit is contained in:
Peter Steinberger
2026-04-04 22:11:45 +01:00
parent 8ea5b1ddc0
commit 6de100d4e2
8 changed files with 18 additions and 13 deletions

View File

@@ -211,12 +211,12 @@ openclaw models status
### Token expiring/expired
Run `openclaw models status` to confirm which profile is expiring. If a legacy
Anthropic token profile is missing or expired, migrate that setup to Claude CLI
Run `openclaw models status` to confirm which profile is expiring. If an
Anthropic OAuth/token profile is missing or expired, migrate that setup to Claude CLI
or an API key.
## Claude CLI requirements
Only needed for the Anthropic Claude CLI reuse path:
- Claude Code CLI installed (`claude` command available)
- Claude CLI installed (`claude` command available)

View File

@@ -2,7 +2,7 @@
summary: "CLI backends: text-only fallback via local AI CLIs"
read_when:
- You want a reliable fallback when API providers fail
- You are running Claude Code CLI or other local AI CLIs and want to reuse them
- You are running Claude CLI or other local AI CLIs and want to reuse them
- You need a text-only, tool-free path that still supports sessions and images
title: "CLI Backends"
---
@@ -26,7 +26,7 @@ thread/conversation binding, and persistent external coding sessions, use
## Beginner-friendly quick start
You can use Claude Code CLI **without any config** (the bundled Anthropic plugin
You can use Claude CLI **without any config** (the bundled Anthropic plugin
registers a default backend):
```bash
@@ -180,7 +180,7 @@ imageMode: "repeat"
OpenClaw will write base64 images to temp files. If `imageArg` is set, those
paths are passed as CLI args. If `imageArg` is missing, OpenClaw appends the
file paths to the prompt (path injection), which is enough for CLIs that auto-
load local files from plain paths (Claude Code CLI behavior).
load local files from plain paths (Claude CLI behavior).
## Inputs / outputs

View File

@@ -306,8 +306,9 @@ Doctor checks:
### 5) Model auth health (OAuth expiry)
Doctor inspects OAuth profiles in the auth store, warns when tokens are
expiring/expired, and can refresh them when safe. If the Anthropic Claude Code
profile is stale, it suggests migrating to Claude CLI or an Anthropic API key.
expiring/expired, and can refresh them when safe. If the Anthropic
OAuth/token profile is stale, it suggests migrating to Claude CLI or an
Anthropic API key.
Refresh prompts only appear when running interactively (TTY); `--non-interactive`
skips refresh attempts.