-
Notifications
You must be signed in to change notification settings - Fork 915
interrupt can take a long time, it should be immediate #428
Copy link
Copy link
Open
Labels
autonomous: likelyProbably hands-off: clearly worth fixing, agent can do it, minor judgment needed.Probably hands-off: clearly worth fixing, agent can do it, minor judgment needed.bugSomething isn't workingSomething isn't workingpriority: highP1 - important bug or impactful feature, fix soonP1 - important bug or impactful feature, fix soontriage: fixed-pending-releaseFixed in code/committed; will close automatically on next releaseFixed in code/committed; will close automatically on next release
Description
Metadata
Metadata
Assignees
Labels
autonomous: likelyProbably hands-off: clearly worth fixing, agent can do it, minor judgment needed.Probably hands-off: clearly worth fixing, agent can do it, minor judgment needed.bugSomething isn't workingSomething isn't workingpriority: highP1 - important bug or impactful feature, fix soonP1 - important bug or impactful feature, fix soontriage: fixed-pending-releaseFixed in code/committed; will close automatically on next releaseFixed in code/committed; will close automatically on next release
Using deepseek v4 flash from opencode go, sometimes I find myself waiting for quite a bit after pressing 'esc' while the model goes off on a tangent, pressing repeatedly or doing ctrl+c doesn't help either. On an rare occasion esc works quickly.
I think it should really be immediate.
The TUI can get quite slow after a while and when under load from the model pouring text, through I don't think this is the reason for interruption not to work because the TUI does acknowledge it quickly, then the acknowledgement indicator soon disappears though so not really sure.