@copilotkit/react-textarea 0.0.0-main-20250416144141 → 0.0.0-max-runner-auth-20251229210625

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 (126) hide show
  1. package/CHANGELOG.md +1439 -4
  2. package/README.md +124 -29
  3. package/dist/{chunk-HDBI2WN5.mjs → chunk-2IWVZ4PP.mjs} +17 -27
  4. package/dist/chunk-2IWVZ4PP.mjs.map +1 -0
  5. package/dist/{chunk-XW3ICO4S.mjs → chunk-3QJOFG3V.mjs} +1 -1
  6. package/dist/chunk-3QJOFG3V.mjs.map +1 -0
  7. package/dist/{chunk-MGYT7RNL.mjs → chunk-6SGWO63I.mjs} +5 -5
  8. package/dist/{chunk-4XXU5BSA.mjs → chunk-72GJNLCO.mjs} +19 -24
  9. package/dist/chunk-72GJNLCO.mjs.map +1 -0
  10. package/dist/{chunk-RXV67GJN.mjs → chunk-DL3JWL2E.mjs} +4 -2
  11. package/dist/chunk-DL3JWL2E.mjs.map +1 -0
  12. package/dist/{chunk-7L6GIHDM.mjs → chunk-F2ULK22F.mjs} +1 -1
  13. package/dist/chunk-F2ULK22F.mjs.map +1 -0
  14. package/dist/{chunk-4CVSOOJY.mjs → chunk-F6RLSVG3.mjs} +5 -5
  15. package/dist/chunk-F6RLSVG3.mjs.map +1 -0
  16. package/dist/{chunk-PZYM7K4Y.mjs → chunk-FFYCP5ZP.mjs} +13 -9
  17. package/dist/chunk-FFYCP5ZP.mjs.map +1 -0
  18. package/dist/{chunk-2VMZ5ZWT.mjs → chunk-GU5LTWGL.mjs} +5 -8
  19. package/dist/chunk-GU5LTWGL.mjs.map +1 -0
  20. package/dist/{chunk-ABYCGF77.mjs → chunk-H5ZNEKUR.mjs} +2 -2
  21. package/dist/chunk-H5ZNEKUR.mjs.map +1 -0
  22. package/dist/{chunk-LQ2OWQU7.mjs → chunk-JLOABKLH.mjs} +2 -2
  23. package/dist/{chunk-LQ2OWQU7.mjs.map → chunk-JLOABKLH.mjs.map} +1 -1
  24. package/dist/{chunk-BNBGJBBM.mjs → chunk-KGU7Z4W7.mjs} +7 -7
  25. package/dist/chunk-KGU7Z4W7.mjs.map +1 -0
  26. package/dist/{chunk-3PQ7GSFE.mjs → chunk-NAFNY4FL.mjs} +1 -1
  27. package/dist/chunk-NAFNY4FL.mjs.map +1 -0
  28. package/dist/{chunk-F6GMWOLE.mjs → chunk-ZQSEYPNN.mjs} +6 -25
  29. package/dist/chunk-ZQSEYPNN.mjs.map +1 -0
  30. package/dist/components/base-copilot-textarea/base-copilot-textarea.js +210 -224
  31. package/dist/components/base-copilot-textarea/base-copilot-textarea.js.map +1 -1
  32. package/dist/components/base-copilot-textarea/base-copilot-textarea.mjs +11 -11
  33. package/dist/components/base-copilot-textarea/render-element.d.ts +3 -2
  34. package/dist/components/base-copilot-textarea/render-element.js.map +1 -1
  35. package/dist/components/base-copilot-textarea/render-element.mjs +1 -1
  36. package/dist/components/base-copilot-textarea/render-placeholder.d.ts +3 -2
  37. package/dist/components/base-copilot-textarea/render-placeholder.js.map +1 -1
  38. package/dist/components/base-copilot-textarea/render-placeholder.mjs +1 -1
  39. package/dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.js +1 -1
  40. package/dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.js.map +1 -1
  41. package/dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.mjs +1 -1
  42. package/dist/components/copilot-textarea/copilot-textarea.d.ts +4 -4
  43. package/dist/components/copilot-textarea/copilot-textarea.js +219 -247
  44. package/dist/components/copilot-textarea/copilot-textarea.js.map +1 -1
  45. package/dist/components/copilot-textarea/copilot-textarea.mjs +16 -16
  46. package/dist/components/hovering-toolbar/hovering-toolbar-components.d.ts +1 -1
  47. package/dist/components/hovering-toolbar/hovering-toolbar-components.js +16 -26
  48. package/dist/components/hovering-toolbar/hovering-toolbar-components.js.map +1 -1
  49. package/dist/components/hovering-toolbar/hovering-toolbar-components.mjs +1 -1
  50. package/dist/components/hovering-toolbar/hovering-toolbar.js +271 -289
  51. package/dist/components/hovering-toolbar/hovering-toolbar.js.map +1 -1
  52. package/dist/components/hovering-toolbar/hovering-toolbar.mjs +6 -6
  53. package/dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.js +0 -3
  54. package/dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.js.map +1 -1
  55. package/dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.mjs +3 -3
  56. package/dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.d.ts +0 -1
  57. package/dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.js +0 -3
  58. package/dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.js.map +1 -1
  59. package/dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.mjs +4 -4
  60. package/dist/components/hovering-toolbar/text-insertion-prompt-box/index.js +0 -3
  61. package/dist/components/hovering-toolbar/text-insertion-prompt-box/index.js.map +1 -1
  62. package/dist/components/hovering-toolbar/text-insertion-prompt-box/index.mjs +4 -4
  63. package/dist/components/index.js +221 -249
  64. package/dist/components/index.js.map +1 -1
  65. package/dist/components/index.mjs +16 -16
  66. package/dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.js +4 -20
  67. package/dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.js.map +1 -1
  68. package/dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.mjs +1 -1
  69. package/dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.js +3 -1
  70. package/dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.js.map +1 -1
  71. package/dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.mjs +1 -1
  72. package/dist/hooks/misc/use-autosize-textarea.d.ts +1 -1
  73. package/dist/hooks/misc/use-autosize-textarea.js.map +1 -1
  74. package/dist/hooks/misc/use-autosize-textarea.mjs +1 -1
  75. package/dist/index.js +221 -249
  76. package/dist/index.js.map +1 -1
  77. package/dist/index.mjs +16 -16
  78. package/dist/types/autosuggestions-config/autosuggestions-config.js +4 -4
  79. package/dist/types/autosuggestions-config/autosuggestions-config.js.map +1 -1
  80. package/dist/types/autosuggestions-config/autosuggestions-config.mjs +3 -3
  81. package/dist/types/autosuggestions-config/index.js +4 -4
  82. package/dist/types/autosuggestions-config/index.js.map +1 -1
  83. package/dist/types/autosuggestions-config/index.mjs +3 -3
  84. package/dist/types/base/base-autosuggestions-config.d.ts +4 -0
  85. package/dist/types/base/base-autosuggestions-config.js +4 -4
  86. package/dist/types/base/base-autosuggestions-config.js.map +1 -1
  87. package/dist/types/base/base-autosuggestions-config.mjs +1 -1
  88. package/dist/types/base/index.js +4 -4
  89. package/dist/types/base/index.js.map +1 -1
  90. package/dist/types/base/index.mjs +1 -1
  91. package/dist/types/index.js +4 -4
  92. package/dist/types/index.js.map +1 -1
  93. package/dist/types/index.mjs +3 -3
  94. package/package.json +9 -8
  95. package/src/components/base-copilot-textarea/base-copilot-textarea.tsx +7 -1
  96. package/src/components/base-copilot-textarea/render-element.tsx +2 -1
  97. package/src/components/base-copilot-textarea/render-placeholder.tsx +2 -1
  98. package/src/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.tsx +1 -1
  99. package/src/components/copilot-textarea/copilot-textarea.tsx +4 -4
  100. package/src/components/hovering-toolbar/hovering-toolbar-components.tsx +28 -40
  101. package/src/components/hovering-toolbar/hovering-toolbar.tsx +43 -40
  102. package/src/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.tsx +0 -3
  103. package/src/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.tsx +0 -1
  104. package/src/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.tsx +24 -22
  105. package/src/hooks/make-autosuggestions-function/use-make-standard-insertion-function.tsx +2 -1
  106. package/src/hooks/misc/use-autosize-textarea.tsx +1 -1
  107. package/src/types/base/base-autosuggestions-config.tsx +9 -4
  108. package/tsup.config.ts +1 -6
  109. package/dist/chunk-2VMZ5ZWT.mjs.map +0 -1
  110. package/dist/chunk-3PQ7GSFE.mjs.map +0 -1
  111. package/dist/chunk-4CVSOOJY.mjs.map +0 -1
  112. package/dist/chunk-4XXU5BSA.mjs.map +0 -1
  113. package/dist/chunk-7L6GIHDM.mjs.map +0 -1
  114. package/dist/chunk-ABYCGF77.mjs.map +0 -1
  115. package/dist/chunk-BNBGJBBM.mjs.map +0 -1
  116. package/dist/chunk-F6GMWOLE.mjs.map +0 -1
  117. package/dist/chunk-HDBI2WN5.mjs.map +0 -1
  118. package/dist/chunk-PZYM7K4Y.mjs.map +0 -1
  119. package/dist/chunk-RXV67GJN.mjs.map +0 -1
  120. package/dist/chunk-XW3ICO4S.mjs.map +0 -1
  121. package/dist/lib/utils.test.d.ts +0 -2
  122. package/dist/lib/utils.test.js +0 -9
  123. package/dist/lib/utils.test.js.map +0 -1
  124. package/dist/lib/utils.test.mjs +0 -7
  125. package/dist/lib/utils.test.mjs.map +0 -1
  126. /package/dist/{chunk-MGYT7RNL.mjs.map → chunk-6SGWO63I.mjs.map} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,13 +1,1448 @@
1
1
  # ui
2
2
 
3
- ## 0.0.0-main-20250416144141
3
+ ## 0.0.0-max-runner-auth-20251229210625
4
+
5
+ ### Patch Changes
6
+
7
+ - @copilotkit/runtime-client-gql@0.0.0-max-runner-auth-20251229210625
8
+ - @copilotkit/react-core@0.0.0-max-runner-auth-20251229210625
9
+ - @copilotkit/shared@0.0.0-max-runner-auth-20251229210625
10
+
11
+ ## 1.50.1
12
+
13
+ ### Patch Changes
14
+
15
+ - 80dffec: Updated the default model and API version for the Google GenAI adapter
16
+ - Updated dependencies [bdc7a8f]
17
+ - Updated dependencies [80dffec]
18
+ - Updated dependencies [cfa4185]
19
+ - Updated dependencies [eac8b20]
20
+ - @copilotkit/react-core@1.50.1
21
+ - @copilotkit/runtime-client-gql@1.50.1
22
+ - @copilotkit/shared@1.50.1
23
+
24
+ ## 1.50.1-next.3
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies [eac8b20]
29
+ - @copilotkit/react-core@1.50.1-next.3
30
+ - @copilotkit/runtime-client-gql@1.50.1-next.3
31
+ - @copilotkit/shared@1.50.1-next.3
32
+
33
+ ## 1.50.1-next.2
34
+
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies [bdc7a8f]
38
+ - @copilotkit/react-core@1.50.1-next.2
39
+ - @copilotkit/runtime-client-gql@1.50.1-next.2
40
+ - @copilotkit/shared@1.50.1-next.2
41
+
42
+ ## 1.50.1-next.1
43
+
44
+ ### Patch Changes
45
+
46
+ - Updated dependencies [cfa4185]
47
+ - @copilotkit/react-core@1.50.1-next.1
48
+ - @copilotkit/runtime-client-gql@1.50.1-next.1
49
+ - @copilotkit/shared@1.50.1-next.1
50
+
51
+ ## 1.50.1-next.0
52
+
53
+ ### Patch Changes
54
+
55
+ - Updated the default model and API version for the Google GenAI adapter
56
+ - Updated dependencies
57
+ - @copilotkit/runtime-client-gql@1.50.1-next.0
58
+ - @copilotkit/react-core@1.50.1-next.0
59
+ - @copilotkit/shared@1.50.1-next.0
60
+
61
+ ## 1.50.0
62
+
63
+ ### Minor Changes
64
+
65
+ - 0fc76d7: add new runner with telemetry baked in
66
+ - c942f9c: Minor fixes and stability improvements
67
+ - eed6021: Updating to the latest version of vnext
68
+ - 3b7367e: Improving general stability around LangChain
69
+ - 7ff9ca7: Minor fixes and improvements
70
+ - 974875e: Lint and format code to resolve Prettier errors
71
+ - 3bd484f: Minor fixes and stability improvements
72
+ - 5a534bf: fix telemetry in v1.50 runtime
73
+ - 907ae5d: - feat: route CPK implementation to 2.0 copilotkitnext
74
+ - 769a06c: Refactor suggestions to not always run
75
+ - 788292b: Improving langchain dependency resolution
76
+ - eab69a2: Enabling the new inspector
77
+ - 0a7bfe0: Updating dependency versions across all packages
78
+
79
+ ### Patch Changes
80
+
81
+ - Updated dependencies [0fc76d7]
82
+ - Updated dependencies [c942f9c]
83
+ - Updated dependencies [bad5f06]
84
+ - Updated dependencies [8ce60af]
85
+ - Updated dependencies [33f47e3]
86
+ - Updated dependencies [04057d5]
87
+ - Updated dependencies [6ce0edc]
88
+ - Updated dependencies [2c93ff1]
89
+ - Updated dependencies [b0e3652]
90
+ - Updated dependencies [7643e71]
91
+ - Updated dependencies [d55a8bd]
92
+ - Updated dependencies [eed6021]
93
+ - Updated dependencies [3b7367e]
94
+ - Updated dependencies [c38da1c]
95
+ - Updated dependencies [7ff9ca7]
96
+ - Updated dependencies [3c60073]
97
+ - Updated dependencies [962546c]
98
+ - Updated dependencies [974875e]
99
+ - Updated dependencies [4942f62]
100
+ - Updated dependencies [3bd484f]
101
+ - Updated dependencies [5a534bf]
102
+ - Updated dependencies [ca8eb39]
103
+ - Updated dependencies [907ae5d]
104
+ - Updated dependencies [769a06c]
105
+ - Updated dependencies [788292b]
106
+ - Updated dependencies [c3d55e5]
107
+ - Updated dependencies [eab69a2]
108
+ - Updated dependencies [5840bab]
109
+ - Updated dependencies [7808fac]
110
+ - Updated dependencies [0a7bfe0]
111
+ - Updated dependencies [c70210e]
112
+ - Updated dependencies [d2c57a1]
113
+ - @copilotkit/runtime-client-gql@1.50.0
114
+ - @copilotkit/react-core@1.50.0
115
+ - @copilotkit/shared@1.50.0
116
+
117
+ ## 1.50.0-beta.19
118
+
119
+ ### Minor Changes
120
+
121
+ - Improving langchain dependency resolution
122
+
123
+ ### Patch Changes
124
+
125
+ - Updated dependencies
126
+ - @copilotkit/runtime-client-gql@1.50.0-beta.19
127
+ - @copilotkit/react-core@1.50.0-beta.19
128
+ - @copilotkit/shared@1.50.0-beta.19
129
+
130
+ ## 1.50.0-beta.18
131
+
132
+ ### Minor Changes
133
+
134
+ - Improving general stability around LangChain
135
+
136
+ ### Patch Changes
137
+
138
+ - Updated dependencies
139
+ - @copilotkit/runtime-client-gql@1.50.0-beta.18
140
+ - @copilotkit/react-core@1.50.0-beta.18
141
+ - @copilotkit/shared@1.50.0-beta.18
142
+
143
+ ## 1.50.0-beta.17
144
+
145
+ ### Minor Changes
146
+
147
+ - Minor fixes and improvements
148
+
149
+ ### Patch Changes
150
+
151
+ - Updated dependencies
152
+ - @copilotkit/runtime-client-gql@1.50.0-beta.17
153
+ - @copilotkit/react-core@1.50.0-beta.17
154
+ - @copilotkit/shared@1.50.0-beta.17
155
+
156
+ ## 1.50.0-beta.16
157
+
158
+ ### Minor Changes
159
+
160
+ - Minor fixes and stability improvements
161
+
162
+ ### Patch Changes
163
+
164
+ - Updated dependencies
165
+ - @copilotkit/runtime-client-gql@1.50.0-beta.16
166
+ - @copilotkit/react-core@1.50.0-beta.16
167
+ - @copilotkit/shared@1.50.0-beta.16
168
+
169
+ ## 1.50.0-beta.15
170
+
171
+ ### Minor Changes
172
+
173
+ - Lint and format code to resolve Prettier errors
174
+
175
+ ### Patch Changes
176
+
177
+ - Updated dependencies
178
+ - @copilotkit/runtime-client-gql@1.50.0-beta.15
179
+ - @copilotkit/react-core@1.50.0-beta.15
180
+ - @copilotkit/shared@1.50.0-beta.15
181
+
182
+ ## 1.50.0-beta.14
183
+
184
+ ### Minor Changes
185
+
186
+ - Minor fixes and stability improvements
187
+
188
+ ### Patch Changes
189
+
190
+ - Updated dependencies
191
+ - @copilotkit/runtime-client-gql@1.50.0-beta.14
192
+ - @copilotkit/react-core@1.50.0-beta.14
193
+ - @copilotkit/shared@1.50.0-beta.14
194
+
195
+ ## 1.50.0-beta.13
196
+
197
+ ### Minor Changes
198
+
199
+ - Updating to the latest version of vnext
200
+
201
+ ### Patch Changes
202
+
203
+ - Updated dependencies
204
+ - @copilotkit/runtime-client-gql@1.50.0-beta.13
205
+ - @copilotkit/react-core@1.50.0-beta.13
206
+ - @copilotkit/shared@1.50.0-beta.13
207
+
208
+ ## 1.50.0-beta.12
209
+
210
+ ### Minor Changes
211
+
212
+ - eab69a2: Enabling the new inspector
213
+
214
+ ### Patch Changes
215
+
216
+ - Updated dependencies [eab69a2]
217
+ - @copilotkit/runtime-client-gql@1.50.0-beta.12
218
+ - @copilotkit/react-core@1.50.0-beta.12
219
+ - @copilotkit/shared@1.50.0-beta.12
220
+
221
+ ## 1.50.0-beta.11
222
+
223
+ ### Minor Changes
224
+
225
+ - fix telemetry in v1.50 runtime
226
+
227
+ ### Patch Changes
228
+
229
+ - Updated dependencies
230
+ - @copilotkit/runtime-client-gql@1.50.0-beta.11
231
+ - @copilotkit/react-core@1.50.0-beta.11
232
+ - @copilotkit/shared@1.50.0-beta.11
233
+
234
+ ## 1.50.0-beta.10
235
+
236
+ ### Minor Changes
237
+
238
+ - add new runner with telemetry baked in
239
+
240
+ ### Patch Changes
241
+
242
+ - Updated dependencies
243
+ - @copilotkit/runtime-client-gql@1.50.0-beta.10
244
+ - @copilotkit/react-core@1.50.0-beta.10
245
+ - @copilotkit/shared@1.50.0-beta.10
246
+
247
+ ## 1.50.0-beta.9
248
+
249
+ ### Minor Changes
250
+
251
+ - Refactor suggestions to not always run
252
+
253
+ ### Patch Changes
254
+
255
+ - Updated dependencies
256
+ - @copilotkit/runtime-client-gql@1.50.0-beta.9
257
+ - @copilotkit/react-core@1.50.0-beta.9
258
+ - @copilotkit/shared@1.50.0-beta.9
259
+
260
+ ## 1.50.0-beta.8
261
+
262
+ ### Patch Changes
263
+
264
+ - @copilotkit/react-core@1.50.0-beta.8
265
+ - @copilotkit/runtime-client-gql@1.50.0-beta.8
266
+ - @copilotkit/shared@1.50.0-beta.8
267
+
268
+ ## 1.50.0-beta.7
269
+
270
+ ### Patch Changes
271
+
272
+ - Updated dependencies [6ce0edc]
273
+ - @copilotkit/react-core@1.50.0-beta.7
274
+ - @copilotkit/runtime-client-gql@1.50.0-beta.7
275
+ - @copilotkit/shared@1.50.0-beta.7
276
+
277
+ ## 1.50.0-beta.6
278
+
279
+ ### Minor Changes
280
+
281
+ - Updating dependency versions across all packages
282
+
283
+ ### Patch Changes
284
+
285
+ - Updated dependencies
286
+ - @copilotkit/runtime-client-gql@1.50.0-beta.6
287
+ - @copilotkit/react-core@1.50.0-beta.6
288
+ - @copilotkit/shared@1.50.0-beta.6
289
+
290
+ ## 1.50.0-beta.4
291
+
292
+ ### Minor Changes
293
+
294
+ - 907ae5d: - feat: route CPK implementation to 2.0 copilotkitnext
295
+
296
+ ### Patch Changes
297
+
298
+ - Updated dependencies [bad5f06]
299
+ - Updated dependencies [8ce60af]
300
+ - Updated dependencies [33f47e3]
301
+ - Updated dependencies [04057d5]
302
+ - Updated dependencies [2c93ff1]
303
+ - Updated dependencies [b0e3652]
304
+ - Updated dependencies [7643e71]
305
+ - Updated dependencies [d55a8bd]
306
+ - Updated dependencies [c38da1c]
307
+ - Updated dependencies [3c60073]
308
+ - Updated dependencies [962546c]
309
+ - Updated dependencies [4942f62]
310
+ - Updated dependencies [ca8eb39]
311
+ - Updated dependencies [907ae5d]
312
+ - Updated dependencies [c3d55e5]
313
+ - Updated dependencies [5840bab]
314
+ - Updated dependencies [7808fac]
315
+ - Updated dependencies [c70210e]
316
+ - Updated dependencies [d2c57a1]
317
+ - @copilotkit/react-core@1.50.0-beta.4
318
+ - @copilotkit/runtime-client-gql@1.50.0-beta.4
319
+ - @copilotkit/shared@1.50.0-beta.4
320
+
321
+ ## 1.10.7-next.0
322
+
323
+ ### Patch Changes
324
+
325
+ - @copilotkit/react-core@1.10.7-next.0
326
+ - @copilotkit/runtime-client-gql@1.10.7-next.0
327
+ - @copilotkit/shared@1.10.7-next.0
328
+
329
+ ## 1.10.6
330
+
331
+ ### Patch Changes
332
+
333
+ - Updated dependencies [3ac64bf]
334
+ - Updated dependencies [c9e499f]
335
+ - Updated dependencies [8626c5a]
336
+ - Updated dependencies [e0dd5d5]
337
+ - @copilotkit/react-core@1.10.6
338
+ - @copilotkit/runtime-client-gql@1.10.6
339
+ - @copilotkit/shared@1.10.6
340
+
341
+ ## 1.10.6-next.6
342
+
343
+ ### Patch Changes
344
+
345
+ - @copilotkit/runtime-client-gql@1.10.6-next.6
346
+ - @copilotkit/react-core@1.10.6-next.6
347
+ - @copilotkit/shared@1.10.6-next.6
348
+
349
+ ## 1.10.6-next.5
350
+
351
+ ### Patch Changes
352
+
353
+ - Updated dependencies [e0dd5d5]
354
+ - @copilotkit/shared@1.10.6-next.5
355
+ - @copilotkit/runtime-client-gql@1.10.6-next.5
356
+ - @copilotkit/react-core@1.10.6-next.5
357
+
358
+ ## 1.10.6-next.4
359
+
360
+ ### Patch Changes
361
+
362
+ - Updated dependencies [8626c5a]
363
+ - @copilotkit/react-core@1.10.6-next.4
364
+ - @copilotkit/runtime-client-gql@1.10.6-next.4
365
+ - @copilotkit/shared@1.10.6-next.4
366
+
367
+ ## 1.10.6-next.3
368
+
369
+ ### Patch Changes
370
+
371
+ - @copilotkit/runtime-client-gql@1.10.6-next.3
372
+ - @copilotkit/react-core@1.10.6-next.3
373
+ - @copilotkit/shared@1.10.6-next.3
374
+
375
+ ## 1.10.6-next.2
376
+
377
+ ### Patch Changes
378
+
379
+ - Updated dependencies [3ac64bf]
380
+ - @copilotkit/react-core@1.10.6-next.2
381
+ - @copilotkit/runtime-client-gql@1.10.6-next.2
382
+ - @copilotkit/shared@1.10.6-next.2
383
+
384
+ ## 1.10.6-next.1
385
+
386
+ ### Patch Changes
387
+
388
+ - Updated dependencies [c9e499f]
389
+ - @copilotkit/react-core@1.10.6-next.1
390
+ - @copilotkit/runtime-client-gql@1.10.6-next.1
391
+ - @copilotkit/shared@1.10.6-next.1
392
+
393
+ ## 1.10.6-next.0
394
+
395
+ ### Patch Changes
396
+
397
+ - @copilotkit/react-core@1.10.6-next.0
398
+ - @copilotkit/runtime-client-gql@1.10.6-next.0
399
+ - @copilotkit/shared@1.10.6-next.0
400
+
401
+ ## 1.10.5
402
+
403
+ ### Patch Changes
404
+
405
+ - Updated dependencies [b7bc3a0]
406
+ - Updated dependencies [f3fdd7a]
407
+ - Updated dependencies [32c163e]
408
+ - Updated dependencies [6112a67]
409
+ - @copilotkit/react-core@1.10.5
410
+ - @copilotkit/runtime-client-gql@1.10.5
411
+ - @copilotkit/shared@1.10.5
412
+
413
+ ## 1.10.5-next.10
414
+
415
+ ### Patch Changes
416
+
417
+ - Updated dependencies [b79ed5c]
418
+ - @copilotkit/react-core@1.10.5-next.10
419
+ - @copilotkit/runtime-client-gql@1.10.5-next.10
420
+ - @copilotkit/shared@1.10.5-next.10
421
+
422
+ ## 1.10.5-next.9
423
+
424
+ ### Patch Changes
425
+
426
+ - @copilotkit/runtime-client-gql@1.10.5-next.9
427
+ - @copilotkit/react-core@1.10.5-next.9
428
+ - @copilotkit/shared@1.10.5-next.9
429
+
430
+ ## 1.10.5-next.8
431
+
432
+ ### Patch Changes
433
+
434
+ - @copilotkit/react-core@1.10.5-next.8
435
+ - @copilotkit/runtime-client-gql@1.10.5-next.8
436
+ - @copilotkit/shared@1.10.5-next.8
437
+
438
+ ## 1.10.5-next.7
439
+
440
+ ### Patch Changes
441
+
442
+ - @copilotkit/runtime-client-gql@1.10.5-next.7
443
+ - @copilotkit/react-core@1.10.5-next.7
444
+ - @copilotkit/shared@1.10.5-next.7
445
+
446
+ ## 1.10.5-next.6
447
+
448
+ ### Patch Changes
449
+
450
+ - Updated dependencies [f3fdd7a]
451
+ - @copilotkit/react-core@1.10.5-next.6
452
+ - @copilotkit/runtime-client-gql@1.10.5-next.6
453
+ - @copilotkit/shared@1.10.5-next.6
454
+
455
+ ## 1.10.5-next.5
456
+
457
+ ### Patch Changes
458
+
459
+ - Updated dependencies [6112a67]
460
+ - @copilotkit/react-core@1.10.5-next.5
461
+ - @copilotkit/runtime-client-gql@1.10.5-next.5
462
+ - @copilotkit/shared@1.10.5-next.5
463
+
464
+ ## 1.10.5-next.4
465
+
466
+ ### Patch Changes
467
+
468
+ - @copilotkit/runtime-client-gql@1.10.5-next.4
469
+ - @copilotkit/react-core@1.10.5-next.4
470
+ - @copilotkit/shared@1.10.5-next.4
471
+
472
+ ## 1.10.5-next.3
473
+
474
+ ### Patch Changes
475
+
476
+ - @copilotkit/runtime-client-gql@1.10.5-next.3
477
+ - @copilotkit/react-core@1.10.5-next.3
478
+ - @copilotkit/shared@1.10.5-next.3
479
+
480
+ ## 1.10.5-next.2
481
+
482
+ ### Patch Changes
483
+
484
+ - @copilotkit/runtime-client-gql@1.10.5-next.2
485
+ - @copilotkit/react-core@1.10.5-next.2
486
+ - @copilotkit/shared@1.10.5-next.2
487
+
488
+ ## 1.10.5-next.1
489
+
490
+ ### Patch Changes
491
+
492
+ - Updated dependencies [b7bc3a0]
493
+ - @copilotkit/react-core@1.10.5-next.1
494
+ - @copilotkit/runtime-client-gql@1.10.5-next.1
495
+ - @copilotkit/shared@1.10.5-next.1
496
+
497
+ ## 1.10.5-next.0
498
+
499
+ ### Patch Changes
500
+
501
+ - Updated dependencies [32c163e]
502
+ - @copilotkit/react-core@1.10.5-next.0
503
+ - @copilotkit/runtime-client-gql@1.10.5-next.0
504
+ - @copilotkit/shared@1.10.5-next.0
505
+
506
+ ## 1.10.4
507
+
508
+ ### Patch Changes
509
+
510
+ - Updated dependencies [ef98963]
511
+ - Updated dependencies [a640d8e]
512
+ - Updated dependencies [052d54d]
513
+ - @copilotkit/react-core@1.10.4
514
+ - @copilotkit/shared@1.10.4
515
+ - @copilotkit/runtime-client-gql@1.10.4
516
+
517
+ ## 1.10.4-next.3
518
+
519
+ ### Patch Changes
520
+
521
+ - @copilotkit/react-core@1.10.4-next.3
522
+ - @copilotkit/runtime-client-gql@1.10.4-next.3
523
+ - @copilotkit/shared@1.10.4-next.3
524
+
525
+ ## 1.10.4-next.2
526
+
527
+ ### Patch Changes
528
+
529
+ - Updated dependencies [ef98963]
530
+ - @copilotkit/react-core@1.10.4-next.2
531
+ - @copilotkit/runtime-client-gql@1.10.4-next.2
532
+ - @copilotkit/shared@1.10.4-next.2
533
+
534
+ ## 1.10.4-next.1
535
+
536
+ ### Patch Changes
537
+
538
+ - Updated dependencies [a640d8e]
539
+ - @copilotkit/shared@1.10.4-next.1
540
+ - @copilotkit/runtime-client-gql@1.10.4-next.1
541
+ - @copilotkit/react-core@1.10.4-next.1
542
+
543
+ ## 1.10.4-next.0
544
+
545
+ ### Patch Changes
546
+
547
+ - Updated dependencies [052d54d]
548
+ - @copilotkit/react-core@1.10.4-next.0
549
+ - @copilotkit/runtime-client-gql@1.10.4-next.0
550
+ - @copilotkit/shared@1.10.4-next.0
551
+
552
+ ## 1.10.3
553
+
554
+ ### Patch Changes
555
+
556
+ - Updated dependencies [ea74047]
557
+ - @copilotkit/shared@1.10.3
558
+ - @copilotkit/runtime-client-gql@1.10.3
559
+ - @copilotkit/react-core@1.10.3
560
+
561
+ ## 1.10.3-next.3
562
+
563
+ ### Patch Changes
564
+
565
+ - @copilotkit/runtime-client-gql@1.10.3-next.3
566
+ - @copilotkit/react-core@1.10.3-next.3
567
+ - @copilotkit/shared@1.10.3-next.3
568
+
569
+ ## 1.10.3-next.2
570
+
571
+ ### Patch Changes
572
+
573
+ - @copilotkit/runtime-client-gql@1.10.3-next.2
574
+ - @copilotkit/react-core@1.10.3-next.2
575
+ - @copilotkit/shared@1.10.3-next.2
576
+
577
+ ## 1.10.3-next.1
578
+
579
+ ### Patch Changes
580
+
581
+ - @copilotkit/react-core@1.10.3-next.1
582
+ - @copilotkit/runtime-client-gql@1.10.3-next.1
583
+ - @copilotkit/shared@1.10.3-next.1
584
+
585
+ ## 1.10.3-next.0
586
+
587
+ ### Patch Changes
588
+
589
+ - Updated dependencies [ea74047]
590
+ - @copilotkit/shared@1.10.3-next.0
591
+ - @copilotkit/runtime-client-gql@1.10.3-next.0
592
+ - @copilotkit/react-core@1.10.3-next.0
593
+
594
+ ## 1.10.2
595
+
596
+ ### Patch Changes
597
+
598
+ - Updated dependencies [db5bbda]
599
+ - @copilotkit/react-core@1.10.2
600
+ - @copilotkit/runtime-client-gql@1.10.2
601
+ - @copilotkit/shared@1.10.2
602
+
603
+ ## 1.10.2-next.0
604
+
605
+ ### Patch Changes
606
+
607
+ - Updated dependencies [db5bbda]
608
+ - @copilotkit/react-core@1.10.2-next.0
609
+ - @copilotkit/runtime-client-gql@1.10.2-next.0
610
+ - @copilotkit/shared@1.10.2-next.0
611
+
612
+ ## 1.10.1
613
+
614
+ ### Patch Changes
615
+
616
+ - Updated dependencies [76e2603]
617
+ - Updated dependencies [7bf9dfa]
618
+ - @copilotkit/runtime-client-gql@1.10.1
619
+ - @copilotkit/react-core@1.10.1
620
+ - @copilotkit/shared@1.10.1
621
+
622
+ ## 1.10.1-next.2
623
+
624
+ ### Patch Changes
625
+
626
+ - @copilotkit/react-core@1.10.1-next.2
627
+ - @copilotkit/runtime-client-gql@1.10.1-next.2
628
+ - @copilotkit/shared@1.10.1-next.2
629
+
630
+ ## 1.10.1-next.1
631
+
632
+ ### Patch Changes
633
+
634
+ - Updated dependencies [76e2603]
635
+ - @copilotkit/runtime-client-gql@1.10.1-next.1
636
+ - @copilotkit/react-core@1.10.1-next.1
637
+ - @copilotkit/shared@1.10.1-next.1
638
+
639
+ ## 1.10.1-next.0
640
+
641
+ ### Patch Changes
642
+
643
+ - Updated dependencies [7bf9dfa]
644
+ - @copilotkit/runtime-client-gql@1.10.1-next.0
645
+ - @copilotkit/react-core@1.10.1-next.0
646
+ - @copilotkit/shared@1.10.1-next.0
647
+
648
+ ## 1.10.0
649
+
650
+ ### Patch Changes
651
+
652
+ - Updated dependencies [967d0ab]
653
+ - Updated dependencies [a8c0263]
654
+ - Updated dependencies [8674da1]
655
+ - Updated dependencies [6d1de58]
656
+ - Updated dependencies [6de24ce]
657
+ - Updated dependencies [b64555d]
658
+ - @copilotkit/react-core@1.10.0
659
+ - @copilotkit/shared@1.10.0
660
+ - @copilotkit/runtime-client-gql@1.10.0
661
+
662
+ ## 1.10.0-next.13
663
+
664
+ ### Patch Changes
665
+
666
+ - @copilotkit/runtime-client-gql@1.10.0-next.13
667
+ - @copilotkit/react-core@1.10.0-next.13
668
+ - @copilotkit/shared@1.10.0-next.13
669
+
670
+ ## 1.10.0-next.12
671
+
672
+ ### Patch Changes
673
+
674
+ - Updated dependencies [b64555d]
675
+ - @copilotkit/react-core@1.10.0-next.12
676
+ - @copilotkit/runtime-client-gql@1.10.0-next.12
677
+ - @copilotkit/shared@1.10.0-next.12
678
+
679
+ ## 1.10.0-next.11
680
+
681
+ ### Patch Changes
682
+
683
+ - @copilotkit/runtime-client-gql@1.10.0-next.11
684
+ - @copilotkit/react-core@1.10.0-next.11
685
+ - @copilotkit/shared@1.10.0-next.11
686
+
687
+ ## 1.10.0-next.10
688
+
689
+ ### Patch Changes
690
+
691
+ - Updated dependencies [6d1de58]
692
+ - @copilotkit/react-core@1.10.0-next.10
693
+ - @copilotkit/shared@1.10.0-next.10
694
+ - @copilotkit/runtime-client-gql@1.10.0-next.10
695
+
696
+ ## 1.10.0-next.9
697
+
698
+ ### Patch Changes
699
+
700
+ - @copilotkit/react-core@1.10.0-next.9
701
+ - @copilotkit/runtime-client-gql@1.10.0-next.9
702
+ - @copilotkit/shared@1.10.0-next.9
703
+
704
+ ## 1.10.0-next.8
705
+
706
+ ### Patch Changes
707
+
708
+ - Updated dependencies [6de24ce]
709
+ - @copilotkit/react-core@1.10.0-next.8
710
+ - @copilotkit/runtime-client-gql@1.10.0-next.8
711
+ - @copilotkit/shared@1.10.0-next.8
712
+
713
+ ## 1.10.0-next.7
714
+
715
+ ### Patch Changes
716
+
717
+ - @copilotkit/runtime-client-gql@1.10.0-next.7
718
+ - @copilotkit/react-core@1.10.0-next.7
719
+ - @copilotkit/shared@1.10.0-next.7
720
+
721
+ ## 1.10.0-next.6
722
+
723
+ ### Patch Changes
724
+
725
+ - @copilotkit/runtime-client-gql@1.10.0-next.6
726
+ - @copilotkit/react-core@1.10.0-next.6
727
+ - @copilotkit/shared@1.10.0-next.6
728
+
729
+ ## 1.10.0-next.5
730
+
731
+ ### Patch Changes
732
+
733
+ - Updated dependencies [a8c0263]
734
+ - @copilotkit/shared@1.10.0-next.5
735
+ - @copilotkit/react-core@1.10.0-next.5
736
+ - @copilotkit/runtime-client-gql@1.10.0-next.5
737
+
738
+ ## 1.10.0-next.4
739
+
740
+ ### Patch Changes
741
+
742
+ - Updated dependencies [967d0ab]
743
+ - @copilotkit/react-core@1.10.0-next.4
744
+ - @copilotkit/runtime-client-gql@1.10.0-next.4
745
+ - @copilotkit/shared@1.10.0-next.4
746
+
747
+ ## 1.10.0-next.3
748
+
749
+ ### Patch Changes
750
+
751
+ - @copilotkit/runtime-client-gql@1.10.0-next.3
752
+ - @copilotkit/react-core@1.10.0-next.3
753
+ - @copilotkit/shared@1.10.0-next.3
754
+
755
+ ## 1.10.0-next.2
756
+
757
+ ### Patch Changes
758
+
759
+ - @copilotkit/runtime-client-gql@1.10.0-next.2
760
+ - @copilotkit/react-core@1.10.0-next.2
761
+ - @copilotkit/shared@1.10.0-next.2
762
+
763
+ ## 1.10.0-next.1
764
+
765
+ ### Patch Changes
766
+
767
+ - @copilotkit/runtime-client-gql@1.10.0-next.1
768
+ - @copilotkit/react-core@1.10.0-next.1
769
+ - @copilotkit/shared@1.10.0-next.1
770
+
771
+ ## 1.10.0-next.0
772
+
773
+ ### Patch Changes
774
+
775
+ - Updated dependencies [8674da1]
776
+ - @copilotkit/react-core@1.10.0-next.0
777
+ - @copilotkit/shared@1.10.0-next.0
778
+ - @copilotkit/runtime-client-gql@1.10.0-next.0
779
+
780
+ ## 1.9.3
781
+
782
+ ### Patch Changes
783
+
784
+ - Updated dependencies [f83bda0]
785
+ - Updated dependencies [1bda332]
786
+ - @copilotkit/react-core@1.9.3
787
+ - @copilotkit/shared@1.9.3
788
+ - @copilotkit/runtime-client-gql@1.9.3
789
+
790
+ ## 1.9.3-next.4
791
+
792
+ ### Patch Changes
793
+
794
+ - Updated dependencies [f83bda0]
795
+ - @copilotkit/react-core@1.9.3-next.4
796
+ - @copilotkit/runtime-client-gql@1.9.3-next.4
797
+ - @copilotkit/shared@1.9.3-next.4
798
+
799
+ ## 1.9.3-next.3
800
+
801
+ ### Patch Changes
802
+
803
+ - Updated dependencies [1bda332]
804
+ - @copilotkit/shared@1.9.3-next.3
805
+ - @copilotkit/runtime-client-gql@1.9.3-next.3
806
+ - @copilotkit/react-core@1.9.3-next.3
807
+
808
+ ## 1.9.3-next.2
809
+
810
+ ### Patch Changes
811
+
812
+ - @copilotkit/runtime-client-gql@1.9.3-next.2
813
+ - @copilotkit/react-core@1.9.3-next.2
814
+ - @copilotkit/shared@1.9.3-next.2
815
+
816
+ ## 1.9.3-next.1
817
+
818
+ ### Patch Changes
819
+
820
+ - @copilotkit/runtime-client-gql@1.9.3-next.1
821
+ - @copilotkit/react-core@1.9.3-next.1
822
+ - @copilotkit/shared@1.9.3-next.1
823
+
824
+ ## 1.9.3-next.0
825
+
826
+ ### Patch Changes
827
+
828
+ - @copilotkit/runtime-client-gql@1.9.3-next.0
829
+ - @copilotkit/react-core@1.9.3-next.0
830
+ - @copilotkit/shared@1.9.3-next.0
831
+
832
+ ## 1.9.2
833
+
834
+ ### Patch Changes
835
+
836
+ - Updated dependencies [cbeccb5]
837
+ - Updated dependencies [3f8c575]
838
+ - Updated dependencies [fac89c2]
839
+ - Updated dependencies [e1de032]
840
+ - Updated dependencies [92e8d1c]
841
+ - Updated dependencies [9169ad7]
842
+ - Updated dependencies [c75a04f]
843
+ - Updated dependencies [c75a04f]
844
+ - Updated dependencies [fe9009c]
845
+ - Updated dependencies [1d1c51d]
846
+ - Updated dependencies [10345a5]
847
+ - Updated dependencies [9169ad7]
848
+ - Updated dependencies [35537f1]
849
+ - @copilotkit/react-core@1.9.2
850
+ - @copilotkit/shared@1.9.2
851
+ - @copilotkit/runtime-client-gql@1.9.2
852
+
853
+ ## 1.9.2-next.26
854
+
855
+ ### Patch Changes
856
+
857
+ - @copilotkit/runtime-client-gql@1.9.2-next.26
858
+ - @copilotkit/react-core@1.9.2-next.26
859
+ - @copilotkit/shared@1.9.2-next.26
860
+
861
+ ## 1.9.2-next.25
862
+
863
+ ### Patch Changes
864
+
865
+ - @copilotkit/runtime-client-gql@1.9.2-next.25
866
+ - @copilotkit/react-core@1.9.2-next.25
867
+ - @copilotkit/shared@1.9.2-next.25
868
+
869
+ ## 1.9.2-next.24
870
+
871
+ ### Patch Changes
872
+
873
+ - @copilotkit/runtime-client-gql@1.9.2-next.24
874
+ - @copilotkit/react-core@1.9.2-next.24
875
+ - @copilotkit/shared@1.9.2-next.24
876
+
877
+ ## 1.9.2-next.23
878
+
879
+ ### Patch Changes
880
+
881
+ - @copilotkit/runtime-client-gql@1.9.2-next.23
882
+ - @copilotkit/react-core@1.9.2-next.23
883
+ - @copilotkit/shared@1.9.2-next.23
884
+
885
+ ## 1.9.2-next.22
886
+
887
+ ### Patch Changes
888
+
889
+ - Updated dependencies [c75a04f]
890
+ - Updated dependencies [c75a04f]
891
+ - @copilotkit/react-core@1.9.2-next.22
892
+ - @copilotkit/runtime-client-gql@1.9.2-next.22
893
+ - @copilotkit/shared@1.9.2-next.22
894
+
895
+ ## 1.9.2-next.21
896
+
897
+ ### Patch Changes
898
+
899
+ - Updated dependencies [92e8d1c]
900
+ - @copilotkit/react-core@1.9.2-next.21
901
+ - @copilotkit/runtime-client-gql@1.9.2-next.21
902
+ - @copilotkit/shared@1.9.2-next.21
903
+
904
+ ## 1.9.2-next.20
905
+
906
+ ### Patch Changes
907
+
908
+ - Updated dependencies [e1de032]
909
+ - @copilotkit/react-core@1.9.2-next.20
910
+ - @copilotkit/runtime-client-gql@1.9.2-next.20
911
+ - @copilotkit/shared@1.9.2-next.20
912
+
913
+ ## 1.9.2-next.19
914
+
915
+ ### Patch Changes
916
+
917
+ - @copilotkit/runtime-client-gql@1.9.2-next.19
918
+ - @copilotkit/react-core@1.9.2-next.19
919
+ - @copilotkit/shared@1.9.2-next.19
920
+
921
+ ## 1.9.2-next.18
922
+
923
+ ### Patch Changes
924
+
925
+ - Updated dependencies [fac89c2]
926
+ - @copilotkit/react-core@1.9.2-next.18
927
+ - @copilotkit/shared@1.9.2-next.18
928
+ - @copilotkit/runtime-client-gql@1.9.2-next.18
929
+
930
+ ## 1.9.2-next.17
931
+
932
+ ### Patch Changes
933
+
934
+ - @copilotkit/runtime-client-gql@1.9.2-next.17
935
+ - @copilotkit/react-core@1.9.2-next.17
936
+ - @copilotkit/shared@1.9.2-next.17
937
+
938
+ ## 1.9.2-next.16
939
+
940
+ ### Patch Changes
941
+
942
+ - Updated dependencies [fe9009c]
943
+ - @copilotkit/react-core@1.9.2-next.16
944
+ - @copilotkit/runtime-client-gql@1.9.2-next.16
945
+ - @copilotkit/shared@1.9.2-next.16
946
+
947
+ ## 1.9.2-next.15
948
+
949
+ ### Patch Changes
950
+
951
+ - Updated dependencies [cbeccb5]
952
+ - @copilotkit/react-core@1.9.2-next.15
953
+ - @copilotkit/runtime-client-gql@1.9.2-next.15
954
+ - @copilotkit/shared@1.9.2-next.15
955
+
956
+ ## 1.9.2-next.14
957
+
958
+ ### Patch Changes
959
+
960
+ - @copilotkit/runtime-client-gql@1.9.2-next.14
961
+ - @copilotkit/react-core@1.9.2-next.14
962
+ - @copilotkit/shared@1.9.2-next.14
963
+
964
+ ## 1.9.2-next.13
965
+
966
+ ### Patch Changes
967
+
968
+ - @copilotkit/runtime-client-gql@1.9.2-next.13
969
+ - @copilotkit/react-core@1.9.2-next.13
970
+ - @copilotkit/shared@1.9.2-next.13
971
+
972
+ ## 1.9.2-next.12
973
+
974
+ ### Patch Changes
975
+
976
+ - Updated dependencies [3f8c575]
977
+ - @copilotkit/react-core@1.9.2-next.12
978
+ - @copilotkit/runtime-client-gql@1.9.2-next.12
979
+ - @copilotkit/shared@1.9.2-next.12
980
+
981
+ ## 1.9.2-next.11
982
+
983
+ ### Patch Changes
984
+
985
+ - @copilotkit/runtime-client-gql@1.9.2-next.11
986
+ - @copilotkit/react-core@1.9.2-next.11
987
+ - @copilotkit/shared@1.9.2-next.11
988
+
989
+ ## 1.9.2-next.10
990
+
991
+ ### Patch Changes
992
+
993
+ - @copilotkit/runtime-client-gql@1.9.2-next.10
994
+ - @copilotkit/react-core@1.9.2-next.10
995
+ - @copilotkit/shared@1.9.2-next.10
996
+
997
+ ## 1.9.2-next.9
998
+
999
+ ### Patch Changes
1000
+
1001
+ - Updated dependencies [1d1c51d]
1002
+ - @copilotkit/react-core@1.9.2-next.9
1003
+ - @copilotkit/runtime-client-gql@1.9.2-next.9
1004
+ - @copilotkit/shared@1.9.2-next.9
1005
+
1006
+ ## 1.9.2-next.8
1007
+
1008
+ ### Patch Changes
1009
+
1010
+ - @copilotkit/runtime-client-gql@1.9.2-next.8
1011
+ - @copilotkit/react-core@1.9.2-next.8
1012
+ - @copilotkit/shared@1.9.2-next.8
1013
+
1014
+ ## 1.9.2-next.7
1015
+
1016
+ ### Patch Changes
1017
+
1018
+ - @copilotkit/runtime-client-gql@1.9.2-next.7
1019
+ - @copilotkit/react-core@1.9.2-next.7
1020
+ - @copilotkit/shared@1.9.2-next.7
1021
+
1022
+ ## 1.9.2-next.6
1023
+
1024
+ ### Patch Changes
1025
+
1026
+ - @copilotkit/runtime-client-gql@1.9.2-next.6
1027
+ - @copilotkit/react-core@1.9.2-next.6
1028
+ - @copilotkit/shared@1.9.2-next.6
1029
+
1030
+ ## 1.9.2-next.5
1031
+
1032
+ ### Patch Changes
1033
+
1034
+ - @copilotkit/react-core@1.9.2-next.5
1035
+ - @copilotkit/runtime-client-gql@1.9.2-next.5
1036
+ - @copilotkit/shared@1.9.2-next.5
1037
+
1038
+ ## 1.9.2-next.4
1039
+
1040
+ ### Patch Changes
1041
+
1042
+ - Updated dependencies [9169ad7]
1043
+ - Updated dependencies [9169ad7]
1044
+ - @copilotkit/react-core@1.9.2-next.4
1045
+ - @copilotkit/shared@1.9.2-next.4
1046
+ - @copilotkit/runtime-client-gql@1.9.2-next.4
1047
+
1048
+ ## 1.9.2-next.3
1049
+
1050
+ ### Patch Changes
1051
+
1052
+ - Updated dependencies [35537f1]
1053
+ - @copilotkit/react-core@1.9.2-next.3
1054
+ - @copilotkit/runtime-client-gql@1.9.2-next.3
1055
+ - @copilotkit/shared@1.9.2-next.3
1056
+
1057
+ ## 1.9.2-next.2
1058
+
1059
+ ### Patch Changes
1060
+
1061
+ - @copilotkit/runtime-client-gql@1.9.2-next.2
1062
+ - @copilotkit/react-core@1.9.2-next.2
1063
+ - @copilotkit/shared@1.9.2-next.2
1064
+
1065
+ ## 1.9.2-next.1
1066
+
1067
+ ### Patch Changes
1068
+
1069
+ - @copilotkit/runtime-client-gql@1.9.2-next.1
1070
+ - @copilotkit/react-core@1.9.2-next.1
1071
+ - @copilotkit/shared@1.9.2-next.1
1072
+
1073
+ ## 1.9.2-next.0
1074
+
1075
+ ### Patch Changes
1076
+
1077
+ - Updated dependencies [10345a5]
1078
+ - @copilotkit/react-core@1.9.2-next.0
1079
+ - @copilotkit/runtime-client-gql@1.9.2-next.0
1080
+ - @copilotkit/shared@1.9.2-next.0
1081
+
1082
+ ## 1.9.1
1083
+
1084
+ ### Patch Changes
1085
+
1086
+ - Updated dependencies [deaeca0]
1087
+ - @copilotkit/shared@1.9.1
1088
+ - @copilotkit/runtime-client-gql@1.9.1
1089
+ - @copilotkit/react-core@1.9.1
1090
+
1091
+ ## 1.9.1-next.0
1092
+
1093
+ ### Patch Changes
1094
+
1095
+ - Updated dependencies [deaeca0]
1096
+ - @copilotkit/shared@1.9.1-next.0
1097
+ - @copilotkit/runtime-client-gql@1.9.1-next.0
1098
+ - @copilotkit/react-core@1.9.1-next.0
1099
+
1100
+ ## 1.9.0
1101
+
1102
+ ### Patch Changes
1103
+
1104
+ - 54cae30: - fix(react-core): allow custom toolChoice in forwardedParameters to override default
1105
+ - fix: move react-dom to peerDependencies in @copilotkit/react-textarea
1106
+ - feat: add amazon bedrock adapter support
1107
+ - Updated dependencies [54cae30]
1108
+ - @copilotkit/react-core@1.9.0
1109
+ - @copilotkit/runtime-client-gql@1.9.0
1110
+ - @copilotkit/shared@1.9.0
1111
+
1112
+ ## 1.9.0-next.2
1113
+
1114
+ ### Patch Changes
1115
+
1116
+ - @copilotkit/runtime-client-gql@1.9.0-next.2
1117
+ - @copilotkit/react-core@1.9.0-next.2
1118
+ - @copilotkit/shared@1.9.0-next.2
1119
+
1120
+ ## 1.8.15-next.1
1121
+
1122
+ ### Patch Changes
1123
+
1124
+ - 54cae30: - fix(react-core): allow custom toolChoice in forwardedParameters to override default
1125
+ - fix: move react-dom to peerDependencies in @copilotkit/react-textarea
1126
+ - feat: add amazon bedrock adapter support
1127
+ - Updated dependencies [54cae30]
1128
+ - @copilotkit/react-core@1.8.15-next.1
1129
+ - @copilotkit/runtime-client-gql@1.8.15-next.1
1130
+ - @copilotkit/shared@1.8.15-next.1
1131
+
1132
+ ## 1.8.15-next.0
1133
+
1134
+ ### Patch Changes
1135
+
1136
+ - @copilotkit/runtime-client-gql@1.8.15-next.0
1137
+ - @copilotkit/react-core@1.8.15-next.0
1138
+ - @copilotkit/shared@1.8.15-next.0
1139
+
1140
+ ## 1.8.14
1141
+
1142
+ ### Patch Changes
1143
+
1144
+ - Updated dependencies [34a78d8]
1145
+ - Updated dependencies [9cf1fda]
1146
+ - Updated dependencies [9cf1fda]
1147
+ - @copilotkit/shared@1.8.14
1148
+ - @copilotkit/react-core@1.8.14
1149
+ - @copilotkit/runtime-client-gql@1.8.14
1150
+
1151
+ ## 1.8.14-next.5
1152
+
1153
+ ### Patch Changes
1154
+
1155
+ - @copilotkit/runtime-client-gql@1.8.14-next.5
1156
+ - @copilotkit/react-core@1.8.14-next.5
1157
+ - @copilotkit/shared@1.8.14-next.5
1158
+
1159
+ ## 1.8.14-next.4
1160
+
1161
+ ### Patch Changes
1162
+
1163
+ - @copilotkit/runtime-client-gql@1.8.14-next.4
1164
+ - @copilotkit/react-core@1.8.14-next.4
1165
+ - @copilotkit/shared@1.8.14-next.4
1166
+
1167
+ ## 1.8.14-next.3
1168
+
1169
+ ### Patch Changes
1170
+
1171
+ - @copilotkit/runtime-client-gql@1.8.14-next.3
1172
+ - @copilotkit/react-core@1.8.14-next.3
1173
+ - @copilotkit/shared@1.8.14-next.3
1174
+
1175
+ ## 1.8.14-next.2
1176
+
1177
+ ### Patch Changes
1178
+
1179
+ - @copilotkit/runtime-client-gql@1.8.14-next.2
1180
+ - @copilotkit/react-core@1.8.14-next.2
1181
+ - @copilotkit/shared@1.8.14-next.2
1182
+
1183
+ ## 1.8.14-next.1
1184
+
1185
+ ### Patch Changes
1186
+
1187
+ - Updated dependencies [34a78d8]
1188
+ - @copilotkit/shared@1.8.14-next.1
1189
+ - @copilotkit/react-core@1.8.14-next.1
1190
+ - @copilotkit/runtime-client-gql@1.8.14-next.1
1191
+
1192
+ ## 1.8.14-next.0
1193
+
1194
+ ### Patch Changes
1195
+
1196
+ - Updated dependencies [9cf1fda]
1197
+ - Updated dependencies [9cf1fda]
1198
+ - @copilotkit/react-core@1.8.14-next.0
1199
+ - @copilotkit/runtime-client-gql@1.8.14-next.0
1200
+ - @copilotkit/shared@1.8.14-next.0
1201
+
1202
+ ## 1.8.13
1203
+
1204
+ ### Patch Changes
1205
+
1206
+ - Updated dependencies [7fcf5c4]
1207
+ - @copilotkit/react-core@1.8.13
1208
+ - @copilotkit/runtime-client-gql@1.8.13
1209
+ - @copilotkit/shared@1.8.13
1210
+
1211
+ ## 1.8.13-next.3
1212
+
1213
+ ### Patch Changes
1214
+
1215
+ - @copilotkit/react-core@1.8.13-next.3
1216
+ - @copilotkit/runtime-client-gql@1.8.13-next.3
1217
+ - @copilotkit/shared@1.8.13-next.3
1218
+
1219
+ ## 1.8.13-next.2
1220
+
1221
+ ### Patch Changes
1222
+
1223
+ - @copilotkit/react-core@1.8.13-next.2
1224
+ - @copilotkit/runtime-client-gql@1.8.13-next.2
1225
+ - @copilotkit/shared@1.8.13-next.2
1226
+
1227
+ ## 1.8.13-next.1
1228
+
1229
+ ### Patch Changes
1230
+
1231
+ - Updated dependencies [7fcf5c4]
1232
+ - @copilotkit/react-core@1.8.13-next.1
1233
+ - @copilotkit/runtime-client-gql@1.8.13-next.1
1234
+ - @copilotkit/shared@1.8.13-next.1
1235
+
1236
+ ## 1.8.13-next.0
1237
+
1238
+ ### Patch Changes
1239
+
1240
+ - @copilotkit/runtime-client-gql@1.8.13-next.0
1241
+ - @copilotkit/react-core@1.8.13-next.0
1242
+ - @copilotkit/shared@1.8.13-next.0
1243
+
1244
+ ## 1.8.12
1245
+
1246
+ ### Patch Changes
1247
+
1248
+ - Updated dependencies [3e09584]
1249
+ - Updated dependencies [33ba021]
1250
+ - @copilotkit/react-core@1.8.12
1251
+ - @copilotkit/runtime-client-gql@1.8.12
1252
+ - @copilotkit/shared@1.8.12
1253
+
1254
+ ## 1.8.12-next.6
1255
+
1256
+ ### Patch Changes
1257
+
1258
+ - Updated dependencies [3e09584]
1259
+ - @copilotkit/react-core@1.8.12-next.6
1260
+ - @copilotkit/runtime-client-gql@1.8.12-next.6
1261
+ - @copilotkit/shared@1.8.12-next.6
1262
+
1263
+ ## 1.8.12-next.5
1264
+
1265
+ ### Patch Changes
1266
+
1267
+ - @copilotkit/react-core@1.8.12-next.5
1268
+ - @copilotkit/runtime-client-gql@1.8.12-next.5
1269
+ - @copilotkit/shared@1.8.12-next.5
1270
+
1271
+ ## 1.8.12-next.4
1272
+
1273
+ ### Patch Changes
1274
+
1275
+ - @copilotkit/runtime-client-gql@1.8.12-next.4
1276
+ - @copilotkit/react-core@1.8.12-next.4
1277
+ - @copilotkit/shared@1.8.12-next.4
1278
+
1279
+ ## 1.8.12-next.3
1280
+
1281
+ ### Patch Changes
1282
+
1283
+ - @copilotkit/react-core@1.8.12-next.3
1284
+ - @copilotkit/runtime-client-gql@1.8.12-next.3
1285
+ - @copilotkit/shared@1.8.12-next.3
1286
+
1287
+ ## 1.8.12-next.2
1288
+
1289
+ ### Patch Changes
1290
+
1291
+ - Updated dependencies [33ba021]
1292
+ - @copilotkit/react-core@1.8.12-next.2
1293
+ - @copilotkit/runtime-client-gql@1.8.12-next.2
1294
+ - @copilotkit/shared@1.8.12-next.2
1295
+
1296
+ ## 1.8.12-next.1
1297
+
1298
+ ### Patch Changes
1299
+
1300
+ - @copilotkit/runtime-client-gql@1.8.12-next.1
1301
+ - @copilotkit/react-core@1.8.12-next.1
1302
+ - @copilotkit/shared@1.8.12-next.1
1303
+
1304
+ ## 1.8.12-next.0
1305
+
1306
+ ### Patch Changes
1307
+
1308
+ - @copilotkit/runtime-client-gql@1.8.12-next.0
1309
+ - @copilotkit/react-core@1.8.12-next.0
1310
+ - @copilotkit/shared@1.8.12-next.0
1311
+
1312
+ ## 1.8.11
1313
+
1314
+ ### Patch Changes
1315
+
1316
+ - @copilotkit/runtime-client-gql@1.8.11
1317
+ - @copilotkit/react-core@1.8.11
1318
+ - @copilotkit/shared@1.8.11
1319
+
1320
+ ## 1.8.11-next.1
1321
+
1322
+ ### Patch Changes
1323
+
1324
+ - @copilotkit/runtime-client-gql@1.8.11-next.1
1325
+ - @copilotkit/react-core@1.8.11-next.1
1326
+ - @copilotkit/shared@1.8.11-next.1
1327
+
1328
+ ## 1.8.11-next.0
1329
+
1330
+ ### Patch Changes
1331
+
1332
+ - @copilotkit/react-core@1.8.11-next.0
1333
+ - @copilotkit/runtime-client-gql@1.8.11-next.0
1334
+ - @copilotkit/shared@1.8.11-next.0
1335
+
1336
+ ## 1.8.10
1337
+
1338
+ ### Patch Changes
1339
+
1340
+ - Updated dependencies [742efbb]
1341
+ - @copilotkit/react-core@1.8.10
1342
+ - @copilotkit/runtime-client-gql@1.8.10
1343
+ - @copilotkit/shared@1.8.10
1344
+
1345
+ ## 1.8.10-next.3
1346
+
1347
+ ### Patch Changes
1348
+
1349
+ - @copilotkit/react-core@1.8.10-next.3
1350
+ - @copilotkit/runtime-client-gql@1.8.10-next.3
1351
+ - @copilotkit/shared@1.8.10-next.3
1352
+
1353
+ ## 1.8.10-next.2
1354
+
1355
+ ### Patch Changes
1356
+
1357
+ - @copilotkit/runtime-client-gql@1.8.10-next.2
1358
+ - @copilotkit/react-core@1.8.10-next.2
1359
+ - @copilotkit/shared@1.8.10-next.2
1360
+
1361
+ ## 1.8.10-next.1
1362
+
1363
+ ### Patch Changes
1364
+
1365
+ - @copilotkit/react-core@1.8.10-next.1
1366
+ - @copilotkit/runtime-client-gql@1.8.10-next.1
1367
+ - @copilotkit/shared@1.8.10-next.1
1368
+
1369
+ ## 1.8.10-next.0
1370
+
1371
+ ### Patch Changes
1372
+
1373
+ - Updated dependencies [742efbb]
1374
+ - @copilotkit/react-core@1.8.10-next.0
1375
+ - @copilotkit/runtime-client-gql@1.8.10-next.0
1376
+ - @copilotkit/shared@1.8.10-next.0
1377
+
1378
+ ## 1.8.9
1379
+
1380
+ ### Patch Changes
1381
+
1382
+ - @copilotkit/runtime-client-gql@1.8.9
1383
+ - @copilotkit/react-core@1.8.9
1384
+ - @copilotkit/shared@1.8.9
1385
+
1386
+ ## 1.8.9-next.0
1387
+
1388
+ ### Patch Changes
1389
+
1390
+ - @copilotkit/runtime-client-gql@1.8.9-next.0
1391
+ - @copilotkit/react-core@1.8.9-next.0
1392
+ - @copilotkit/shared@1.8.9-next.0
1393
+
1394
+ ## 1.8.8
1395
+
1396
+ ### Patch Changes
1397
+
1398
+ - Updated dependencies [dfb67c3]
1399
+ - @copilotkit/react-core@1.8.8
1400
+ - @copilotkit/runtime-client-gql@1.8.8
1401
+ - @copilotkit/shared@1.8.8
1402
+
1403
+ ## 1.8.8-next.1
1404
+
1405
+ ### Patch Changes
1406
+
1407
+ - @copilotkit/runtime-client-gql@1.8.8-next.1
1408
+ - @copilotkit/react-core@1.8.8-next.1
1409
+ - @copilotkit/shared@1.8.8-next.1
1410
+
1411
+ ## 1.8.8-next.0
1412
+
1413
+ ### Patch Changes
1414
+
1415
+ - Updated dependencies [dfb67c3]
1416
+ - @copilotkit/react-core@1.8.8-next.0
1417
+ - @copilotkit/runtime-client-gql@1.8.8-next.0
1418
+ - @copilotkit/shared@1.8.8-next.0
1419
+
1420
+ ## 1.8.7
1421
+
1422
+ ### Patch Changes
1423
+
1424
+ - Updated dependencies [8b8474f]
1425
+ - @copilotkit/runtime-client-gql@1.8.7
1426
+ - @copilotkit/react-core@1.8.7
1427
+ - @copilotkit/shared@1.8.7
1428
+
1429
+ ## 1.8.7-next.0
1430
+
1431
+ ### Patch Changes
1432
+
1433
+ - Updated dependencies [8b8474f]
1434
+ - @copilotkit/runtime-client-gql@1.8.7-next.0
1435
+ - @copilotkit/react-core@1.8.7-next.0
1436
+ - @copilotkit/shared@1.8.7-next.0
1437
+
1438
+ ## 1.8.6
4
1439
 
5
1440
  ### Patch Changes
6
1441
 
7
1442
  - 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
1443
+ - @copilotkit/react-core@1.8.6
1444
+ - @copilotkit/runtime-client-gql@1.8.6
1445
+ - @copilotkit/shared@1.8.6
11
1446
 
12
1447
  ## 1.8.6-next.0
13
1448