diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index b20485d1a..2ad07d072 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "5a631e1ee9faf049c2bcc194f5240f2a30d21eb4", - "syncedAt": "2026-04-30T00:50:24.682Z" + "sha": "3bd6b54f0b3a3971b12bd63799fe4fd9b879b323", + "syncedAt": "2026-04-30T00:53:16.064Z" } diff --git a/docs/plugins/manifest.md b/docs/plugins/manifest.md index eff5ed14b..b66887e9e 100644 --- a/docs/plugins/manifest.md +++ b/docs/plugins/manifest.md @@ -431,15 +431,15 @@ provider API probes. Supported evidence entries: -| Field | Required | Type | What it means | -| ------------------ | -------- | ---------- | --------------------------------------------------------------------------------------------- | -| `type` | Yes | `string` | Currently `local-file-with-env`. | -| `fileEnvVar` | No | `string` | Env var containing an explicit credential file path. | -| `fallbackPaths` | No | `string[]` | Local credential file paths checked when `fileEnvVar` is absent or empty. Supports `${HOME}`. | -| `requiresAnyEnv` | No | `string[]` | At least one listed env var must be non-empty before the evidence is valid. | -| `requiresAllEnv` | No | `string[]` | Every listed env var must be non-empty before the evidence is valid. | -| `credentialMarker` | Yes | `string` | Non-secret marker returned when the evidence is present. | -| `source` | No | `string` | User-facing source label for auth/status output. | +| Field | Required | Type | What it means | +| ------------------ | -------- | ---------- | -------------------------------------------------------------------------------------------------------------- | +| `type` | Yes | `string` | Currently `local-file-with-env`. | +| `fileEnvVar` | No | `string` | Env var containing an explicit credential file path. | +| `fallbackPaths` | No | `string[]` | Local credential file paths checked when `fileEnvVar` is absent or empty. Supports `${HOME}` and `${APPDATA}`. | +| `requiresAnyEnv` | No | `string[]` | At least one listed env var must be non-empty before the evidence is valid. | +| `requiresAllEnv` | No | `string[]` | Every listed env var must be non-empty before the evidence is valid. | +| `credentialMarker` | Yes | `string` | Non-secret marker returned when the evidence is present. | +| `source` | No | `string` | User-facing source label for auth/status output. | ### setup fields