Add changelog entries for PR 598

This commit is contained in:
Mario Zechner 2026-01-09 20:50:23 +01:00
parent 58b903690b
commit 32dd0d3cc4
2 changed files with 8 additions and 0 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed OpenAI Responses tool strict flag to use a boolean for LM Studio compatibility ([#598](https://github.com/badlogic/pi-mono/pull/598) by [@gnattu](https://github.com/gnattu))
## [0.42.1] - 2026-01-09
## [0.42.0] - 2026-01-09

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed LM Studio compatibility for OpenAI Responses tool strict mapping in the ai provider ([#598](https://github.com/badlogic/pi-mono/pull/598) by [@gnattu](https://github.com/gnattu))
## [0.42.1] - 2026-01-09
### Fixed