OpenClaw v2026.3.8 Released — Backup Commands, Gateway Restart Fixes, Telegram Topic Routing, API Key Hardening
OpenClaw version 2026.3.8 is out, and it’s a substantive release. More than two dozen fixes land across all platforms, with the headline features addressing three pain points that have frustrated OpenClaw users since at least the previous major version: missing local backup tooling, unreliable gateway restarts on macOS, and fragile API key exposure in logs. New: Local Backup CLI The biggest new feature is the backup command pair: openclaw backup create openclaw backup verify backup create produces a local snapshot of your agent state, configuration, and critical data. backup verify checks the integrity of an existing backup without restoring it — useful for scheduled validation in production setups. ...