docs: add changelog entries for undo feature

This commit is contained in:
Mario Zechner 2026-01-19 00:18:39 +01:00
parent fb1242829d
commit 037cc9c3f0
2 changed files with 6 additions and 0 deletions

View file

@ -6,6 +6,7 @@
- Added `strictResponsesPairing` compat option for custom OpenAI Responses models on Azure ([#768](https://github.com/badlogic/pi-mono/pull/768) by [@nicobako](https://github.com/nicobako))
- Session selector (`/resume`) now supports path display toggle (`Ctrl+P`) and session deletion (`Ctrl+D`) with inline confirmation ([#816](https://github.com/badlogic/pi-mono/pull/816) by [@w-winter](https://github.com/w-winter))
- Added undo support in interactive mode with Ctrl+- hotkey. ([#831](https://github.com/badlogic/pi-mono/pull/831) by [@Perlence](https://github.com/Perlence))
### Changed