The problem When you switch between Claude Code and Codex, your conversation history stays siloed. Claude has no idea what you built in Codex last week, and vice versa. With usage limits on both platforms, switching tools mid-project is increasingly common -and every time you do, you lose all the context from your previous sessions. What I built context-bridge — a Python CLI with zero external dependencies that reads directly from the local data stores both tools already maintain:
- Codex: ~/.codex/state_5.sqlite + JSONL rollouts
- Claude Code: ~/.claude/projects/*.jsonl It installs as a skill in both tools, so the AI knows when and how to search the other’s history. GitHub: github.com/vguptaa45/context-bridge submitted by /u/Direct-Push-7808
Originally posted by u/Direct-Push-7808 on r/ClaudeCode
You must log in or # to comment.
