co-mono/packages/coding-agent/src
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
2026-01-16 22:03:29 +01:00
..
cli Add Vercel AI Gateway support 2026-01-13 16:42:34 +01:00
core feat(coding-agent): add startup.quiet setting to silence startup output (#777) 2026-01-16 22:03:29 +01:00
modes feat(coding-agent): add startup.quiet setting to silence startup output (#777) 2026-01-16 22:03:29 +01:00
utils fix(coding-agent): use lazy-loaded photon wrapper for Node.js compatibility 2026-01-16 21:18:13 +01:00
cli.ts Set coding agent CLI process title (#742) 2026-01-15 13:14:14 +01:00
config.ts fix(coding-agent): expand tilde in PI_CODING_AGENT_DIR env var (#778) 2026-01-16 17:53:58 +01:00
index.ts feat(coding-agent): export getShellConfig for extensions (#766) 2026-01-16 12:01:46 +01:00
main.ts feat(coding-agent): add startup.quiet setting to silence startup output (#777) 2026-01-16 22:03:29 +01:00
migrations.ts chore: remove deprecation comment from getToolsDir, add changelog entry for #470 2026-01-05 20:26:48 +01:00