chore(sync): mirror docs from openclaw/openclaw@e625651de8

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-24 23:59:59 +00:00
parent f3e0322b40
commit 4cc6690f2e
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "fb80405693ca1931e06b6f710b0c3d0f4e497eec",
"syncedAt": "2026-04-24T23:58:04.498Z"
"sha": "e625651de82f2c3bea33e7b47f2817b38ad78650",
"syncedAt": "2026-04-24T23:58:33.720Z"
}

View File

@ -335,6 +335,11 @@ adapter during the deprecation window, but non-bundled plugins that still use it
receive a manifest diagnostic. New plugins should put setup/status env metadata
on `setup.providers[].envVars`.
OpenClaw can also derive simple setup choices from `setup.providers[].authMethods`
when no setup entry is available, or when `setup.requiresRuntime: false`
declares setup runtime unnecessary. Explicit `providerAuthChoices` entries stay
preferred for custom labels, CLI flags, onboarding scope, and assistant metadata.
Set `requiresRuntime: false` only when those descriptors are sufficient for the
setup surface. OpenClaw treats explicit `false` as a descriptor-only contract
and will not execute `setup-api` or `openclaw.setupEntry` for setup lookup. If