v3.3.1 — OpenClaw 2026.4.1 Compatibility
What's Changed
Fixes compatibility issues introduced by OpenClaw 2026.4.1 update:
Bug Fixes
- Exec approval timeout: Deploy now writes
exec-approvals.jsonwithsecurity=fulldefaults, preventing gateway approval timeouts that blocked all tool execution - Telegram DM blocking: Changed default
dmPolicyfrom"pairing"to"open"so new contacts can message the bot directly - Stale gateway token: Re-deploys now run
openclaw gateway install --forceto refresh embedded tokens
Config Additions
tools.profile: "full"added to generatedopenclaw.jsonallowFrom: ["*"]added to Telegram channel configexec-approvals.jsonauto-generated with full permissions during deploy
Upgrade Notes
For existing deployments, run:
# On your server:
openclaw gateway install --force
openclaw gateway restartOr re-deploy with ./deploy.sh <client-name> to apply all fixes automatically.