fix(ai): preserve early reasoning details

closes #5114
This commit is contained in:
Vegard Stikbakke
2026-06-22 10:14:59 +02:00
parent 084574048b
commit 7d0497fdb7
3 changed files with 162 additions and 7 deletions
+4
View File
@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed OpenAI-compatible streaming to preserve encrypted `reasoning_details` that arrive before matching tool call deltas ([#5114](https://github.com/earendil-works/pi/issues/5114)).
## [0.79.9] - 2026-06-20
### Added