Files
pi/packages/coding-agent/src/core
T
Rafał Krzyważnia d2f9ab110c feat(coding-agent): add startup.quiet setting to silence startup output (#777)
* feat(coding-agent): add startup.quiet setting to silence startup output

* feat(coding-agent): add startup.quiet setting to silence startup output

Adds a new setting `startup.quiet` that when set to `true` hides:
- Version and keybinding hints header
- Loaded context/skills/templates/extensions discovery info
- Model scope line

Changelog notifications are still shown so users know about updates.

Usage in ~/.pi/agent/settings.json:
{
  "startup": {
    "quiet": true
  }
}

* refactor: flatten startup.quiet to quietStartup on Settings
d2f9ab110c · 2026-01-16 22:03:29 +01:00
History
..
2026-01-16 21:37:25 +01:00
2026-01-16 21:37:25 +01:00
2026-01-11 23:12:31 +01:00
2025-12-22 19:28:26 +01:00