FLOW-2584: Collapse verbose tool call output by default with expandable option - (Jira Coding Agent)#1900
Draft
atlassian[bot] wants to merge 1 commit into
Draft
FLOW-2584: Collapse verbose tool call output by default with expandable option - (Jira Coding Agent)#1900atlassian[bot] wants to merge 1 commit into
atlassian[bot] wants to merge 1 commit into
Conversation
Tool return items inside the MessageDrawer now render in a compact single-line format (icon + content + title) instead of full bordered cards with markdown, file paths, and bash command blocks. The drawer itself already collapses when processing completes; this change makes the expanded content less verbose too. Users can still expand the drawer to see results. - Add collapsed prop to ToolReturnParsedItem for compact rendering - Pass collapsedToolReturns=true from MessageDrawer to renderChatHistory - Add CSS styles for .tool-return-collapsed compact layout - Add tests for collapsed view behavior Co-authored-by: Leandro Lemos <llemos@atlassian.com>
|
Thank you for your submission! Like many open source projects, we ask that you sign our CLA (Contributor License Agreement) before we can accept your contribution. Already signed the CLA? To re-check, try refreshing the page. |
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.
This pull request introduces a feature to collapse completed tool call results in the thinking drawer, providing a more compact chat view while allowing users to expand the drawer to see full details if desired.
Key changes include:
This enhancement improves user experience by reducing clutter in the chat interface while preserving access to detailed tool call information when needed.
Rovo Dev code review: Rovo Dev couldn't review this pull request
Rovo Dev does not review pull requests created by bot accounts.