Skip to content

fix(tui): match slash command value, not just label, in inline completion#3723

Merged
Sayt-0 merged 1 commit into
mainfrom
fix/settings-completion-prefix-match
Jul 17, 2026
Merged

fix(tui): match slash command value, not just label, in inline completion#3723
Sayt-0 merged 1 commit into
mainfrom
fix/settings-completion-prefix-match

Conversation

@aheritier

Copy link
Copy Markdown
Contributor

Prefix matching for the command palette's inline completion only checked
Item.Label, so commands whose label doesn't share a prefix with its slash
command (e.g. "/settings" -> "Preferences") never surfaced while typing
the actual slash command.

…tion

Prefix matching for the command palette's inline completion only checked
Item.Label, so commands whose label doesn't share a prefix with its slash
command (e.g. "/settings" -> "Preferences") never surfaced while typing
the actual slash command.
@aheritier
aheritier requested a review from a team as a code owner July 17, 2026 15:24
@aheritier aheritier added area/tui For features/issues/fixes related to the TUI kind/fix PR fixes a bug (maps to fix:). Use on PRs only. labels Jul 17, 2026
@Sayt-0
Sayt-0 merged commit d771c13 into main Jul 17, 2026
14 checks passed
@Sayt-0
Sayt-0 deleted the fix/settings-completion-prefix-match branch July 17, 2026 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/tui For features/issues/fixes related to the TUI kind/fix PR fixes a bug (maps to fix:). Use on PRs only.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants