Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore(site): remove Beta tag from agents navigation - #27986

Merged
mattvollmer merged 1 commit into
mainfrom
chore/remove-beta-tag-agents-nav
Aug 10, 2026
Merged

chore(site): remove Beta tag from agents navigation#27986
mattvollmer merged 1 commit into
mainfrom
chore/remove-beta-tag-agents-nav

Conversation

@mattvollmer

Copy link
Copy Markdown
Contributor

Summary

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

PR generated with Coder Agents

@mattvollmer
mattvollmer marked this pull request as ready for review August 10, 2026 12:19
@coderagents

coderagents Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Documentation Check

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.


Automated review via Coder Agents

@mattvollmer

Copy link
Copy Markdown
Contributor Author

Documentation Check

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.

Automated review via Coder Agents

#27939

@mattvollmer
mattvollmer merged commit a3a5122 into main Aug 10, 2026
53 of 54 checks passed
@mattvollmer
mattvollmer deleted the chore/remove-beta-tag-agents-nav branch August 10, 2026 12:44
@github-actions github-actions Bot locked and limited conversation to collaborators Aug 10, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants