document the new --append-system-prompt flag

This commit is contained in:
Markus Ylisiurunen 2025-12-05 09:28:41 +02:00
parent ef8bb6c062
commit 342af285c4
2 changed files with 11 additions and 0 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Added
- **`--append-system-prompt` Flag**: Append additional text or file contents to the system prompt. Supports both inline text and file paths. Complements `--system-prompt` for layering custom instructions without replacing the base system prompt. ([#114](https://github.com/badlogic/pi-mono/pull/114))
## [0.12.10] - 2025-12-04
### Added