cc-switch 0.1.35

Manage multiple Claude / Codex configurations with an optional Rust daemon that transparently proxies traffic to a built-in aggregate dashboard (request inspection, structured conversation view, token stats — a Rust rewrite of ccglass). Zero background processes when the daemon is off. Cross-platform: Linux / macOS / Windows (x86_64 + ARM64).
Documentation
1
2
3
4
5
6
7
8
pub mod auth_writer;
pub mod commands;
pub mod storage;
pub mod types;

pub use auth_writer::{default_codex_auth_path, write_auth_json};
pub use commands::*;
pub use types::CodexConfiguration;