Skip to content

fix: CLI tools ignoring -w flag for workspace routing#963

Merged
cybermaggedon merged 1 commit into
release/v2.4from
fix/cli-workspace-2.4
Jun 1, 2026
Merged

fix: CLI tools ignoring -w flag for workspace routing#963
cybermaggedon merged 1 commit into
release/v2.4from
fix/cli-workspace-2.4

Conversation

@cybermaggedon

Copy link
Copy Markdown
Contributor

Several CLI commands silently routed requests to the default workspace regardless of the -w flag: show-flows, show-flow-blueprints, show-parameter-types, set-prompt --system, and load-structured-data. The workspace was sent in the inner request body but not on the WebSocket envelope or API client constructor, so the gateway always dispatched to the default workspace queue.

Several CLI commands silently routed requests to the default workspace
regardless of the -w flag: show-flows, show-flow-blueprints,
show-parameter-types, set-prompt --system, and load-structured-data.
The workspace was sent in the inner request body but not on the
WebSocket envelope or API client constructor, so the gateway always
dispatched to the default workspace queue.
@github-actions

github-actions Bot commented Jun 1, 2026

Copy link
Copy Markdown

Contributor License Agreement ✅

All contributors have signed the CLA. Thank you!

@cybermaggedon cybermaggedon merged commit c460f62 into release/v2.4 Jun 1, 2026
3 checks passed
@cybermaggedon cybermaggedon deleted the fix/cli-workspace-2.4 branch June 1, 2026 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant