Skip to content

feat(tui): add /bug as an alias for /feedback - #2614

Merged
RealKai42 merged 1 commit into
mainfrom
feat/feedback-bug-alias
Aug 4, 2026
Merged

feat(tui): add /bug as an alias for /feedback#2614
RealKai42 merged 1 commit into
mainfrom
feat/feedback-bug-alias

Conversation

@RealKai42

Copy link
Copy Markdown
Collaborator

Related Issue

No linked issue — the problem is explained below.

Problem

Users who want to report a bug naturally type /bug, but the CLI only offered /feedback, so the feedback entry point is hard to discover under the name users reach for first.

What changed

  • Added bug to the aliases of the built-in /feedback slash command. The alias mechanism is already wired end to end — registry lookup resolves aliases to the canonical command, and dispatch, autocomplete, and the help panel all consume the same aliases field — so the functional change is a one-line registry entry with no new code path. /bug behaves exactly like /feedback, including when arguments are passed.
  • Telemetry keeps recording the canonical feedback command for both entry names, so metrics are not split.
  • Added a registry test assertion that /bug resolves to feedback; updated the en/zh slash-command reference tables.
  • Changeset: patch for @moonshot-ai/kimi-code.

Checklist

  • I have read the CONTRIBUTING document.
  • I have linked a related issue, or explained the problem above.
  • I have added tests that prove my feature works.
  • Ran gen-changesets skill, or this PR needs no changeset.
  • Ran gen-docs skill, or this PR needs no doc update.

@changeset-bot

changeset-bot Bot commented Aug 4, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 5c80e10

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@moonshot-ai/kimi-code Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@pkg-pr-new

pkg-pr-new Bot commented Aug 4, 2026

Copy link
Copy Markdown
pnpm dlx https://pkg.pr.new/@moonshot-ai/kimi-code@5c80e10
npx https://pkg.pr.new/@moonshot-ai/kimi-code@5c80e10

commit: 5c80e10

@RealKai42
RealKai42 merged commit 8db7d42 into main Aug 4, 2026
24 of 25 checks passed
@RealKai42
RealKai42 deleted the feat/feedback-bug-alias branch August 4, 2026 15:54
@github-actions github-actions Bot mentioned this pull request Aug 4, 2026
mbuckaway pushed a commit to mbuckaway/kimi-code that referenced this pull request Aug 4, 2026
daofazhiran pushed a commit to daofazhiran/kimi-code that referenced this pull request Aug 4, 2026
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