chore(sync): mirror docs from openclaw/openclaw@8d58ad4c15

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-29 09:28:41 +00:00
parent 08e2da650a
commit 61d85b67c7
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "f5e7557c70c18673929c7ddeab6f820157c8b3c9",
"syncedAt": "2026-04-29T09:10:03.589Z"
"sha": "8d58ad4c15cd3723ececd26697b86339a5af2834",
"syncedAt": "2026-04-29T09:27:08.815Z"
}

View File

@ -97,6 +97,12 @@ Gateway → Client:
}
```
While the Gateway is still finishing startup sidecars, the `connect` request can
return a retryable `UNAVAILABLE` error with `details.reason` set to
`"startup-sidecars"` and `retryAfterMs`. Clients should retry that response
within their overall connection budget instead of surfacing it as a terminal
handshake failure.
`server`, `features`, `snapshot`, and `policy` are all required by the schema
(`src/gateway/protocol/schema/frames.ts`). `auth` is also required and reports
the negotiated role/scopes. `canvasHostUrl` is optional.