Files
multica/src
yushen 5af566e5c7 fix: format terminal command array with spaces
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>
2026-01-20 14:56:16 +08:00
..