feat(platform): Updates to Runner Output UI #8717
Merged
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.
Update agent output to remove [""] + deal with \n
we need to remove those [""]. They're not present in the actual output on the block, also on the block, it's rendering the newlines and escape characters properly. but on the output screen it's not (you can see the \ns) and added the copy text button the text output
Changes 🏗️
Made it so it removes [""] and converts \n's to new line + updated the output text box sizing, it now works based off the amount of text is output to a set limit, added copy button to text boxes
2024-11-19.14-15-51.mp4