During the use of Qwen Code, throughout the conversation process, it often outputs some witty phrases
For example, outputting some random phrases like:
- Confirm with the product manager, is this requirement really necessary?
When the conversation is complete, these phrases disappear, but during loading and thinking, they often output witty phrases
I still prefer a quiet programming tool
Too many distractions prevent me from entering a flow state
These phrases and quotes aren't suitable for random display while programming
I want to hide these phrase prompts so I can focus better on programming work - I can't program while watching bullet comments, right? The distraction is too great.
How to disable phrase and quote output
You need to modify Qwen Code's configuration file settings.json.
Find the configuration file:
- User global settings: ~/.qwen/settings.json (where ~ is your home directory).
- Project-specific settings: .qwen/settings.json in the project root directory.
I'll just disable phrases globally. Directly in C:\Users\admin\.qwen
Add configuration:
{
"ui": {
"accessibility": {
"enableLoadingPhrases": false
}
}
}
After setting, in the qwen command line, press Ctrl+C twice to exit qwen code
Then type qwen again to enter Qwen AI programming, and there will be no random phrases or quotes interfering with your vision.
The world is now quiet.