[PR #1964] fix(shell): commands expecting stdin will be "working" indefinitely #10134

Closed
opened 2026-02-16 18:14:45 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/1964

State: closed
Merged: Yes


Running a command that expects an input from stdin will be stuck on working... indefinitely. (Can interrupt with escape)

An example of this is running !cat

Setting stdin to ignore will allow these cases to terminate.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/1964 **State:** closed **Merged:** Yes --- Running a command that expects an input from stdin will be stuck on `working...` indefinitely. (Can interrupt with escape) An example of this is running `!cat` Setting stdin to `ignore` will allow these cases to terminate.
yindo added the pull-request label 2026-02-16 18:14:45 -05:00
yindo closed this issue 2026-02-16 18:14:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10134