mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-05 13:29:44 +02:00
When the command input is an array (e.g., ["/bin/zsh", "-lc", "git checkout main"]), it was being displayed without spaces between elements. Added formatCommand helper function to properly join array elements with spaces. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>