[feat] Present agent revisions as a single history and hide deployment for agents - #5273
[feat] Present agent revisions as a single history and hide deployment for agents#5273ashrafchowdury wants to merge 8 commits into
Conversation
- reframe default variant as history, nothing else changed - hide the deployment option for the agent
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
I think we can show the commit message in a tooltip, or somehow; it would be nice to have it |
… for linear versioning support
|
@ashrafchowdury we can make list items 2 line, and leave the bottom line for a more meaningful commit message. other than that 👍 |
…flat tree structure
|
@mmabrouk, if this chagnes make sense to you, let's ship this
|
|
@ashrafchowdury the idea make sense, but we need to think about it holistically, this fixes the playground while keeping the registry view the same. This is not consistent. We need a solution that is consistent. |
|
Makes sense. I will wait until we redesign the overview page, and I guess at this point we don't have any usage for the registry page for agents workflow so can hide that page |
Railway Preview Environment
|

Context
Agents use one linear revision history, but the playground exposed the branching variant and deployment UI used by prompt applications. This let users create variants, view environment badges, and access deployment actions that do not belong in the agent workflow.
Changes
Agent playgrounds now present revisions through a compact
Historypicker. The picker removes the variant grouping, search field, deployment badges, and unused tree indentation while keeping the standard branching selector unchanged for other workflow types.Before:
After:
v1,v2,v3timeline.The shared selector defaults to branching behavior, so prompt applications and evaluators keep their existing revision and deployment flows.
What to QA
History, and the dropdown displays a compact flat revision list without variant names, search, environment badges, or excessive side spacing.Previews
Featuring the default variant as history

No deployment options as it has no use for now

No create as new variant option
