Auto-load SYSTEM.md as custom system prompt

Closes #309
This commit is contained in:
Mario Zechner 2025-12-25 18:04:22 +01:00
parent c09f80755b
commit f8d3b0e34d
3 changed files with 44 additions and 2 deletions

View file

@ -4,6 +4,7 @@
### Added
- **Automatic custom system prompt loading**: Pi now auto-loads `SYSTEM.md` files to replace the default system prompt. Project-local `.pi/SYSTEM.md` takes precedence over global `~/.pi/agent/SYSTEM.md`. CLI `--system-prompt` flag overrides both. ([#309](https://github.com/badlogic/pi-mono/issues/309))
- **Unified `/settings` command**: New settings menu consolidating thinking level, theme, queue mode, auto-compact, show images, hide thinking, and collapse changelog. Replaces individual `/thinking`, `/queue`, `/theme`, `/autocompact`, and `/show-images` commands. ([#310](https://github.com/badlogic/pi-mono/issues/310))
## [0.29.0] - 2025-12-25