Merge branch 'main' into fix/export-ansi-indentation

This commit is contained in:
Mario Zechner 2026-02-05 03:13:32 +01:00 committed by GitHub
commit 2f18057ac2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 45 additions and 20 deletions

View file

@ -10,6 +10,7 @@
### Fixed
- Fixed HTML export losing indentation in ANSI-rendered tool output (e.g. JSON code blocks in custom tool results) ([#1269](https://github.com/badlogic/pi-mono/pull/1269) by [@aliou](https://github.com/aliou))
- Fixed images being silently dropped when `prompt()` is called with both `images` and `streamingBehavior` during streaming. `steer()`, `followUp()`, and the corresponding RPC commands now accept optional images. ([#1271](https://github.com/badlogic/pi-mono/pull/1271) by [@aliou](https://github.com/aliou))
## [0.51.6] - 2026-02-04