docs(coding-agent): document layered filtering behavior

This commit is contained in:
Mario Zechner 2026-01-23 20:59:31 +01:00
parent 375d0bc4d6
commit e8fadb7333
3 changed files with 3 additions and 2 deletions

View file

@ -27,6 +27,7 @@
### Fixed
- User package filters now layer on top of manifest filters instead of replacing them ([#645](https://github.com/badlogic/pi-mono/issues/645))
- Auto-retry now handles "terminated" errors from Codex API mid-stream failures
- Follow-up queue (Alt+Enter) now sends full paste content instead of `[paste #N ...]` markers ([#912](https://github.com/badlogic/pi-mono/issues/912))
- Fixed Alt-Up not restoring messages queued during compaction ([#923](https://github.com/badlogic/pi-mono/pull/923) by [@aliou](https://github.com/aliou))