mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-13 23:01:09 -07:00
Update persistence state to track counts of messages instead of times banner has been displayed (#13428)
This commit is contained in:
@@ -11,7 +11,7 @@ import * as path from 'node:path';
|
||||
const STATE_FILENAME = 'state.json';
|
||||
|
||||
interface PersistentStateData {
|
||||
defaultBannerShownCount?: number;
|
||||
defaultBannerShownCount?: Record<string, number>;
|
||||
// Add other persistent state keys here as needed
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user