-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Toggle to hide tool call activity during streaming #3614
Copy link
Copy link
Open
Labels
area:input-keyboardKeyboard shortcuts, keybindings, copy/paste, clipboard, mouse, and text inputKeyboard shortcuts, keybindings, copy/paste, clipboard, mouse, and text inputarea:terminal-renderingDisplay and rendering: flickering, scrolling, line wrapping, output formattingDisplay and rendering: flickering, scrolling, line wrapping, output formatting
Metadata
Metadata
Assignees
Labels
area:input-keyboardKeyboard shortcuts, keybindings, copy/paste, clipboard, mouse, and text inputKeyboard shortcuts, keybindings, copy/paste, clipboard, mouse, and text inputarea:terminal-renderingDisplay and rendering: flickering, scrolling, line wrapping, output formattingDisplay and rendering: flickering, scrolling, line wrapping, output formatting
Type
Fields
Give feedbackNo fields configured for Feature.
Describe the feature or problem you'd like to solve
Toggle to hide tool call activity during streaming
Proposed solution
When the model uses tools, the UI shows intermediate activity like:
"Checking my documentation"
└ # GitHub Copilot CLI Documentation
"Running bash command"
└ ...
This is informative but noisy, especially for quick questions where multiple tools fire.
Request: Add a keybinding (e.g., Ctrl+T style) or /command to toggle between:
The hidden view would still show the final answer — just hide the intermediate "working on it" indicators. Similar to how Ctrl+T toggles reasoning display.
Example prompts or workflows
No response
Additional context
No response