mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-02 09:20:42 -07:00
feat: Add auto update functionality (#4686)
This commit is contained in:
@@ -101,6 +101,10 @@ export interface Settings {
|
||||
|
||||
// Add other settings here.
|
||||
ideMode?: boolean;
|
||||
|
||||
// Setting for disabling auto-update.
|
||||
disableAutoUpdate?: boolean;
|
||||
|
||||
memoryDiscoveryMaxDirs?: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user