docs: add changelog entries for #251 and #253

This commit is contained in:
Mario Zechner 2025-12-20 09:51:34 +01:00
parent b7c3cf9436
commit 3f307f8786
2 changed files with 8 additions and 0 deletions

View file

@ -6,6 +6,10 @@
- **xhigh thinking level support**: Added `supportsXhigh()` function to check if a model supports xhigh reasoning level. Also clamps xhigh to high for OpenAI models that don't support it. ([#236](https://github.com/badlogic/pi-mono/pull/236) by [@theBucky](https://github.com/theBucky))
### Fixed
- **Double API version path in Google provider URL**: Fixed Gemini API calls returning 404 after baseUrl support was added. The SDK was appending its default apiVersion to baseUrl which already included the version path. ([#251](https://github.com/badlogic/pi-mono/pull/251) by [@shellfyred](https://github.com/shellfyred))
## [0.23.5] - 2025-12-19
### Added

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- **Thinking level not clamped on model switch**: Fixed TUI showing xhigh thinking level after switching to a model that doesn't support it. Thinking level is now automatically clamped to model capabilities. ([#253](https://github.com/badlogic/pi-mono/issues/253))
## [0.24.5] - 2025-12-20
### Fixed