mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 12:11:09 +00:00
feat: Add auto update functionality (#4686)
This commit is contained in:
parent
69c6808b14
commit
c42d3b58e1
12 changed files with 1023 additions and 20 deletions
|
|
@ -101,6 +101,10 @@ export interface Settings {
|
|||
|
||||
// Add other settings here.
|
||||
ideMode?: boolean;
|
||||
|
||||
// Setting for disabling auto-update.
|
||||
disableAutoUpdate?: boolean;
|
||||
|
||||
memoryDiscoveryMaxDirs?: number;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue