aws / aws/amazon-q-developer-cli
Kiro is tracking messages typed in my linux shell, not chat
- Vorherrschende Sprache
- Rust
- Sterne
- 2k
- Forks
- 439
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
### 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
Linux 6.17.0-12-generic - Ubuntu 25.10
### Expected behaviour
No terminal commands logged
### Actual behaviour
I open a terminal and type any command, echo, ls, cd, etc. I find them in the `history` table of `~/.local/share/kiro-cli/data.sqlite3`
### Steps to reproduce
_No response_
### Environment
```yaml
my bash_profile is:
# Kiro CLI pre block. Keep at the top of this file.
[[ -f "${HOME}/.local/share/kiro-cli/shell/bash_profile.pre.bash" ]] && builtin source "${HOME}/.local/share/kiro-cli/shell/bash_profile.pre.bash"
# Kiro CLI post block. Keep at the bottom of this file.
[[ -f "${HOME}/.local/share/kiro-cli/shell/bash_profile.post.bash" ]] && builtin source "${HOME}/.local/share/kiro-cli/shell/bash_profile.post.bash"
```
Beitragsleitfaden
Rechercherichtung
Beginne damit, die im Bericht referenzierten Dateien bash_profile.pre.bash und bash_profile.post.bash zu untersuchen. Prüfe anschließend, wie Terminaleingaben ~/.local/share/kiro-cli/data.sqlite3 und dessen history-Tabelle erreichen. Reproduziere das Problem mit Befehlen wie echo, ls und cd und überprüfe, dass Shell-Befehle dort nicht mehr aufgezeichnet werden, während Chatnachrichten weiterhin funktionieren.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- bash, rust, sqlite
- Bereich
- cli, databases, operating-systems
- Issue-Typ
- Bug
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Ruhig
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 45/100