You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: preserve start message in /new without workspace name
When user types "/new\nmessage here", the message was being lost
because the parser only extracted startMessage when a workspace name
was provided.
Now correctly extract and pass startMessage, trunkBranch, and runtime
flags even when no workspace name is specified (creation modal flow).
Added tests:
- /new with message but no workspace name
- /new with flags and message but no workspace name
_Generated with `mux`_
0 commit comments