with one click
casr
Resume sessions across Claude Code, Codex, Gemini, and other providers when switching agents or migrating active chat history.
Menu
Resume sessions across Claude Code, Codex, Gemini, and other providers when switching agents or migrating active chat history.
Run AGY headlessly via scheduled ticks or `agy -p`, capture agentapi JSONL evidence, and validate automated AGY loops or event streams.
Wire MCP servers and AgentOps plugin bundles into the AGY image with least-privilege access, rollback evidence, and validation hooks.
Manage the PROGRAM.md/AUTODEV.md contract consumed by evolve/factory ticks. Use for loop rules, boundaries, or PROGRAM.md repair.
Audit SKILL.md files against the AgentOps template and readiness checks. Use for quality reviews or template compliance.
Run AGY headlessly via scheduled ticks or `agy -p`, capture agentapi JSONL evidence, and validate automated AGY loops or event streams.
Wire MCP servers and AgentOps plugin bundles into the AGY image with least-privilege access, rollback evidence, and validation hooks.
| name | casr |
| user-invocable | false |
| skill_api_version | 1 |
| hexagonal_role | supporting |
| metadata | {"tier":"execution"} |
| description | Resume sessions across Claude Code, Codex, Gemini, and other providers when switching agents or migrating active chat history. |
| practices | ["pragmatic-programmer"] |
Use casr when you need to keep working on the same session but switch providers.
casr list
casr info <session-id>
casr -cc <session-id> # open in Claude Code
casr -cod <session-id> # open in Codex
casr -gmi <session-id> # open in Gemini
casr providers
casr list --workspace "$(pwd)" --sort date --limit 20
casr cod resume <session-id> --source cc
casr info <session-id> --json
casr list is project-scoped to your current working directory by default.-cc, -cod, and -gmi auto-detect source provider from the session ID.--json output mode for automation.