docs(coding-agent): update tmux requirement docs

closes #5432
This commit is contained in:
Mario Zechner
2026-06-07 10:34:42 +02:00
parent 98697d2d7a
commit e34b3b3803
2 changed files with 5 additions and 2 deletions

View File

@@ -9,6 +9,7 @@
### Fixed
- Fixed tmux setup documentation to require tmux 3.5 for `extended-keys-format csi-u` and document the tmux 3.2-3.4 fallback ([#5432](https://github.com/earendil-works/pi/issues/5432)).
- Fixed built-in tool expand hints to style closing parentheses consistently ([#5359](https://github.com/earendil-works/pi/issues/5359)).
## [0.78.1] - 2026-06-04

View File

@@ -18,7 +18,7 @@ tmux kill-server
tmux
```
Pi requests extended key reporting automatically when Kitty keyboard protocol is not available. With `extended-keys-format csi-u`, tmux forwards modified keys in CSI-u format, which is the most reliable configuration.
Pi requests extended key reporting automatically when Kitty keyboard protocol is not available. With `extended-keys-format csi-u`, tmux forwards modified keys in CSI-u format, which is the most reliable configuration. The `extended-keys-format` option requires tmux 3.5 or later.
## Why `csi-u` Is Recommended
@@ -57,5 +57,7 @@ This affects the default keybindings (`Enter` to submit, `Shift+Enter` for newli
## Requirements
- tmux 3.2 or later (run `tmux -V` to check)
- tmux 3.5 or later for `extended-keys-format csi-u` (run `tmux -V` to check)
- A terminal emulator that supports extended keys (Ghostty, Kitty, iTerm2, WezTerm, Windows Terminal)
With tmux 3.2 through 3.4, omit `extended-keys-format csi-u`; Pi still supports tmux's default xterm `modifyOtherKeys` format.