acp tools: Add button to copy all observed messages - #40076
Merged
Conversation
|
We require contributors to sign our Contributor License Agreement, and we don't have @yordis on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'. |
Contributor
Author
Screen.Recording.2025-10-13.at.1.35.29.AM.mov |
Contributor
Author
|
@cla-bot check |
|
The cla-bot has been summoned, and re-checked this pull request! |
yordis
marked this pull request as ready for review
October 13, 2025 05:39
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
yordis
force-pushed
the
yordis/add-copy-acp-thread
branch
from
October 13, 2025 05:52
b6fe59e to
903b979
Compare
Contributor
|
Hey @yordis! This is a great addition! I pushed some UX improvements, and tweaks to the output JSON to make it look more like the raw JSON-RPC messages. I kept I also renamed "Copy Thread" to "Copy All Messages", because we think of "thread" as the actual LLM conversation/request, and this is at the ACP stream level. Merging when CI is green. Thank you! |
agu-z
enabled auto-merge (squash)
October 14, 2025 13:41
Contributor
Author
|
TIL thanks @agu-z |
agu-z
disabled auto-merge
October 14, 2025 14:55
agu-z
enabled auto-merge (squash)
October 14, 2025 14:55
jolutz
pushed a commit
to jolutz/zed
that referenced
this pull request
Aug 8, 2026
…0076) Added a "Copy All Messages" button to the ACP logs toolbar that copies all messages in the watched stream to the clipboard as structured JSON. ## Motivation When troubleshooting ACP protocol implementations, it's helpful to provide the entire message thread to an LLM for analysis. Previously, I had to copy individual messages one at a time, which was tedious and time-consuming. This feature allows copying the entire conversation history in a single click. Release Notes: - Added: Copy All Messages button to ACP logs view --------- Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com> Co-authored-by: Agus Zubiaga <agus@zed.dev>
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.
Added a "Copy All Messages" button to the ACP logs toolbar that copies all messages in the watched stream to the clipboard as structured JSON.
Motivation
When troubleshooting ACP protocol implementations, it's helpful to provide the entire message thread to an LLM for analysis. Previously, I had to copy individual messages one at a time, which was tedious and time-consuming. This feature allows copying the entire conversation history in a single click.
Release Notes: