mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-23 18:17:44 +02:00
Users naturally type `--model claude-sonnet-4-20250514` on one line, but the backend needs them as separate tokens. Now `entriesToArgs` splits each entry by whitespace before saving, so the API receives `["--model", "claude-sonnet-4-20250514"]` instead of a single string. Also updated placeholder and description to show the natural input format.