docs: update changelog for PR #1271

This commit is contained in:
Aliou Diallo 2026-02-05 02:39:04 +01:00
parent b315abf998
commit 2fb9f90150

View file

@ -7,6 +7,10 @@
- API keys in `auth.json` now support shell command resolution (`!command`) and environment variable lookup, matching the behavior in `models.json`
- Added `minimal-mode.ts` example extension demonstrating how to override built-in tool rendering for a minimal display mode
### Fixed
- 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
### New Features