Replies: 1 comment
-
I submitted a PR: #1583. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Codex CLI automatically records and saves chat history to
rollout-<timestamp>-<uuid>.jsonl
files in~/.codex/sessions
. It includes a record of user and AI rich messages, tool calls with input and output, and message IDs and statuses, and even error messages. The only information that's missing seems to just be input/output/cached token information, message timestamps, and the model used for the chat!I'm working on a tool called Splitrail, a usage analyzer for agentic development tools. I'm currently implementing Codex support, and the tool needs this token information.
I've got a fix locally that I'm almost ready to make a PR for.
Beta Was this translation helpful? Give feedback.
All reactions