chore: update changelogs

This commit is contained in:
Mario Zechner 2026-01-14 00:09:51 +01:00
parent 9137c0c947
commit c16698130c
2 changed files with 9 additions and 0 deletions

View file

@ -2,6 +2,11 @@
## [Unreleased]
### Fixed
- Fixed OpenAI Responses timeout option handling ([#706](https://github.com/badlogic/pi-mono/pull/706) by [@markusylisiurunen](https://github.com/markusylisiurunen))
- Fixed Bedrock tool call conversion to apply message transforms ([#707](https://github.com/badlogic/pi-mono/pull/707) by [@pjtf93](https://github.com/pjtf93))
## [0.45.6] - 2026-01-13
### Fixed

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Added
- Exported `highlightCode` and `getLanguageFromPath` for extensions ([#703](https://github.com/badlogic/pi-mono/pull/703) by [@dannote](https://github.com/dannote))
## [0.45.6] - 2026-01-13
### Added