feat: Add auto update functionality (#4686)

This commit is contained in:
Gal Zahavi
2025-07-28 17:56:52 -07:00
committed by GitHub
parent 83c4dddb7e
commit 871e0dfab8
12 changed files with 1023 additions and 20 deletions

View File

@@ -101,6 +101,10 @@ export interface Settings {
// Add other settings here.
ideMode?: boolean;
// Setting for disabling auto-update.
disableAutoUpdate?: boolean;
memoryDiscoveryMaxDirs?: number;
}