feat(coding-agent): Add quietStartup setting to /settings (#847)

* feat(coding-agent): Add `quietStartup` setting to `/settings`

* chore(coding-agent): Add CHANGELOG entry for "quiet startup" in `/settings`
This commit is contained in:
Burak Varlı 2026-01-19 14:02:24 +00:00 committed by GitHub
parent 2217cde74c
commit 25e7e2d08a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 20 additions and 0 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Added
- Add "quiet startup" setting to `/settings` ([#847](https://github.com/badlogic/pi-mono/pull/847) by [@unexge](https://github.com/unexge))
## [0.49.1] - 2026-01-18
### Added