-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Describe the feature or problem you'd like to solve
Provide a command line switch or some form of option to disable all animations in the app
Proposed solution
While the AI is thinking, there are multiple animations running. One on the top of the terminal window, and other animated "Thinking..." like texts above the prompt field.
For some of us, these are unnecessary, but to make things worse, these make the terminal application eat precious CPU and/or GPU cycles (e.g. on my M4 Max MBP, iTerm uses 30% CPU just for rendering). That could be fine on a machine that's plugged into AC, but on a laptop running from batteries (e.g. working on a location without AC power) it shortens the battery runtime.
IMHO this feature would not be hard to implement and would help many users that are already used to TUIs and know when a background process is running without having to look at fancy 60 FPS animations. For example, a simple ASCII spinner before the "Thinking..." message that updates every 1-2 seconds would totally suffice to indicate that something is happening.
To quote one of my coworkers, there should be a "I'm actually using this tool to work" mode, where all of those unnecessary and distracting items are disabled/removed, so I can focus on the results, not how the interface looks.
Example prompts or workflows
No response
Additional context
No response