feat(coding-agent): threaded sort mode and compact format for /resume

Adds 'Threaded' as a new sort mode (now default) that displays sessions
in a tree structure based on parent-child relationships. Compact one-line
format with message count and age right-aligned for clean title alignment.

Closes #1108
This commit is contained in:
Mario Zechner 2026-02-01 01:10:36 +01:00
parent 178e1e11c1
commit 2a631a2488
2 changed files with 7 additions and 8 deletions

View file

@ -5,6 +5,7 @@
### Added
- Added `newSession`, `tree`, and `fork` keybinding actions for `/new`, `/tree`, and `/fork` commands. All unbound by default. ([#1114](https://github.com/badlogic/pi-mono/pull/1114) by [@juanibiapina](https://github.com/juanibiapina))
- `/resume` session picker: new "Threaded" sort mode (now default) displays sessions in a tree structure based on fork relationships. Compact one-line format with message count and age on the right. ([#1124](https://github.com/badlogic/pi-mono/pull/1124) by [@pasky](https://github.com/pasky))
## [0.50.7] - 2026-01-31