feat(ssot): backfill live config and write from in-memory settings during switch\n\n- Stop relying on provider backup files for switching (Claude/Codex)\n- Backfill current live config into the active provider before switching\n- Write target provider settings directly to app main config\n- Avoid writing provider copies when importing default provider

This commit is contained in:
Jason
2025-09-04 15:59:28 +08:00
parent 3665a79e50
commit 25c112856d
3 changed files with 289 additions and 49 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -550,7 +550,7 @@ dependencies = [
[[package]]
name = "cc-switch"
version = "3.0.0"
version = "3.1.1"
dependencies = [
"dirs 5.0.1",
"log",