Agent DailyAgent Daily
releaseintermediate

[Release] openclaw/openclaw v2026.7.2-beta.2: openclaw 2026.7.2-beta.2

By github-actions[bot]github
View original on github

OpenClaw v2026.7.2-beta.2 introduces remote coding sessions on cloud workers, native automation and mobile capabilities, safer channel operations, guided Control UI setup, improved gateway and session recovery, and enhanced Linux packaging. Key improvements include external gateway supervision, ClickClack integration, Skill Workshop enhancements, and numerous Control UI refinements for better user experience and reliability.

Key Points

  • Remote coding sessions: Run Control UI on cloud workers, open Codex/Claude sessions in terminals on host machines, and resume OpenCode/Pi sessions directly in CLI
  • Native automation parity: Bring Automations to mobile, add foreground Voice Wake on Android, expose camera/location/notification capabilities from headless Linux nodes
  • Safer channel operations: Prevent Telegram durable-ingress loss, keep Signal controls responsive, fix channel allowlists security issue preventing owner access grants
  • Guided Control UI setup: Configure model providers in Settings, onboard channels through guided setup, select images and models during session creation
  • Gateway and session recovery: Prevent restart admission wedging, recover reply sessions after finalization stalls, maintain cron jobs through lifecycle claim races
  • Linux packaging improvements: Add deb and AppImage bundles with Gateway guidance, publish from stable releases, enable Windows installs to continue after winget Node.js installation
  • External gateway supervision: Add OPENCLAW_SUPERVISOR_MODE=external for lifecycle owners, preserve restart/deferral behavior without exposing native service authority
  • ClickClack integration: Configure via openclaw onboard command, publish bot commands to composer autocomplete, support per-account opt-out with compatibility handling
  • Skill Workshop enhancements: Run agent-initiated actions without approval prompts by default, add manual session scan for conservative skill ideas, preserve pending proposals
  • Control UI improvements: New keyboard shortcuts (⇧⌘B for workspace, ⇧⌘, for Settings), centered chat layout, improved message context display, enhanced session title previews

Found this useful? Add it to a playbook for a step-by-step implementation guide.

Workflow Diagram

Start Process
Step A
Step B
Step C
Complete
Quality

Concepts

Artifacts (3)

External Gateway Supervision Configbashconfig
OPENCLAW_SUPERVISOR_MODE=external
ClickClack Onboarding Commandbashcommand
openclaw onboard
openclaw channels add clickclack
Skill Workshop Approval Policyyamlconfig
skills:
  workshop:
    approvalPolicy: "pending"