Skip to content

feat(Chat): show CommandMenu below Input when slash command is typed#22

Merged
remarkablemark merged 1 commit into
masterfrom
feat/command
May 7, 2026
Merged

feat(Chat): show CommandMenu below Input when slash command is typed#22
remarkablemark merged 1 commit into
masterfrom
feat/command

Conversation

@remarkablemark
Copy link
Copy Markdown
Member

@remarkablemark remarkablemark commented May 7, 2026

What is the motivation for this pull request?

Improve slash-command discovery and selection in the chat TUI by replacing inline autocomplete with an explicit command menu under the input.

What is the current behavior?

Slash commands rely on inline text input suggestions, which makes available commands and filtering behavior less visible.

What is the new behavior?

Typing a slash command now shows a dedicated CommandMenu below the input, filters matching commands as you type, submits the selected command, and includes updated tests for the new interaction.

Checklist:

@codecov
Copy link
Copy Markdown

codecov Bot commented May 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
src/components/Chat/CommandMenu.tsx 100.00% <100.00%> (ø)
src/components/Chat/Input.tsx 100.00% <100.00%> (ø)
src/constants/command.ts 100.00% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@remarkablemark remarkablemark self-assigned this May 7, 2026
@remarkablemark remarkablemark added the enhancement New feature or request label May 7, 2026
@remarkablemark remarkablemark changed the title feat(Chat): show CommandMenu below Input when slash command is typed feat(Chat): show CommandMenu below Input when slash command is typed May 7, 2026
@remarkablemark remarkablemark merged commit f7d812c into master May 7, 2026
15 checks passed
@remarkablemark remarkablemark deleted the feat/command branch May 7, 2026 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant