Merge pull request #1952 from QwenLM/coding-plan-ui-fix

feat(auth): add automatic backup of settings.json before auth modification
This commit is contained in:
tanzhenxin 2026-02-27 21:29:45 +08:00 committed by GitHub
commit 1979e2121b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 72 additions and 21 deletions

View file

@ -147,7 +147,7 @@ const SETTINGS_SCHEMA = {
requiresRestart: true,
default: {} as Record<string, string>,
description:
'Environment variables to set as fallback defaults. These are loaded with the lowest priority: system environment variables > .env files > settings.env.',
'Environment variables to set as fallback defaults. These are loaded with the lowest priority: system environment variables > .env files > settings.json env field.',
showInDialog: false,
mergeStrategy: MergeStrategy.SHALLOW_MERGE,
},