Skip to content

Control UI shows 'Version dev' instead of actual package version #35209

@serdarsemen

Description

@serdarsemen

Description

The Control UI header displays "Version dev" instead of the actual version (e.g. 2026.3.2 from package.json).

Root Cause

In the WebSocket client code, clientVersion defaults to "dev" when not provided by the gateway:

version: this.opts.clientVersion ?? "dev"

Files: dist/client-*.js, dist/daemon-cli.js

Expected Behavior

The gateway should pass the actual package version to the Control UI WebSocket client so the UI displays the correct version string (e.g. 2026.3.2).

Environment

  • OpenClaw: 2026.3.2
  • Platform: Azure Container Apps (Linux)
  • Browser: Control UI dashboard

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions