feat(coding-agent): add page-up/down navigation to session selector (#662)

* feat(tui): add pageUp/pageDown key support and selectPageUp/selectPageDown actions

* feat(coding-agent): add page-up/down navigation to session selector
This commit is contained in:
Aliou Diallo 2026-01-12 17:01:46 +01:00 committed by GitHub
parent 8f95a13e07
commit 638fbc459b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 37 additions and 0 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Added
- `pageUp` and `pageDown` key support with `selectPageUp`/`selectPageDown` editor actions ([#662](https://github.com/badlogic/pi-mono/pull/662) by [@aliou](https://github.com/aliou))
## [0.43.0] - 2026-01-11
### Added