fix: add --fast hint to /model description for discoverability#3086
Merged
Conversation
Add "(--fast for suggestion model)" to the /model command description so users can discover the feature from the command list, since --fast completion no longer appears on empty input. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
📋 Review SummaryThis PR restores the 🔍 General Feedback
🎯 Specific Feedback🔵 Low
✅ Highlights
|
tanzhenxin
approved these changes
Apr 10, 2026
tanzhenxin
left a comment
Collaborator
There was a problem hiding this comment.
Review
Adds (--fast for suggestion model) hint to /model command description for discoverability after #3077 hid the --fast completion behind - prefix. All 6 i18n locales updated.
Verdict
APPROVE — Clean, focused discoverability fix. No issues.
euxaristia
pushed a commit
to euxaristia/qwen-code
that referenced
this pull request
Apr 10, 2026
…M#3086) Add "(--fast for suggestion model)" to the /model command description so users can discover the feature from the command list, since --fast completion no longer appears on empty input. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
xaelistic
pushed a commit
to xaelistic/qwen-code
that referenced
this pull request
Jun 7, 2026
xaelistic
pushed a commit
to xaelistic/qwen-code
that referenced
this pull request
Jun 7, 2026
…M#3086) Add "(--fast for suggestion model)" to the /model command description so users can discover the feature from the command list, since --fast completion no longer appears on empty input. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
#3077 将
--fast补全改为仅在用户输入-后才显示,防止了 Tab+Enter 误触。但这也意味着用户在/model命令列表中无法发现--fast功能的存在。After #3077 changed
--fastcompletion to only appear when the user starts typing-, users have no way to discover the--fastfeature from the command list.Changes
Add
(--fast for suggestion model)hint to/modelcommand description, so users can discover the feature when browsing the command list.Test plan
modelCommand.test.ts— 8/8 passed🤖 Generated with Claude Code