mirror of
https://github.com/multica-ai/multica.git
synced 2026-06-17 03:38:32 +02:00
After installing via `curl | bash` (default/cloud mode) or running `multica setup` without a local server, the CLI config could retain stale localhost URLs from a previous `multica config local` or `--local` install. This caused `multica login` to connect to localhost instead of multica.ai. Fix: explicitly write cloud URLs (api.multica.ai / multica.ai) to the config in both the install script's cloud mode and the setup command's cloud fallback path.