fix(coding-agent): fix tree indentation after filtering

This commit is contained in:
warren 2026-01-15 01:10:30 -05:00 committed by Mario Zechner
parent f74f48660f
commit 3a89ebbe7c
3 changed files with 268 additions and 1 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Session tree now preserves branch connectors and indentation when filters hide intermediate entries so descendants attach to the nearest visible ancestor and sibling branches align. Fixed in both TUI and HTML export ([#739](https://github.com/badlogic/pi-mono/pull/739) by [@w-winter](https://github.com/w-winter))
## [0.46.0] - 2026-01-15
### Fixed