Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions packages/chat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading