-
Notifications
You must be signed in to change notification settings - Fork 2k
Option to Customize or Disable “Thinking” Quotes in Qwen Code TUI #2034
Description
What would you like to be added?
Summary
Please add a configuration option to customize or disable the rotating quotes that appear in Qwen Code’s terminal UI during “thinking” / running operations.
Why is this needed?
Motivation
The current default quotes are often very old-style computer/cyber jokes and can feel distracting, unprofessional, or simply not aligned with the developer’s taste or team culture. Since Qwen Code is used in serious professional environments (including live demos, pair programming sessions, and shared terminals), having no control over these messages can be irritating and may discourage adoption of the tool.
Requested Functionality
-
A configuration option (e.g. in
settings.jsonor via CLI flags/env vars) that allows users to:- Disable the quotes entirely, or
- Provide their own list of quotes/messages, or
- Choose a “minimal” mode where only neutral status messages are shown.
-
Reasonable defaults, for example:
ui.quotes.mode:"default" | "minimal" | "off" | "custom"ui.quotes.file: path to a user-provided file with one quote per line (used when mode is"custom").
Benefits
- Makes Qwen Code more suitable for professional and enterprise environments.
- Respects user preference and reduces visual noise in the terminal.
- Provides a simple way for teams to align the tool’s “personality” with their culture (e.g., motivational quotes, company guidelines, or simply silence).
Additional context
I’m happy to help test or iterate on the UX for this feature. Even a first step of “off/minimal” vs “default” would already be a big improvement.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status