Logo
Explore
Register Sign In
agent/cc-switch
1
0
Fork 0
You've already forked cc-switch
mirror of https://github.com/farion1231/cc-switch.git synced 2026-06-16 13:34:04 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
e143ef30e31e4c992a2d4e6b9f4f8bbbdb4ef53b
cc-switch/src-tauri/src
T
Jason b00e8de26f feat(config): backup v1 file before v2 migration
- Add timestamped backup at `~/.cc-switch/config.v1.backup.<ts>.json`
- Keep provider files untouched; only cc-switch metadata is backed up
- Remove UI notification plan; backup only as requested
- Update CHANGELOG with migration backup notes
b00e8de26f · 2025-09-01 10:49:31 +08:00
History
..
app_config.rs
feat(config): backup v1 file before v2 migration
2025-09-01 10:49:31 +08:00
codex_config.rs
feat(codex): validate non-empty config.toml with toml crate (syntax check in save/import)
2025-08-31 17:13:25 +08:00
commands.rs
chore: silence non_snake_case warnings in commands.rs for legacy app/appType compatibility
2025-08-31 19:00:09 +08:00
config.rs
fix(config): create settings.json on first run; keep legacy claude.json read compatibility
2025-08-29 10:50:10 +08:00
lib.rs
- feat(codex): 引入 Codex 应用与供应商切换(管理 auth.json/config.toml,支持备份与恢复)
2025-08-30 21:54:52 +08:00
main.rs
chore: format code and fix bundle identifier for v3.0.0 release
2025-08-27 11:00:53 +08:00
provider.rs
- feat(codex): 引入 Codex 应用与供应商切换(管理 auth.json/config.toml,支持备份与恢复)
2025-08-30 21:54:52 +08:00
store.rs
- feat(codex): 引入 Codex 应用与供应商切换(管理 auth.json/config.toml,支持备份与恢复)
2025-08-30 21:54:52 +08:00