Agentic orchestrator for parallel coding agents — plans tasks, spawns agents, and autonomously handles CI fixes, merge conflicts, and code reviews.
agent-fleetagent-swarmclaude-codecodex-cligit-worktreesmulti-agentorchestrationorchestratorparallel-agentsparallel-codingskillstmux
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 |
||
|---|---|---|
| .changeset | ||
| .cursor | ||
| .github/workflows | ||
| artifacts | ||
| packages | ||
| scripts | ||
| .gitignore | ||
| .npmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| CLAUDE.md | ||
| CLAUDE.orchestrator.md | ||
| DASHBOARD_FIXES_SUMMARY.md | ||
| LICENSE | ||
| agent-orchestrator.yaml | ||
| agent-orchestrator.yaml.example | ||
| eslint.config.js | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| tsconfig.base.json | ||