[PR #1630] [CLOSED] Stream bash tool call results #10005

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

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/1630
Author: @adunne09
Created: 8/5/2025
Status: Closed

Base: devHead: stream-tool-call-results


📝 Commits (1)

  • 676b679 stream bash tool call results

📊 Changes

1 file changed (+59 additions, -17 deletions)

View changed files

📝 packages/opencode/src/tool/bash.ts (+59 -17)

📄 Description

primary intention is to decrease perceived latency during long running tools

  • add support to stream tool call results
  • support is only implemented in the bash tool

not sure how to handle the sdk changes since I believe that is autogenerated in CI, but I manually changed it here

Demo

https://github.com/user-attachments/assets/01d5624c-942e-4dad-b95c-02f4e139fbac


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opencode/pull/1630 **Author:** [@adunne09](https://github.com/adunne09) **Created:** 8/5/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `stream-tool-call-results` --- ### 📝 Commits (1) - [`676b679`](https://github.com/anomalyco/opencode/commit/676b67969b02fd0a80a70b2ab67375576cdd1253) stream bash tool call results ### 📊 Changes **1 file changed** (+59 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `packages/opencode/src/tool/bash.ts` (+59 -17) </details> ### 📄 Description primary intention is to decrease perceived latency during long running tools - add support to stream tool call results - support is only implemented in the bash tool not sure how to handle the sdk changes since I believe that is autogenerated in CI, but I manually changed it here ## Demo https://github.com/user-attachments/assets/01d5624c-942e-4dad-b95c-02f4e139fbac --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 18:14:32 -05:00
yindo closed this issue 2026-02-16 18:14:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10005