mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 16:10:21 +00:00
docs: refresh claude-cli naming mirrors
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user