aws / aws/amazon-q-developer-cli
Add option to suppress hook status messages
- Dominant language
- Rust
- Stars
- 2k
- Forks
- 439
- PR merge metrics
- No merged PRs in 30d
Description
### Checks
- [x] I have searched [github.com/aws/amazon-q-developer-cli/issues](https://github.com/aws/amazon-q-developer-cli/issues?q=) and there are no duplicates of my issue
- [x] I have run `q doctor` in the affected terminal session
- [x] I have run `q restart` and replicated the issue again
### Operating system
macOS 10.15.7 (19H2026)
### Expected behaviour
When using kiro-cli custom agents with hooks configured the agent output is littered with statements like:
```code
Replacing: ../../Users/fanix/temp5/kiro_docs/docs/cli/custom-agents/creating.md
- Completed in 0.8s
✓ 1 of 1 hooks finished in 0.08 s
```
Above I am referring to the line "✓ 1 of 1 hooks finished in 0.08 s"
Add a kiro-cli setting to disable hook status messages. When the "suppress hook status messages" setting is enabled, the expended behaviour should be:
### Actual behaviour
```code
Replacing: ../../Users/fanix/temp5/kiro_docs/docs/cli/custom-agents/creating.md
- Completed in 0.8s
```
### Steps to reproduce
_No response_
### Environment
```yaml
[q-details]
version = "1.23.1"
variant = "full"
[system-info]
os = "macOS 10.15.7 (19H2026)"
[environment]
cwd = "/private/tmp"
cli-path = "/private/tmp"
os = "Mac"
shell-path = "/opt/local/bin/zsh"
shell-version = "5.9"
terminal = "iTerm 2"
[env-vars]
DISPLAY = ":0"
Q_SET_PARENT_CHECK = "1"
Q_TERM = "1.23.1"
SHELL = "/opt/local/bin/zsh"
TERM = "xterm-256color"
```
Contributor guide
Assessment
This issue has not been assessed yet.