agent: Allow tools to output multiple content parts#54518
Merged
Conversation
benbrandt
approved these changes
Apr 27, 2026
tomhoule
pushed a commit
that referenced
this pull request
Apr 27, 2026
Self-Review Checklist: - [x] I've reviewed my own diff for quality, security, and reliability - [x] Unsafe blocks (if any) have justifying comments - [x] The content is consistent with the [UI/UX checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist) - [x] Tests cover the new/changed behavior - [x] Performance impact has been considered and is acceptable Closes #ISSUE Release Notes: - N/A
infused-kim
added a commit
to infused-kim/zed
that referenced
this pull request
May 4, 2026
commit c6a0aac Author: Kim Streich <kim@infusedinsight.com> Date: Sun May 3 13:46:43 2026 -0600 Set reasoning_content to “ “ if no content has accumulated commit 202be6e Author: Sebastian Schmittner <sebastian.schmittner@eecc.de> Date: Sat May 2 21:34:00 2026 +0200 commit message generation/context summary with interleved reasoning commit fbcb79c Author: Sebastian Schmittner <sebastian.schmittner@eecc.de> Date: Tue Apr 28 16:29:11 2026 +0200 Simplify reasoning content logic and add test helpers commit 54c9448 Author: Sebastian Schmittner <sebastian.schmittner@eecc.de> Date: Tue Apr 28 15:34:19 2026 +0200 improved error logging for reasoning context Signed-off-by: Sebastian Schmittner <sebastian.schmittner@eecc.de> commit 557ece0 Author: Bennet Bo Fenner <bennet@zed.dev> Date: Mon Apr 27 14:36:11 2026 +0200 agent: Allow tools to output multiple content parts (zed-industries#54518) Self-Review Checklist: - [x] I've reviewed my own diff for quality, security, and reliability - [x] Unsafe blocks (if any) have justifying comments - [x] The content is consistent with the [UI/UX checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist) - [x] Tests cover the new/changed behavior - [x] Performance impact has been considered and is acceptable Closes #ISSUE Release Notes: - N/A
ebaah46
pushed a commit
to ebaah46/zed
that referenced
this pull request
May 6, 2026
…4518) Self-Review Checklist: - [x] I've reviewed my own diff for quality, security, and reliability - [x] Unsafe blocks (if any) have justifying comments - [x] The content is consistent with the [UI/UX checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist) - [x] Tests cover the new/changed behavior - [x] Performance impact has been considered and is acceptable Closes #ISSUE Release Notes: - N/A
kathbigra
pushed a commit
to kathbigra/zed
that referenced
this pull request
May 10, 2026
…4518) Self-Review Checklist: - [x] I've reviewed my own diff for quality, security, and reliability - [x] Unsafe blocks (if any) have justifying comments - [x] The content is consistent with the [UI/UX checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist) - [x] Tests cover the new/changed behavior - [x] Performance impact has been considered and is acceptable Closes #ISSUE Release Notes: - N/A
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Self-Review Checklist:
Closes #ISSUE
Release Notes: