Skip to content

Bug: pending plan questions become stuck after app restart #856

@marvin-bitterlich

Description

@marvin-bitterlich

On v0.0.9, if T3 Code is fully closed while a thread is waiting on a plan-mode / request_user_input question, reopening the app leaves that thread stuck.

Repro

  1. Start a thread that triggers a plan-mode question.
  2. Close T3 Code while the question is still pending.
  3. Reopen the app.
  4. Return to the same thread and try to answer or continue.

Expected

The thread should recover cleanly and still allow the pending question to be answered.

Actual

The question remains visible, but the thread is effectively stuck:

  • submitting answers does not work
  • there is no clear way to dismiss or recover the session

Notes

This looks related to restart/resume handling for pending user-input requests. I did not find an existing open issue/PR for this exact case.

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