@shadcn/helpers@0.2.0
shadcn-ui/ui@shadcn/helpers@0.2.0Aug 11, 2026by github-actions[bot]
AI Summary
A minor release adds AI SDK mocking capabilities and improves type safety for chat creation.
Key Highlights
- Add human-in-the-loop mocking for the AI SDK.
- Make createChat generic over the UI message type.
New Features
- Add human-in-the-loop mocking for the AI SDK.
- Make createChat generic over the UI message type.
Full Release Notes
### Minor Changes - [#11484](https://github.com/shadcn-ui/ui/pull/11484) [`401d10b8180b17eb1fdd36d537abaa8aeb68708f`](https://github.com/shadcn-ui/ui/commit/401d10b8180b17eb1fdd36d537abaa8aeb68708f) Thanks [@shadcn](https://github.com/shadcn)! - Add human-in-the-loop mocking for the AI SDK. - [#11484](https://github.com/shadcn-ui/ui/pull/11484) [`401d10b8180b17eb1fdd36d537abaa8aeb68708f`](https://github.com/shadcn-ui/ui/commit/401d10b8180b17eb1fdd36d537abaa8aeb68708f) Thanks [@shadcn](https://github.com/shadcn)! - Make `createChat` generic over the UI message type, like `useChat`.