Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,11 @@ src-tauri/src/
```


## 🔗 Related Projects

- [cc-switch-enhanced (ccse)](https://github.com/Tonystarkw12/cc-switch-enhanced) — A fleet-wide model switcher for AI coding agents, complementary to CC-Switch CLI's deep per-app management. Where CC-Switch CLI manages 7 apps in depth (provider switching, proxy, usage stats), `ccse` takes a lightweight cross-agent approach: one command rewrites model / base URL / API key across 37 coding agents at once, with endpoint verification, automatic snapshots and one-key rollback. Handy when running many agents side by side against aggregator APIs (NewAPI / omniroute / mirrors).

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Qualify the per-app feature claim

The new English and Chinese descriptions present proxy and usage statistics as part of managing all seven supported apps, but those capabilities are app-specific: set_proxy_enabled only accepts Claude, Codex, and Gemini (src-tauri/src/cli/commands/proxy.rs:101), while session usage sync rejects Hermes and OpenClaw (src-tauri/src/cli/commands/sessions.rs:585). This can lead users of those apps to select CC-Switch expecting functionality that the CLI explicitly does not provide; describe these as selected capabilities or state the supported-app limits in both README entries.

Useful? React with 👍 / 👎.



## 🤝 Contributing

Contributions welcome! This fork focuses on CLI functionality.
Expand Down
5 changes: 5 additions & 0 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,11 @@ src-tauri/src/
```


## 🔗 相关项目

- [cc-switch-enhanced (ccse)](https://github.com/Tonystarkw12/cc-switch-enhanced) —— 面向 AI 编程助手的"机队级"模型切换器,与 CC-Switch CLI 的单应用深度管理互补。CC-Switch CLI 深度管理 7 个应用(供应商切换、代理、用量统计),ccse 则走轻量跨助手路线:一行命令同时改写 37 个编程助手的模型 / 中转地址 / API key,自带端点校验、自动快照与一键回滚。适合多个助手并行接聚合 API(NewAPI / omniroute / 镜像站)的场景。


## 🤝 贡献

欢迎贡献!本分支专注于 CLI 功能。
Expand Down