Skip to content

Releases: contextablemark/clawg-ui

v0.2.4

09 Feb 00:56
616f8f3

Choose a tag to compare

Changes since v0.2.1

  • Split tool and text events into separate AG-UI runs (#4)
  • Fix paragraph joiner for streamed text, add runId to text events (#3)
  • Fix: use standard git+https format for repository URL (#2)
  • Fix: include messageId in TOOL_CALL_RESULT events

v0.2.1

05 Feb 06:21
a661787

Choose a tag to compare

Fixed

  • Return HTTP 429 rate_limit error when max pending pairing requests (3) is reached, instead of returning an empty pairing code

🤖 Generated with Claude Code

v0.2.0

04 Feb 23:45

Choose a tag to compare

Added

  • Device pairing authentication - Secure per-device access control
    • HMAC-signed device tokens (no master token exposure)
    • Pairing approval workflow (openclaw pairing approve clawg-ui <code>)
    • New CLI command: openclaw clawg-ui devices - List approved devices

Changed

  • Breaking: Direct bearer token authentication using OPENCLAW_GATEWAY_TOKEN is now deprecated and no longer supported. All clients must use device pairing.

Security

  • Device tokens are HMAC-signed and do not expose the gateway's master secret
  • Pending pairing requests expire after 10 minutes (max 3 per channel)
  • Each device requires explicit approval by the gateway owner