mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-29 06:28:23 +02:00
* feat(views): add remote machine / AWS EC2 connection wizard to Runtimes page Add a "Connect remote machine" CTA to the Runtimes page header and empty state that opens a 3-step wizard dialog guiding users through: 1. Installing the Multica CLI on a remote machine 2. Configuring, logging in with a PAT, and starting the daemon 3. Monitoring for runtime registration via WebSocket Includes security tips (IAM roles, no root keys), troubleshooting guidance (daemon status/logs, CLI version check), and post-connection flow to create an agent on the newly registered runtime. Closes MUL-1588 * fix(views): improve connect-remote dialog layout and usability - Widen dialog from sm:max-w-lg to sm:max-w-xl for longer commands - Add max-h-[85vh] + overflow-y-auto so content scrolls on small screens - Split monolithic code block into 4 separate labeled steps (install, configure, login, start daemon) — each with its own copy button - Make copy buttons always visible instead of hover-only - Condense security tips into a single compact paragraph - Tighten vertical spacing throughout