Skip to content

🤖 fix: remove skill pill from slash suggestions#3610

Merged
ThomasK33 merged 1 commit into
mainfrom
skill-pills-rwrc
Jun 23, 2026
Merged

🤖 fix: remove skill pill from slash suggestions#3610
ThomasK33 merged 1 commit into
mainfrom
skill-pills-rwrc

Conversation

@ThomasK33

Copy link
Copy Markdown
Member

Summary

Removes the SKILL text pill from chat slash command suggestions so skill entries and model one-shot aliases use the same row layout.

Background

The skill rows already include scope context in their descriptions, and the extra pill made skill suggestions feel visually different from nearby model aliases without adding much value.

Implementation

Deleted the slash suggestion badge component and its row render call. The underlying suggestion kind metadata is unchanged for future UI use.

Validation

  • bun test src/browser/features/ChatInput/CommandSuggestions.test.tsx
  • make typecheck
  • MUX_ESLINT_CONCURRENCY=1 make static-check
  • git diff --check
  • Storybook dogfood at desktop and mobile widths confirmed the SKILL text no longer appears in the slash suggestion list.

Risks

Low. This is a presentational removal in the shared command suggestion row; selection behavior and suggestion data are unchanged.


Generated with mux • Model: openai:gpt-5.5 • Thinking: xhigh • Cost: 244294{MUX_COSTS_USD:-0}

Remove the visual skill kind badge from chat slash command suggestions so skill
and model aliases share the same uncluttered row layout.

---

_Generated with `mux` • Model: `openai:gpt-5.5` • Thinking: `xhigh` • Cost: `236775{MUX_COSTS_USD:-0}`_

<!-- mux-attribution: model=openai:gpt-5.5 thinking=xhigh costs=5.42 -->
@ThomasK33

Copy link
Copy Markdown
Member Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Bravo.

Reviewed commit: 97d502024c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@ThomasK33 ThomasK33 added this pull request to the merge queue Jun 23, 2026
Merged via the queue into main with commit 8c4d4e2 Jun 23, 2026
40 of 42 checks passed
@ThomasK33 ThomasK33 deleted the skill-pills-rwrc branch June 23, 2026 17:00
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