mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-27 04:56:20 +02:00
When a user has multiple workspaces but no default configured, `agent list` and `issue list` would fail with a cryptic server-side "workspace_id is required" error. Now the CLI validates early and suggests using --workspace-id, MULTICA_WORKSPACE_ID env, or `multica config set workspace_id`. Closes #532