mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-28 05:46:58 +02:00
The daemon start command waited a fixed 2 seconds then checked the health endpoint once. If the daemon took longer to initialize (auth, workspace loading), the check failed and printed a misleading error even though the daemon started successfully. Replace the single check with a polling loop (500ms interval, 15s timeout) so the CLI waits for the daemon to actually be ready.