What's New in v2.3.0
Accurate Message Counts in UI
When filtering chat items (👤 User, 🤖 Agent, 🧠 Agent Reasoning, 🔒 Internal Reasoning), you will now see the explicit number of block/messages next to the total line count in the UI. For instance:
🤖 Agent Messages ··········· 10,168 (45 Msg)
This makes it incredibly easy to know exactly how many conversational turns you are currently including vs. filtering out, independent of their raw token length.
Internal Reasoning Cap
We've split reasoning into 🧠 Agent Reasoning and 🔒 Internal Reasoning, giving you discrete granular controls for each via the UI using the ◀/▶ keys!
Install / Update
🐧 Linux / 🍎 macOS:
curl -sO https://raw.githubusercontent.com/MeXenon/codex-session-export/main/codex-md.py && python3 codex-md.py🪟 Windows — Command Prompt:
curl -sO https://raw.githubusercontent.com/MeXenon/codex-session-export/main/codex-md.py && python codex-md.py🪟 Windows — PowerShell 7:
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/MeXenon/codex-session-export/main/codex-md.py" -OutFile "codex-md.py"; python codex-md.py