[feat] Present agent revisions as a single history and hide deployment for agents#5273
Open
ashrafchowdury wants to merge 5 commits into
Open
[feat] Present agent revisions as a single history and hide deployment for agents#5273ashrafchowdury wants to merge 5 commits into
ashrafchowdury 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 |
Contributor
Author
|
I think we can show the commit message in a tooltip, or somehow; it would be nice to have it |
… for linear versioning support
Contributor
|
@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
Contributor
Author
ardaerzin
approved these changes
Jul 14, 2026
Contributor
Author
|
@mmabrouk, if this chagnes make sense to you, let's ship this
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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
