Fixes issue where spawned sessions would send the prompt text but the Enter keystroke would not be submitted, requiring manual Enter press. Changes: - Increase delay after paste-buffer from 300ms to 1000ms in tmux.ts sendKeys() to ensure tmux processes the paste before receiving Enter keystroke - Add 100ms delay after Escape key to ensure it's processed before pasting - Increase spawn wait time from 1s to 2s before sending initial prompt to allow Claude to fully initialize (permission prompts, startup, etc.) These longer delays account for: 1. tmux paste buffer processing time 2. Claude permission prompt interactions 3. Agent initialization and readiness Closes: FIX-SPAWN-PROMPT-SUBMIT |
||
|---|---|---|
| .. | ||
| agent-orchestrator | ||
| cli | ||
| core | ||
| integration-tests | ||
| plugins | ||
| web | ||