Fix: Enable auto-update for configuration and enhance task execution handling for multi-pass runs

This commit is contained in:
2025-11-08 18:32:58 +01:00
parent 6b687a1018
commit 52fbbd79b1
2 changed files with 17 additions and 5 deletions

View File

@@ -151,7 +151,7 @@
// "github-api" = Downloads ZIP from GitHub (no Git needed, no conflicts, recommended)
"docker": false, // Update Docker containers if using Docker
"scriptPath": "setup/update/update.mjs",
"autoUpdateConfig": false, // Update config.jsonc from remote (keeps your settings if false)
"autoUpdateConfig": true, // Update config.jsonc from remote (keeps your settings if false)
"autoUpdateAccounts": false // Update accounts file from remote (NEVER recommended, keeps your accounts)
},