Feat: Brief Tool Use Notification Controls #313
williamfrantz
started this conversation in
Feature request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checks
Feature Details
Amazon Q CLI Feature Request: Tool Use Notification Controls
Problem Statement:
The current Q CLI displays verbose, multi-line notifications for every tool use, creating visual clutter that disrupts conversation flow. These notifications appear for all tools (file operations, AWS calls, MCP server tools) and consume significant screen real estate.
Current Behavior:
🛠️ Using tool: fs_read (trusted)
⋮
● Reading file: README.md, all lines
⋮
● Completed in 0.0s
Impact:
Proposed Solution: Verbosity Flag Options
q chat (default)
Current behavior - multi-line tool notifications with full operation details
q chat --brief
Single-line tool notifications:
🛠️ fs_read README.md (0.0s) ✓
q chat --quiet
Suppress all tool notifications completely
q chat --verbose
Existing verbose option - even more detailed debugging output
Use Cases:
Beta Was this translation helpful? Give feedback.
All reactions