Skip to content

feat: un-gate AgentX scenario surfaces for release#519

Merged
adibarra merged 1 commit into
masterfrom
claude/issue-518-20260703-1830
Jul 3, 2026
Merged

feat: un-gate AgentX scenario surfaces for release#519
adibarra merged 1 commit into
masterfrom
claude/issue-518-20260703-1830

Conversation

@adibarra

@adibarra adibarra commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

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 AgenticGate wrapper is removed from dataset and /inference/agentic/[id] routes so those pages render directly instead of 404ing when the gate is locked. GlobalFilterContext no longer filters AgenticTraces out of availableSequences based on useFeatureGate, 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 in NAV_LINKS.

Cypress unlockAgenticGate docs 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.

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>
@vercel

vercel Bot commented Jul 3, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
inferencemax-app Ready Ready Preview, Comment Jul 3, 2026 6:47pm

Request Review

@adibarra adibarra marked this pull request as ready for review July 3, 2026 18:47
@adibarra adibarra merged commit 135159f into master Jul 3, 2026
26 checks passed
@adibarra adibarra deleted the claude/issue-518-20260703-1830 branch July 3, 2026 18:49
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.

1 participant