Skip to content

Terminal Commands Return NO Output #135

Description

@elpideus

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

  1. Trigger the terminal:terminal-id/run_command tool.
  2. Provide the parameter {"command": "ping google.com"}.
  3. 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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions