Skip to content

[Bug] update error hint suggests removed --probe option for gateway status #24351

@jihoon-ernesto

Description

@jihoon-ernesto

Summary

After openclaw update, a restart failure message recommends:

openclaw gateway status --probe --deep

But in current versions, --probe is not a valid option for openclaw gateway status.

Environment

  • OpenClaw before update: 2026.2.21-2
  • OpenClaw after update: 2026.2.22-2
  • OS: macOS (arm64)

Reproduction

  1. Run openclaw update
  2. If gateway restart health check fails/times out, CLI prints:
    Run 'openclaw gateway status --probe --deep' for details.
  3. Run that command

Actual behavior

openclaw gateway status --probe --deep fails with:

error: unknown option '--probe' (Did you mean one of --no-probe, --profile?)

Expected behavior

Failure hint should use currently valid syntax, e.g.:

openclaw gateway status --deep

(or another command guaranteed valid in the same release)

Why this matters

During recovery from failed restart, users rely on the printed hint.
A stale hint increases confusion and slows troubleshooting.

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