trustgraph/trustgraph-cli
cybermaggedon d1e6b99e96
fix: CLI tools ignoring -w flag for workspace routing (#964)
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.
2026-06-01 09:53:28 +01:00
..
trustgraph/cli fix: CLI tools ignoring -w flag for workspace routing (#964) 2026-06-01 09:53:28 +01:00
pyproject.toml feat: add list-my-workspaces operation and document IAM in API specs (#961) 2026-05-29 19:17:37 +01:00
README.md Maint/rename pkg (#88) 2024-09-30 22:20:26 +01:00