From 078f37edad8e6d4b74282eaa137e34ef90037f38 Mon Sep 17 00:00:00 2001 From: Rasmus Viloma Date: Mon, 3 Aug 2026 21:43:32 +0300 Subject: [PATCH] docs(chat): note the pre-1.0 API contract in the README --- packages/chat/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/chat/README.md b/packages/chat/README.md index 9567edf..a8ba6e7 100644 --- a/packages/chat/README.md +++ b/packages/chat/README.md @@ -8,6 +8,14 @@ bring your own. This is the Base UI model applied to chat: **install the logic from npm, copy the look from the docs.** +## Status + +Pre-1.0. The primitives are in real use, but the API is still settling and +minor releases may contain breaking changes — the usual `0.x` semver contract. +Pin an exact version if that matters to you, and check the +[changelog](https://github.com/Intentface/intentface-chat/blob/main/packages/chat/CHANGELOG.md) +when upgrading. + ## Install ```bash