cc-switch 0.1.36

Switch between multiple Claude / Codex configurations. Optional daemon proxies traffic to a built-in dashboard — requests, conversations, token stats. Cross-platform.
Documentation
1
2
3
4
5
use anyhow::Result;

fn main() -> Result<()> {
    cc_switch::run()
}