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