From 12ace0ba46be93b31e751743e479af9087b1122a Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Tue, 23 Jun 2026 15:33:37 +0200 Subject: [PATCH] docs(ai): reference README in migration guide --- packages/ai/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/ai/CHANGELOG.md b/packages/ai/CHANGELOG.md index 28895fa53..a4af5ca12 100644 --- a/packages/ai/CHANGELOG.md +++ b/packages/ai/CHANGELOG.md @@ -10,6 +10,7 @@ Migration guide: +- Read `packages/ai/README.md` in full for the new `Models` API, provider factories, auth configuration, image generation, and custom provider examples. - To keep the old global API temporarily, change imports from `@earendil-works/pi-ai` to `@earendil-works/pi-ai/compat`. The compat entrypoint preserves `stream`/`complete`, generated catalog reads, API registry helpers, env API-key helpers, lazy API wrappers, and image globals, but it will be removed in a future release. - To migrate to the new runtime, create a `Models` collection and call methods on it: