chore: gate Coder Agents app and port tabs behind experiment - #26395
Merged
Conversation
Member
Author
Docs preview📖 View docs preview for |
ethanndickson
force-pushed
the
ethan/agents-app-tabs-experiment
branch
from
June 16, 2026 05:25
7a16a5f to
df2fa97
Compare
ethanndickson
marked this pull request as ready for review
June 16, 2026 05:25
johnstcn
approved these changes
Jun 16, 2026
ethanndickson
force-pushed
the
ethan/agents-app-port-tabs
branch
from
June 17, 2026 03:33
e5b95b9 to
fce8738
Compare
ethanndickson
force-pushed
the
ethan/agents-app-tabs-experiment
branch
from
June 17, 2026 03:33
df2fa97 to
135aa20
Compare
ethanndickson
changed the base branch from
ethan/agents-app-port-tabs
to
graphite-base/26395
June 17, 2026 03:59
ethanndickson
force-pushed
the
ethan/agents-app-tabs-experiment
branch
from
June 17, 2026 03:59
38dc4e1 to
748b866
Compare
ethanndickson
force-pushed
the
graphite-base/26395
branch
from
June 17, 2026 03:59
fce8738 to
5ee1946
Compare
ethanndickson
force-pushed
the
ethan/agents-app-tabs-experiment
branch
from
June 17, 2026 04:00
748b866 to
f8ff0b4
Compare
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.

The workspace-app and port preview tabs in the Coder Agents right panel were previously gated behind a
develprerelease build check, which can't be toggled in real deployments.This replaces that check with a proper
agent-app-tabsdeployment experiment, registered inExperimentsKnown, so the feature can be enabled viaCODER_EXPERIMENTS=agent-app-tabslike any other experiment. The frontend now readsexperiments.includes("agent-app-tabs")from the dashboard instead ofgetPrereleaseFlag(buildInfo) === "devel".Depends on #26208