Describe the bug
To ensure that users can better see the terminal window, I chose not to use inline windows. Without using an inline terminal, ZooCode launches a terminal to run the program, but it cannot capture the results to continue inference. The conversation is also suspended. New input is queued, but because the terminal results are never returned, the program is stuck and cannot be submitted. Is this a bug? Thank you!
To Reproduce
Steps to reproduce the behavior:
- Execute prompt that requires command-line debugging and let agent handle it automatically.
- During the response process, model will automatically launch a new terminal window, and the dialog will display "Running".
- The terminal execution will finish, but the dialog will not capture the terminal's execution result.
- More information entered manually will only be added to the queue, but the dialog cannot continue because it is suspended and stuck at the step.3
Expected behavior
Capture the results of the automatic execution and continue running.
Screenshots

Video
N/A
What version of zoo are you running
Version: 3.66.0 (a5a490a)
Additional context
vscode Version: 1.126.0 (Universal), MacOS
Describe the bug
To ensure that users can better see the terminal window, I chose not to use inline windows. Without using an inline terminal, ZooCode launches a terminal to run the program, but it cannot capture the results to continue inference. The conversation is also suspended. New input is queued, but because the terminal results are never returned, the program is stuck and cannot be submitted. Is this a bug? Thank you!
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Capture the results of the automatic execution and continue running.
Screenshots

Video
N/A
What version of zoo are you running
Version: 3.66.0 (a5a490a)
Additional context
vscode Version: 1.126.0 (Universal), MacOS