You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cli): pass remote eligibility to skills CLI commands
The `openclaw skills list/info/check` commands called
`buildWorkspaceSkillStatus` without passing remote eligibility context,
causing macOS-only skills like `apple-notes` to always show as
ineligible when a remote macOS node is connected.
The Gateway's `skills.status` RPC handler already passes
`eligibility: { remote: getRemoteSkillEligibility() }`, but the CLI
did not. This fix aligns the CLI with the Gateway by passing the same
remote eligibility context in all four `buildWorkspaceSkillStatus`
call sites.
Fixes#94956
0 commit comments