mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 17:27:54 +00: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