Skip to content

Follow-up task from a reloaded page occasionally never runs (202 accepted, no execution) #89

Description

@hiyouga

Surfaced and root-isolated while stabilizing PR #78's e2e (see its final comment for the distilled repro): a follow-up task sent from a reloaded page intermittently goes dead under load (~1 in 4–6):

  • POST /tasks answers 202, but the task never runs — trace-verified: no LLM call, no task_state change, no messages; or
  • the input area is left in a stale running/steer state (a steer attempt 409s and the fallback detour strands the composer).

Reproduced with a Playwright script that never touches the subagents panel, and identically with #78's core input-forwarding change reverted — pre-existing session-runtime/stream behavior, independent of that PR. Suspect area: the post-reload stream/runtime handshake (steer-vs-new-task routing against a stale runtime entry).

🤖 Generated with Claude Code

https://claude.ai/code/session_01XQX3ye1wELm1SRMku5cdni

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions