-
-
Notifications
You must be signed in to change notification settings - Fork 80.7k
gateway status incorrectly reports LaunchAgent command missing gateway subcommand #81751
Copy link
Copy link
Closed
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.clawsweeper:linked-pr-openClawSweeper found an open linked pull request for this issue.ClawSweeper found an open linked pull request for this issue.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.impact:otherThis issue has meaningful maintainer-visible impact outside the owned taxonomy.This issue has meaningful maintainer-visible impact outside the owned taxonomy.issue-rating: 🦞 diamond lobsterVery strong issue quality with high-confidence source-level or clear reproduction.Very strong issue quality with high-confidence source-level or clear reproduction.maturity:stableIssue affects a taxonomy feature currently scored M4/M5.Issue affects a taxonomy feature currently scored M4/M5.staleMarked as stale due to inactivityMarked as stale due to inactivity
Description
Metadata
Metadata
Assignees
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.clawsweeper:linked-pr-openClawSweeper found an open linked pull request for this issue.ClawSweeper found an open linked pull request for this issue.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.impact:otherThis issue has meaningful maintainer-visible impact outside the owned taxonomy.This issue has meaningful maintainer-visible impact outside the owned taxonomy.issue-rating: 🦞 diamond lobsterVery strong issue quality with high-confidence source-level or clear reproduction.Very strong issue quality with high-confidence source-level or clear reproduction.maturity:stableIssue affects a taxonomy feature currently scored M4/M5.Issue affects a taxonomy feature currently scored M4/M5.staleMarked as stale due to inactivityMarked as stale due to inactivity
Type
Fields
Priority
None yet
Summary
openclaw --profile enterprise gateway statusreports:even though the LaunchAgent command shown in the same output clearly includes
gateway --port 18890.Environment
2026.5.12-beta.52026.5.12-beta.4enterprise)Repro
Run:
Observed
The command output includes this LaunchAgent command:
It also reports:
The same status output shows the gateway is otherwise reachable:
Expected
The service audit should recognize shell-wrapped LaunchAgent commands that execute:
and should not report that the gateway subcommand is missing.
Impact
This creates misleading diagnostic noise during gateway recovery. In this case, the gateway was healthy and the shown command contained the gateway subcommand, but
gateway statusstill suggested that the service command was malformed.Notes
This may be specific to parsing
/bin/zsh -lc "..."LaunchAgent wrappers. The command is intentionally shell-wrapped to load a global env file before starting the gateway.