Copilot CLI is listed as a supported agent in parallel-code (README, agents.ts), but it doesn't work when spawned as a subprocess via the -p "{prompt}" command-line invocation. The process exits before the prompt is delivered or processed.
Reproduction Steps
- Open parallel-code UI
- Select Copilot CLI as an agent
- Enter a task prompt
- Attempt to create a task
- Observe: Agent fails with "Agent exited before prompt was sent"
Copilot CLI is listed as a supported agent in parallel-code (README, agents.ts), but it doesn't work when spawned as a subprocess via the
-p "{prompt}"command-line invocation. The process exits before the prompt is delivered or processed.Reproduction Steps