mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-14 16:10:59 -07:00
Disable tips after 10 runs (#17101)
This commit is contained in:
@@ -12,6 +12,8 @@ const STATE_FILENAME = 'state.json';
|
||||
|
||||
interface PersistentStateData {
|
||||
defaultBannerShownCount?: Record<string, number>;
|
||||
tipsShown?: number;
|
||||
hasSeenScreenReaderNudge?: boolean;
|
||||
// Add other persistent state keys here as needed
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user