Add changelog and README docs for keybindings feature (#405)

This commit is contained in:
Mario Zechner 2026-01-03 22:48:46 +01:00
parent 38b7f21e01
commit b8814372af
3 changed files with 72 additions and 0 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Added
- Configurable keybindings via `~/.pi/agent/keybindings.json`. All keyboard shortcuts (editor navigation, deletion, app actions like model cycling, etc.) can now be customized. Supports multiple bindings per action. ([#405](https://github.com/badlogic/pi-mono/pull/405) by [@hjanuschka](https://github.com/hjanuschka))
## [0.32.1] - 2026-01-03
### Added