fix(coding-agent): handle frontmatter prompts in print mode

closes #4163
This commit is contained in:
Mario Zechner
2026-05-04 22:37:01 +02:00
parent 3c9c54d51b
commit bac2df36b9
3 changed files with 24 additions and 0 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed `pi -p` treating prompts that start with YAML frontmatter as extension flags instead of user messages ([#4163](https://github.com/badlogic/pi-mono/issues/4163)).
## [0.73.0] - 2026-05-04
### New Features