Skip to content
This repository was archived by the owner on Jun 21, 2026. It is now read-only.

v2026.2.19

Choose a tag to compare

@github-actions github-actions released this 20 Feb 01:38
· 121 commits to main since this release
0fb0d6c

πŸ”” Update Notifications

Know when a new OpenClaw version is available with a floating notification banner:

  • Persistent but dismissible β€” Swipe up on mobile or click X to dismiss; won't show again until a newer version is released
  • Quick access β€” Links directly to the GitHub release page

πŸ—‘οΈ Device Removal

Remove paired devices directly from the Devices page:

  • Confirmation modal β€” Prevents accidental removals
  • Works everywhere β€” Available in both desktop expanded view and mobile detail modal

Installation

npm:

npx @maudecode/cove

Docker:

docker run -d -p 8080:8080 ghcr.io/maudecode/cove:v2026.2.19

Static files: Download cove-dist.zip or cove-dist.tar.gz below.

πŸ“¦ npm Β· 🐳 Docker Β· πŸ“– Docs


Changelog

Bug Fixes

  • gateway: use mode 'ui' instead of 'webchat' (6fed2d4)

Features

  • devices: add device.pair.remove action (04ba0d0)
  • tool-blocks: add gateway update.run display (fbc295b)
  • update: add floating update.available banner (86d6c88)