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
feat(serve,ui): optional initial prompt on session create
POST /api/sessions now accepts { initial_prompt: string }. When
non-empty, the createSpawner sleeps 3s (so claude has time to boot
and show its prompt) and then sends the text + Enter into the pane
via the existing tmux send-keys seam. Fire-and-forget: errors are
logged, never fail the 201 response.
CreateSpawner interface gains SendInitialPrompt(name, text); tests
update the fake with an initialCalls/initialArgs capture.
NewSessionModal grows a 3-row textarea below the workdir + recents
block, 16px font to avoid iOS zoom, trimmed + omitted when blank.
0 commit comments