codex-sync 0.5.0

Sync and merge Codex conversations across computers, LAN, SSH, and offline storage
Documentation
1
2
3
4
#[tokio::main]
async fn main() -> anyhow::Result<()> {
    codex_sync::cli::run().await
}