Skip to content

fix(claw): remove beta badge from KiloClaw header#1325

Open
kilo-code-bot[bot] wants to merge 1 commit intomainfrom
remove-claw-beta-badge
Open

fix(claw): remove beta badge from KiloClaw header#1325
kilo-code-bot[bot] wants to merge 1 commit intomainfrom
remove-claw-beta-badge

Conversation

@kilo-code-bot
Copy link
Contributor

@kilo-code-bot kilo-code-bot bot commented Mar 20, 2026

Summary

Remove the <Badge variant="beta">Beta</Badge> from the KiloClaw page header (ClawHeader.tsx). KiloClaw is no longer in beta, so the badge is no longer needed. The Badge import and beta variant in badge.tsx are preserved since both are still used elsewhere (status badge in ClawHeader, and the beta variant by other features like security-agent, gastown, auto-triage).

Verification

  • pnpm typecheck — passed (all workspace packages)
  • oxlint — 0 warnings, 0 errors
  • eslint — passed
  • oxfmt --list-different — no formatting issues

Visual Changes

The "Beta" pill badge next to the "KiloClaw" heading is removed. The status badge (e.g., "Running", "Stopped") remains.

Before After
KiloClaw [Beta] [Running] KiloClaw [Running]

Reviewer Notes

Single-line removal. The Badge import is still needed for the status badge rendered on lines 34-37. The beta variant in src/components/ui/badge.tsx is shared across 4+ other features and should not be removed.

KiloClaw is no longer in beta — remove the <Badge variant="beta">Beta</Badge>
from ClawHeader so the page header only shows the status badge.
@kilo-code-bot
Copy link
Contributor Author

kilo-code-bot bot commented Mar 20, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (1 files)
  • src/app/(app)/claw/components/ClawHeader.tsx

Reviewed by gpt-5.4-20260305 · 61,508 tokens

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.

0 participants