feat: prompt users to run /terminal-setup with yes/no (#16235)

Co-authored-by: Vedant Mahajan <Vedant.04.mahajan@gmail.com>
This commit is contained in:
Ishaan Gupta
2026-02-25 03:18:28 +05:30
committed by GitHub
parent 16d3883642
commit 70b650122f
4 changed files with 245 additions and 39 deletions
@@ -12,6 +12,7 @@ const STATE_FILENAME = 'state.json';
interface PersistentStateData {
defaultBannerShownCount?: Record<string, number>;
terminalSetupPromptShown?: boolean;
tipsShown?: number;
hasSeenScreenReaderNudge?: boolean;
focusUiEnabled?: boolean;