Skip to content

CLI: add trace diff command for comparing two sessions #2

@manja316

Description

@manja316

When debugging regressions, you want to compare a good run vs a bad run side by side:

ai-trace diff session_good.jsonl session_bad.jsonl

Output should highlight:

  • Steps that diverged (different decisions on same input)
  • Timing differences (which step got slower)
  • Missing/extra steps

Useful for postmortems and A/B testing agent behavior.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions