codey

codey-cli

Save CLI code agent conversations and align them with git commits in a single codey.html file.

demo

Install

pip install codey-cli

Quick Start

From your project root:

codey codex .

Then use the agent normally. When you exit the agent, ./codey.html will be created/updated in the current directory.

How It Works

Commands

You can use any CLI agent:

codey codex .
codey opencode .
codey claude .

Or pass any CLI command:

codey <your-command> [args...]

Output

codey.html is saved in the current working directory and updated incrementally. State is stored in a hidden JSON block inside the HTML, so reruns only append new data.

Notes