fix(tui): preserve unordered user list markers (closes #5657)

This commit is contained in:
Armin Ronacher
2026-06-12 20:22:53 +02:00
parent daab056ac1
commit 17721d5e01
4 changed files with 25 additions and 5 deletions

View File

@@ -8,6 +8,7 @@
### Fixed
- Fixed inherited user-message transcript rendering so standalone `+` messages no longer render as `-` ([#5657](https://github.com/earendil-works/pi/issues/5657)).
- Fixed `--model` resolution for authenticated custom model IDs whose slash prefix matches an unauthenticated built-in provider ([#5643](https://github.com/earendil-works/pi/issues/5643)).
- Fixed `/fork` to keep session parent chains connected when the forked path contains labels ([#5669](https://github.com/earendil-works/pi/issues/5669)).
- Fixed `/share` and `/export` HTML exports to use the active fallback theme when the configured custom theme no longer exists ([#5596](https://github.com/earendil-works/pi/issues/5596)).