Skip to content

Show queued prompts in transcripts - #112

Open
roli-lpci wants to merge 1 commit into
simonw:mainfrom
roli-lpci:fix-queued-prompts
Open

Show queued prompts in transcripts#112
roli-lpci wants to merge 1 commit into
simonw:mainfrom
roli-lpci:fix-queued-prompts

Conversation

@roli-lpci

Copy link
Copy Markdown

Queued prompts are stored as queue-operation enqueue entries, so the JSONL parser currently skips them.

This change renders enqueue content at its original timestamp with a Queued prompt label and includes it in the JSONL summary fallback. A later ordinary user record is preserved as a separate User event because queue and delivery records do not share an identity that would support safe deduplication.

The touched test module also had three unused local imports; these are removed with no behavior change so the existing file passes the lint check.

Tests:

  • uv run pytest (124 passed)

Fixes #98

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing queue-operation prompts

1 participant