[FEATURE]: ACP - enable terminal streaming by including bash outputs in tool updates #9180

Open
opened 2026-02-16 18:11:50 -05:00 by yindo · 1 comment
Owner

Originally created by @noamzbr on GitHub (Feb 12, 2026).

Originally assigned to: @rekram1-node on GitHub.

Feature hasn't been suggested before.

  • I have verified this feature I'm about to request hasn't been suggested before.

Describe the enhancement you want to request

Currently tool_call_update do not include tool outputs, as for most tools outputs are expected only on completion.

For bash though this is not the case - and we'd like to stream bash outputs to the client (same as is done in the tui) while the tool is running.

Originally created by @noamzbr on GitHub (Feb 12, 2026). Originally assigned to: @rekram1-node on GitHub. ### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request Currently tool_call_update do not include tool outputs, as for most tools outputs are expected only on completion. For bash though this is not the case - and we'd like to stream bash outputs to the client (same as is done in the tui) while the tool is running.
yindo added the discussion label 2026-02-16 18:11:50 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Feb 12, 2026):

This issue might be a duplicate of existing issues. Please check:

  • #5024: Bash tool call deltas - discusses streaming bash output while running
  • #9737: Expose partial tool arguments during streaming via state.raw - discusses streaming tool data during execution

Both address the core request of getting access to tool outputs before execution completes.

@github-actions[bot] commented on GitHub (Feb 12, 2026): This issue might be a duplicate of existing issues. Please check: - #5024: Bash tool call deltas - discusses streaming bash output while running - #9737: Expose partial tool arguments during streaming via state.raw - discusses streaming tool data during execution Both address the core request of getting access to tool outputs before execution completes.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9180