feat(coding-agent): add --verbose CLI flag to override quietStartup setting

This commit is contained in:
Sviatoslav Abakumov 2026-01-22 17:02:00 +04:00
parent d89f6e08ce
commit 07e2444b9b
No known key found for this signature in database
5 changed files with 19 additions and 3 deletions

View file

@ -825,6 +825,7 @@ Global `~/.pi/agent/settings.json` stores persistent preferences:
| `shellPath` | Custom bash path (Windows) | auto-detected |
| `shellCommandPrefix` | Command prefix for bash (e.g., `shopt -s expand_aliases` for alias support) | - |
| `hideThinkingBlock` | Hide thinking blocks in output (Ctrl+T to toggle) | `false` |
| `quietStartup` | Hide startup info (keybindings, loaded skills/extensions) | `false` |
| `collapseChangelog` | Show condensed changelog after update | `false` |
| `compaction.enabled` | Enable auto-compaction | `true` |
| `compaction.reserveTokens` | Tokens to reserve before compaction triggers | `16384` |
@ -1276,6 +1277,7 @@ pi [options] [@files...] [messages...]
| `--no-prompt-templates` | Disable prompt template discovery and loading |
| `--no-themes` | Disable theme discovery and loading |
| `--export <file> [output]` | Export session to HTML |
| `--verbose` | Force verbose startup (overrides `quietStartup` setting) |
| `--help`, `-h` | Show help |
| `--version`, `-v` | Show version |