feat: un-gate AgentX scenario surfaces for release#519
Merged
Conversation
Remove the konami-code feature gate from the agentic/AgentX surfaces so they are public by default: - GlobalFilterContext: stop dropping Sequence.AgenticTraces from availableSequences — the "Agentic Traces" scenario, agentic x-axis modes, and percentile selector now surface whenever the model actually has agentic data (normal availability filtering still applies). - Remove the AgenticGate wrapper (and delete the component) from the /datasets/*, /datasets/[slug]/conversations/[convId], and /inference/agentic/[id] pages so they render instead of 404-ing. - Header: un-gate the Datasets nav link. The other hidden features stay behind the same gate (the "Hidden" tab dropdown — AI Chart, PowerX, Images, Feedback — and the Measured Energy metric group); use-feature-gate.ts is unchanged. The e2e unlockAgenticGate helper is retained (now a no-op for agentic) with its doc updated. Co-authored-by: Alec Ibarra <adibarra@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Note
Medium Risk
Publicly exposes previously gated routes and inference scenario UI; behavior change is intentional for launch but increases visible surface area without auth changes.
Overview
Agentic product surfaces are no longer behind the konami feature gate —
/datasets, agentic trace detail, and the Datasets nav link are always reachable without unlocking localStorage.The client
AgenticGatewrapper is removed from dataset and/inference/agentic/[id]routes so those pages render directly instead of 404ing when the gate is locked.GlobalFilterContextno longer filtersAgenticTracesout ofavailableSequencesbased onuseFeatureGate, so the inference dashboard can show the Agentic Traces scenario by default when data exists. The header no longer hides gated nav entries; Datasets is always inNAV_LINKS.Cypress
unlockAgenticGatedocs are updated to note agentic specs don’t need it for access (the helper still unlocks Hidden tab and Measured Energy metrics).Reviewed by Cursor Bugbot for commit b826fe6. Bugbot is set up for automated code reviews on this repo. Configure here.