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

pip install codey-cli
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.
codey runs your agent command inside a PTY (keeps the original TUI).codey.html with a two‑column timeline:
You can use any CLI agent:
codey codex .
codey opencode .
codey claude .
Or pass any CLI command:
codey <your-command> [args...]
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.