docs: add changelog entry for #765

This commit is contained in:
Mario Zechner 2026-01-16 12:16:49 +01:00
parent 898a1a50ea
commit 0438decd26

View file

@ -6,6 +6,10 @@
- Added bash-style argument slicing for prompt templates ([#770](https://github.com/badlogic/pi-mono/pull/770) by [@airtonix](https://github.com/airtonix))
### Fixed
- Fixed extension messages rendering twice on startup when `pi.sendMessage({ display: true })` is called during `session_start` ([#765](https://github.com/badlogic/pi-mono/pull/765) by [@dannote](https://github.com/dannote))
## [0.47.0] - 2026-01-16
### Breaking Changes