From 56bbcc82c3acf10e6415be46770fafb5e7ca8dc4 Mon Sep 17 00:00:00 2001 From: Ahmet Faruk Ilhan Date: Tue, 16 Jun 2026 23:15:07 +0200 Subject: [PATCH] Add codex-claude-transfer --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 92f2e3f..aae723e 100644 --- a/README.md +++ b/README.md @@ -276,6 +276,7 @@ Codex can connect to MCP servers (as client) and expose itself as an MCP server ## Session & Workflow Management - [es617/claude-replay](https://github.com/es617/claude-replay) - Convert AI coding agent sessions (Claude Code, Cursor, Codex) into self-contained, embeddable HTML replays. ![GitHub stars](https://img.shields.io/github/stars/es617/claude-replay?style=flat-square) +- [ahmojo/codex-claude-transfer](https://github.com/ahmojo/codex-claude-transfer) - Local-first CLI for exporting, inspecting, and importing Codex and Claude Code sessions via `.codexbundle`, with path remapping and best-effort cross-agent handoff. ![GitHub stars](https://img.shields.io/github/stars/ahmojo/codex-claude-transfer?style=flat-square) - [ryfineZ/codex-session-patcher](https://github.com/ryfineZ/codex-session-patcher) - Lightweight Python tool to clean AI refusal responses from Codex CLI session files. ![GitHub stars](https://img.shields.io/github/stars/ryfineZ/codex-session-patcher?style=flat-square) - [GreenSheep01201/Claw-Kanban](https://github.com/GreenSheep01201/Claw-Kanban) - AI Agent Orchestration Kanban Board. Route tasks to Claude Code, Codex CLI, and Gemini CLI with role-based auto-assignment. ![GitHub stars](https://img.shields.io/github/stars/GreenSheep01201/Claw-Kanban?style=flat-square) - [Fr-e-d/GAAI-framework](https://github.com/Fr-e-d/GAAI-framework) - Drop a `.gaai/` folder into any project to turn AI coding tools into reliable delivery systems. Markdown + YAML + bash. ![GitHub stars](https://img.shields.io/github/stars/Fr-e-d/GAAI-framework?style=flat-square)