Drop the dev-only tour demo - #89798
Merged
Merged
Conversation
Contributor
૮ >ﻌ< ა ci reviewran on ff8c415 — chore(desktop): drop the dev-only tour demo
|
The demo existed to iterate on the tour UI without spending an agent turn per look. That work is done and merged, so it is scaffolding now — a floating button, a hotkey, a palette row and a window hook, none of which anyone needs again. Removing it restores the credit-notice demo's original single-disposer wiring and drops the Compass icon export, which the demo was the only consumer of. The tour feature itself is untouched.
OutThisLife
force-pushed
the
bb/tour-demo-remove
branch
from
August 19, 2026 06:21
2cd2a02 to
ff8c415
Compare
OutThisLife
enabled auto-merge
August 19, 2026 06:25
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.
Summary
The tour demo was scaffolding for building #89620 — a way to look at the tour UI without spending an agent turn on every iteration. That work is merged, so the demo has outlived its purpose and shouldn't have ridden along with it.
It was DEV-gated and dynamically imported, so it never reached a production build, but it still added a floating button, a
Ctrl+Shift+Xhotkey, a palette row and awindow.__tourDemo()hook to every dev session.Removing it also restores the credit-notice demo's original single-disposer wiring, and drops the
Compassicon export the demo was the only consumer of. The tour feature itself is untouched.Test plan
tsc --noEmitcleantour-demo,installTourDemo,__tourDemo, orCompass