Skip to content

relay fleet config fails: @relaycast/sdk missing workspace fleet nodes API #1400

Description

@khaliqgant

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingfactory-readyApproved for the Factory to pick up and implement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions