@copilotkit/react-ui 1.0.2 → 1.0.3
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.
- package/.turbo/turbo-build.log +20 -20
- package/CHANGELOG.md +10 -0
- package/README.md +51 -0
- package/package.json +21 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @copilotkit/react-ui@1.0.
|
|
2
|
+
> @copilotkit/react-ui@1.0.3 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-ui
|
|
3
3
|
> tsup --clean
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.tsx, src/components/index.ts, src/context/index.ts, src/hooks/index.ts, src/hooks/use-copilot-chat-suggestions.tsx, src/hooks/use-copy-to-clipboard.tsx, src/hooks/use-push-to-talk.tsx, src/lib/utils.test.ts, src/lib/utils.ts, src/types/css.ts, src/types/index.ts, src/types/suggestions.ts, src/components/chat/Button.tsx, src/components/chat/Chat.tsx, src/components/chat/ChatContext.tsx, src/components/chat/CodeBlock.tsx, src/components/chat/Header.tsx, src/components/chat/Icons.tsx, src/components/chat/Input.tsx, src/components/chat/Markdown.tsx, src/components/chat/Messages.tsx, src/components/chat/Modal.tsx, src/components/chat/Popup.tsx, src/components/chat/Response.tsx, src/components/chat/Sidebar.tsx, src/components/chat/Suggestion.tsx, src/components/chat/Textarea.tsx, src/components/chat/Window.tsx, src/components/chat/index.tsx, src/components/chat/props.ts
|
|
@@ -49,9 +49,9 @@
|
|
|
49
49
|
[32mESM[39m [1mdist/types/css.mjs [22m[32m32.00 B[39m
|
|
50
50
|
[32mESM[39m [1mdist/components/chat/Suggestion.mjs [22m[32m233.00 B[39m
|
|
51
51
|
[32mESM[39m [1mdist/components/chat/Textarea.mjs [22m[32m177.00 B[39m
|
|
52
|
+
[32mESM[39m [1mdist/components/chat/Window.mjs [22m[32m144.00 B[39m
|
|
52
53
|
[32mESM[39m [1mdist/components/chat/index.mjs [22m[32m946.00 B[39m
|
|
53
54
|
[32mESM[39m [1mdist/components/chat/props.mjs [22m[32m69.00 B[39m
|
|
54
|
-
[32mESM[39m [1mdist/components/chat/Window.mjs [22m[32m144.00 B[39m
|
|
55
55
|
[32mESM[39m [1mdist/components/chat/Header.mjs [22m[32m214.00 B[39m
|
|
56
56
|
[32mESM[39m [1mdist/components/chat/Icons.mjs [22m[32m515.00 B[39m
|
|
57
57
|
[32mESM[39m [1mdist/components/chat/Input.mjs [22m[32m281.00 B[39m
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
[32mESM[39m [1mdist/lib/utils.mjs [22m[32m885.00 B[39m
|
|
64
64
|
[32mESM[39m [1mdist/types/index.mjs [22m[32m66.00 B[39m
|
|
65
65
|
[32mESM[39m [1mdist/types/suggestions.mjs [22m[32m40.00 B[39m
|
|
66
|
-
[32mESM[39m [1mdist/components/chat/Chat.mjs [22m[32m627.00 B[39m
|
|
67
66
|
[32mESM[39m [1mdist/components/chat/Button.mjs [22m[32m214.00 B[39m
|
|
67
|
+
[32mESM[39m [1mdist/components/chat/Chat.mjs [22m[32m627.00 B[39m
|
|
68
68
|
[32mESM[39m [1mdist/components/chat/ChatContext.mjs [22m[32m276.00 B[39m
|
|
69
69
|
[32mESM[39m [1mdist/components/chat/CodeBlock.mjs [22m[32m319.00 B[39m
|
|
70
70
|
[32mESM[39m [1mdist/index.mjs.map [22m[32m71.00 B[39m
|
|
@@ -91,8 +91,8 @@
|
|
|
91
91
|
[32mESM[39m [1mdist/chunk-XSUSSWDS.mjs.map [22m[32m854.00 B[39m
|
|
92
92
|
[32mESM[39m [1mdist/chunk-BJPGMY3I.mjs.map [22m[32m4.85 KB[39m
|
|
93
93
|
[32mESM[39m [1mdist/chunk-UPTB2MVO.mjs.map [22m[32m15.59 KB[39m
|
|
94
|
-
[32mESM[39m [1mdist/chunk-FZC7X5PK.mjs.map [22m[32m10.15 KB[39m
|
|
95
94
|
[32mESM[39m [1mdist/chunk-IU3WTXLQ.mjs.map [22m[32m71.00 B[39m
|
|
95
|
+
[32mESM[39m [1mdist/chunk-FZC7X5PK.mjs.map [22m[32m10.15 KB[39m
|
|
96
96
|
[32mESM[39m [1mdist/chunk-T26KLXLH.mjs.map [22m[32m71.00 B[39m
|
|
97
97
|
[32mESM[39m [1mdist/hooks/use-copilot-chat-suggestions.mjs.map [22m[32m71.00 B[39m
|
|
98
98
|
[32mESM[39m [1mdist/chunk-LTCJCXCP.mjs.map [22m[32m3.77 KB[39m
|
|
@@ -106,9 +106,9 @@
|
|
|
106
106
|
[32mESM[39m [1mdist/types/css.mjs.map [22m[32m71.00 B[39m
|
|
107
107
|
[32mESM[39m [1mdist/components/chat/Suggestion.mjs.map [22m[32m71.00 B[39m
|
|
108
108
|
[32mESM[39m [1mdist/components/chat/Textarea.mjs.map [22m[32m71.00 B[39m
|
|
109
|
+
[32mESM[39m [1mdist/components/chat/Window.mjs.map [22m[32m71.00 B[39m
|
|
109
110
|
[32mESM[39m [1mdist/components/chat/index.mjs.map [22m[32m71.00 B[39m
|
|
110
111
|
[32mESM[39m [1mdist/components/chat/props.mjs.map [22m[32m71.00 B[39m
|
|
111
|
-
[32mESM[39m [1mdist/components/chat/Window.mjs.map [22m[32m71.00 B[39m
|
|
112
112
|
[32mESM[39m [1mdist/components/chat/Header.mjs.map [22m[32m71.00 B[39m
|
|
113
113
|
[32mESM[39m [1mdist/components/chat/Icons.mjs.map [22m[32m71.00 B[39m
|
|
114
114
|
[32mESM[39m [1mdist/components/chat/Input.mjs.map [22m[32m71.00 B[39m
|
|
@@ -120,13 +120,12 @@
|
|
|
120
120
|
[32mESM[39m [1mdist/lib/utils.mjs.map [22m[32m1.49 KB[39m
|
|
121
121
|
[32mESM[39m [1mdist/types/index.mjs.map [22m[32m71.00 B[39m
|
|
122
122
|
[32mESM[39m [1mdist/types/suggestions.mjs.map [22m[32m71.00 B[39m
|
|
123
|
-
[32mESM[39m [1mdist/components/chat/Chat.mjs.map [22m[32m71.00 B[39m
|
|
124
123
|
[32mESM[39m [1mdist/components/chat/Button.mjs.map [22m[32m71.00 B[39m
|
|
124
|
+
[32mESM[39m [1mdist/components/chat/Chat.mjs.map [22m[32m71.00 B[39m
|
|
125
125
|
[32mESM[39m [1mdist/components/chat/ChatContext.mjs.map [22m[32m71.00 B[39m
|
|
126
126
|
[32mESM[39m [1mdist/components/chat/CodeBlock.mjs.map [22m[32m71.00 B[39m
|
|
127
|
-
[32mESM[39m ⚡️ Build success in
|
|
127
|
+
[32mESM[39m ⚡️ Build success in 273ms
|
|
128
128
|
[32mCJS[39m [1mdist/index.js [22m[32m56.68 KB[39m
|
|
129
|
-
[32mCJS[39m [1mdist/index.css [22m[32m14.41 KB[39m
|
|
130
129
|
[32mCJS[39m [1mdist/components/index.js [22m[32m55.92 KB[39m
|
|
131
130
|
[32mCJS[39m [1mdist/context/index.js [22m[32m803.00 B[39m
|
|
132
131
|
[32mCJS[39m [1mdist/hooks/index.js [22m[32m1.79 KB[39m
|
|
@@ -139,25 +138,25 @@
|
|
|
139
138
|
[32mCJS[39m [1mdist/types/index.js [22m[32m797.00 B[39m
|
|
140
139
|
[32mCJS[39m [1mdist/types/suggestions.js [22m[32m821.00 B[39m
|
|
141
140
|
[32mCJS[39m [1mdist/components/chat/Button.js [22m[32m2.91 KB[39m
|
|
141
|
+
[32mCJS[39m [1mdist/index.css [22m[32m14.41 KB[39m
|
|
142
142
|
[32mCJS[39m [1mdist/components/chat/Chat.js [22m[32m47.47 KB[39m
|
|
143
143
|
[32mCJS[39m [1mdist/components/chat/ChatContext.js [22m[32m9.29 KB[39m
|
|
144
|
-
[32mCJS[39m [1mdist/components/chat/CodeBlock.js [22m[32m14.30 KB[39m
|
|
145
144
|
[32mCJS[39m [1mdist/components/chat/Header.js [22m[32m2.63 KB[39m
|
|
145
|
+
[32mCJS[39m [1mdist/components/chat/CodeBlock.js [22m[32m14.30 KB[39m
|
|
146
146
|
[32mCJS[39m [1mdist/components/chat/Icons.js [22m[32m11.01 KB[39m
|
|
147
147
|
[32mCJS[39m [1mdist/components/chat/Input.js [22m[32m11.14 KB[39m
|
|
148
148
|
[32mCJS[39m [1mdist/components/chat/Markdown.js [22m[32m16.47 KB[39m
|
|
149
149
|
[32mCJS[39m [1mdist/components/chat/Messages.js [22m[32m21.93 KB[39m
|
|
150
150
|
[32mCJS[39m [1mdist/components/chat/Modal.js [22m[32m54.40 KB[39m
|
|
151
|
-
[32mCJS[39m [1mdist/components/chat/Popup.js [22m[32m54.84 KB[39m
|
|
152
151
|
[32mCJS[39m [1mdist/components/chat/Response.js [22m[32m2.67 KB[39m
|
|
153
|
-
[32mCJS[39m [1mdist/components/chat/
|
|
152
|
+
[32mCJS[39m [1mdist/components/chat/Popup.js [22m[32m54.84 KB[39m
|
|
154
153
|
[32mCJS[39m [1mdist/components/chat/Suggestion.js [22m[32m6.30 KB[39m
|
|
155
154
|
[32mCJS[39m [1mdist/components/chat/Textarea.js [22m[32m2.51 KB[39m
|
|
156
155
|
[32mCJS[39m [1mdist/components/chat/Window.js [22m[32m5.46 KB[39m
|
|
157
|
-
[32mCJS[39m [1mdist/components/chat/
|
|
156
|
+
[32mCJS[39m [1mdist/components/chat/Sidebar.js [22m[32m55.36 KB[39m
|
|
158
157
|
[32mCJS[39m [1mdist/components/chat/props.js [22m[32m807.00 B[39m
|
|
158
|
+
[32mCJS[39m [1mdist/components/chat/index.js [22m[32m55.91 KB[39m
|
|
159
159
|
[32mCJS[39m [1mdist/index.js.map [22m[32m97.93 KB[39m
|
|
160
|
-
[32mCJS[39m [1mdist/index.css.map [22m[32m18.25 KB[39m
|
|
161
160
|
[32mCJS[39m [1mdist/components/index.js.map [22m[32m94.09 KB[39m
|
|
162
161
|
[32mCJS[39m [1mdist/context/index.js.map [22m[32m139.00 B[39m
|
|
163
162
|
[32mCJS[39m [1mdist/hooks/index.js.map [22m[32m3.89 KB[39m
|
|
@@ -170,26 +169,27 @@
|
|
|
170
169
|
[32mCJS[39m [1mdist/types/index.js.map [22m[32m182.00 B[39m
|
|
171
170
|
[32mCJS[39m [1mdist/types/suggestions.js.map [22m[32m259.00 B[39m
|
|
172
171
|
[32mCJS[39m [1mdist/components/chat/Button.js.map [22m[32m5.47 KB[39m
|
|
172
|
+
[32mCJS[39m [1mdist/index.css.map [22m[32m18.25 KB[39m
|
|
173
173
|
[32mCJS[39m [1mdist/components/chat/Chat.js.map [22m[32m76.20 KB[39m
|
|
174
174
|
[32mCJS[39m [1mdist/components/chat/ChatContext.js.map [22m[32m13.87 KB[39m
|
|
175
|
-
[32mCJS[39m [1mdist/components/chat/CodeBlock.js.map [22m[32m24.33 KB[39m
|
|
176
175
|
[32mCJS[39m [1mdist/components/chat/Header.js.map [22m[32m5.11 KB[39m
|
|
176
|
+
[32mCJS[39m [1mdist/components/chat/CodeBlock.js.map [22m[32m24.33 KB[39m
|
|
177
177
|
[32mCJS[39m [1mdist/components/chat/Icons.js.map [22m[32m10.27 KB[39m
|
|
178
178
|
[32mCJS[39m [1mdist/components/chat/Input.js.map [22m[32m19.45 KB[39m
|
|
179
|
-
[32mCJS[39m [1mdist/components/chat/Markdown.js.map [22m[32m27.58 KB[39m
|
|
180
179
|
[32mCJS[39m [1mdist/components/chat/Messages.js.map [22m[32m40.08 KB[39m
|
|
181
180
|
[32mCJS[39m [1mdist/components/chat/Modal.js.map [22m[32m89.00 KB[39m
|
|
182
|
-
[32mCJS[39m [1mdist/components/chat/Popup.js.map [22m[32m91.07 KB[39m
|
|
183
181
|
[32mCJS[39m [1mdist/components/chat/Response.js.map [22m[32m5.19 KB[39m
|
|
184
|
-
[32mCJS[39m [1mdist/components/chat/
|
|
182
|
+
[32mCJS[39m [1mdist/components/chat/Popup.js.map [22m[32m91.07 KB[39m
|
|
185
183
|
[32mCJS[39m [1mdist/components/chat/Suggestion.js.map [22m[32m13.38 KB[39m
|
|
186
184
|
[32mCJS[39m [1mdist/components/chat/Textarea.js.map [22m[32m2.83 KB[39m
|
|
187
185
|
[32mCJS[39m [1mdist/components/chat/Window.js.map [22m[32m6.76 KB[39m
|
|
188
|
-
[32mCJS[39m [1mdist/components/chat/
|
|
186
|
+
[32mCJS[39m [1mdist/components/chat/Sidebar.js.map [22m[32m92.01 KB[39m
|
|
189
187
|
[32mCJS[39m [1mdist/components/chat/props.js.map [22m[32m1.07 KB[39m
|
|
190
|
-
[32mCJS[39m
|
|
188
|
+
[32mCJS[39m [1mdist/components/chat/index.js.map [22m[32m94.33 KB[39m
|
|
189
|
+
[32mCJS[39m [1mdist/components/chat/Markdown.js.map [22m[32m27.58 KB[39m
|
|
190
|
+
[32mCJS[39m ⚡️ Build success in 320ms
|
|
191
191
|
[34mDTS[39m Build start
|
|
192
|
-
[32mDTS[39m ⚡️ Build success in
|
|
192
|
+
[32mDTS[39m ⚡️ Build success in 7766ms
|
|
193
193
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m699.00 B[39m
|
|
194
194
|
[32mDTS[39m [1mdist/components/chat/props.d.ts [22m[32m1019.00 B[39m
|
|
195
195
|
[32mDTS[39m [1mdist/components/chat/Popup.d.ts [22m[32m1.78 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
+
## 1.0.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Add README.md to published packages and add keywords to package.json
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @copilotkit/react-core@1.0.3
|
|
10
|
+
- @copilotkit/runtime-client-gql@1.0.3
|
|
11
|
+
- @copilotkit/shared@1.0.3
|
|
12
|
+
|
|
3
13
|
## 1.0.2
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/README.md
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
<div align="center">
|
|
2
|
+
<picture>
|
|
3
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/CopilotKit/CopilotKit/assets/746397/5890217b-524e-49c5-a89e-b8743d2acd51">
|
|
4
|
+
<img alt="CopilotKit Logo" src="https://github.com/CopilotKit/CopilotKit/assets/746397/bd5c9079-929b-4d55-bdc9-16d1c8181b71" width="450px" max-width="100%"/>
|
|
5
|
+
</picture>
|
|
6
|
+
</a>
|
|
7
|
+
</div>
|
|
8
|
+
|
|
9
|
+
<p align="center">
|
|
10
|
+
<a href="https://discord.gg/6dffbvGU3D">
|
|
11
|
+
<img src="https://dcbadge.vercel.app/api/server/6dffbvGU3D?compact=true&style=flat" alt="Discord">
|
|
12
|
+
</a>
|
|
13
|
+
<a href="https://github.com/CopilotKit/CopilotKit/actions/workflows/ci.yml">
|
|
14
|
+
<img src="https://github.com/CopilotKit/CopilotKit/actions/workflows/ci.yml/badge.svg" alt="GitHub CI">
|
|
15
|
+
</a>
|
|
16
|
+
|
|
17
|
+
<a href="https://www.npmjs.com/package/@copilotkit/react-core">
|
|
18
|
+
<img src="https://img.shields.io/npm/v/@copilotkit/react-core" alt="NPM">
|
|
19
|
+
<img src="https://img.shields.io/github/license/CopilotKit/CopilotKit" alt="MIT">
|
|
20
|
+
|
|
21
|
+
</p>
|
|
22
|
+
|
|
23
|
+
<h1 align="center">
|
|
24
|
+
The Open-Source Copilot Framework
|
|
25
|
+
</h1>
|
|
26
|
+
|
|
27
|
+
<h2 align="center">
|
|
28
|
+
Build, deploy, and operate fully custom AI Copilots.
|
|
29
|
+
</h2>
|
|
30
|
+
|
|
31
|
+
<h3 align="center">
|
|
32
|
+
in-app AI chatbots, AI agents, and AI Textareas.
|
|
33
|
+
</h3>
|
|
34
|
+
|
|
35
|
+
<p align="center">
|
|
36
|
+
<a href="https://discord.com/invite/6dffbvGU3D">
|
|
37
|
+
<img src="https://github.com/CopilotKit/CopilotKit/assets/131273140/bf8d96ea-3aeb-4c9a-9043-96a868b7ad0f" alt="Join our Discord" height="30">
|
|
38
|
+
</a>
|
|
39
|
+
·
|
|
40
|
+
<a href="https://docs.copilotkit.ai/getting-started/quickstart-chatbot">
|
|
41
|
+
<img src="https://github.com/CopilotKit/CopilotKit/assets/131273140/a4a0fd04-6aee-4e02-9c3e-3f11d60b4e8b" alt="Read the Docs" height="30">
|
|
42
|
+
</a>
|
|
43
|
+
·
|
|
44
|
+
<a href="https://go.copilotkit.ai/kM4Lo86">
|
|
45
|
+
<img src="https://github.com/CopilotKit/CopilotKit/assets/131273140/28ca62a8-cf93-4d3f-96b0-dc11bf89b734" alt="Try Copilot Cloud" height="30">
|
|
46
|
+
</a>
|
|
47
|
+
</p>
|
|
48
|
+
|
|
49
|
+
# Documentation
|
|
50
|
+
|
|
51
|
+
To get started with CopilotKit, please check out the [documentation](https://docs.copilotkit.ai).
|
package/package.json
CHANGED
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@copilotkit/react-ui",
|
|
3
3
|
"private": false,
|
|
4
|
+
"homepage": "https://github.com/CopilotKit/CopilotKit",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "https://github.com/CopilotKit/CopilotKit.git"
|
|
8
|
+
},
|
|
4
9
|
"publishConfig": {
|
|
5
10
|
"access": "public"
|
|
6
11
|
},
|
|
7
|
-
"version": "1.0.
|
|
12
|
+
"version": "1.0.3",
|
|
8
13
|
"sideEffects": [
|
|
9
14
|
"**/*.css"
|
|
10
15
|
],
|
|
@@ -45,10 +50,22 @@
|
|
|
45
50
|
"react-syntax-highlighter": "^15.5.0",
|
|
46
51
|
"remark-gfm": "^3.0.1",
|
|
47
52
|
"remark-math": "^5.1.1",
|
|
48
|
-
"@copilotkit/react-core": "1.0.
|
|
49
|
-
"@copilotkit/runtime-client-gql": "1.0.
|
|
50
|
-
"@copilotkit/shared": "1.0.
|
|
53
|
+
"@copilotkit/react-core": "1.0.3",
|
|
54
|
+
"@copilotkit/runtime-client-gql": "1.0.3",
|
|
55
|
+
"@copilotkit/shared": "1.0.3"
|
|
51
56
|
},
|
|
57
|
+
"keywords": [
|
|
58
|
+
"copilotkit",
|
|
59
|
+
"copilot",
|
|
60
|
+
"react",
|
|
61
|
+
"nextjs",
|
|
62
|
+
"nodejs",
|
|
63
|
+
"ai",
|
|
64
|
+
"assistant",
|
|
65
|
+
"javascript",
|
|
66
|
+
"automation",
|
|
67
|
+
"textarea"
|
|
68
|
+
],
|
|
52
69
|
"scripts": {
|
|
53
70
|
"build": "tsup --clean",
|
|
54
71
|
"dev": "tsup --watch --no-splitting",
|