You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature or problem you'd like to solve
I would like the terminal screen to be cleared as well when using either !clear or /clear.
Proposed solution
Hello! Thank you for providing such a great program.
I’m using it in a Rocky Linux environment on WSL.
When I run copilot in the bash shell, I always use the /clear command, but when I scroll up, the previous content is still visible.
Because of this, I have to exit copilot, run the clear command, and then reconnect to copilot and repeat my request. This process is inconvenient since I have to repeat it multiple times.
In Claude Code, using the !clear bash command completely removes the previous screen, so I’d really appreciate it if the same functionality could be implemented in the copilot CLI as well.
I would like the terminal screen to be cleared as well when using either !clear or /clear.