[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 5 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.
|
|
Caution Review failedAn error occurred during the review process. Please try again later. ✨ Finishing Touches🧪 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. |

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
