relay fleet config fails with a dependency error instead of returning the workspace fleet configuration.
Reproduce
relay fleet config
# RelaycastMessagingClient.workspace.fleetNodes requires @relaycast/sdk with the workspace fleet nodes API.
Exit code 1. Reproduced against production cloud with a valid cloud session.
relay fleet nodes, relay fleet status and relay fleet inherit all work — only config hits this path.
Cause
RelaycastMessagingClient guards on the installed @relaycast/sdk exposing a workspace fleet-nodes API, and the pinned version does not. Either the SDK dependency needs bumping to a version that has it, or the guard is checking for a member that was renamed.
Impact
fleet-config is verify_tier: 5 in the feature manifest, i.e. presented as supported. It is currently unreachable for anyone on the shipped dependency set.
Found by workflows/verify-features.ts during a live end-to-end run.
relay fleet configfails with a dependency error instead of returning the workspace fleet configuration.Reproduce
relay fleet config # RelaycastMessagingClient.workspace.fleetNodes requires @relaycast/sdk with the workspace fleet nodes API.Exit code 1. Reproduced against production cloud with a valid cloud session.
relay fleet nodes,relay fleet statusandrelay fleet inheritall work — onlyconfighits this path.Cause
RelaycastMessagingClientguards on the installed@relaycast/sdkexposing a workspace fleet-nodes API, and the pinned version does not. Either the SDK dependency needs bumping to a version that has it, or the guard is checking for a member that was renamed.Impact
fleet-configisverify_tier: 5in the feature manifest, i.e. presented as supported. It is currently unreachable for anyone on the shipped dependency set.Found by
workflows/verify-features.tsduring a live end-to-end run.