You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removes the Beta feature stage badge from the /agents page navigation:
ChatsPanel.tsx: removed the badge from the desktop left sidebar header
AgentPageHeader.tsx: removed the badge from the mobile top header
Both instances rendered <FeatureStageBadge contentType="beta" size="xs" /> next to the Coder product logo. The FeatureStageBadge imports were removed as they are no longer used in these files.
Sidebar summary
Removed Beta badge from desktop sidebar (ChatsPanel.tsx)
Removed Beta badge from mobile header (AgentPageHeader.tsx)
Removed unused FeatureStageBadge imports from both files
No behavioral or logic changes, badge-only removal
This PR removes the Beta feature-stage badge (<FeatureStageBadge contentType="beta" size="xs" />) from the Coder Agents (/agents) navigation in both the desktop sidebar (ChatsPanel.tsx) and the mobile header (AgentPageHeader.tsx). Removing the in-product Beta indicator is a user-facing feature-stage signal, and the docs still describe Coder Agents as Beta. Please confirm the intended stage and align the docs so the UI and documentation don't disagree.
Updates Needed
docs/ai-coder/agents/index.md - The "Product status" section states "Coder Agents is in Beta." Update to match the UI if Agents is graduating out of Beta.
docs/ai-coder/agents/getting-started.md - Multiple Beta references (the [!NOTE] callout near the top, the "Chats API is in beta" note, and "Your input directly influences product direction during Beta"). Reconcile with the new stage.
docs/manifest.json - The Coder Agents entry sets "state": ["beta"]. If the feature is no longer Beta, update or remove this so the docs nav badge matches the UI.
Note
If Coder Agents remains in Beta and the badge was removed for another reason, no docs changes are required, but the UI would then be inconsistent with the docs that still assert Beta status.
This PR removes the Beta feature-stage badge (<FeatureStageBadge contentType="beta" size="xs" />) from the Coder Agents (/agents) navigation in both the desktop sidebar (ChatsPanel.tsx) and the mobile header (AgentPageHeader.tsx). Removing the in-product Beta indicator is a user-facing feature-stage signal, and the docs still describe Coder Agents as Beta. Please confirm the intended stage and align the docs so the UI and documentation don't disagree.
Updates Needed
docs/ai-coder/agents/index.md - The "Product status" section states "Coder Agents is in Beta." Update to match the UI if Agents is graduating out of Beta.
docs/ai-coder/agents/getting-started.md - Multiple Beta references (the [!NOTE] callout near the top, the "Chats API is in beta" note, and "Your input directly influences product direction during Beta"). Reconcile with the new stage.
docs/manifest.json - The Coder Agents entry sets "state": ["beta"]. If the feature is no longer Beta, update or remove this so the docs nav badge matches the UI.
Note
If Coder Agents remains in Beta and the badge was removed for another reason, no docs changes are required, but the UI would then be inconsistent with the docs that still assert Beta status.
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
2 participants
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.
Summary
Removes the
Betafeature stage badge from the/agentspage navigation:ChatsPanel.tsx: removed the badge from the desktop left sidebar headerAgentPageHeader.tsx: removed the badge from the mobile top headerBoth instances rendered
<FeatureStageBadge contentType="beta" size="xs" />next to the Coder product logo. TheFeatureStageBadgeimports were removed as they are no longer used in these files.Sidebar summary
ChatsPanel.tsx)AgentPageHeader.tsx)FeatureStageBadgeimports from both filesPR generated with Coder Agents