Bug: Stopping chat doesn't stop long-running shell commands, which then causes rest of conversation to hang · Issue #2337 · block/goose · GitHub
More Web Proxy on the site http://driver.im/
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
Cancelling a chat with a long-running shell operation does not stop the task. In addition, the chat cannot resume until the previous tool call has completed. In the screenshot I provide below, I am using "sleep 5m" to demonstrate this, however this could easily happen with something like a file search operation in a directory with a large number of files (e.g. a home directory) - this was how I originally discovered this bug.
To Reproduce
Steps to reproduce the behavior:
See screenshot.
Expected behavior
Stopping a conversation should stop the tool call and should not prevent resuming the chat with a follow-up message.
Screenshots
Please provide following information:
OS & Arch: macOS
Interface: UI
Version: v1.0.20
Extensions enabled: Developer
Provider & Model: gpt-4o
The text was updated successfully, but these errors were encountered:
m-roberts
changed the title
Stopping chat doesn't stop long-running shell commands, which then cause rest of conversation to hang
Bug: Stopping chat doesn't stop long-running shell commands, which then causes rest of conversation to hang
Apr 24, 2025
Describe the bug
Cancelling a chat with a long-running shell operation does not stop the task. In addition, the chat cannot resume until the previous tool call has completed. In the screenshot I provide below, I am using "sleep 5m" to demonstrate this, however this could easily happen with something like a file search operation in a directory with a large number of files (e.g. a home directory) - this was how I originally discovered this bug.
To Reproduce
Steps to reproduce the behavior:
See screenshot.
Expected behavior
Stopping a conversation should stop the tool call and should not prevent resuming the chat with a follow-up message.
Screenshots
Please provide following information:
The text was updated successfully, but these errors were encountered: