[Bug] ScheduleWakeup missing required prompt field in backgrounded subagent wait steps

Status Open
Reported on v2.1.245
Maintainer reply None cached
Activity 0 comments · opened Aug 25, 2026

Bug Description
When a task backgrounds a subagent (e.g. via run-task-end-to-end's spec-check step) and then waits on it, the wait step's internal call to ScheduleWakeup sometimes omits the required prompt field without setting stop: true, producing a visible Error: 'prompt' is required when 'stop' is not true. message before self-correcting on the next line. Task execution isn't affected, but the error is shown to the user as noise.

Environment Info

  • Platform: darwin
  • Terminal: Apple_Terminal
  • Version: 2.1.245
  • Feedback ID: 79aa1021-59bc-4e75-ad76-0414382ec335

Errors

[]

View original on GitHub ↗