acp: Don't collapse tool calls by default - #40164
Merged
Merged
Conversation
Previously, if a tool call's output was just text, it would be collapsed with no way to open it. Now we track the collapsed cards instead of the expanded ones to allow all tool calls to be expanded by default, and only collapse the ones required by settings changes
benbrandt
enabled auto-merge (squash)
October 14, 2025 08:37
benbrandt
added a commit
that referenced
this pull request
Oct 14, 2025
Previously, if a tool call's output was just text, it would be collapsed with no way to open it. Now we track the collapsed cards instead of the expanded ones to allow all tool calls to be expanded by default, and only collapse the ones required by settings changes Release Notes: - acp: Fix tool call markdown output unintentionally being collapsed by default
benbrandt
added a commit
that referenced
this pull request
Oct 16, 2025
This reverts commit 4c70d55.
benbrandt
added a commit
that referenced
this pull request
Oct 16, 2025
Reverts #40164 Release Notes: - N/A
benbrandt
added a commit
that referenced
this pull request
Oct 16, 2025
Reverts #40164 Release Notes: - N/A
benbrandt
added a commit
that referenced
this pull request
Oct 16, 2025
Reverts #40164 Release Notes: - N/A
Veykril
pushed a commit
that referenced
this pull request
Oct 16, 2025
Reverts #40164 Release Notes: - N/A
xipeng-jin
pushed a commit
to xipeng-jin/zed
that referenced
this pull request
Oct 17, 2025
) Reverts zed-industries#40164 Release Notes: - N/A
jasonsmithio
pushed a commit
to paddleboarddev/paddleboard
that referenced
this pull request
May 31, 2026
Reverts zed-industries/zed#40164 Release Notes: - N/A
jolutz
pushed a commit
to jolutz/zed
that referenced
this pull request
Aug 8, 2026
Previously, if a tool call's output was just text, it would be collapsed with no way to open it. Now we track the collapsed cards instead of the expanded ones to allow all tool calls to be expanded by default, and only collapse the ones required by settings changes Release Notes: - acp: Fix tool call markdown output unintentionally being collapsed by default
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.
Previously, if a tool call's output was just text, it would be collapsed with no way to open it.
Now we track the collapsed cards instead of the expanded ones to allow all tool calls to be expanded by default, and only collapse the ones required by settings changes
Release Notes: