Skip to content

fix: clarify task output forwarding errors#552

Merged
wan9chi merged 1 commit into
mainfrom
agent/clarify-task-output-pipe-errors
Jul 20, 2026
Merged

fix: clarify task output forwarding errors#552
wan9chi merged 1 commit into
mainfrom
agent/clarify-task-output-pipe-errors

Conversation

@wan9chi

@wan9chi wan9chi commented Jul 20, 2026

Copy link
Copy Markdown
Member

Motivation

When forwarding piped output fails after a task process has started—for example, when writing to nonblocking stdout returns EAGAIN—the runner currently categorizes it as a spawn failure. This produces the misleading message Failed to spawn process even though the task did start.

This is the remaining lifecycle error described in #506 after #515 separated wait failures.

Changes

  • add a distinct task output-forwarding execution error
  • preserve and render that category in last-run summaries
  • add regression coverage for the reproduced EAGAIN message

Co-authored-by: GPT-5.6 Codex <codex@openai.com>
@wan9chi
wan9chi marked this pull request as ready for review July 20, 2026 10:48
@wan9chi
wan9chi merged commit d8c313b into main Jul 20, 2026
15 checks passed
@wan9chi
wan9chi deleted the agent/clarify-task-output-pipe-errors branch July 20, 2026 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant