agent_ui: Make stopping a running terminal cancel thread generation#46663
agent_ui: Make stopping a running terminal cancel thread generation#46663danilo-leal merged 1 commit intomainfrom
Conversation
|
Please make it configurable. I personally wouldn't enable this. |
|
Oh no... That's not the behavior I want at all! So adding to @sarmel's comment, this should be configurable, as surely we don't all agree that this should be the only behavior. |
…#47521) Addressing the feedback left on a previous PR of mine: #46663. I feel like this is worthy of a setting. Note, however, that this does not apply to typing `ctrl-c` in the terminal from within the agent panel; this is purely controlling what happens when you click on the "Stop" button in the terminal tool call card. Release Notes: - Agent: Added a setting for controlling the behavior of the stop button in the terminal tool call card (between cancelling the command to run and the thread, or just the command).
… (#47521) Addressing the feedback left on a previous PR of mine: zed-industries/zed#46663. I feel like this is worthy of a setting. Note, however, that this does not apply to typing `ctrl-c` in the terminal from within the agent panel; this is purely controlling what happens when you click on the "Stop" button in the terminal tool call card. Release Notes: - Agent: Added a setting for controlling the behavior of the stop button in the terminal tool call card (between cancelling the command to run and the thread, or just the command).
This makes stopping a terminal tool call in the agent panel also cancel the thread generation:
Screenshot.2026-01-12.at.8.23.mp4
Release Notes: