@copilotkit/react-ui 0.0.0-main-20260220223427 → 0.0.0-main-20260403195251
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/CHANGELOG.md +471 -4
- package/dist/index.cjs +8 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +106 -25
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +781 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.mjs +8 -5
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +8 -5
- package/dist/index.umd.js.map +1 -1
- package/dist/v2/index.css +1 -0
- package/oxlint-rules/copilotkit-plugin.mjs +10 -0
- package/oxlint-rules/require-cpk-prefix.mjs +547 -0
- package/package.json +39 -38
- package/{postcss.config.js → postcss.config.cjs} +1 -1
- package/src/components/chat/Markdown.tsx +6 -2
- package/src/components/chat/Modal.tsx +1 -1
- package/src/components/chat/PoweredByTag.tsx +3 -1
- package/src/css/colors.css +8 -4
- package/src/css/console.css +34 -9
- package/src/css/input.css +5 -2
- package/src/css/markdown.css +1 -1
- package/src/css/messages.css +11 -4
- package/src/css/popup.css +15 -3
- package/src/css/sidebar.css +28 -3
- package/src/css/suggestions.css +4 -2
- package/src/esm-compat.test.ts +44 -0
- package/src/styles.css +1 -1
- package/src/types/css.ts +1 -1
- package/tsconfig.json +3 -3
- package/tsdown.config.ts +3 -2
- /package/{tailwind.config.js → tailwind.config.cjs} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,384 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
-
## 0.0.0-main-
|
|
3
|
+
## 0.0.0-main-20260403195251
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 1ceb963: refactor: consolidate V1/V2 packages into flat @copilotkit/\* structure
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 1ceb963: fix: stabilize Markdown components ref to prevent unnecessary re-renders during streaming
|
|
12
|
+
- Updated dependencies [1ceb963]
|
|
13
|
+
- Updated dependencies [0f6a61c]
|
|
14
|
+
- Updated dependencies [1ceb963]
|
|
15
|
+
- Updated dependencies [1ceb963]
|
|
16
|
+
- Updated dependencies [1ceb963]
|
|
17
|
+
- Updated dependencies [53e5669]
|
|
18
|
+
- Updated dependencies [52a9322]
|
|
19
|
+
- Updated dependencies [c341ed2]
|
|
20
|
+
- @copilotkit/react-core@0.0.0-main-20260403195251
|
|
21
|
+
- @copilotkit/runtime-client-gql@0.0.0-main-20260403195251
|
|
22
|
+
- @copilotkit/shared@0.0.0-main-20260403195251
|
|
23
|
+
|
|
24
|
+
## 1.55.0-next.8
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- Updated dependencies [0f6a61c]
|
|
29
|
+
- Updated dependencies [53e5669]
|
|
30
|
+
- @copilotkit/react-core@1.55.0-next.8
|
|
31
|
+
- @copilotkit/runtime-client-gql@1.55.0-next.8
|
|
32
|
+
- @copilotkit/shared@1.55.0-next.8
|
|
33
|
+
|
|
34
|
+
## 1.55.0-next.7
|
|
35
|
+
|
|
36
|
+
### Minor Changes
|
|
37
|
+
|
|
38
|
+
- 1ceb963: refactor: consolidate V1/V2 packages into flat @copilotkit/\* structure
|
|
39
|
+
|
|
40
|
+
### Patch Changes
|
|
41
|
+
|
|
42
|
+
- 1ceb963: fix: stabilize Markdown components ref to prevent unnecessary re-renders during streaming
|
|
43
|
+
- Updated dependencies [1ceb963]
|
|
44
|
+
- @copilotkit/react-core@1.55.0-next.7
|
|
45
|
+
- @copilotkit/runtime-client-gql@1.55.0-next.7
|
|
46
|
+
- @copilotkit/shared@1.55.0-next.7
|
|
47
|
+
|
|
48
|
+
## 1.54.1-next.6
|
|
49
|
+
|
|
50
|
+
### Patch Changes
|
|
51
|
+
|
|
52
|
+
- @copilotkit/react-core@1.54.1-next.6
|
|
53
|
+
- @copilotkit/runtime-client-gql@1.54.1-next.6
|
|
54
|
+
- @copilotkit/shared@1.54.1-next.6
|
|
55
|
+
|
|
56
|
+
## 1.54.1-next.5
|
|
57
|
+
|
|
58
|
+
### Patch Changes
|
|
59
|
+
|
|
60
|
+
- @copilotkit/react-core@1.54.1-next.5
|
|
61
|
+
- @copilotkit/runtime-client-gql@1.54.1-next.5
|
|
62
|
+
- @copilotkit/shared@1.54.1-next.5
|
|
63
|
+
|
|
64
|
+
## 1.54.1-next.4
|
|
65
|
+
|
|
66
|
+
### Patch Changes
|
|
67
|
+
|
|
68
|
+
- Updated dependencies [8113dba]
|
|
69
|
+
- @copilotkit/react-core@1.54.1-next.4
|
|
70
|
+
- @copilotkit/runtime-client-gql@1.54.1-next.4
|
|
71
|
+
- @copilotkit/shared@1.54.1-next.4
|
|
72
|
+
|
|
73
|
+
## 1.54.1-next.3
|
|
74
|
+
|
|
75
|
+
### Patch Changes
|
|
76
|
+
|
|
77
|
+
- @copilotkit/react-core@1.54.1-next.3
|
|
78
|
+
- @copilotkit/runtime-client-gql@1.54.1-next.3
|
|
79
|
+
- @copilotkit/shared@1.54.1-next.3
|
|
80
|
+
|
|
81
|
+
## 1.54.1-next.2
|
|
82
|
+
|
|
83
|
+
### Patch Changes
|
|
84
|
+
|
|
85
|
+
- @copilotkit/react-core@1.54.1-next.2
|
|
86
|
+
- @copilotkit/runtime-client-gql@1.54.1-next.2
|
|
87
|
+
- @copilotkit/shared@1.54.1-next.2
|
|
88
|
+
|
|
89
|
+
## 1.54.1-next.1
|
|
90
|
+
|
|
91
|
+
### Patch Changes
|
|
92
|
+
|
|
93
|
+
- @copilotkit/react-core@1.54.1-next.1
|
|
94
|
+
- @copilotkit/runtime-client-gql@1.54.1-next.1
|
|
95
|
+
- @copilotkit/shared@1.54.1-next.1
|
|
96
|
+
|
|
97
|
+
## 1.54.1-next.0
|
|
98
|
+
|
|
99
|
+
### Patch Changes
|
|
100
|
+
|
|
101
|
+
- @copilotkit/react-core@1.54.1-next.0
|
|
102
|
+
- @copilotkit/runtime-client-gql@1.54.1-next.0
|
|
103
|
+
- @copilotkit/shared@1.54.1-next.0
|
|
104
|
+
|
|
105
|
+
## 1.54.0
|
|
106
|
+
|
|
107
|
+
### Patch Changes
|
|
108
|
+
|
|
109
|
+
- Updated dependencies [fa0d1cd]
|
|
110
|
+
- Updated dependencies [c80498e]
|
|
111
|
+
- Updated dependencies [af11b1e]
|
|
112
|
+
- @copilotkit/react-core@1.54.0
|
|
113
|
+
- @copilotkit/runtime-client-gql@1.54.0
|
|
114
|
+
- @copilotkit/shared@1.54.0
|
|
115
|
+
|
|
116
|
+
## 1.54.0-next.9
|
|
117
|
+
|
|
118
|
+
### Patch Changes
|
|
119
|
+
|
|
120
|
+
- @copilotkit/react-core@1.54.0-next.9
|
|
121
|
+
- @copilotkit/runtime-client-gql@1.54.0-next.9
|
|
122
|
+
- @copilotkit/shared@1.54.0-next.9
|
|
123
|
+
|
|
124
|
+
## 1.54.0-next.8
|
|
125
|
+
|
|
126
|
+
### Patch Changes
|
|
127
|
+
|
|
128
|
+
- @copilotkit/react-core@1.54.0-next.8
|
|
129
|
+
- @copilotkit/runtime-client-gql@1.54.0-next.8
|
|
130
|
+
- @copilotkit/shared@1.54.0-next.8
|
|
131
|
+
|
|
132
|
+
## 1.54.0-next.7
|
|
133
|
+
|
|
134
|
+
### Patch Changes
|
|
135
|
+
|
|
136
|
+
- @copilotkit/react-core@1.54.0-next.7
|
|
137
|
+
- @copilotkit/runtime-client-gql@1.54.0-next.7
|
|
138
|
+
- @copilotkit/shared@1.54.0-next.7
|
|
139
|
+
|
|
140
|
+
## 1.54.0-next.6
|
|
141
|
+
|
|
142
|
+
### Patch Changes
|
|
143
|
+
|
|
144
|
+
- Updated dependencies [c80498e]
|
|
145
|
+
- @copilotkit/react-core@1.54.0-next.6
|
|
146
|
+
- @copilotkit/runtime-client-gql@1.54.0-next.6
|
|
147
|
+
- @copilotkit/shared@1.54.0-next.6
|
|
148
|
+
|
|
149
|
+
## 1.54.0-next.5
|
|
4
150
|
|
|
5
151
|
### Patch Changes
|
|
6
152
|
|
|
153
|
+
- @copilotkit/react-core@1.54.0-next.5
|
|
154
|
+
- @copilotkit/runtime-client-gql@1.54.0-next.5
|
|
155
|
+
- @copilotkit/shared@1.54.0-next.5
|
|
156
|
+
|
|
157
|
+
## 1.54.0-next.4
|
|
158
|
+
|
|
159
|
+
### Patch Changes
|
|
160
|
+
|
|
161
|
+
- Updated dependencies [af11b1e]
|
|
162
|
+
- @copilotkit/react-core@1.54.0-next.4
|
|
163
|
+
- @copilotkit/runtime-client-gql@1.54.0-next.4
|
|
164
|
+
- @copilotkit/shared@1.54.0-next.4
|
|
165
|
+
|
|
166
|
+
## 1.54.0-next.3
|
|
167
|
+
|
|
168
|
+
### Patch Changes
|
|
169
|
+
|
|
170
|
+
- Updated dependencies [fa0d1cd]
|
|
171
|
+
- @copilotkit/react-core@1.54.0-next.3
|
|
172
|
+
- @copilotkit/runtime-client-gql@1.54.0-next.3
|
|
173
|
+
- @copilotkit/shared@1.54.0-next.3
|
|
174
|
+
|
|
175
|
+
## 1.53.1-next.2
|
|
176
|
+
|
|
177
|
+
### Patch Changes
|
|
178
|
+
|
|
179
|
+
- @copilotkit/react-core@1.53.1-next.2
|
|
180
|
+
- @copilotkit/runtime-client-gql@1.53.1-next.2
|
|
181
|
+
- @copilotkit/shared@1.53.1-next.2
|
|
182
|
+
|
|
183
|
+
## 1.53.1-next.1
|
|
184
|
+
|
|
185
|
+
### Patch Changes
|
|
186
|
+
|
|
187
|
+
- @copilotkit/react-core@1.53.1-next.1
|
|
188
|
+
- @copilotkit/runtime-client-gql@1.53.1-next.1
|
|
189
|
+
- @copilotkit/shared@1.53.1-next.1
|
|
190
|
+
|
|
191
|
+
## 1.53.1-next.0
|
|
192
|
+
|
|
193
|
+
### Patch Changes
|
|
194
|
+
|
|
195
|
+
- @copilotkit/react-core@1.53.1-next.0
|
|
196
|
+
- @copilotkit/runtime-client-gql@1.53.1-next.0
|
|
197
|
+
- @copilotkit/shared@1.53.1-next.0
|
|
198
|
+
|
|
199
|
+
## 1.53.0
|
|
200
|
+
|
|
201
|
+
### Patch Changes
|
|
202
|
+
|
|
203
|
+
- Updated dependencies [1510f64]
|
|
204
|
+
- Updated dependencies [f1eaa4c]
|
|
205
|
+
- Updated dependencies [bf1fc6f]
|
|
206
|
+
- Updated dependencies [ac31331]
|
|
207
|
+
- @copilotkit/react-core@1.53.0
|
|
208
|
+
- @copilotkit/shared@1.53.0
|
|
209
|
+
- @copilotkit/runtime-client-gql@1.53.0
|
|
210
|
+
|
|
211
|
+
## 1.53.0-next.6
|
|
212
|
+
|
|
213
|
+
### Patch Changes
|
|
214
|
+
|
|
215
|
+
- @copilotkit/react-core@1.53.0-next.6
|
|
216
|
+
- @copilotkit/runtime-client-gql@1.53.0-next.6
|
|
217
|
+
- @copilotkit/shared@1.53.0-next.6
|
|
218
|
+
|
|
219
|
+
## 1.53.0-next.5
|
|
220
|
+
|
|
221
|
+
### Patch Changes
|
|
222
|
+
|
|
223
|
+
- @copilotkit/react-core@1.53.0-next.5
|
|
224
|
+
- @copilotkit/runtime-client-gql@1.53.0-next.5
|
|
225
|
+
- @copilotkit/shared@1.53.0-next.5
|
|
226
|
+
|
|
227
|
+
## 1.52.2-next.4
|
|
228
|
+
|
|
229
|
+
### Patch Changes
|
|
230
|
+
|
|
231
|
+
- Updated dependencies [ac31331]
|
|
232
|
+
- @copilotkit/react-core@1.52.2-next.4
|
|
233
|
+
- @copilotkit/runtime-client-gql@1.52.2-next.4
|
|
234
|
+
- @copilotkit/shared@1.52.2-next.4
|
|
235
|
+
|
|
236
|
+
## 1.52.2-next.3
|
|
237
|
+
|
|
238
|
+
### Patch Changes
|
|
239
|
+
|
|
240
|
+
- Updated dependencies [1510f64]
|
|
241
|
+
- @copilotkit/react-core@1.52.2-next.3
|
|
242
|
+
- @copilotkit/shared@1.52.2-next.3
|
|
243
|
+
- @copilotkit/runtime-client-gql@1.52.2-next.3
|
|
244
|
+
|
|
245
|
+
## 1.52.2-next.2
|
|
246
|
+
|
|
247
|
+
### Patch Changes
|
|
248
|
+
|
|
249
|
+
- @copilotkit/runtime-client-gql@1.52.2-next.2
|
|
250
|
+
- @copilotkit/react-core@1.52.2-next.2
|
|
251
|
+
- @copilotkit/shared@1.52.2-next.2
|
|
252
|
+
|
|
253
|
+
## 1.52.2-next.1
|
|
254
|
+
|
|
255
|
+
### Patch Changes
|
|
256
|
+
|
|
257
|
+
- Updated dependencies [bf1fc6f]
|
|
258
|
+
- @copilotkit/shared@1.52.2-next.1
|
|
259
|
+
- @copilotkit/runtime-client-gql@1.52.2-next.1
|
|
260
|
+
- @copilotkit/react-core@1.52.2-next.1
|
|
261
|
+
|
|
262
|
+
## 1.52.2-next.0
|
|
263
|
+
|
|
264
|
+
### Patch Changes
|
|
265
|
+
|
|
266
|
+
- Updated dependencies [f1eaa4c]
|
|
267
|
+
- @copilotkit/react-core@1.52.2-next.0
|
|
268
|
+
- @copilotkit/runtime-client-gql@1.52.2-next.0
|
|
269
|
+
- @copilotkit/shared@1.52.2-next.0
|
|
270
|
+
|
|
271
|
+
## 1.52.1
|
|
272
|
+
|
|
273
|
+
### Patch Changes
|
|
274
|
+
|
|
275
|
+
- bbdf67d: fix(css): address imcompat with CJS
|
|
276
|
+
- Updated dependencies [b555ac4]
|
|
277
|
+
- @copilotkit/react-core@1.52.1
|
|
278
|
+
- @copilotkit/runtime-client-gql@1.52.1
|
|
279
|
+
- @copilotkit/shared@1.52.1
|
|
280
|
+
|
|
281
|
+
## 1.52.1-next.1
|
|
282
|
+
|
|
283
|
+
### Patch Changes
|
|
284
|
+
|
|
285
|
+
- Updated dependencies [b555ac4]
|
|
286
|
+
- @copilotkit/react-core@1.52.1-next.1
|
|
287
|
+
- @copilotkit/runtime-client-gql@1.52.1-next.1
|
|
288
|
+
- @copilotkit/shared@1.52.1-next.1
|
|
289
|
+
|
|
290
|
+
## 1.52.1-next.0
|
|
291
|
+
|
|
292
|
+
### Patch Changes
|
|
293
|
+
|
|
294
|
+
- bbdf67d: fix(css): address imcompat with CJS
|
|
295
|
+
- @copilotkit/react-core@1.52.1-next.0
|
|
296
|
+
- @copilotkit/runtime-client-gql@1.52.1-next.0
|
|
297
|
+
- @copilotkit/shared@1.52.1-next.0
|
|
298
|
+
|
|
299
|
+
## 1.52.0
|
|
300
|
+
|
|
301
|
+
### Minor Changes
|
|
302
|
+
|
|
303
|
+
- 6dd6c84: Adding new v2 features:
|
|
304
|
+
|
|
305
|
+
- useComponent
|
|
306
|
+
- useRenderTool
|
|
307
|
+
- useDefaultRenderTool
|
|
308
|
+
|
|
309
|
+
Also, fixing issues with styles not being
|
|
310
|
+
properly scoped for tailwind.
|
|
311
|
+
|
|
312
|
+
### Patch Changes
|
|
313
|
+
|
|
314
|
+
- 7e32e69: chore: fix up style generation
|
|
315
|
+
- 5f941db: Prevent CPK styles from leaking into user app
|
|
316
|
+
- Updated dependencies [6dd6c84]
|
|
317
|
+
- Updated dependencies [d77f347]
|
|
318
|
+
- Updated dependencies [2007f8b]
|
|
7
319
|
- Updated dependencies [ef0f539]
|
|
8
320
|
- Updated dependencies [412965a]
|
|
9
|
-
|
|
10
|
-
- @copilotkit/
|
|
11
|
-
- @copilotkit/
|
|
321
|
+
- Updated dependencies [5f941db]
|
|
322
|
+
- @copilotkit/react-core@1.52.0
|
|
323
|
+
- @copilotkit/shared@1.52.0
|
|
324
|
+
- @copilotkit/runtime-client-gql@1.52.0
|
|
325
|
+
|
|
326
|
+
## 1.52.0-next.8
|
|
327
|
+
|
|
328
|
+
### Patch Changes
|
|
329
|
+
|
|
330
|
+
- @copilotkit/react-core@1.52.0-next.8
|
|
331
|
+
- @copilotkit/runtime-client-gql@1.52.0-next.8
|
|
332
|
+
- @copilotkit/shared@1.52.0-next.8
|
|
333
|
+
|
|
334
|
+
## 1.52.0-next.7
|
|
335
|
+
|
|
336
|
+
### Patch Changes
|
|
337
|
+
|
|
338
|
+
- Updated dependencies [d77f347]
|
|
339
|
+
- @copilotkit/react-core@1.52.0-next.7
|
|
340
|
+
- @copilotkit/runtime-client-gql@1.52.0-next.7
|
|
341
|
+
- @copilotkit/shared@1.52.0-next.7
|
|
342
|
+
|
|
343
|
+
## 1.52.0-next.6
|
|
344
|
+
|
|
345
|
+
### Patch Changes
|
|
346
|
+
|
|
347
|
+
- 5f941db: Prevent CPK styles from leaking into user app
|
|
348
|
+
- Updated dependencies [2007f8b]
|
|
349
|
+
- Updated dependencies [5f941db]
|
|
350
|
+
- @copilotkit/react-core@1.52.0-next.6
|
|
351
|
+
- @copilotkit/runtime-client-gql@1.52.0-next.6
|
|
352
|
+
- @copilotkit/shared@1.52.0-next.6
|
|
353
|
+
|
|
354
|
+
## 1.52.0-next.5
|
|
355
|
+
|
|
356
|
+
### Minor Changes
|
|
357
|
+
|
|
358
|
+
- 6dd6c84: Adding new v2 features:
|
|
359
|
+
|
|
360
|
+
- useComponent
|
|
361
|
+
- useRenderTool
|
|
362
|
+
- useDefaultRenderTool
|
|
363
|
+
|
|
364
|
+
Also, fixing issues with styles not being
|
|
365
|
+
properly scoped for tailwind.
|
|
366
|
+
|
|
367
|
+
### Patch Changes
|
|
368
|
+
|
|
369
|
+
- Updated dependencies [6dd6c84]
|
|
370
|
+
- @copilotkit/react-core@1.52.0-next.5
|
|
371
|
+
- @copilotkit/runtime-client-gql@1.52.0-next.5
|
|
372
|
+
- @copilotkit/shared@1.52.0-next.5
|
|
373
|
+
|
|
374
|
+
## 1.51.5-next.4
|
|
375
|
+
|
|
376
|
+
### Patch Changes
|
|
377
|
+
|
|
378
|
+
- 7e32e69: chore: fix up style generation
|
|
379
|
+
- @copilotkit/react-core@1.51.5-next.4
|
|
380
|
+
- @copilotkit/runtime-client-gql@1.51.5-next.4
|
|
381
|
+
- @copilotkit/shared@1.51.5-next.4
|
|
12
382
|
|
|
13
383
|
## 1.51.5-next.3
|
|
14
384
|
|
|
@@ -719,6 +1089,7 @@
|
|
|
719
1089
|
- 0cc9ec2: - fix(react-ui): address hydration issue
|
|
720
1090
|
|
|
721
1091
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
1092
|
+
|
|
722
1093
|
- @copilotkit/react-core@1.10.6-next.0
|
|
723
1094
|
- @copilotkit/runtime-client-gql@1.10.6-next.0
|
|
724
1095
|
- @copilotkit/shared@1.10.6-next.0
|
|
@@ -986,12 +1357,14 @@
|
|
|
986
1357
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
987
1358
|
|
|
988
1359
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
1360
|
+
|
|
989
1361
|
- Generative UI
|
|
990
1362
|
- Suggestions
|
|
991
1363
|
- Agentic Generative UI
|
|
992
1364
|
- Interrupts
|
|
993
1365
|
|
|
994
1366
|
In addition, a variety of QOL changes have been made.
|
|
1367
|
+
|
|
995
1368
|
- New AG-UI based message types
|
|
996
1369
|
- Inline code rendering is fixed
|
|
997
1370
|
|
|
@@ -1001,6 +1374,7 @@
|
|
|
1001
1374
|
|
|
1002
1375
|
- 967d0ab: - refactor(chat): separate useCopilotChat into internal implementation and public API
|
|
1003
1376
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
1377
|
+
|
|
1004
1378
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
1005
1379
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
1006
1380
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -1010,15 +1384,19 @@
|
|
|
1010
1384
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
1011
1385
|
|
|
1012
1386
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
1387
|
+
|
|
1013
1388
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
1014
1389
|
|
|
1015
1390
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
1391
|
+
|
|
1016
1392
|
- chore: address linting issues
|
|
1017
1393
|
|
|
1018
1394
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
1395
|
+
|
|
1019
1396
|
- chore: fixing branding and docs
|
|
1020
1397
|
|
|
1021
1398
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
1399
|
+
|
|
1022
1400
|
- chore: more docs fixing
|
|
1023
1401
|
|
|
1024
1402
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -1065,15 +1443,19 @@
|
|
|
1065
1443
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
1066
1444
|
|
|
1067
1445
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
1446
|
+
|
|
1068
1447
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
1069
1448
|
|
|
1070
1449
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
1450
|
+
|
|
1071
1451
|
- chore: address linting issues
|
|
1072
1452
|
|
|
1073
1453
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
1454
|
+
|
|
1074
1455
|
- chore: fixing branding and docs
|
|
1075
1456
|
|
|
1076
1457
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
1458
|
+
|
|
1077
1459
|
- chore: more docs fixing
|
|
1078
1460
|
|
|
1079
1461
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -1175,12 +1557,14 @@
|
|
|
1175
1557
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
1176
1558
|
|
|
1177
1559
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
1560
|
+
|
|
1178
1561
|
- Generative UI
|
|
1179
1562
|
- Suggestions
|
|
1180
1563
|
- Agentic Generative UI
|
|
1181
1564
|
- Interrupts
|
|
1182
1565
|
|
|
1183
1566
|
In addition, a variety of QOL changes have been made.
|
|
1567
|
+
|
|
1184
1568
|
- New AG-UI based message types
|
|
1185
1569
|
- Inline code rendering is fixed
|
|
1186
1570
|
|
|
@@ -1762,6 +2146,7 @@
|
|
|
1762
2146
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
1763
2147
|
|
|
1764
2148
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
2149
|
+
|
|
1765
2150
|
- @copilotkit/runtime-client-gql@1.8.11
|
|
1766
2151
|
- @copilotkit/react-core@1.8.11
|
|
1767
2152
|
- @copilotkit/shared@1.8.11
|
|
@@ -1781,6 +2166,7 @@
|
|
|
1781
2166
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
1782
2167
|
|
|
1783
2168
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
2169
|
+
|
|
1784
2170
|
- @copilotkit/react-core@1.8.11-next.0
|
|
1785
2171
|
- @copilotkit/runtime-client-gql@1.8.11-next.0
|
|
1786
2172
|
- @copilotkit/shared@1.8.11-next.0
|
|
@@ -2754,6 +3140,7 @@
|
|
|
2754
3140
|
- 86fae3a: - feat(react-ui): add interfaces for full message customization
|
|
2755
3141
|
|
|
2756
3142
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
3143
|
+
|
|
2757
3144
|
- @copilotkit/react-core@1.5.12-next.0
|
|
2758
3145
|
- @copilotkit/runtime-client-gql@1.5.12-next.0
|
|
2759
3146
|
- @copilotkit/shared@1.5.12-next.0
|
|
@@ -3070,6 +3457,7 @@
|
|
|
3070
3457
|
send() function despite the send button being correctly disabled. Added
|
|
3071
3458
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
3072
3459
|
validation between button and keyboard triggers.
|
|
3460
|
+
|
|
3073
3461
|
- Added validation check to Enter key handler
|
|
3074
3462
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
3075
3463
|
- Makes behavior consistent with disabled send button state
|
|
@@ -3095,11 +3483,13 @@
|
|
|
3095
3483
|
send() function despite the send button being correctly disabled. Added
|
|
3096
3484
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
3097
3485
|
validation between button and keyboard triggers.
|
|
3486
|
+
|
|
3098
3487
|
- Added validation check to Enter key handler
|
|
3099
3488
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
3100
3489
|
- Makes behavior consistent with disabled send button state
|
|
3101
3490
|
|
|
3102
3491
|
Resolves #1129
|
|
3492
|
+
|
|
3103
3493
|
- @copilotkit/react-core@1.4.8-next.0
|
|
3104
3494
|
- @copilotkit/runtime-client-gql@1.4.8-next.0
|
|
3105
3495
|
- @copilotkit/shared@1.4.8-next.0
|
|
@@ -3238,6 +3628,7 @@
|
|
|
3238
3628
|
- e16d95e: New prerelease
|
|
3239
3629
|
- 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
|
|
3240
3630
|
- CopilotKit Core:
|
|
3631
|
+
|
|
3241
3632
|
- Improved error messages and overall logs
|
|
3242
3633
|
- `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
|
|
3243
3634
|
- Improved scrolling behavior. It is now possible to scroll up during LLM response generation
|
|
@@ -3245,6 +3636,7 @@
|
|
|
3245
3636
|
- Updated interfaces for better developer ergonomics
|
|
3246
3637
|
|
|
3247
3638
|
CoAgents:
|
|
3639
|
+
|
|
3248
3640
|
- Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
|
|
3249
3641
|
- Support for LangGraph Platform in Remote Endpoints
|
|
3250
3642
|
- LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
|
|
@@ -3252,6 +3644,7 @@
|
|
|
3252
3644
|
- Enhanced state management and message handling
|
|
3253
3645
|
|
|
3254
3646
|
CopilotKid Back-end SDK:
|
|
3647
|
+
|
|
3255
3648
|
- Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
|
|
3256
3649
|
|
|
3257
3650
|
- 8d0144f: bump
|
|
@@ -3654,6 +4047,7 @@ CopilotKid Back-end SDK:
|
|
|
3654
4047
|
### Patch Changes
|
|
3655
4048
|
|
|
3656
4049
|
- inject minified css in bundle
|
|
4050
|
+
|
|
3657
4051
|
- removes the need to import `styles.css` manually
|
|
3658
4052
|
- empty `styles.css` included in the build for backwards compatibility
|
|
3659
4053
|
- uses tsup's `injectStyles` with `postcss` to bundle and minify the CSS, then inject it as a style tag
|
|
@@ -3818,6 +4212,7 @@ CopilotKid Back-end SDK:
|
|
|
3818
4212
|
### Major Changes
|
|
3819
4213
|
|
|
3820
4214
|
- b6a4b6eb: V1.0 Release Candidate
|
|
4215
|
+
|
|
3821
4216
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
3822
4217
|
- Support for Copilot Cloud
|
|
3823
4218
|
- Generative UI
|
|
@@ -5174,12 +5569,14 @@ CopilotKid Back-end SDK:
|
|
|
5174
5569
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
5175
5570
|
|
|
5176
5571
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
5572
|
+
|
|
5177
5573
|
- Generative UI
|
|
5178
5574
|
- Suggestions
|
|
5179
5575
|
- Agentic Generative UI
|
|
5180
5576
|
- Interrupts
|
|
5181
5577
|
|
|
5182
5578
|
In addition, a variety of QOL changes have been made.
|
|
5579
|
+
|
|
5183
5580
|
- New AG-UI based message types
|
|
5184
5581
|
- Inline code rendering is fixed
|
|
5185
5582
|
|
|
@@ -5189,6 +5586,7 @@ CopilotKid Back-end SDK:
|
|
|
5189
5586
|
|
|
5190
5587
|
- 967d0ab: - refactor(chat): separate useCopilotChat into internal implementation and public API
|
|
5191
5588
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
5589
|
+
|
|
5192
5590
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
5193
5591
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
5194
5592
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -5198,15 +5596,19 @@ CopilotKid Back-end SDK:
|
|
|
5198
5596
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
5199
5597
|
|
|
5200
5598
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
5599
|
+
|
|
5201
5600
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
5202
5601
|
|
|
5203
5602
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
5603
|
+
|
|
5204
5604
|
- chore: address linting issues
|
|
5205
5605
|
|
|
5206
5606
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
5607
|
+
|
|
5207
5608
|
- chore: fixing branding and docs
|
|
5208
5609
|
|
|
5209
5610
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
5611
|
+
|
|
5210
5612
|
- chore: more docs fixing
|
|
5211
5613
|
|
|
5212
5614
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -5253,15 +5655,19 @@ CopilotKid Back-end SDK:
|
|
|
5253
5655
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
5254
5656
|
|
|
5255
5657
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
5658
|
+
|
|
5256
5659
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
5257
5660
|
|
|
5258
5661
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
5662
|
+
|
|
5259
5663
|
- chore: address linting issues
|
|
5260
5664
|
|
|
5261
5665
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
5666
|
+
|
|
5262
5667
|
- chore: fixing branding and docs
|
|
5263
5668
|
|
|
5264
5669
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
5670
|
+
|
|
5265
5671
|
- chore: more docs fixing
|
|
5266
5672
|
|
|
5267
5673
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -5363,12 +5769,14 @@ CopilotKid Back-end SDK:
|
|
|
5363
5769
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
5364
5770
|
|
|
5365
5771
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
5772
|
+
|
|
5366
5773
|
- Generative UI
|
|
5367
5774
|
- Suggestions
|
|
5368
5775
|
- Agentic Generative UI
|
|
5369
5776
|
- Interrupts
|
|
5370
5777
|
|
|
5371
5778
|
In addition, a variety of QOL changes have been made.
|
|
5779
|
+
|
|
5372
5780
|
- New AG-UI based message types
|
|
5373
5781
|
- Inline code rendering is fixed
|
|
5374
5782
|
|
|
@@ -5950,6 +6358,7 @@ CopilotKid Back-end SDK:
|
|
|
5950
6358
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
5951
6359
|
|
|
5952
6360
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
6361
|
+
|
|
5953
6362
|
- @copilotkit/runtime-client-gql@1.8.11
|
|
5954
6363
|
- @copilotkit/react-core@1.8.11
|
|
5955
6364
|
- @copilotkit/shared@1.8.11
|
|
@@ -5969,6 +6378,7 @@ CopilotKid Back-end SDK:
|
|
|
5969
6378
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
5970
6379
|
|
|
5971
6380
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
6381
|
+
|
|
5972
6382
|
- @copilotkit/react-core@1.8.11-next.0
|
|
5973
6383
|
- @copilotkit/runtime-client-gql@1.8.11-next.0
|
|
5974
6384
|
- @copilotkit/shared@1.8.11-next.0
|
|
@@ -6942,6 +7352,7 @@ CopilotKid Back-end SDK:
|
|
|
6942
7352
|
- 86fae3a: - feat(react-ui): add interfaces for full message customization
|
|
6943
7353
|
|
|
6944
7354
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
7355
|
+
|
|
6945
7356
|
- @copilotkit/react-core@1.5.12-next.0
|
|
6946
7357
|
- @copilotkit/runtime-client-gql@1.5.12-next.0
|
|
6947
7358
|
- @copilotkit/shared@1.5.12-next.0
|
|
@@ -7258,6 +7669,7 @@ CopilotKid Back-end SDK:
|
|
|
7258
7669
|
send() function despite the send button being correctly disabled. Added
|
|
7259
7670
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
7260
7671
|
validation between button and keyboard triggers.
|
|
7672
|
+
|
|
7261
7673
|
- Added validation check to Enter key handler
|
|
7262
7674
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
7263
7675
|
- Makes behavior consistent with disabled send button state
|
|
@@ -7283,11 +7695,13 @@ CopilotKid Back-end SDK:
|
|
|
7283
7695
|
send() function despite the send button being correctly disabled. Added
|
|
7284
7696
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
7285
7697
|
validation between button and keyboard triggers.
|
|
7698
|
+
|
|
7286
7699
|
- Added validation check to Enter key handler
|
|
7287
7700
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
7288
7701
|
- Makes behavior consistent with disabled send button state
|
|
7289
7702
|
|
|
7290
7703
|
Resolves #1129
|
|
7704
|
+
|
|
7291
7705
|
- @copilotkit/react-core@1.4.8-next.0
|
|
7292
7706
|
- @copilotkit/runtime-client-gql@1.4.8-next.0
|
|
7293
7707
|
- @copilotkit/shared@1.4.8-next.0
|
|
@@ -7426,6 +7840,7 @@ CopilotKid Back-end SDK:
|
|
|
7426
7840
|
- e16d95e: New prerelease
|
|
7427
7841
|
- 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
|
|
7428
7842
|
- CopilotKit Core:
|
|
7843
|
+
|
|
7429
7844
|
- Improved error messages and overall logs
|
|
7430
7845
|
- `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
|
|
7431
7846
|
- Improved scrolling behavior. It is now possible to scroll up during LLM response generation
|
|
@@ -7433,6 +7848,7 @@ CopilotKid Back-end SDK:
|
|
|
7433
7848
|
- Updated interfaces for better developer ergonomics
|
|
7434
7849
|
|
|
7435
7850
|
CoAgents:
|
|
7851
|
+
|
|
7436
7852
|
- Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
|
|
7437
7853
|
- Support for LangGraph Platform in Remote Endpoints
|
|
7438
7854
|
- LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
|
|
@@ -7440,6 +7856,7 @@ CopilotKid Back-end SDK:
|
|
|
7440
7856
|
- Enhanced state management and message handling
|
|
7441
7857
|
|
|
7442
7858
|
CopilotKid Back-end SDK:
|
|
7859
|
+
|
|
7443
7860
|
- Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
|
|
7444
7861
|
|
|
7445
7862
|
- 8d0144f: bump
|
|
@@ -7842,6 +8259,7 @@ CopilotKid Back-end SDK:
|
|
|
7842
8259
|
### Patch Changes
|
|
7843
8260
|
|
|
7844
8261
|
- inject minified css in bundle
|
|
8262
|
+
|
|
7845
8263
|
- removes the need to import `styles.css` manually
|
|
7846
8264
|
- empty `styles.css` included in the build for backwards compatibility
|
|
7847
8265
|
- uses tsup's `injectStyles` with `postcss` to bundle and minify the CSS, then inject it as a style tag
|
|
@@ -8006,6 +8424,7 @@ CopilotKid Back-end SDK:
|
|
|
8006
8424
|
### Major Changes
|
|
8007
8425
|
|
|
8008
8426
|
- b6a4b6eb: V1.0 Release Candidate
|
|
8427
|
+
|
|
8009
8428
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
8010
8429
|
- Support for Copilot Cloud
|
|
8011
8430
|
- Generative UI
|
|
@@ -9370,12 +9789,14 @@ CopilotKid Back-end SDK:
|
|
|
9370
9789
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
9371
9790
|
|
|
9372
9791
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
9792
|
+
|
|
9373
9793
|
- Generative UI
|
|
9374
9794
|
- Suggestions
|
|
9375
9795
|
- Agentic Generative UI
|
|
9376
9796
|
- Interrupts
|
|
9377
9797
|
|
|
9378
9798
|
In addition, a variety of QOL changes have been made.
|
|
9799
|
+
|
|
9379
9800
|
- New AG-UI based message types
|
|
9380
9801
|
- Inline code rendering is fixed
|
|
9381
9802
|
|
|
@@ -9385,6 +9806,7 @@ CopilotKid Back-end SDK:
|
|
|
9385
9806
|
|
|
9386
9807
|
- 967d0ab: - refactor(chat): separate useCopilotChat into internal implementation and public API
|
|
9387
9808
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
9809
|
+
|
|
9388
9810
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
9389
9811
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
9390
9812
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -9394,15 +9816,19 @@ CopilotKid Back-end SDK:
|
|
|
9394
9816
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
9395
9817
|
|
|
9396
9818
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9819
|
+
|
|
9397
9820
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
9398
9821
|
|
|
9399
9822
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9823
|
+
|
|
9400
9824
|
- chore: address linting issues
|
|
9401
9825
|
|
|
9402
9826
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9827
|
+
|
|
9403
9828
|
- chore: fixing branding and docs
|
|
9404
9829
|
|
|
9405
9830
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9831
|
+
|
|
9406
9832
|
- chore: more docs fixing
|
|
9407
9833
|
|
|
9408
9834
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -9449,15 +9875,19 @@ CopilotKid Back-end SDK:
|
|
|
9449
9875
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
9450
9876
|
|
|
9451
9877
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9878
|
+
|
|
9452
9879
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
9453
9880
|
|
|
9454
9881
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9882
|
+
|
|
9455
9883
|
- chore: address linting issues
|
|
9456
9884
|
|
|
9457
9885
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9886
|
+
|
|
9458
9887
|
- chore: fixing branding and docs
|
|
9459
9888
|
|
|
9460
9889
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9890
|
+
|
|
9461
9891
|
- chore: more docs fixing
|
|
9462
9892
|
|
|
9463
9893
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -9559,12 +9989,14 @@ CopilotKid Back-end SDK:
|
|
|
9559
9989
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
9560
9990
|
|
|
9561
9991
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
9992
|
+
|
|
9562
9993
|
- Generative UI
|
|
9563
9994
|
- Suggestions
|
|
9564
9995
|
- Agentic Generative UI
|
|
9565
9996
|
- Interrupts
|
|
9566
9997
|
|
|
9567
9998
|
In addition, a variety of QOL changes have been made.
|
|
9999
|
+
|
|
9568
10000
|
- New AG-UI based message types
|
|
9569
10001
|
- Inline code rendering is fixed
|
|
9570
10002
|
|
|
@@ -10146,6 +10578,7 @@ CopilotKid Back-end SDK:
|
|
|
10146
10578
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
10147
10579
|
|
|
10148
10580
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
10581
|
+
|
|
10149
10582
|
- @copilotkit/runtime-client-gql@1.8.11
|
|
10150
10583
|
- @copilotkit/react-core@1.8.11
|
|
10151
10584
|
- @copilotkit/shared@1.8.11
|
|
@@ -10165,6 +10598,7 @@ CopilotKid Back-end SDK:
|
|
|
10165
10598
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
10166
10599
|
|
|
10167
10600
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
10601
|
+
|
|
10168
10602
|
- @copilotkit/react-core@1.8.11-next.0
|
|
10169
10603
|
- @copilotkit/runtime-client-gql@1.8.11-next.0
|
|
10170
10604
|
- @copilotkit/shared@1.8.11-next.0
|
|
@@ -11138,6 +11572,7 @@ CopilotKid Back-end SDK:
|
|
|
11138
11572
|
- 86fae3a: - feat(react-ui): add interfaces for full message customization
|
|
11139
11573
|
|
|
11140
11574
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
11575
|
+
|
|
11141
11576
|
- @copilotkit/react-core@1.5.12-next.0
|
|
11142
11577
|
- @copilotkit/runtime-client-gql@1.5.12-next.0
|
|
11143
11578
|
- @copilotkit/shared@1.5.12-next.0
|
|
@@ -11454,6 +11889,7 @@ CopilotKid Back-end SDK:
|
|
|
11454
11889
|
send() function despite the send button being correctly disabled. Added
|
|
11455
11890
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
11456
11891
|
validation between button and keyboard triggers.
|
|
11892
|
+
|
|
11457
11893
|
- Added validation check to Enter key handler
|
|
11458
11894
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
11459
11895
|
- Makes behavior consistent with disabled send button state
|
|
@@ -11479,11 +11915,13 @@ CopilotKid Back-end SDK:
|
|
|
11479
11915
|
send() function despite the send button being correctly disabled. Added
|
|
11480
11916
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
11481
11917
|
validation between button and keyboard triggers.
|
|
11918
|
+
|
|
11482
11919
|
- Added validation check to Enter key handler
|
|
11483
11920
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
11484
11921
|
- Makes behavior consistent with disabled send button state
|
|
11485
11922
|
|
|
11486
11923
|
Resolves #1129
|
|
11924
|
+
|
|
11487
11925
|
- @copilotkit/react-core@1.4.8-next.0
|
|
11488
11926
|
- @copilotkit/runtime-client-gql@1.4.8-next.0
|
|
11489
11927
|
- @copilotkit/shared@1.4.8-next.0
|
|
@@ -11622,6 +12060,7 @@ CopilotKid Back-end SDK:
|
|
|
11622
12060
|
- e16d95e: New prerelease
|
|
11623
12061
|
- 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
|
|
11624
12062
|
- CopilotKit Core:
|
|
12063
|
+
|
|
11625
12064
|
- Improved error messages and overall logs
|
|
11626
12065
|
- `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
|
|
11627
12066
|
- Improved scrolling behavior. It is now possible to scroll up during LLM response generation
|
|
@@ -11629,6 +12068,7 @@ CopilotKid Back-end SDK:
|
|
|
11629
12068
|
- Updated interfaces for better developer ergonomics
|
|
11630
12069
|
|
|
11631
12070
|
CoAgents:
|
|
12071
|
+
|
|
11632
12072
|
- Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
|
|
11633
12073
|
- Support for LangGraph Platform in Remote Endpoints
|
|
11634
12074
|
- LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
|
|
@@ -11636,6 +12076,7 @@ CopilotKid Back-end SDK:
|
|
|
11636
12076
|
- Enhanced state management and message handling
|
|
11637
12077
|
|
|
11638
12078
|
CopilotKid Back-end SDK:
|
|
12079
|
+
|
|
11639
12080
|
- Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
|
|
11640
12081
|
|
|
11641
12082
|
- 8d0144f: bump
|
|
@@ -12038,6 +12479,7 @@ CopilotKid Back-end SDK:
|
|
|
12038
12479
|
### Patch Changes
|
|
12039
12480
|
|
|
12040
12481
|
- inject minified css in bundle
|
|
12482
|
+
|
|
12041
12483
|
- removes the need to import `styles.css` manually
|
|
12042
12484
|
- empty `styles.css` included in the build for backwards compatibility
|
|
12043
12485
|
- uses tsup's `injectStyles` with `postcss` to bundle and minify the CSS, then inject it as a style tag
|
|
@@ -12202,6 +12644,7 @@ CopilotKid Back-end SDK:
|
|
|
12202
12644
|
### Major Changes
|
|
12203
12645
|
|
|
12204
12646
|
- b6a4b6eb: V1.0 Release Candidate
|
|
12647
|
+
|
|
12205
12648
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
12206
12649
|
- Support for Copilot Cloud
|
|
12207
12650
|
- Generative UI
|
|
@@ -13558,12 +14001,14 @@ CopilotKid Back-end SDK:
|
|
|
13558
14001
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
13559
14002
|
|
|
13560
14003
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
14004
|
+
|
|
13561
14005
|
- Generative UI
|
|
13562
14006
|
- Suggestions
|
|
13563
14007
|
- Agentic Generative UI
|
|
13564
14008
|
- Interrupts
|
|
13565
14009
|
|
|
13566
14010
|
In addition, a variety of QOL changes have been made.
|
|
14011
|
+
|
|
13567
14012
|
- New AG-UI based message types
|
|
13568
14013
|
- Inline code rendering is fixed
|
|
13569
14014
|
|
|
@@ -13573,6 +14018,7 @@ CopilotKid Back-end SDK:
|
|
|
13573
14018
|
|
|
13574
14019
|
- 967d0ab: - refactor(chat): separate useCopilotChat into internal implementation and public API
|
|
13575
14020
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
14021
|
+
|
|
13576
14022
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
13577
14023
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
13578
14024
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -13582,15 +14028,19 @@ CopilotKid Back-end SDK:
|
|
|
13582
14028
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
13583
14029
|
|
|
13584
14030
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
14031
|
+
|
|
13585
14032
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
13586
14033
|
|
|
13587
14034
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
14035
|
+
|
|
13588
14036
|
- chore: address linting issues
|
|
13589
14037
|
|
|
13590
14038
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
14039
|
+
|
|
13591
14040
|
- chore: fixing branding and docs
|
|
13592
14041
|
|
|
13593
14042
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
14043
|
+
|
|
13594
14044
|
- chore: more docs fixing
|
|
13595
14045
|
|
|
13596
14046
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -13637,15 +14087,19 @@ CopilotKid Back-end SDK:
|
|
|
13637
14087
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
13638
14088
|
|
|
13639
14089
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
14090
|
+
|
|
13640
14091
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
13641
14092
|
|
|
13642
14093
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
14094
|
+
|
|
13643
14095
|
- chore: address linting issues
|
|
13644
14096
|
|
|
13645
14097
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
14098
|
+
|
|
13646
14099
|
- chore: fixing branding and docs
|
|
13647
14100
|
|
|
13648
14101
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
14102
|
+
|
|
13649
14103
|
- chore: more docs fixing
|
|
13650
14104
|
|
|
13651
14105
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -13747,12 +14201,14 @@ CopilotKid Back-end SDK:
|
|
|
13747
14201
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
13748
14202
|
|
|
13749
14203
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
14204
|
+
|
|
13750
14205
|
- Generative UI
|
|
13751
14206
|
- Suggestions
|
|
13752
14207
|
- Agentic Generative UI
|
|
13753
14208
|
- Interrupts
|
|
13754
14209
|
|
|
13755
14210
|
In addition, a variety of QOL changes have been made.
|
|
14211
|
+
|
|
13756
14212
|
- New AG-UI based message types
|
|
13757
14213
|
- Inline code rendering is fixed
|
|
13758
14214
|
|
|
@@ -14334,6 +14790,7 @@ CopilotKid Back-end SDK:
|
|
|
14334
14790
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
14335
14791
|
|
|
14336
14792
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
14793
|
+
|
|
14337
14794
|
- @copilotkit/runtime-client-gql@1.8.11
|
|
14338
14795
|
- @copilotkit/react-core@1.8.11
|
|
14339
14796
|
- @copilotkit/shared@1.8.11
|
|
@@ -14353,6 +14810,7 @@ CopilotKid Back-end SDK:
|
|
|
14353
14810
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
14354
14811
|
|
|
14355
14812
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
14813
|
+
|
|
14356
14814
|
- @copilotkit/react-core@1.8.11-next.0
|
|
14357
14815
|
- @copilotkit/runtime-client-gql@1.8.11-next.0
|
|
14358
14816
|
- @copilotkit/shared@1.8.11-next.0
|
|
@@ -15326,6 +15784,7 @@ CopilotKid Back-end SDK:
|
|
|
15326
15784
|
- 86fae3a: - feat(react-ui): add interfaces for full message customization
|
|
15327
15785
|
|
|
15328
15786
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
15787
|
+
|
|
15329
15788
|
- @copilotkit/react-core@1.5.12-next.0
|
|
15330
15789
|
- @copilotkit/runtime-client-gql@1.5.12-next.0
|
|
15331
15790
|
- @copilotkit/shared@1.5.12-next.0
|
|
@@ -15642,6 +16101,7 @@ CopilotKid Back-end SDK:
|
|
|
15642
16101
|
send() function despite the send button being correctly disabled. Added
|
|
15643
16102
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
15644
16103
|
validation between button and keyboard triggers.
|
|
16104
|
+
|
|
15645
16105
|
- Added validation check to Enter key handler
|
|
15646
16106
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
15647
16107
|
- Makes behavior consistent with disabled send button state
|
|
@@ -15667,11 +16127,13 @@ CopilotKid Back-end SDK:
|
|
|
15667
16127
|
send() function despite the send button being correctly disabled. Added
|
|
15668
16128
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
15669
16129
|
validation between button and keyboard triggers.
|
|
16130
|
+
|
|
15670
16131
|
- Added validation check to Enter key handler
|
|
15671
16132
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
15672
16133
|
- Makes behavior consistent with disabled send button state
|
|
15673
16134
|
|
|
15674
16135
|
Resolves #1129
|
|
16136
|
+
|
|
15675
16137
|
- @copilotkit/react-core@1.4.8-next.0
|
|
15676
16138
|
- @copilotkit/runtime-client-gql@1.4.8-next.0
|
|
15677
16139
|
- @copilotkit/shared@1.4.8-next.0
|
|
@@ -15810,6 +16272,7 @@ CopilotKid Back-end SDK:
|
|
|
15810
16272
|
- e16d95e: New prerelease
|
|
15811
16273
|
- 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
|
|
15812
16274
|
- CopilotKit Core:
|
|
16275
|
+
|
|
15813
16276
|
- Improved error messages and overall logs
|
|
15814
16277
|
- `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
|
|
15815
16278
|
- Improved scrolling behavior. It is now possible to scroll up during LLM response generation
|
|
@@ -15817,6 +16280,7 @@ CopilotKid Back-end SDK:
|
|
|
15817
16280
|
- Updated interfaces for better developer ergonomics
|
|
15818
16281
|
|
|
15819
16282
|
CoAgents:
|
|
16283
|
+
|
|
15820
16284
|
- Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
|
|
15821
16285
|
- Support for LangGraph Platform in Remote Endpoints
|
|
15822
16286
|
- LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
|
|
@@ -15824,6 +16288,7 @@ CopilotKid Back-end SDK:
|
|
|
15824
16288
|
- Enhanced state management and message handling
|
|
15825
16289
|
|
|
15826
16290
|
CopilotKid Back-end SDK:
|
|
16291
|
+
|
|
15827
16292
|
- Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
|
|
15828
16293
|
|
|
15829
16294
|
- 8d0144f: bump
|
|
@@ -16226,6 +16691,7 @@ CopilotKid Back-end SDK:
|
|
|
16226
16691
|
### Patch Changes
|
|
16227
16692
|
|
|
16228
16693
|
- inject minified css in bundle
|
|
16694
|
+
|
|
16229
16695
|
- removes the need to import `styles.css` manually
|
|
16230
16696
|
- empty `styles.css` included in the build for backwards compatibility
|
|
16231
16697
|
- uses tsup's `injectStyles` with `postcss` to bundle and minify the CSS, then inject it as a style tag
|
|
@@ -16390,6 +16856,7 @@ CopilotKid Back-end SDK:
|
|
|
16390
16856
|
### Major Changes
|
|
16391
16857
|
|
|
16392
16858
|
- b6a4b6eb: V1.0 Release Candidate
|
|
16859
|
+
|
|
16393
16860
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
16394
16861
|
- Support for Copilot Cloud
|
|
16395
16862
|
- Generative UI
|