docs: audit unreleased changelogs

This commit is contained in:
Mario Zechner
2026-07-21 14:47:00 +02:00
parent 864b35c462
commit c901d9a877
5 changed files with 40 additions and 6 deletions
+2 -1
View File
@@ -4,7 +4,8 @@
### Breaking Changes
- Moved the `uuidv7` export to `@earendil-works/pi-ai`.
- Changed `SessionStorage` to use `getPathToRootOrCompaction()`, require session name and statistics methods, support cursor-based entry reads, and store retained compaction tails as self-contained checkpoints ([#6594](https://github.com/earendil-works/pi/pull/6594) by [@cristinaponcela](https://github.com/cristinaponcela)).
- Moved the `uuidv7` export to `@earendil-works/pi-ai` ([#6834](https://github.com/earendil-works/pi/pull/6834) by [@xl0](https://github.com/xl0)).
- Replaced the optional `Agent` `streamFn` fallback with a required `streamFunction` and made low-level loop stream functions required, preventing `@earendil-works/pi-ai/compat` and all built-in providers from entering selective-provider bundles ([#6851](https://github.com/earendil-works/pi/issues/6851)).
### Added