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
refactor/ui
cc-switch/src-tauri/tests
T
Jason 286bafbd67 test: simplify boolean assertions in import_export_sync tests
Replace verbose assert_eq!(value, true) with idiomatic assert!(value) for improved readability and adherence to Rust best practices
286bafbd67 ยท 2025-11-19 11:45:07 +08:00
History
..
app_config_load.rs
chore: apply cargo fmt before release
2025-11-06 16:32:45 +08:00
app_type_parse.rs
feat(i18n): add internationalization support for tray menu
2025-10-30 17:14:59 +08:00
deeplink_import.rs
feat: add model configuration support and fix Gemini deeplink bug (#251)
2025-11-19 09:03:18 +08:00
import_export_sync.rs
test: simplify boolean assertions in import_export_sync tests
2025-11-19 11:45:07 +08:00
mcp_commands.rs
fix(mcp): correct Codex MCP configuration format to [mcp_servers]
2025-11-17 22:57:04 +08:00
provider_commands.rs
refactor(backend): phase 5 - optimize concurrency with RwLock and async IO
2025-10-28 12:23:44 +08:00
provider_service.rs
feat(tray): add Gemini support to system tray menu (#209)
2025-11-12 23:38:43 +08:00
support.rs
feat(gemini): add Gemini provider integration (#202)
2025-11-12 10:47:34 +08:00