fix(coding-agent): neutralize compaction summarization prompt

closes #5401
This commit is contained in:
Mario Zechner
2026-06-07 11:28:27 +02:00
parent eb43bd4493
commit 72fd911356
2 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
### Fixed
- Fixed the compaction summarization system prompt to use neutral AI assistant wording for non-coding agents ([#5401](https://github.com/earendil-works/pi/issues/5401)).
- Fixed `models.json` schema support for OpenAI Responses `compat.supportsDeveloperRole` ([#5456](https://github.com/earendil-works/pi/issues/5456)).
- Fixed tmux setup documentation to require tmux 3.5 for `extended-keys-format csi-u` and document the tmux 3.2-3.4 fallback ([#5432](https://github.com/earendil-works/pi/issues/5432)).
- Fixed built-in tool expand hints to style closing parentheses consistently ([#5359](https://github.com/earendil-works/pi/issues/5359)).