docs(coding-agent): add PR attribution and keybindings docs for resume action

This commit is contained in:
Mario Zechner 2026-02-04 13:44:15 +01:00
parent b80762966a
commit 2d16d73ba1
2 changed files with 2 additions and 1 deletions

View file

@ -4,7 +4,7 @@
### Added
- Added `resume` as a configurable keybinding action, allowing users to bind a key to open the session resume selector (like `newSession`, `tree`, and `fork`)
- Added `resume` as a configurable keybinding action, allowing users to bind a key to open the session resume selector (like `newSession`, `tree`, and `fork`) ([#1249](https://github.com/badlogic/pi-mono/pull/1249) by [@juanibiapina](https://github.com/juanibiapina))
## [0.51.5] - 2026-02-04

View file

@ -83,6 +83,7 @@ Modifier combinations: `ctrl+shift+x`, `alt+ctrl+x`, `ctrl+shift+alt+x`, etc.
| `newSession` | *(none)* | Start a new session (`/new`) |
| `tree` | *(none)* | Open session tree navigator (`/tree`) |
| `fork` | *(none)* | Fork current session (`/fork`) |
| `resume` | *(none)* | Open session resume picker (`/resume`) |
### Models & Thinking