You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched existing issues and did not find a duplicate.
I included enough detail to reproduce or investigate the problem.
Area
apps/desktop
Steps to reproduce
Instruct the agent to create a plan that involves asking for user input (e.g., "Write a plan to write something to a test.txt file and ask me for input as to what to write. Just a few options like A, B, C.").
The agent responds with a "Questions" prompt, presenting multiple-choice options and a text input field.
Instead of selecting an option, type a custom response into the text input field (e.g., "write hello world").
Click the Submit answers button.
The agent successfully uses the input to generate a plan (titled "Plan: Test File Write Plan").
A "PLAN READY" section appears at the bottom with a blank input field for feedback and an Implement button.
Leave the feedback input field blank and click the Implement button.
Expected behavior
Clicking "Implement" with a blank feedback field should cause the agent to immediately begin executing the generated plan.
Actual behavior
When the "Implement" button is clicked, the text previously entered in step 3 ("write hello world") is automatically submitted as a new user message. The system incorrectly treats this replayed text as feedback on the plan, causing the agent to respond to the redundant input rather than executing the plan.
Before submitting
Area
apps/desktop
Steps to reproduce
Expected behavior
Clicking "Implement" with a blank feedback field should cause the agent to immediately begin executing the generated plan.
Actual behavior
When the "Implement" button is clicked, the text previously entered in step 3 ("write hello world") is automatically submitted as a new user message. The system incorrectly treats this replayed text as feedback on the plan, causing the agent to respond to the redundant input rather than executing the plan.
Impact
Major degradation or frequent failure
Version or commit
0.0.15
Environment
Windows 11
Logs or stack traces
Screenshots, recordings, or supporting files
plan-user-input-replay.mp4
Workaround
No response