This website requires JavaScript.
Explore
Register
Sign In
agent
/
cc-switch
Watch
2
Star
0
Fork
0
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
3c32f12152dcf3a6afc27324d26c7cb32332edd1
cc-switch
/
src-tauri
/
src
T
History
Jason
3c32f12152
refactor(ssot): stop writing per-provider backup files on add/update/import\n\n- Add/update no longer write vendor copy files for Claude and Codex\n- Keep all state in memory (persisted via app config) to enforce SSOT\n- Import default provider now only reads from live config
2025-09-04 16:00:45 +08:00
..
app_config.rs
feat(config): backup v1 file before v2 migration
2025-09-01 10:49:31 +08:00
codex_config.rs
feat(fs): atomic writes for JSON and TOML saves\n\n- Introduce atomic_write utility and use it in write_json_file\n- Add write_text_file for TOML/strings and use in Codex paths\n- Reduce risk of partial writes and ensure directory creation
2025-09-04 16:00:19 +08:00
commands.rs
refactor(ssot): stop writing per-provider backup files on add/update/import\n\n- Add/update no longer write vendor copy files for Claude and Codex\n- Keep all state in memory (persisted via app config) to enforce SSOT\n- Import default provider now only reads from live config
2025-09-04 16:00:45 +08:00
config.rs
feat(fs): atomic writes for JSON and TOML saves\n\n- Introduce atomic_write utility and use it in write_json_file\n- Add write_text_file for TOML/strings and use in Codex paths\n- Reduce risk of partial writes and ensure directory creation
2025-09-04 16:00:19 +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