mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-08-09 00:16:57 -07:00
Add global session history and naming workflow
This commit is contained in:
@@ -15,6 +15,14 @@ interface PersistentStateData {
|
||||
tipsShown?: number;
|
||||
hasSeenScreenReaderNudge?: boolean;
|
||||
focusUiEnabled?: boolean;
|
||||
sessionRecovery?: {
|
||||
sessionId: string;
|
||||
sessionName: string;
|
||||
sessionPath: string;
|
||||
projectRoot: string;
|
||||
dirtyExit: boolean;
|
||||
updatedAt: string;
|
||||
};
|
||||
// Add other persistent state keys here as needed
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user