assistant-ui 0.0.2 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  `assistant-ui` is a set of React components for AI chat.
4
4
 
5
+ - [Discord](https://discord.gg/S9dwgCNEFs)
5
6
  - [Website](https://assistant-ui.com/)
6
7
  - [Demo](https://assistant-ui-rsc-example.vercel.app/)
7
8
 
@@ -12,14 +13,15 @@
12
13
  ## Minimal Example with Vercel AI SDK
13
14
 
14
15
  ```sh
15
- npx assistant-ui@latest add assistant-modal
16
+ npx assistant-ui@latest add modal
16
17
  ```
17
18
 
18
19
  ```tsx
19
20
  "use client";
20
21
 
21
22
  import { useChat } from "@ai-sdk/react";
22
- import { AssistantRuntimeProvider, useVercelUseChatRuntime } from "@assistant-ui/react";
23
+ import { AssistantRuntimeProvider } from "@assistant-ui/react";
24
+ import { useVercelUseChatRuntime } from "@assistant-ui/react-ai-sdk";
23
25
  import { AssistantModal } from "@/components/ui/assistant-ui/assistant-modal";
24
26
 
25
27
  export default const MyApp = () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "assistant-ui",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "dependencies": {
@@ -21,7 +21,7 @@
21
21
  "@types/react": "^18",
22
22
  "class-variance-authority": "^0.7.0",
23
23
  "clsx": "^2.1.1",
24
- "lucide-react": "^0.394.0",
24
+ "lucide-react": "^0.395.0",
25
25
  "react": "^18.3.1",
26
26
  "react-resizable-panels": "^2.0.19",
27
27
  "rimraf": "^5.0.7",
@@ -30,8 +30,8 @@
30
30
  "tailwindcss": "^3.4.4",
31
31
  "tailwindcss-animate": "^1.0.7",
32
32
  "tsup": "^8.1.0",
33
- "tsx": "^4.15.4",
34
- "@assistant-ui/react": "0.0.25",
33
+ "tsx": "^4.15.5",
34
+ "@assistant-ui/react": "0.0.29",
35
35
  "@assistant-ui/tsconfig": "0.0.0"
36
36
  },
37
37
  "files": [