Issue
The terminal:terminal-id/run_command tool fails to return output or complete execution when running any commands (ping in this example).
Error
The command remains in a "running" state indefinitely with no output generated. The tool interface shows:
- status: "running"
- exit_code: null
- output: []
Reproduce
- Trigger the
terminal:terminal-id/run_command tool.
- Provide the parameter
{"command": "ping google.com"}.
- Observe that the process status remains "running" and no data is returned in the
output array, as shown in the attached diagnostic log path: C:\Users\user\.local\state\open-terminal\logs\processes\20260608-210428-d455a3.jsonl.
20260608-210428-d455a3.json (It is actually a .JSONL, but GitHub does not support it)
Issue
The
terminal:terminal-id/run_commandtool fails to return output or complete execution when running any commands (pingin this example).Error
The command remains in a "running" state indefinitely with no output generated. The tool interface shows:
Reproduce
terminal:terminal-id/run_commandtool.{"command": "ping google.com"}.outputarray, as shown in the attached diagnostic log path:C:\Users\user\.local\state\open-terminal\logs\processes\20260608-210428-d455a3.jsonl.20260608-210428-d455a3.json (It is actually a .JSONL, but GitHub does not support it)