Skip to content

feat: add side-by-side run compare in Runs tab#193

Open
claytonlin1110 wants to merge 3 commits into
llmsresearch:mainfrom
claytonlin1110:feat/studio-run-compare
Open

feat: add side-by-side run compare in Runs tab#193
claytonlin1110 wants to merge 3 commits into
llmsresearch:mainfrom
claytonlin1110:feat/studio-run-compare

Conversation

@claytonlin1110
Copy link
Copy Markdown
Contributor

Summary

  • Add a new Run Compare section in Studio Runs tab.
  • Allow selecting two run IDs and comparing key metadata/settings side-by-side.
  • Show both final outputs plus a compact field-diff summary.
  • Populate compare dropdowns on refresh with recent runs by default.

Closes #191

What this PR does

This PR adds a new Run Compare capability to PaperBanana Studio so users can compare two prior runs in one place.
Instead of manually switching between run folders and JSON previews, users can now select two runs and immediately inspect key differences.

Scope

  • paperbanana/studio/app.py
  • paperbanana/studio/runs.py
  • Read-only feature; no generation pipeline behavior changes.

@claytonlin1110
Copy link
Copy Markdown
Contributor Author

@dippatel1994 Would you please review this feature?

@claytonlin1110
Copy link
Copy Markdown
Contributor Author

@dippatel1994 Had a chance to review please

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.

[Feature]: Add Side-by-Side Run Compare in Studio

1 participant