From e674a8182bf30d885bf780cab3c455a3640699fa Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Mon, 4 May 2026 10:46:35 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@24ec2aebe8bec0d4f5a57a9ff69f8bf4b50bb221 --- .openclaw-sync/source.json | 4 ++-- docs/cli/models.md | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 4f8006e86..702a532fb 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "b7ce9439e7f3fc3bd13b0bef31a920a20789f678", - "syncedAt": "2026-05-04T09:19:13.233Z" + "sha": "24ec2aebe8bec0d4f5a57a9ff69f8bf4b50bb221", + "syncedAt": "2026-05-04T10:44:33.610Z" } diff --git a/docs/cli/models.md b/docs/cli/models.md index ba8903d20..ed03c2a4e 100644 --- a/docs/cli/models.md +++ b/docs/cli/models.md @@ -162,6 +162,7 @@ openclaw models fallbacks list ```bash openclaw models auth add +openclaw models auth list [--provider ] [--json] openclaw models auth login --provider openclaw models auth setup-token --provider openclaw models auth paste-token @@ -171,16 +172,22 @@ openclaw models auth paste-token flow (OAuth/API key) or guide you into manual token paste, depending on the provider you choose. +`models auth list` lists saved auth profiles for the selected agent without +printing token, API-key, or OAuth secret material. Use `--provider ` to +filter to one provider, such as `openai-codex`, and `--json` for scripting. + `models auth login` runs a provider plugin’s auth flow (OAuth/API key). Use `openclaw plugins list` to see which providers are installed. Use `openclaw models auth --agent ` to write auth results to a specific configured agent store. The parent `--agent` flag is honored by -`add`, `login`, `setup-token`, `paste-token`, and `login-github-copilot`. +`add`, `list`, `login`, `setup-token`, `paste-token`, and +`login-github-copilot`. Examples: ```bash openclaw models auth login --provider openai-codex --set-default +openclaw models auth list --provider openai-codex ``` Notes: