feat(devtools): read-only display mode and panel-bounded fullscreen (SKY-536) - #1048
Merged
harijoe merged 1 commit intoAug 7, 2026
Conversation
Contributor
Greptile SummaryThe PR makes display mode view-controlled, removes it from persisted and WebMCP-configurable preferences, and bounds fullscreen rendering to the tool-panel workspace.
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains. Reviews (5): Last reviewed commit: "feat(devtools): read-only display mode i..." | Re-trigger Greptile |
Collaborator
Author
qchuchu
force-pushed
the
julien/sky-536-panel-read-only-display-mode-and-bounded-fullscreen
branch
from
August 7, 2026 13:39
b7a7da9 to
0650829
Compare
harijoe
force-pushed
the
julien/sky-536-panel-read-only-display-mode-and-bounded-fullscreen
branch
from
August 7, 2026 14:00
0650829 to
3352874
Compare
Base automatically changed from
julien/sky-535-claude-skeleton-shell-and-client-switch
to
main
August 7, 2026 14:39
…llscreen (SKY-536)
harijoe
force-pushed
the
julien/sky-536-panel-read-only-display-mode-and-bounded-fullscreen
branch
from
August 7, 2026 14:39
3352874 to
3d9f995
Compare
qchuchu
approved these changes
Aug 7, 2026
harijoe
deleted the
julien/sky-536-panel-read-only-display-mode-and-bounded-fullscreen
branch
August 7, 2026 16:50
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.
Stacked on #1044 (SKY-535). Review only the last commit.
What
The display mode stops being user-controlled in the tool panel: it is driven only by the view.
requestDisplayMode/ui/request-display-mode.displayModeis removed from thedevtools_set_view_optionsWebMCP form, so agents can't set it either. The chatgpt-app-builder skill reference is updated to match.displayModeis no longer persisted (store version 2, migration drops it from v1 blobs). A stale persisted fullscreen would otherwise reopen the panel in fullscreen with no control left to explain or undo it; now every session starts inline and the view drives it from there.