mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-20 05:04:44 +00:00
Merge pull request #906 from Perlence/feat/verbose-cli-flag
feat(coding-agent): add --verbose CLI flag to override quietStartup setting (round 2)
This commit is contained in:
commit
b0d4d1717e
5 changed files with 19 additions and 3 deletions
|
|
@ -827,6 +827,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` |
|
||||
|
|
@ -1278,6 +1279,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 |
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue