fix: Redesign request log in response metadata menu#1456
Open
sub-hub wants to merge 1 commit into
Open
Conversation
cubicj
approved these changes
Jun 2, 2026
Collaborator
cubicj
left a comment
There was a problem hiding this comment.
Verified the request log display path. Seeing this PR made me realize how inconvenient the always-expanded request body was, and the collapsible body/response sections solve that neatly without changing the underlying fetch log data path.
Check, tests, and build pass locally.
Approving — thanks for the contribution!
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.
PR Checklist
Summary
It's currently very inconvenient to view request responses in the request logs within the metadata window.
This is because the response is located below the body, requiring a lot of scrolling to see it.
I solved this issue with a very simple fix using details and summary tags, allowing users to open only the parts they want to see without increasing complexity.
Additionally, since this window was using hardcoded text colors, I modified it to use textcolor instead.
Footnotes
Modifies the behavior of prompting, requesting, or handling responses from AI models. ↩
Over 80% of the code is AI generated. ↩