Skip to content

fix(cli): write transcript jsonl as message lines#1064

Merged
christso merged 4 commits intomainfrom
fix/transcript-jsonl-format
Apr 13, 2026
Merged

fix(cli): write transcript jsonl as message lines#1064
christso merged 4 commits intomainfrom
fix/transcript-jsonl-format

Conversation

@christso
Copy link
Copy Markdown
Collaborator

Summary

  • write transcript.jsonl as one message object per line instead of a single aggregate object
  • include per-message metadata (test_id, target, message_index) in the emitted JSONL
  • add regression coverage for the per-line transcript format

Verification

  • bun test apps/cli/test/commands/eval/artifact-writer.test.ts
  • manual artifact check: previous broken transcript had 1 line with a top-level input/output object
  • manual artifact check: fixed transcript had 3 JSONL lines, one per message, under .agentv/results/runs/default/<timestamp>/transcript.jsonl

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Apr 12, 2026

Deploying agentv with  Cloudflare Pages  Cloudflare Pages

Latest commit: 185660d
Status: ✅  Deploy successful!
Preview URL: https://63ca0198.agentv.pages.dev
Branch Preview URL: https://fix-transcript-jsonl-format.agentv.pages.dev

View logs

@christso christso merged commit f0246a1 into main Apr 13, 2026
4 checks passed
@christso christso deleted the fix/transcript-jsonl-format branch April 13, 2026 01:06
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.

1 participant