fix(coding-agent): tighten HTML export tool spacing

This commit is contained in:
Mario Zechner
2026-04-27 21:18:34 +02:00
parent bdb416cbc0
commit b8238a77a5
5 changed files with 56 additions and 7 deletions

View File

@@ -9,6 +9,7 @@
### Fixed
- Fixed HTML export whitespace around extension-rendered tool output and expandable output hints.
- Fixed bash executor temp output streams leaking file descriptors when output was truncated by line count ([#3786](https://github.com/badlogic/pi-mono/issues/3786))
- Fixed extension `pi.setSessionName()` updates to refresh the interactive terminal title immediately ([#3686](https://github.com/badlogic/pi-mono/issues/3686))
- Fixed `/tree` cancellation via `session_before_tree` leaving the session stuck in compaction state ([#3688](https://github.com/badlogic/pi-mono/issues/3688))