aws / aws/amazon-q-developer-cli
Add option to suppress hook status messages
- Lingua principale
- Rust
- Stelle
- 2k
- Fork
- 439
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
### 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"
```
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
Inizia individuando l’output dello stato degli hook e la gestione esistente delle impostazioni di kiro-cli. Aggiungi un’impostazione che sopprima la riga di stato “hooks finished” mantenendo il resto dell’output degli hook, quindi verifica che il comportamento configurato corrisponda all’output previsto dall’issue.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- rust
- Ambito
- cli
- Tipo di issue
- Funzionalità
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 48/100