Resume AI coding sessions across providers: converts Codex, Claude, Gemini, and other session formats through a canonical IR so you can pick up where you left off in any tool
# casr <div align="center"> <img src="casr_illustration.webp" alt="casr - Cross Agent Session Resumer"> </div> Cross Agent Session Resumer for coding agents: resume a session created in one provider (Claude Code, Codex, Gemini, and more) using a different provider by converting through a canonical session model.    ## Quick Install (Recommended) ```bash curl -fsSL "https://raw.githubusercontent.com/Dicklesworthstone/cross_agent_session_resumer/main/install.sh?$(date +%s)" | bash ``` That installer is the primary distribution path. It handles platform detection, secure artifact verification, fallback source builds, shell completions, and agent-oriented local setup in one step. ## TL;DR **The Problem**: AI coding sessions are siloed by provider. A useful Codex session cannot be resumed directly in Claude Code, and vice versa. **The Solution**: `casr` discovers a session across installed providers, reads it into a canonical IR, writes a native session file for your target provider, verifies read-back fidelity, and prints the exact resume command. ### Why Use casr? | Feature | What It Does | |---|---| | Cross-provider resume | `casr cc resume <codex-session-id>` and similar conversions in one command | | Canonical IR | Normalizes provider formats into a common model, then exports back to native format | | Native-format writers | Produces plausible provider-native session files, not intermediate-only exports | | Safety-first writes | Atomic temp-then-rename writes, conflict detection, optional `.bak` backup with `--force` | | Provider auto-detection | Finds which provider owns a session ID without user guesswork | | Verification step | Re-reads written output to catch writer bugs before you try to resume | | Machine-friendly output | `--json` mode
Google's AI-powered research notebook that ingests your documents and becomes an expert on your content. Generates audio overviews, study guides, FAQs, and interactive discussions from uploaded sources.
Google DeepMind's experimental AI agent that can navigate websites, fill forms, and complete multi-step browser tasks autonomously. Uses Gemini's multimodal understanding to interact with web interfaces.
Google DeepMind's universal AI assistant prototype that can see, hear, and respond in real-time through your device camera and microphone. Demonstrates the future of multimodal AI interaction.
Google Cloud's enterprise platform for building, deploying, and managing AI agents powered by Gemini. Supports multi-agent orchestration, tool integration, and enterprise governance.
Gemini's agentic research capability that autonomously browses the web, synthesizes information from dozens of sources, and produces comprehensive research reports on any topic.
Interactive coding and content creation agent that generates, previews, and iterates on code, documents, and interactive applications in a side panel. Supports HTML/CSS/JS, Python, and more.