- Add APIs for batch creating and deleting Lite instances
- Support Lite batch create, selection, and delete flows in the instance list
- Fix Lite OpenClaw/Hermes workspace initial paths and skill directory paths
- Hide transient skill temp directories from workspace browsing
- Preserve runtime query tokens when stripping ClawManager desktop access tokens
- Add leader election to avoid duplicate sync and Team event consumers
- Proxy desktop traffic directly from nginx to instance Services to reduce load during concurrent viewers
- Add desktop stream profiles with low / standard / high options
- Limit hostPath PV fallback to manual storageClass only
Nginx default client_max_body_size is 1 MiB. Any real .openclaw workspace
archive exceeds that, so the Import endpoint rejects uploads with a plain
HTML 413 Content Too Large response long before the request reaches the
Go backend (which already permits up to 512 MiB via io.LimitReader).
Set client_max_body_size to 512m on the server block so the edge limit
matches the backend limit.