Hi,
Thanks for creating txcript as I've found it extremely useful and I would like to suggest a feature request to make it easier to identify what sessions has changed and to make parsing the output easier. I've currently forked txcript to add mtime (updated_at) and JSON output support for the list command.
{
"harness": "codex",
"id": "...",
"started_at": "...",
"updated_at": "...",
"cwd": "...",
"path": "..."
}
I would like this request this or something similar to be supported if possible. I can create a pull request, but this is something any capable model can do quite easily.
Thanks
Hi,
Thanks for creating txcript as I've found it extremely useful and I would like to suggest a feature request to make it easier to identify what sessions has changed and to make parsing the output easier. I've currently forked txcript to add mtime (updated_at) and JSON output support for the list command.
{ "harness": "codex", "id": "...", "started_at": "...", "updated_at": "...", "cwd": "...", "path": "..." }I would like this request this or something similar to be supported if possible. I can create a pull request, but this is something any capable model can do quite easily.
Thanks