Skip to content

Commit 4eb5da6

Browse files
author
openclaw-docs-sync[bot]
committed
chore(sync): mirror docs from openclaw/openclaw@dd17dea
1 parent 2602808 commit 4eb5da6

3 files changed

Lines changed: 12 additions & 9 deletions

File tree

.openclaw-sync/source.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"repository": "openclaw/openclaw",
3-
"sha": "c8aec6b951acc9c46df4d370d56e5f5450bb2b04",
4-
"syncedAt": "2026-04-23T06:53:52.164Z"
3+
"sha": "dd17dea761d532dc12e9a63950fe3cab604e0ee5",
4+
"syncedAt": "2026-04-23T06:57:08.686Z"
55
}

docs/gateway/pairing.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,12 @@ If silent approval fails, it falls back to the normal “Approve/Reject” promp
121121

122122
When an already paired device reconnects with only non-sensitive metadata
123123
changes (for example, display name or client platform hints), OpenClaw treats
124-
that as a `metadata-upgrade` and auto-approves the reconnect without
125-
prompting. Scope upgrades (read to write/admin) and public key changes are
126-
**not** eligible for metadata-upgrade auto-approval — they stay as explicit
127-
re-approval requests.
124+
that as a `metadata-upgrade`. Silent auto-approval is narrow: it applies only
125+
to trusted local CLI/helper reconnects that already proved possession of the
126+
shared token or password over loopback. Browser/Control UI clients and remote
127+
clients still use the explicit re-approval flow. Scope upgrades (read to
128+
write/admin) and public key changes are **not** eligible for metadata-upgrade
129+
auto-approval — they stay as explicit re-approval requests.
128130

129131
## QR pairing helpers
130132

docs/gateway/security/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -947,9 +947,10 @@ Local device pairing:
947947
treated as remote for pairing, trusted-proxy auth, and Control UI device
948948
identity gating — it no longer qualifies for loopback auto-approval.
949949
- **Metadata-upgrade auto-approval** applies only to non-sensitive reconnect
950-
deltas on already paired devices (display name, client platform hints).
951-
Scope upgrades (read to write/admin) and public key changes still require
952-
explicit re-approval and are never silently upgraded.
950+
deltas on already paired trusted local CLI/helper clients that proved
951+
possession of the shared token or password over loopback. Browser/Control UI
952+
clients and remote clients still require explicit re-approval. Scope upgrades
953+
(read to write/admin) and public key changes are never silently upgraded.
953954

954955
Auth modes:
955956

0 commit comments

Comments
 (0)