mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-01 05:00:46 +00:00
fix(cli): disable follow-up suggestions by default
Most Qwen OAuth users don't have a fast model configured for this feature, so it fires a wasted API request on every turn with no visible benefit. Default to off; users can opt in via settings.
This commit is contained in:
parent
9b22c9fa7c
commit
03fdaf2faa
3 changed files with 3 additions and 3 deletions
|
|
@ -183,7 +183,7 @@
|
|||
"enableFollowupSuggestions": {
|
||||
"description": "Show context-aware follow-up suggestions after task completion. Press Tab or Right Arrow to accept, Enter to accept and submit.",
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
"default": false
|
||||
},
|
||||
"enableCacheSharing": {
|
||||
"description": "Use cache-aware forked queries for suggestion generation. Reduces cost on providers that support prefix caching (experimental).",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue