Skip to content

agent: Implement streaming for edit file tool - #50004

Merged
bennetbo merged 15 commits into
mainfrom
streaming-edit-tool
Feb 25, 2026
Merged

agent: Implement streaming for edit file tool#50004
bennetbo merged 15 commits into
mainfrom
streaming-edit-tool

Conversation

@bennetbo

@bennetbo bennetbo commented Feb 24, 2026

Copy link
Copy Markdown
Member

Before you mark this PR as ready for review, make sure that you have:

  • Added a solid test coverage and/or screenshots from doing manual testing
  • Done a self-review taking into account security and performance aspects
  • Aligned any UI changes with the UI checklist

Release Notes:

  • N/A

@cla-bot cla-bot Bot added the cla-signed The user has signed the Contributor License Agreement label Feb 24, 2026
@zed-community-bot zed-community-bot Bot added the staff Pull requests authored by a current member of Zed staff label Feb 24, 2026
@bennetbo
bennetbo force-pushed the streaming-edit-tool branch from 3cad53b to 8728792 Compare February 24, 2026 16:48
@bennetbo
bennetbo force-pushed the streaming-edit-tool branch from 369b561 to 7ce919b Compare February 25, 2026 13:24
bennetbo added a commit that referenced this pull request Feb 25, 2026
This PR introduces a `ToolInput` struct which allows tools to receive
their inputs incrementally as they stream in. Right now no tool makes
use of the streaming APIs, will be used for the streaming edit file tool
in #50004

Release Notes:

- N/A
@bennetbo
bennetbo marked this pull request as ready for review February 25, 2026 22:35
@bennetbo
bennetbo enabled auto-merge (squash) February 25, 2026 22:51
@bennetbo
bennetbo merged commit a2e34cb into main Feb 25, 2026
27 checks passed
@bennetbo
bennetbo deleted the streaming-edit-tool branch February 25, 2026 22:58
rtfeldman pushed a commit that referenced this pull request Feb 27, 2026
Before you mark this PR as ready for review, make sure that you have:
- [x] Added a solid test coverage and/or screenshots from doing manual
testing
- [x] Done a self-review taking into account security and performance
aspects
- [x] Aligned any UI changes with the [UI
checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)

Release Notes:

- N/A

---------

Co-authored-by: Zed Zippy <234243425+zed-zippy[bot]@users.noreply.github.com>
tahayvr pushed a commit to tahayvr/zed that referenced this pull request Mar 4, 2026
This PR introduces a `ToolInput` struct which allows tools to receive
their inputs incrementally as they stream in. Right now no tool makes
use of the streaming APIs, will be used for the streaming edit file tool
in zed-industries#50004

Release Notes:

- N/A
tahayvr pushed a commit to tahayvr/zed that referenced this pull request Mar 4, 2026
Before you mark this PR as ready for review, make sure that you have:
- [x] Added a solid test coverage and/or screenshots from doing manual
testing
- [x] Done a self-review taking into account security and performance
aspects
- [x] Aligned any UI changes with the [UI
checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)

Release Notes:

- N/A

---------

Co-authored-by: Zed Zippy <234243425+zed-zippy[bot]@users.noreply.github.com>
jonx pushed a commit to jonx/zed-aros that referenced this pull request Jul 17, 2026
This PR introduces a `ToolInput` struct which allows tools to receive
their inputs incrementally as they stream in. Right now no tool makes
use of the streaming APIs, will be used for the streaming edit file tool
in zed-industries#50004

Release Notes:

- N/A
jonx pushed a commit to jonx/zed-aros that referenced this pull request Jul 17, 2026
Before you mark this PR as ready for review, make sure that you have:
- [x] Added a solid test coverage and/or screenshots from doing manual
testing
- [x] Done a self-review taking into account security and performance
aspects
- [x] Aligned any UI changes with the [UI
checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)

Release Notes:

- N/A

---------

Co-authored-by: Zed Zippy <234243425+zed-zippy[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed The user has signed the Contributor License Agreement staff Pull requests authored by a current member of Zed staff

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant