@copilotkit/react-textarea 0.0.0-main-20250416144141 → 0.0.0-main-20250908181442

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/CHANGELOG.md +936 -4
  2. package/README.md +124 -29
  3. package/dist/{chunk-ABYCGF77.mjs → chunk-2DF2AVDU.mjs} +2 -2
  4. package/dist/chunk-2DF2AVDU.mjs.map +1 -0
  5. package/dist/{chunk-MGYT7RNL.mjs → chunk-6SGWO63I.mjs} +5 -5
  6. package/dist/{chunk-PZYM7K4Y.mjs → chunk-7WVURIB7.mjs} +11 -7
  7. package/dist/chunk-7WVURIB7.mjs.map +1 -0
  8. package/dist/{chunk-4XXU5BSA.mjs → chunk-C3PMJNQA.mjs} +18 -23
  9. package/dist/chunk-C3PMJNQA.mjs.map +1 -0
  10. package/dist/{chunk-4CVSOOJY.mjs → chunk-F6RLSVG3.mjs} +5 -5
  11. package/dist/chunk-F6RLSVG3.mjs.map +1 -0
  12. package/dist/{chunk-2VMZ5ZWT.mjs → chunk-HBWBHJ64.mjs} +4 -7
  13. package/dist/chunk-HBWBHJ64.mjs.map +1 -0
  14. package/dist/{chunk-BNBGJBBM.mjs → chunk-NZIHZWRU.mjs} +6 -6
  15. package/dist/chunk-NZIHZWRU.mjs.map +1 -0
  16. package/dist/components/base-copilot-textarea/base-copilot-textarea.js +219 -223
  17. package/dist/components/base-copilot-textarea/base-copilot-textarea.js.map +1 -1
  18. package/dist/components/base-copilot-textarea/base-copilot-textarea.mjs +7 -7
  19. package/dist/components/copilot-textarea/copilot-textarea.d.ts +1 -1
  20. package/dist/components/copilot-textarea/copilot-textarea.js +221 -225
  21. package/dist/components/copilot-textarea/copilot-textarea.js.map +1 -1
  22. package/dist/components/copilot-textarea/copilot-textarea.mjs +11 -11
  23. package/dist/components/hovering-toolbar/hovering-toolbar.js +281 -289
  24. package/dist/components/hovering-toolbar/hovering-toolbar.js.map +1 -1
  25. package/dist/components/hovering-toolbar/hovering-toolbar.mjs +4 -4
  26. package/dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.js +0 -3
  27. package/dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.js.map +1 -1
  28. package/dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.mjs +2 -2
  29. package/dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.d.ts +0 -1
  30. package/dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.js +0 -3
  31. package/dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.js.map +1 -1
  32. package/dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.mjs +3 -3
  33. package/dist/components/hovering-toolbar/text-insertion-prompt-box/index.js +0 -3
  34. package/dist/components/hovering-toolbar/text-insertion-prompt-box/index.js.map +1 -1
  35. package/dist/components/hovering-toolbar/text-insertion-prompt-box/index.mjs +3 -3
  36. package/dist/components/index.js +223 -227
  37. package/dist/components/index.js.map +1 -1
  38. package/dist/components/index.mjs +11 -11
  39. package/dist/index.js +223 -227
  40. package/dist/index.js.map +1 -1
  41. package/dist/index.mjs +11 -11
  42. package/dist/types/autosuggestions-config/autosuggestions-config.js +4 -4
  43. package/dist/types/autosuggestions-config/autosuggestions-config.js.map +1 -1
  44. package/dist/types/autosuggestions-config/autosuggestions-config.mjs +3 -3
  45. package/dist/types/autosuggestions-config/index.js +4 -4
  46. package/dist/types/autosuggestions-config/index.js.map +1 -1
  47. package/dist/types/autosuggestions-config/index.mjs +3 -3
  48. package/dist/types/base/base-autosuggestions-config.d.ts +4 -0
  49. package/dist/types/base/base-autosuggestions-config.js +4 -4
  50. package/dist/types/base/base-autosuggestions-config.js.map +1 -1
  51. package/dist/types/base/base-autosuggestions-config.mjs +1 -1
  52. package/dist/types/base/index.js +4 -4
  53. package/dist/types/base/index.js.map +1 -1
  54. package/dist/types/base/index.mjs +1 -1
  55. package/dist/types/index.js +4 -4
  56. package/dist/types/index.js.map +1 -1
  57. package/dist/types/index.mjs +3 -3
  58. package/package.json +7 -6
  59. package/src/components/base-copilot-textarea/base-copilot-textarea.tsx +7 -1
  60. package/src/components/copilot-textarea/copilot-textarea.tsx +1 -1
  61. package/src/components/hovering-toolbar/hovering-toolbar.tsx +43 -40
  62. package/src/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.tsx +0 -3
  63. package/src/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.tsx +0 -1
  64. package/src/types/base/base-autosuggestions-config.tsx +9 -4
  65. package/tsup.config.ts +1 -6
  66. package/dist/chunk-2VMZ5ZWT.mjs.map +0 -1
  67. package/dist/chunk-4CVSOOJY.mjs.map +0 -1
  68. package/dist/chunk-4XXU5BSA.mjs.map +0 -1
  69. package/dist/chunk-ABYCGF77.mjs.map +0 -1
  70. package/dist/chunk-BNBGJBBM.mjs.map +0 -1
  71. package/dist/chunk-PZYM7K4Y.mjs.map +0 -1
  72. package/dist/lib/utils.test.d.ts +0 -2
  73. package/dist/lib/utils.test.js +0 -9
  74. package/dist/lib/utils.test.js.map +0 -1
  75. package/dist/lib/utils.test.mjs +0 -7
  76. package/dist/lib/utils.test.mjs.map +0 -1
  77. /package/dist/{chunk-MGYT7RNL.mjs.map → chunk-6SGWO63I.mjs.map} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,13 +1,945 @@
1
1
  # ui
2
2
 
3
- ## 0.0.0-main-20250416144141
3
+ ## 0.0.0-main-20250908181442
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ef98963]
8
+ - Updated dependencies [a640d8e]
9
+ - Updated dependencies [052d54d]
10
+ - @copilotkit/react-core@0.0.0-main-20250908181442
11
+ - @copilotkit/shared@0.0.0-main-20250908181442
12
+ - @copilotkit/runtime-client-gql@0.0.0-main-20250908181442
13
+
14
+ ## 1.10.4-next.3
15
+
16
+ ### Patch Changes
17
+
18
+ - @copilotkit/react-core@1.10.4-next.3
19
+ - @copilotkit/runtime-client-gql@1.10.4-next.3
20
+ - @copilotkit/shared@1.10.4-next.3
21
+
22
+ ## 1.10.4-next.2
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies [ef98963]
27
+ - @copilotkit/react-core@1.10.4-next.2
28
+ - @copilotkit/runtime-client-gql@1.10.4-next.2
29
+ - @copilotkit/shared@1.10.4-next.2
30
+
31
+ ## 1.10.4-next.1
32
+
33
+ ### Patch Changes
34
+
35
+ - Updated dependencies [a640d8e]
36
+ - @copilotkit/shared@1.10.4-next.1
37
+ - @copilotkit/runtime-client-gql@1.10.4-next.1
38
+ - @copilotkit/react-core@1.10.4-next.1
39
+
40
+ ## 1.10.4-next.0
41
+
42
+ ### Patch Changes
43
+
44
+ - Updated dependencies [052d54d]
45
+ - @copilotkit/react-core@1.10.4-next.0
46
+ - @copilotkit/runtime-client-gql@1.10.4-next.0
47
+ - @copilotkit/shared@1.10.4-next.0
48
+
49
+ ## 1.10.3
50
+
51
+ ### Patch Changes
52
+
53
+ - Updated dependencies [ea74047]
54
+ - @copilotkit/shared@1.10.3
55
+ - @copilotkit/runtime-client-gql@1.10.3
56
+ - @copilotkit/react-core@1.10.3
57
+
58
+ ## 1.10.3-next.3
59
+
60
+ ### Patch Changes
61
+
62
+ - @copilotkit/runtime-client-gql@1.10.3-next.3
63
+ - @copilotkit/react-core@1.10.3-next.3
64
+ - @copilotkit/shared@1.10.3-next.3
65
+
66
+ ## 1.10.3-next.2
67
+
68
+ ### Patch Changes
69
+
70
+ - @copilotkit/runtime-client-gql@1.10.3-next.2
71
+ - @copilotkit/react-core@1.10.3-next.2
72
+ - @copilotkit/shared@1.10.3-next.2
73
+
74
+ ## 1.10.3-next.1
75
+
76
+ ### Patch Changes
77
+
78
+ - @copilotkit/react-core@1.10.3-next.1
79
+ - @copilotkit/runtime-client-gql@1.10.3-next.1
80
+ - @copilotkit/shared@1.10.3-next.1
81
+
82
+ ## 1.10.3-next.0
83
+
84
+ ### Patch Changes
85
+
86
+ - Updated dependencies [ea74047]
87
+ - @copilotkit/shared@1.10.3-next.0
88
+ - @copilotkit/runtime-client-gql@1.10.3-next.0
89
+ - @copilotkit/react-core@1.10.3-next.0
90
+
91
+ ## 1.10.2
92
+
93
+ ### Patch Changes
94
+
95
+ - Updated dependencies [db5bbda]
96
+ - @copilotkit/react-core@1.10.2
97
+ - @copilotkit/runtime-client-gql@1.10.2
98
+ - @copilotkit/shared@1.10.2
99
+
100
+ ## 1.10.2-next.0
101
+
102
+ ### Patch Changes
103
+
104
+ - Updated dependencies [db5bbda]
105
+ - @copilotkit/react-core@1.10.2-next.0
106
+ - @copilotkit/runtime-client-gql@1.10.2-next.0
107
+ - @copilotkit/shared@1.10.2-next.0
108
+
109
+ ## 1.10.1
110
+
111
+ ### Patch Changes
112
+
113
+ - Updated dependencies [76e2603]
114
+ - Updated dependencies [7bf9dfa]
115
+ - @copilotkit/runtime-client-gql@1.10.1
116
+ - @copilotkit/react-core@1.10.1
117
+ - @copilotkit/shared@1.10.1
118
+
119
+ ## 1.10.1-next.2
120
+
121
+ ### Patch Changes
122
+
123
+ - @copilotkit/react-core@1.10.1-next.2
124
+ - @copilotkit/runtime-client-gql@1.10.1-next.2
125
+ - @copilotkit/shared@1.10.1-next.2
126
+
127
+ ## 1.10.1-next.1
128
+
129
+ ### Patch Changes
130
+
131
+ - Updated dependencies [76e2603]
132
+ - @copilotkit/runtime-client-gql@1.10.1-next.1
133
+ - @copilotkit/react-core@1.10.1-next.1
134
+ - @copilotkit/shared@1.10.1-next.1
135
+
136
+ ## 1.10.1-next.0
137
+
138
+ ### Patch Changes
139
+
140
+ - Updated dependencies [7bf9dfa]
141
+ - @copilotkit/runtime-client-gql@1.10.1-next.0
142
+ - @copilotkit/react-core@1.10.1-next.0
143
+ - @copilotkit/shared@1.10.1-next.0
144
+
145
+ ## 1.10.0
146
+
147
+ ### Patch Changes
148
+
149
+ - Updated dependencies [967d0ab]
150
+ - Updated dependencies [a8c0263]
151
+ - Updated dependencies [8674da1]
152
+ - Updated dependencies [6d1de58]
153
+ - Updated dependencies [6de24ce]
154
+ - Updated dependencies [b64555d]
155
+ - @copilotkit/react-core@1.10.0
156
+ - @copilotkit/shared@1.10.0
157
+ - @copilotkit/runtime-client-gql@1.10.0
158
+
159
+ ## 1.10.0-next.13
160
+
161
+ ### Patch Changes
162
+
163
+ - @copilotkit/runtime-client-gql@1.10.0-next.13
164
+ - @copilotkit/react-core@1.10.0-next.13
165
+ - @copilotkit/shared@1.10.0-next.13
166
+
167
+ ## 1.10.0-next.12
168
+
169
+ ### Patch Changes
170
+
171
+ - Updated dependencies [b64555d]
172
+ - @copilotkit/react-core@1.10.0-next.12
173
+ - @copilotkit/runtime-client-gql@1.10.0-next.12
174
+ - @copilotkit/shared@1.10.0-next.12
175
+
176
+ ## 1.10.0-next.11
177
+
178
+ ### Patch Changes
179
+
180
+ - @copilotkit/runtime-client-gql@1.10.0-next.11
181
+ - @copilotkit/react-core@1.10.0-next.11
182
+ - @copilotkit/shared@1.10.0-next.11
183
+
184
+ ## 1.10.0-next.10
185
+
186
+ ### Patch Changes
187
+
188
+ - Updated dependencies [6d1de58]
189
+ - @copilotkit/react-core@1.10.0-next.10
190
+ - @copilotkit/shared@1.10.0-next.10
191
+ - @copilotkit/runtime-client-gql@1.10.0-next.10
192
+
193
+ ## 1.10.0-next.9
194
+
195
+ ### Patch Changes
196
+
197
+ - @copilotkit/react-core@1.10.0-next.9
198
+ - @copilotkit/runtime-client-gql@1.10.0-next.9
199
+ - @copilotkit/shared@1.10.0-next.9
200
+
201
+ ## 1.10.0-next.8
202
+
203
+ ### Patch Changes
204
+
205
+ - Updated dependencies [6de24ce]
206
+ - @copilotkit/react-core@1.10.0-next.8
207
+ - @copilotkit/runtime-client-gql@1.10.0-next.8
208
+ - @copilotkit/shared@1.10.0-next.8
209
+
210
+ ## 1.10.0-next.7
211
+
212
+ ### Patch Changes
213
+
214
+ - @copilotkit/runtime-client-gql@1.10.0-next.7
215
+ - @copilotkit/react-core@1.10.0-next.7
216
+ - @copilotkit/shared@1.10.0-next.7
217
+
218
+ ## 1.10.0-next.6
219
+
220
+ ### Patch Changes
221
+
222
+ - @copilotkit/runtime-client-gql@1.10.0-next.6
223
+ - @copilotkit/react-core@1.10.0-next.6
224
+ - @copilotkit/shared@1.10.0-next.6
225
+
226
+ ## 1.10.0-next.5
227
+
228
+ ### Patch Changes
229
+
230
+ - Updated dependencies [a8c0263]
231
+ - @copilotkit/shared@1.10.0-next.5
232
+ - @copilotkit/react-core@1.10.0-next.5
233
+ - @copilotkit/runtime-client-gql@1.10.0-next.5
234
+
235
+ ## 1.10.0-next.4
236
+
237
+ ### Patch Changes
238
+
239
+ - Updated dependencies [967d0ab]
240
+ - @copilotkit/react-core@1.10.0-next.4
241
+ - @copilotkit/runtime-client-gql@1.10.0-next.4
242
+ - @copilotkit/shared@1.10.0-next.4
243
+
244
+ ## 1.10.0-next.3
245
+
246
+ ### Patch Changes
247
+
248
+ - @copilotkit/runtime-client-gql@1.10.0-next.3
249
+ - @copilotkit/react-core@1.10.0-next.3
250
+ - @copilotkit/shared@1.10.0-next.3
251
+
252
+ ## 1.10.0-next.2
253
+
254
+ ### Patch Changes
255
+
256
+ - @copilotkit/runtime-client-gql@1.10.0-next.2
257
+ - @copilotkit/react-core@1.10.0-next.2
258
+ - @copilotkit/shared@1.10.0-next.2
259
+
260
+ ## 1.10.0-next.1
261
+
262
+ ### Patch Changes
263
+
264
+ - @copilotkit/runtime-client-gql@1.10.0-next.1
265
+ - @copilotkit/react-core@1.10.0-next.1
266
+ - @copilotkit/shared@1.10.0-next.1
267
+
268
+ ## 1.10.0-next.0
269
+
270
+ ### Patch Changes
271
+
272
+ - Updated dependencies [8674da1]
273
+ - @copilotkit/react-core@1.10.0-next.0
274
+ - @copilotkit/shared@1.10.0-next.0
275
+ - @copilotkit/runtime-client-gql@1.10.0-next.0
276
+
277
+ ## 1.9.3
278
+
279
+ ### Patch Changes
280
+
281
+ - Updated dependencies [f83bda0]
282
+ - Updated dependencies [1bda332]
283
+ - @copilotkit/react-core@1.9.3
284
+ - @copilotkit/shared@1.9.3
285
+ - @copilotkit/runtime-client-gql@1.9.3
286
+
287
+ ## 1.9.3-next.4
288
+
289
+ ### Patch Changes
290
+
291
+ - Updated dependencies [f83bda0]
292
+ - @copilotkit/react-core@1.9.3-next.4
293
+ - @copilotkit/runtime-client-gql@1.9.3-next.4
294
+ - @copilotkit/shared@1.9.3-next.4
295
+
296
+ ## 1.9.3-next.3
297
+
298
+ ### Patch Changes
299
+
300
+ - Updated dependencies [1bda332]
301
+ - @copilotkit/shared@1.9.3-next.3
302
+ - @copilotkit/runtime-client-gql@1.9.3-next.3
303
+ - @copilotkit/react-core@1.9.3-next.3
304
+
305
+ ## 1.9.3-next.2
306
+
307
+ ### Patch Changes
308
+
309
+ - @copilotkit/runtime-client-gql@1.9.3-next.2
310
+ - @copilotkit/react-core@1.9.3-next.2
311
+ - @copilotkit/shared@1.9.3-next.2
312
+
313
+ ## 1.9.3-next.1
314
+
315
+ ### Patch Changes
316
+
317
+ - @copilotkit/runtime-client-gql@1.9.3-next.1
318
+ - @copilotkit/react-core@1.9.3-next.1
319
+ - @copilotkit/shared@1.9.3-next.1
320
+
321
+ ## 1.9.3-next.0
322
+
323
+ ### Patch Changes
324
+
325
+ - @copilotkit/runtime-client-gql@1.9.3-next.0
326
+ - @copilotkit/react-core@1.9.3-next.0
327
+ - @copilotkit/shared@1.9.3-next.0
328
+
329
+ ## 1.9.2
330
+
331
+ ### Patch Changes
332
+
333
+ - Updated dependencies [cbeccb5]
334
+ - Updated dependencies [3f8c575]
335
+ - Updated dependencies [fac89c2]
336
+ - Updated dependencies [e1de032]
337
+ - Updated dependencies [92e8d1c]
338
+ - Updated dependencies [9169ad7]
339
+ - Updated dependencies [c75a04f]
340
+ - Updated dependencies [c75a04f]
341
+ - Updated dependencies [fe9009c]
342
+ - Updated dependencies [1d1c51d]
343
+ - Updated dependencies [10345a5]
344
+ - Updated dependencies [9169ad7]
345
+ - Updated dependencies [35537f1]
346
+ - @copilotkit/react-core@1.9.2
347
+ - @copilotkit/shared@1.9.2
348
+ - @copilotkit/runtime-client-gql@1.9.2
349
+
350
+ ## 1.9.2-next.26
351
+
352
+ ### Patch Changes
353
+
354
+ - @copilotkit/runtime-client-gql@1.9.2-next.26
355
+ - @copilotkit/react-core@1.9.2-next.26
356
+ - @copilotkit/shared@1.9.2-next.26
357
+
358
+ ## 1.9.2-next.25
359
+
360
+ ### Patch Changes
361
+
362
+ - @copilotkit/runtime-client-gql@1.9.2-next.25
363
+ - @copilotkit/react-core@1.9.2-next.25
364
+ - @copilotkit/shared@1.9.2-next.25
365
+
366
+ ## 1.9.2-next.24
367
+
368
+ ### Patch Changes
369
+
370
+ - @copilotkit/runtime-client-gql@1.9.2-next.24
371
+ - @copilotkit/react-core@1.9.2-next.24
372
+ - @copilotkit/shared@1.9.2-next.24
373
+
374
+ ## 1.9.2-next.23
375
+
376
+ ### Patch Changes
377
+
378
+ - @copilotkit/runtime-client-gql@1.9.2-next.23
379
+ - @copilotkit/react-core@1.9.2-next.23
380
+ - @copilotkit/shared@1.9.2-next.23
381
+
382
+ ## 1.9.2-next.22
383
+
384
+ ### Patch Changes
385
+
386
+ - Updated dependencies [c75a04f]
387
+ - Updated dependencies [c75a04f]
388
+ - @copilotkit/react-core@1.9.2-next.22
389
+ - @copilotkit/runtime-client-gql@1.9.2-next.22
390
+ - @copilotkit/shared@1.9.2-next.22
391
+
392
+ ## 1.9.2-next.21
393
+
394
+ ### Patch Changes
395
+
396
+ - Updated dependencies [92e8d1c]
397
+ - @copilotkit/react-core@1.9.2-next.21
398
+ - @copilotkit/runtime-client-gql@1.9.2-next.21
399
+ - @copilotkit/shared@1.9.2-next.21
400
+
401
+ ## 1.9.2-next.20
402
+
403
+ ### Patch Changes
404
+
405
+ - Updated dependencies [e1de032]
406
+ - @copilotkit/react-core@1.9.2-next.20
407
+ - @copilotkit/runtime-client-gql@1.9.2-next.20
408
+ - @copilotkit/shared@1.9.2-next.20
409
+
410
+ ## 1.9.2-next.19
411
+
412
+ ### Patch Changes
413
+
414
+ - @copilotkit/runtime-client-gql@1.9.2-next.19
415
+ - @copilotkit/react-core@1.9.2-next.19
416
+ - @copilotkit/shared@1.9.2-next.19
417
+
418
+ ## 1.9.2-next.18
419
+
420
+ ### Patch Changes
421
+
422
+ - Updated dependencies [fac89c2]
423
+ - @copilotkit/react-core@1.9.2-next.18
424
+ - @copilotkit/shared@1.9.2-next.18
425
+ - @copilotkit/runtime-client-gql@1.9.2-next.18
426
+
427
+ ## 1.9.2-next.17
428
+
429
+ ### Patch Changes
430
+
431
+ - @copilotkit/runtime-client-gql@1.9.2-next.17
432
+ - @copilotkit/react-core@1.9.2-next.17
433
+ - @copilotkit/shared@1.9.2-next.17
434
+
435
+ ## 1.9.2-next.16
436
+
437
+ ### Patch Changes
438
+
439
+ - Updated dependencies [fe9009c]
440
+ - @copilotkit/react-core@1.9.2-next.16
441
+ - @copilotkit/runtime-client-gql@1.9.2-next.16
442
+ - @copilotkit/shared@1.9.2-next.16
443
+
444
+ ## 1.9.2-next.15
445
+
446
+ ### Patch Changes
447
+
448
+ - Updated dependencies [cbeccb5]
449
+ - @copilotkit/react-core@1.9.2-next.15
450
+ - @copilotkit/runtime-client-gql@1.9.2-next.15
451
+ - @copilotkit/shared@1.9.2-next.15
452
+
453
+ ## 1.9.2-next.14
454
+
455
+ ### Patch Changes
456
+
457
+ - @copilotkit/runtime-client-gql@1.9.2-next.14
458
+ - @copilotkit/react-core@1.9.2-next.14
459
+ - @copilotkit/shared@1.9.2-next.14
460
+
461
+ ## 1.9.2-next.13
462
+
463
+ ### Patch Changes
464
+
465
+ - @copilotkit/runtime-client-gql@1.9.2-next.13
466
+ - @copilotkit/react-core@1.9.2-next.13
467
+ - @copilotkit/shared@1.9.2-next.13
468
+
469
+ ## 1.9.2-next.12
470
+
471
+ ### Patch Changes
472
+
473
+ - Updated dependencies [3f8c575]
474
+ - @copilotkit/react-core@1.9.2-next.12
475
+ - @copilotkit/runtime-client-gql@1.9.2-next.12
476
+ - @copilotkit/shared@1.9.2-next.12
477
+
478
+ ## 1.9.2-next.11
479
+
480
+ ### Patch Changes
481
+
482
+ - @copilotkit/runtime-client-gql@1.9.2-next.11
483
+ - @copilotkit/react-core@1.9.2-next.11
484
+ - @copilotkit/shared@1.9.2-next.11
485
+
486
+ ## 1.9.2-next.10
487
+
488
+ ### Patch Changes
489
+
490
+ - @copilotkit/runtime-client-gql@1.9.2-next.10
491
+ - @copilotkit/react-core@1.9.2-next.10
492
+ - @copilotkit/shared@1.9.2-next.10
493
+
494
+ ## 1.9.2-next.9
495
+
496
+ ### Patch Changes
497
+
498
+ - Updated dependencies [1d1c51d]
499
+ - @copilotkit/react-core@1.9.2-next.9
500
+ - @copilotkit/runtime-client-gql@1.9.2-next.9
501
+ - @copilotkit/shared@1.9.2-next.9
502
+
503
+ ## 1.9.2-next.8
504
+
505
+ ### Patch Changes
506
+
507
+ - @copilotkit/runtime-client-gql@1.9.2-next.8
508
+ - @copilotkit/react-core@1.9.2-next.8
509
+ - @copilotkit/shared@1.9.2-next.8
510
+
511
+ ## 1.9.2-next.7
512
+
513
+ ### Patch Changes
514
+
515
+ - @copilotkit/runtime-client-gql@1.9.2-next.7
516
+ - @copilotkit/react-core@1.9.2-next.7
517
+ - @copilotkit/shared@1.9.2-next.7
518
+
519
+ ## 1.9.2-next.6
520
+
521
+ ### Patch Changes
522
+
523
+ - @copilotkit/runtime-client-gql@1.9.2-next.6
524
+ - @copilotkit/react-core@1.9.2-next.6
525
+ - @copilotkit/shared@1.9.2-next.6
526
+
527
+ ## 1.9.2-next.5
528
+
529
+ ### Patch Changes
530
+
531
+ - @copilotkit/react-core@1.9.2-next.5
532
+ - @copilotkit/runtime-client-gql@1.9.2-next.5
533
+ - @copilotkit/shared@1.9.2-next.5
534
+
535
+ ## 1.9.2-next.4
536
+
537
+ ### Patch Changes
538
+
539
+ - Updated dependencies [9169ad7]
540
+ - Updated dependencies [9169ad7]
541
+ - @copilotkit/react-core@1.9.2-next.4
542
+ - @copilotkit/shared@1.9.2-next.4
543
+ - @copilotkit/runtime-client-gql@1.9.2-next.4
544
+
545
+ ## 1.9.2-next.3
546
+
547
+ ### Patch Changes
548
+
549
+ - Updated dependencies [35537f1]
550
+ - @copilotkit/react-core@1.9.2-next.3
551
+ - @copilotkit/runtime-client-gql@1.9.2-next.3
552
+ - @copilotkit/shared@1.9.2-next.3
553
+
554
+ ## 1.9.2-next.2
555
+
556
+ ### Patch Changes
557
+
558
+ - @copilotkit/runtime-client-gql@1.9.2-next.2
559
+ - @copilotkit/react-core@1.9.2-next.2
560
+ - @copilotkit/shared@1.9.2-next.2
561
+
562
+ ## 1.9.2-next.1
563
+
564
+ ### Patch Changes
565
+
566
+ - @copilotkit/runtime-client-gql@1.9.2-next.1
567
+ - @copilotkit/react-core@1.9.2-next.1
568
+ - @copilotkit/shared@1.9.2-next.1
569
+
570
+ ## 1.9.2-next.0
571
+
572
+ ### Patch Changes
573
+
574
+ - Updated dependencies [10345a5]
575
+ - @copilotkit/react-core@1.9.2-next.0
576
+ - @copilotkit/runtime-client-gql@1.9.2-next.0
577
+ - @copilotkit/shared@1.9.2-next.0
578
+
579
+ ## 1.9.1
580
+
581
+ ### Patch Changes
582
+
583
+ - Updated dependencies [deaeca0]
584
+ - @copilotkit/shared@1.9.1
585
+ - @copilotkit/runtime-client-gql@1.9.1
586
+ - @copilotkit/react-core@1.9.1
587
+
588
+ ## 1.9.1-next.0
589
+
590
+ ### Patch Changes
591
+
592
+ - Updated dependencies [deaeca0]
593
+ - @copilotkit/shared@1.9.1-next.0
594
+ - @copilotkit/runtime-client-gql@1.9.1-next.0
595
+ - @copilotkit/react-core@1.9.1-next.0
596
+
597
+ ## 1.9.0
598
+
599
+ ### Patch Changes
600
+
601
+ - 54cae30: - fix(react-core): allow custom toolChoice in forwardedParameters to override default
602
+ - fix: move react-dom to peerDependencies in @copilotkit/react-textarea
603
+ - feat: add amazon bedrock adapter support
604
+ - Updated dependencies [54cae30]
605
+ - @copilotkit/react-core@1.9.0
606
+ - @copilotkit/runtime-client-gql@1.9.0
607
+ - @copilotkit/shared@1.9.0
608
+
609
+ ## 1.9.0-next.2
610
+
611
+ ### Patch Changes
612
+
613
+ - @copilotkit/runtime-client-gql@1.9.0-next.2
614
+ - @copilotkit/react-core@1.9.0-next.2
615
+ - @copilotkit/shared@1.9.0-next.2
616
+
617
+ ## 1.8.15-next.1
618
+
619
+ ### Patch Changes
620
+
621
+ - 54cae30: - fix(react-core): allow custom toolChoice in forwardedParameters to override default
622
+ - fix: move react-dom to peerDependencies in @copilotkit/react-textarea
623
+ - feat: add amazon bedrock adapter support
624
+ - Updated dependencies [54cae30]
625
+ - @copilotkit/react-core@1.8.15-next.1
626
+ - @copilotkit/runtime-client-gql@1.8.15-next.1
627
+ - @copilotkit/shared@1.8.15-next.1
628
+
629
+ ## 1.8.15-next.0
630
+
631
+ ### Patch Changes
632
+
633
+ - @copilotkit/runtime-client-gql@1.8.15-next.0
634
+ - @copilotkit/react-core@1.8.15-next.0
635
+ - @copilotkit/shared@1.8.15-next.0
636
+
637
+ ## 1.8.14
638
+
639
+ ### Patch Changes
640
+
641
+ - Updated dependencies [34a78d8]
642
+ - Updated dependencies [9cf1fda]
643
+ - Updated dependencies [9cf1fda]
644
+ - @copilotkit/shared@1.8.14
645
+ - @copilotkit/react-core@1.8.14
646
+ - @copilotkit/runtime-client-gql@1.8.14
647
+
648
+ ## 1.8.14-next.5
649
+
650
+ ### Patch Changes
651
+
652
+ - @copilotkit/runtime-client-gql@1.8.14-next.5
653
+ - @copilotkit/react-core@1.8.14-next.5
654
+ - @copilotkit/shared@1.8.14-next.5
655
+
656
+ ## 1.8.14-next.4
657
+
658
+ ### Patch Changes
659
+
660
+ - @copilotkit/runtime-client-gql@1.8.14-next.4
661
+ - @copilotkit/react-core@1.8.14-next.4
662
+ - @copilotkit/shared@1.8.14-next.4
663
+
664
+ ## 1.8.14-next.3
665
+
666
+ ### Patch Changes
667
+
668
+ - @copilotkit/runtime-client-gql@1.8.14-next.3
669
+ - @copilotkit/react-core@1.8.14-next.3
670
+ - @copilotkit/shared@1.8.14-next.3
671
+
672
+ ## 1.8.14-next.2
673
+
674
+ ### Patch Changes
675
+
676
+ - @copilotkit/runtime-client-gql@1.8.14-next.2
677
+ - @copilotkit/react-core@1.8.14-next.2
678
+ - @copilotkit/shared@1.8.14-next.2
679
+
680
+ ## 1.8.14-next.1
681
+
682
+ ### Patch Changes
683
+
684
+ - Updated dependencies [34a78d8]
685
+ - @copilotkit/shared@1.8.14-next.1
686
+ - @copilotkit/react-core@1.8.14-next.1
687
+ - @copilotkit/runtime-client-gql@1.8.14-next.1
688
+
689
+ ## 1.8.14-next.0
690
+
691
+ ### Patch Changes
692
+
693
+ - Updated dependencies [9cf1fda]
694
+ - Updated dependencies [9cf1fda]
695
+ - @copilotkit/react-core@1.8.14-next.0
696
+ - @copilotkit/runtime-client-gql@1.8.14-next.0
697
+ - @copilotkit/shared@1.8.14-next.0
698
+
699
+ ## 1.8.13
700
+
701
+ ### Patch Changes
702
+
703
+ - Updated dependencies [7fcf5c4]
704
+ - @copilotkit/react-core@1.8.13
705
+ - @copilotkit/runtime-client-gql@1.8.13
706
+ - @copilotkit/shared@1.8.13
707
+
708
+ ## 1.8.13-next.3
709
+
710
+ ### Patch Changes
711
+
712
+ - @copilotkit/react-core@1.8.13-next.3
713
+ - @copilotkit/runtime-client-gql@1.8.13-next.3
714
+ - @copilotkit/shared@1.8.13-next.3
715
+
716
+ ## 1.8.13-next.2
717
+
718
+ ### Patch Changes
719
+
720
+ - @copilotkit/react-core@1.8.13-next.2
721
+ - @copilotkit/runtime-client-gql@1.8.13-next.2
722
+ - @copilotkit/shared@1.8.13-next.2
723
+
724
+ ## 1.8.13-next.1
725
+
726
+ ### Patch Changes
727
+
728
+ - Updated dependencies [7fcf5c4]
729
+ - @copilotkit/react-core@1.8.13-next.1
730
+ - @copilotkit/runtime-client-gql@1.8.13-next.1
731
+ - @copilotkit/shared@1.8.13-next.1
732
+
733
+ ## 1.8.13-next.0
734
+
735
+ ### Patch Changes
736
+
737
+ - @copilotkit/runtime-client-gql@1.8.13-next.0
738
+ - @copilotkit/react-core@1.8.13-next.0
739
+ - @copilotkit/shared@1.8.13-next.0
740
+
741
+ ## 1.8.12
742
+
743
+ ### Patch Changes
744
+
745
+ - Updated dependencies [3e09584]
746
+ - Updated dependencies [33ba021]
747
+ - @copilotkit/react-core@1.8.12
748
+ - @copilotkit/runtime-client-gql@1.8.12
749
+ - @copilotkit/shared@1.8.12
750
+
751
+ ## 1.8.12-next.6
752
+
753
+ ### Patch Changes
754
+
755
+ - Updated dependencies [3e09584]
756
+ - @copilotkit/react-core@1.8.12-next.6
757
+ - @copilotkit/runtime-client-gql@1.8.12-next.6
758
+ - @copilotkit/shared@1.8.12-next.6
759
+
760
+ ## 1.8.12-next.5
761
+
762
+ ### Patch Changes
763
+
764
+ - @copilotkit/react-core@1.8.12-next.5
765
+ - @copilotkit/runtime-client-gql@1.8.12-next.5
766
+ - @copilotkit/shared@1.8.12-next.5
767
+
768
+ ## 1.8.12-next.4
769
+
770
+ ### Patch Changes
771
+
772
+ - @copilotkit/runtime-client-gql@1.8.12-next.4
773
+ - @copilotkit/react-core@1.8.12-next.4
774
+ - @copilotkit/shared@1.8.12-next.4
775
+
776
+ ## 1.8.12-next.3
777
+
778
+ ### Patch Changes
779
+
780
+ - @copilotkit/react-core@1.8.12-next.3
781
+ - @copilotkit/runtime-client-gql@1.8.12-next.3
782
+ - @copilotkit/shared@1.8.12-next.3
783
+
784
+ ## 1.8.12-next.2
785
+
786
+ ### Patch Changes
787
+
788
+ - Updated dependencies [33ba021]
789
+ - @copilotkit/react-core@1.8.12-next.2
790
+ - @copilotkit/runtime-client-gql@1.8.12-next.2
791
+ - @copilotkit/shared@1.8.12-next.2
792
+
793
+ ## 1.8.12-next.1
794
+
795
+ ### Patch Changes
796
+
797
+ - @copilotkit/runtime-client-gql@1.8.12-next.1
798
+ - @copilotkit/react-core@1.8.12-next.1
799
+ - @copilotkit/shared@1.8.12-next.1
800
+
801
+ ## 1.8.12-next.0
802
+
803
+ ### Patch Changes
804
+
805
+ - @copilotkit/runtime-client-gql@1.8.12-next.0
806
+ - @copilotkit/react-core@1.8.12-next.0
807
+ - @copilotkit/shared@1.8.12-next.0
808
+
809
+ ## 1.8.11
810
+
811
+ ### Patch Changes
812
+
813
+ - @copilotkit/runtime-client-gql@1.8.11
814
+ - @copilotkit/react-core@1.8.11
815
+ - @copilotkit/shared@1.8.11
816
+
817
+ ## 1.8.11-next.1
818
+
819
+ ### Patch Changes
820
+
821
+ - @copilotkit/runtime-client-gql@1.8.11-next.1
822
+ - @copilotkit/react-core@1.8.11-next.1
823
+ - @copilotkit/shared@1.8.11-next.1
824
+
825
+ ## 1.8.11-next.0
826
+
827
+ ### Patch Changes
828
+
829
+ - @copilotkit/react-core@1.8.11-next.0
830
+ - @copilotkit/runtime-client-gql@1.8.11-next.0
831
+ - @copilotkit/shared@1.8.11-next.0
832
+
833
+ ## 1.8.10
834
+
835
+ ### Patch Changes
836
+
837
+ - Updated dependencies [742efbb]
838
+ - @copilotkit/react-core@1.8.10
839
+ - @copilotkit/runtime-client-gql@1.8.10
840
+ - @copilotkit/shared@1.8.10
841
+
842
+ ## 1.8.10-next.3
843
+
844
+ ### Patch Changes
845
+
846
+ - @copilotkit/react-core@1.8.10-next.3
847
+ - @copilotkit/runtime-client-gql@1.8.10-next.3
848
+ - @copilotkit/shared@1.8.10-next.3
849
+
850
+ ## 1.8.10-next.2
851
+
852
+ ### Patch Changes
853
+
854
+ - @copilotkit/runtime-client-gql@1.8.10-next.2
855
+ - @copilotkit/react-core@1.8.10-next.2
856
+ - @copilotkit/shared@1.8.10-next.2
857
+
858
+ ## 1.8.10-next.1
859
+
860
+ ### Patch Changes
861
+
862
+ - @copilotkit/react-core@1.8.10-next.1
863
+ - @copilotkit/runtime-client-gql@1.8.10-next.1
864
+ - @copilotkit/shared@1.8.10-next.1
865
+
866
+ ## 1.8.10-next.0
867
+
868
+ ### Patch Changes
869
+
870
+ - Updated dependencies [742efbb]
871
+ - @copilotkit/react-core@1.8.10-next.0
872
+ - @copilotkit/runtime-client-gql@1.8.10-next.0
873
+ - @copilotkit/shared@1.8.10-next.0
874
+
875
+ ## 1.8.9
876
+
877
+ ### Patch Changes
878
+
879
+ - @copilotkit/runtime-client-gql@1.8.9
880
+ - @copilotkit/react-core@1.8.9
881
+ - @copilotkit/shared@1.8.9
882
+
883
+ ## 1.8.9-next.0
884
+
885
+ ### Patch Changes
886
+
887
+ - @copilotkit/runtime-client-gql@1.8.9-next.0
888
+ - @copilotkit/react-core@1.8.9-next.0
889
+ - @copilotkit/shared@1.8.9-next.0
890
+
891
+ ## 1.8.8
892
+
893
+ ### Patch Changes
894
+
895
+ - Updated dependencies [dfb67c3]
896
+ - @copilotkit/react-core@1.8.8
897
+ - @copilotkit/runtime-client-gql@1.8.8
898
+ - @copilotkit/shared@1.8.8
899
+
900
+ ## 1.8.8-next.1
901
+
902
+ ### Patch Changes
903
+
904
+ - @copilotkit/runtime-client-gql@1.8.8-next.1
905
+ - @copilotkit/react-core@1.8.8-next.1
906
+ - @copilotkit/shared@1.8.8-next.1
907
+
908
+ ## 1.8.8-next.0
909
+
910
+ ### Patch Changes
911
+
912
+ - Updated dependencies [dfb67c3]
913
+ - @copilotkit/react-core@1.8.8-next.0
914
+ - @copilotkit/runtime-client-gql@1.8.8-next.0
915
+ - @copilotkit/shared@1.8.8-next.0
916
+
917
+ ## 1.8.7
918
+
919
+ ### Patch Changes
920
+
921
+ - Updated dependencies [8b8474f]
922
+ - @copilotkit/runtime-client-gql@1.8.7
923
+ - @copilotkit/react-core@1.8.7
924
+ - @copilotkit/shared@1.8.7
925
+
926
+ ## 1.8.7-next.0
927
+
928
+ ### Patch Changes
929
+
930
+ - Updated dependencies [8b8474f]
931
+ - @copilotkit/runtime-client-gql@1.8.7-next.0
932
+ - @copilotkit/react-core@1.8.7-next.0
933
+ - @copilotkit/shared@1.8.7-next.0
934
+
935
+ ## 1.8.6
4
936
 
5
937
  ### Patch Changes
6
938
 
7
939
  - Updated dependencies [7a04bd1]
8
- - @copilotkit/react-core@0.0.0-main-20250416144141
9
- - @copilotkit/runtime-client-gql@0.0.0-main-20250416144141
10
- - @copilotkit/shared@0.0.0-main-20250416144141
940
+ - @copilotkit/react-core@1.8.6
941
+ - @copilotkit/runtime-client-gql@1.8.6
942
+ - @copilotkit/shared@1.8.6
11
943
 
12
944
  ## 1.8.6-next.0
13
945