-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
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
- Start a thread that triggers a plan-mode question.
- Close T3 Code while the question is still pending.
- Reopen the app.
- 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels