@copilotkit/react-ui 0.0.0-main-20250908181442 → 0.0.0-main-20260126221712

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 (160) hide show
  1. package/CHANGELOG.md +652 -112
  2. package/LICENSE +21 -0
  3. package/dist/{chunk-DTRPPNSA.mjs → chunk-3W6J75HS.mjs} +14 -11
  4. package/dist/chunk-3W6J75HS.mjs.map +1 -0
  5. package/dist/{chunk-53C3S7R3.mjs → chunk-4S4ZEKE6.mjs} +2 -2
  6. package/dist/{chunk-W26XFBEG.mjs → chunk-6TWQUA2Q.mjs} +5 -4
  7. package/dist/chunk-6TWQUA2Q.mjs.map +1 -0
  8. package/dist/{chunk-CGEAG65D.mjs → chunk-ELGRNEAO.mjs} +7 -2
  9. package/dist/chunk-ELGRNEAO.mjs.map +1 -0
  10. package/dist/{chunk-AUCJZBT5.mjs → chunk-HKZL4P3F.mjs} +6 -6
  11. package/dist/{chunk-B5IFB5YJ.mjs → chunk-IK2BPURM.mjs} +14 -3
  12. package/dist/chunk-IK2BPURM.mjs.map +1 -0
  13. package/dist/{chunk-73V4ZLAN.mjs → chunk-O4PPO3K3.mjs} +2 -2
  14. package/dist/{chunk-YO63WHVQ.mjs → chunk-PKSW6ZMQ.mjs} +9 -2
  15. package/dist/chunk-PKSW6ZMQ.mjs.map +1 -0
  16. package/dist/chunk-RYUCX3ZK.mjs +32 -0
  17. package/dist/chunk-RYUCX3ZK.mjs.map +1 -0
  18. package/dist/{chunk-X477GDGZ.mjs → chunk-SLM2AOHF.mjs} +9 -6
  19. package/dist/chunk-SLM2AOHF.mjs.map +1 -0
  20. package/dist/{chunk-EELILZTD.mjs → chunk-UH5GQ7QF.mjs} +11 -5
  21. package/dist/chunk-UH5GQ7QF.mjs.map +1 -0
  22. package/dist/chunk-VHKHX7GV.mjs +31 -0
  23. package/dist/chunk-VHKHX7GV.mjs.map +1 -0
  24. package/dist/{chunk-LJAYSRCB.mjs → chunk-XEZ5ODJS.mjs} +9 -3
  25. package/dist/chunk-XEZ5ODJS.mjs.map +1 -0
  26. package/dist/{chunk-SNFHUE5S.mjs → chunk-XOBQLKUU.mjs} +4 -14
  27. package/dist/chunk-XOBQLKUU.mjs.map +1 -0
  28. package/dist/chunk-Y4FKRAKJ.mjs +12 -0
  29. package/dist/chunk-Y4FKRAKJ.mjs.map +1 -0
  30. package/dist/{chunk-WOYNUDPM.mjs → chunk-YQOESY4Y.mjs} +35 -255
  31. package/dist/chunk-YQOESY4Y.mjs.map +1 -0
  32. package/dist/components/chat/Chat.d.ts +3 -140
  33. package/dist/components/chat/Chat.js +157 -321
  34. package/dist/components/chat/Chat.js.map +1 -1
  35. package/dist/components/chat/Chat.mjs +14 -16
  36. package/dist/components/chat/CodeBlock.js +12 -1
  37. package/dist/components/chat/CodeBlock.js.map +1 -1
  38. package/dist/components/chat/CodeBlock.mjs +1 -1
  39. package/dist/components/chat/Input.d.ts +1 -1
  40. package/dist/components/chat/Input.js +25 -15
  41. package/dist/components/chat/Input.js.map +1 -1
  42. package/dist/components/chat/Input.mjs +2 -2
  43. package/dist/components/chat/Markdown.d.ts +4 -2
  44. package/dist/components/chat/Markdown.js +14 -13
  45. package/dist/components/chat/Markdown.js.map +1 -1
  46. package/dist/components/chat/Markdown.mjs +2 -2
  47. package/dist/components/chat/Messages.d.ts +4 -4
  48. package/dist/components/chat/Messages.js +75 -36
  49. package/dist/components/chat/Messages.js.map +1 -1
  50. package/dist/components/chat/Messages.mjs +7 -7
  51. package/dist/components/chat/Modal.d.ts +1 -6
  52. package/dist/components/chat/Modal.js +163 -325
  53. package/dist/components/chat/Modal.js.map +1 -1
  54. package/dist/components/chat/Modal.mjs +13 -13
  55. package/dist/components/chat/Popup.d.ts +1 -6
  56. package/dist/components/chat/Popup.js +163 -325
  57. package/dist/components/chat/Popup.js.map +1 -1
  58. package/dist/components/chat/Popup.mjs +14 -14
  59. package/dist/components/chat/PoweredByTag.js +6 -1
  60. package/dist/components/chat/PoweredByTag.js.map +1 -1
  61. package/dist/components/chat/PoweredByTag.mjs +1 -1
  62. package/dist/components/chat/Sidebar.d.ts +1 -6
  63. package/dist/components/chat/Sidebar.js +163 -325
  64. package/dist/components/chat/Sidebar.js.map +1 -1
  65. package/dist/components/chat/Sidebar.mjs +14 -14
  66. package/dist/components/chat/Suggestion.js +3 -2
  67. package/dist/components/chat/Suggestion.js.map +1 -1
  68. package/dist/components/chat/Suggestion.mjs +1 -1
  69. package/dist/components/chat/Suggestions.d.ts +1 -1
  70. package/dist/components/chat/Suggestions.js +22 -14
  71. package/dist/components/chat/Suggestions.js.map +1 -1
  72. package/dist/components/chat/Suggestions.mjs +2 -2
  73. package/dist/components/chat/index.d.ts +1 -6
  74. package/dist/components/chat/index.js +163 -325
  75. package/dist/components/chat/index.js.map +1 -1
  76. package/dist/components/chat/index.mjs +17 -17
  77. package/dist/components/chat/messages/AssistantMessage.js +23 -19
  78. package/dist/components/chat/messages/AssistantMessage.js.map +1 -1
  79. package/dist/components/chat/messages/AssistantMessage.mjs +3 -3
  80. package/dist/components/chat/messages/ErrorMessage.js +16 -15
  81. package/dist/components/chat/messages/ErrorMessage.js.map +1 -1
  82. package/dist/components/chat/messages/ErrorMessage.mjs +2 -2
  83. package/dist/components/chat/messages/LegacyRenderMessage.js +57 -24
  84. package/dist/components/chat/messages/LegacyRenderMessage.js.map +1 -1
  85. package/dist/components/chat/messages/LegacyRenderMessage.mjs +6 -6
  86. package/dist/components/chat/messages/RenderMessage.d.ts +1 -1
  87. package/dist/components/chat/messages/RenderMessage.js +50 -24
  88. package/dist/components/chat/messages/RenderMessage.js.map +1 -1
  89. package/dist/components/chat/messages/RenderMessage.mjs +5 -5
  90. package/dist/components/chat/messages/UserMessage.js +19 -3
  91. package/dist/components/chat/messages/UserMessage.js.map +1 -1
  92. package/dist/components/chat/messages/UserMessage.mjs +1 -1
  93. package/dist/components/chat/props.d.ts +16 -0
  94. package/dist/components/chat/props.js.map +1 -1
  95. package/dist/components/index.d.ts +1 -6
  96. package/dist/components/index.js +163 -325
  97. package/dist/components/index.js.map +1 -1
  98. package/dist/components/index.mjs +17 -17
  99. package/dist/hooks/index.d.ts +1 -0
  100. package/dist/hooks/index.js +2 -24
  101. package/dist/hooks/index.js.map +1 -1
  102. package/dist/hooks/index.mjs +1 -1
  103. package/dist/hooks/use-copilot-chat-suggestions.d.ts +4 -26
  104. package/dist/hooks/use-copilot-chat-suggestions.js +2 -24
  105. package/dist/hooks/use-copilot-chat-suggestions.js.map +1 -1
  106. package/dist/hooks/use-copilot-chat-suggestions.mjs +1 -1
  107. package/dist/index.css +9 -1
  108. package/dist/index.css.map +1 -1
  109. package/dist/index.d.ts +1 -6
  110. package/dist/index.js +166 -350
  111. package/dist/index.js.map +1 -1
  112. package/dist/index.mjs +18 -18
  113. package/dist/types/suggestions.d.ts +1 -0
  114. package/dist/types/suggestions.js.map +1 -1
  115. package/dist/v2/index.css +4 -0
  116. package/dist/v2/index.css.map +1 -0
  117. package/dist/v2/index.d.ts +2 -0
  118. package/dist/v2/index.js +2 -0
  119. package/dist/v2/index.js.map +1 -0
  120. package/dist/v2/index.mjs +2 -0
  121. package/dist/v2/index.mjs.map +1 -0
  122. package/package.json +12 -14
  123. package/src/components/chat/Chat.tsx +37 -374
  124. package/src/components/chat/CodeBlock.tsx +14 -2
  125. package/src/components/chat/Input.tsx +13 -12
  126. package/src/components/chat/Markdown.tsx +8 -17
  127. package/src/components/chat/Messages.tsx +10 -4
  128. package/src/components/chat/PoweredByTag.tsx +15 -2
  129. package/src/components/chat/Suggestion.tsx +4 -3
  130. package/src/components/chat/Suggestions.tsx +6 -2
  131. package/src/components/chat/messages/AssistantMessage.tsx +14 -4
  132. package/src/components/chat/messages/LegacyRenderMessage.tsx +7 -0
  133. package/src/components/chat/messages/RenderMessage.tsx +6 -0
  134. package/src/components/chat/messages/UserMessage.tsx +32 -6
  135. package/src/components/chat/props.ts +19 -0
  136. package/src/css/messages.css +11 -1
  137. package/src/hooks/use-copilot-chat-suggestions.tsx +6 -57
  138. package/src/types/suggestions.ts +1 -0
  139. package/src/v2/index.ts +1 -0
  140. package/src/v2/styles.css +1 -0
  141. package/tsup.config.ts +1 -1
  142. package/dist/chunk-226ZMOE3.mjs +0 -24
  143. package/dist/chunk-226ZMOE3.mjs.map +0 -1
  144. package/dist/chunk-B5IFB5YJ.mjs.map +0 -1
  145. package/dist/chunk-CGEAG65D.mjs.map +0 -1
  146. package/dist/chunk-DTRPPNSA.mjs.map +0 -1
  147. package/dist/chunk-EELILZTD.mjs.map +0 -1
  148. package/dist/chunk-EYRKZDP5.mjs +0 -32
  149. package/dist/chunk-EYRKZDP5.mjs.map +0 -1
  150. package/dist/chunk-LJAYSRCB.mjs.map +0 -1
  151. package/dist/chunk-SNFHUE5S.mjs.map +0 -1
  152. package/dist/chunk-VVL6JFCJ.mjs +0 -16
  153. package/dist/chunk-VVL6JFCJ.mjs.map +0 -1
  154. package/dist/chunk-W26XFBEG.mjs.map +0 -1
  155. package/dist/chunk-WOYNUDPM.mjs.map +0 -1
  156. package/dist/chunk-X477GDGZ.mjs.map +0 -1
  157. package/dist/chunk-YO63WHVQ.mjs.map +0 -1
  158. /package/dist/{chunk-53C3S7R3.mjs.map → chunk-4S4ZEKE6.mjs.map} +0 -0
  159. /package/dist/{chunk-AUCJZBT5.mjs.map → chunk-HKZL4P3F.mjs.map} +0 -0
  160. /package/dist/{chunk-73V4ZLAN.mjs.map → chunk-O4PPO3K3.mjs.map} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,6 +1,654 @@
1
1
  # ui
2
2
 
3
- ## 0.0.0-main-20250908181442
3
+ ## 0.0.0-main-20260126221712
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d655e75]
8
+ - @copilotkit/react-core@0.0.0-main-20260126221712
9
+ - @copilotkit/shared@0.0.0-main-20260126221712
10
+ - @copilotkit/runtime-client-gql@0.0.0-main-20260126221712
11
+
12
+ ## 1.51.3-next.3
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [d655e75]
17
+ - @copilotkit/react-core@1.51.3-next.3
18
+ - @copilotkit/shared@1.51.3-next.3
19
+ - @copilotkit/runtime-client-gql@1.51.3-next.3
20
+
21
+ ## 1.51.3-next.2
22
+
23
+ ### Patch Changes
24
+
25
+ - @copilotkit/react-core@1.51.3-next.2
26
+ - @copilotkit/runtime-client-gql@1.51.3-next.2
27
+ - @copilotkit/shared@1.51.3-next.2
28
+
29
+ ## 1.51.3-next.1
30
+
31
+ ### Patch Changes
32
+
33
+ - @copilotkit/runtime-client-gql@1.51.3-next.1
34
+ - @copilotkit/react-core@1.51.3-next.1
35
+ - @copilotkit/shared@1.51.3-next.1
36
+
37
+ ## 1.51.3-next.0
38
+
39
+ ### Patch Changes
40
+
41
+ - @copilotkit/runtime-client-gql@1.51.3-next.0
42
+ - @copilotkit/react-core@1.51.3-next.0
43
+ - @copilotkit/shared@1.51.3-next.0
44
+
45
+ ## 1.51.2
46
+
47
+ ### Patch Changes
48
+
49
+ - e59d23f: Use deps instead of peerdeps
50
+ - e59d23f: Move in-repo deps from peerdeps to actual deps
51
+ - Updated dependencies [e59d23f]
52
+ - Updated dependencies [e59d23f]
53
+ - @copilotkit/runtime-client-gql@1.51.2
54
+ - @copilotkit/react-core@1.51.2
55
+ - @copilotkit/shared@1.51.2
56
+
57
+ ## 1.51.2-next.1
58
+
59
+ ### Patch Changes
60
+
61
+ - e59d23f: Use deps instead of peerdeps
62
+ - e59d23f: Move in-repo deps from peerdeps to actual deps
63
+ - Updated dependencies [e59d23f]
64
+ - Updated dependencies [e59d23f]
65
+ - @copilotkit/runtime-client-gql@1.51.2-next.1
66
+ - @copilotkit/react-core@1.51.2-next.1
67
+ - @copilotkit/shared@1.51.2-next.1
68
+
69
+ ## 1.51.2-next.0
70
+
71
+ ### Patch Changes
72
+
73
+ - @copilotkit/runtime-client-gql@1.51.2-next.0
74
+ - @copilotkit/react-core@1.51.2-next.0
75
+ - @copilotkit/shared@1.51.2-next.0
76
+
77
+ ## 1.51.1
78
+
79
+ ### Patch Changes
80
+
81
+ - Updated dependencies [329653b]
82
+ - @copilotkit/react-core@1.51.1
83
+ - @copilotkit/runtime-client-gql@1.51.1
84
+ - @copilotkit/shared@1.51.1
85
+
86
+ ## 1.51.0
87
+
88
+ ### Patch Changes
89
+
90
+ - 2839a15: Update versioning strategy
91
+ - Updated dependencies [2839a15]
92
+ - Updated dependencies [2afd4e3]
93
+ - @copilotkit/runtime-client-gql@1.51.0
94
+ - @copilotkit/react-core@1.51.0
95
+ - @copilotkit/shared@1.51.0
96
+
97
+ ## 1.51.0-next.4
98
+
99
+ ### Patch Changes
100
+
101
+ - @copilotkit/runtime-client-gql@1.51.0-next.4
102
+ - @copilotkit/react-core@1.51.0-next.4
103
+ - @copilotkit/shared@1.51.0-next.4
104
+
105
+ ## 1.51.0-next.3
106
+
107
+ ### Patch Changes
108
+
109
+ - @copilotkit/runtime-client-gql@1.51.0-next.3
110
+ - @copilotkit/react-core@1.51.0-next.3
111
+ - @copilotkit/shared@1.51.0-next.3
112
+
113
+ ## 1.51.0-next.2
114
+
115
+ ### Patch Changes
116
+
117
+ - Updated dependencies [2afd4e3]
118
+ - @copilotkit/shared@1.51.0-next.2
119
+ - @copilotkit/react-core@1.51.0-next.2
120
+ - @copilotkit/runtime-client-gql@1.51.0-next.2
121
+
122
+ ## 1.51.0-next.1
123
+
124
+ ### Patch Changes
125
+
126
+ - @copilotkit/react-core@1.51.0-next.1
127
+ - @copilotkit/runtime-client-gql@1.51.0-next.1
128
+ - @copilotkit/shared@1.51.0-next.1
129
+
130
+ ## 1.50.2-next.0
131
+
132
+ ### Patch Changes
133
+
134
+ - @copilotkit/runtime-client-gql@1.50.2-next.0
135
+ - @copilotkit/react-core@1.50.2-next.0
136
+ - @copilotkit/shared@1.50.2-next.0
137
+
138
+ ## 1.50.1
139
+
140
+ ### Patch Changes
141
+
142
+ - bdc7a8f: - fix: restore message callbacks
143
+ - 80dffec: Updated the default model and API version for the Google GenAI adapter
144
+ - Updated dependencies [bdc7a8f]
145
+ - Updated dependencies [80dffec]
146
+ - Updated dependencies [cfa4185]
147
+ - Updated dependencies [eac8b20]
148
+ - @copilotkit/react-core@1.50.1
149
+ - @copilotkit/runtime-client-gql@1.50.1
150
+ - @copilotkit/shared@1.50.1
151
+
152
+ ## 1.50.1-next.3
153
+
154
+ ### Patch Changes
155
+
156
+ - Updated dependencies [eac8b20]
157
+ - @copilotkit/react-core@1.50.1-next.3
158
+ - @copilotkit/runtime-client-gql@1.50.1-next.3
159
+ - @copilotkit/shared@1.50.1-next.3
160
+
161
+ ## 1.50.1-next.2
162
+
163
+ ### Patch Changes
164
+
165
+ - bdc7a8f: - fix: restore message callbacks
166
+ - Updated dependencies [bdc7a8f]
167
+ - @copilotkit/react-core@1.50.1-next.2
168
+ - @copilotkit/runtime-client-gql@1.50.1-next.2
169
+ - @copilotkit/shared@1.50.1-next.2
170
+
171
+ ## 1.50.1-next.1
172
+
173
+ ### Patch Changes
174
+
175
+ - Updated dependencies [cfa4185]
176
+ - @copilotkit/react-core@1.50.1-next.1
177
+ - @copilotkit/runtime-client-gql@1.50.1-next.1
178
+ - @copilotkit/shared@1.50.1-next.1
179
+
180
+ ## 1.50.1-next.0
181
+
182
+ ### Patch Changes
183
+
184
+ - Updated the default model and API version for the Google GenAI adapter
185
+ - Updated dependencies
186
+ - @copilotkit/runtime-client-gql@1.50.1-next.0
187
+ - @copilotkit/react-core@1.50.1-next.0
188
+ - @copilotkit/shared@1.50.1-next.0
189
+
190
+ ## 1.50.0
191
+
192
+ ### Minor Changes
193
+
194
+ - 0fc76d7: add new runner with telemetry baked in
195
+ - c942f9c: Minor fixes and stability improvements
196
+ - eed6021: Updating to the latest version of vnext
197
+ - 3b7367e: Improving general stability around LangChain
198
+ - 7ff9ca7: Minor fixes and improvements
199
+ - 974875e: Lint and format code to resolve Prettier errors
200
+ - 3bd484f: Minor fixes and stability improvements
201
+ - 5a534bf: fix telemetry in v1.50 runtime
202
+ - 769a06c: Refactor suggestions to not always run
203
+ - 788292b: Improving langchain dependency resolution
204
+ - eab69a2: Enabling the new inspector
205
+ - 0a7bfe0: Updating dependency versions across all packages
206
+
207
+ ### Patch Changes
208
+
209
+ - 2c93ff1: - fix: re-enable repeatable interrupt renders
210
+ - b0e3652: - chore: Update to latest of vnext
211
+ - c38da1c: - feat: add suggestions support to 1.5
212
+ - fcc52cb: - fix: use `--copilot-kit-primary-color` as default `Messages` font color
213
+ - 5840bab: - fix: adjust dependencies
214
+ - 7808fac: - feat: add spinner indicator to show chat readiness for conversation
215
+ - Updated dependencies [0fc76d7]
216
+ - Updated dependencies [c942f9c]
217
+ - Updated dependencies [bad5f06]
218
+ - Updated dependencies [8ce60af]
219
+ - Updated dependencies [33f47e3]
220
+ - Updated dependencies [04057d5]
221
+ - Updated dependencies [6ce0edc]
222
+ - Updated dependencies [2c93ff1]
223
+ - Updated dependencies [b0e3652]
224
+ - Updated dependencies [7643e71]
225
+ - Updated dependencies [d55a8bd]
226
+ - Updated dependencies [eed6021]
227
+ - Updated dependencies [3b7367e]
228
+ - Updated dependencies [c38da1c]
229
+ - Updated dependencies [7ff9ca7]
230
+ - Updated dependencies [3c60073]
231
+ - Updated dependencies [962546c]
232
+ - Updated dependencies [974875e]
233
+ - Updated dependencies [4942f62]
234
+ - Updated dependencies [3bd484f]
235
+ - Updated dependencies [5a534bf]
236
+ - Updated dependencies [ca8eb39]
237
+ - Updated dependencies [907ae5d]
238
+ - Updated dependencies [769a06c]
239
+ - Updated dependencies [788292b]
240
+ - Updated dependencies [c3d55e5]
241
+ - Updated dependencies [eab69a2]
242
+ - Updated dependencies [5840bab]
243
+ - Updated dependencies [7808fac]
244
+ - Updated dependencies [0a7bfe0]
245
+ - Updated dependencies [c70210e]
246
+ - Updated dependencies [d2c57a1]
247
+ - @copilotkit/runtime-client-gql@1.50.0
248
+ - @copilotkit/react-core@1.50.0
249
+ - @copilotkit/shared@1.50.0
250
+
251
+ ## 1.50.0-beta.19
252
+
253
+ ### Minor Changes
254
+
255
+ - Improving langchain dependency resolution
256
+
257
+ ### Patch Changes
258
+
259
+ - Updated dependencies
260
+ - @copilotkit/runtime-client-gql@1.50.0-beta.19
261
+ - @copilotkit/react-core@1.50.0-beta.19
262
+ - @copilotkit/shared@1.50.0-beta.19
263
+
264
+ ## 1.50.0-beta.18
265
+
266
+ ### Minor Changes
267
+
268
+ - Improving general stability around LangChain
269
+
270
+ ### Patch Changes
271
+
272
+ - Updated dependencies
273
+ - @copilotkit/runtime-client-gql@1.50.0-beta.18
274
+ - @copilotkit/react-core@1.50.0-beta.18
275
+ - @copilotkit/shared@1.50.0-beta.18
276
+
277
+ ## 1.50.0-beta.17
278
+
279
+ ### Minor Changes
280
+
281
+ - Minor fixes and improvements
282
+
283
+ ### Patch Changes
284
+
285
+ - Updated dependencies
286
+ - @copilotkit/runtime-client-gql@1.50.0-beta.17
287
+ - @copilotkit/react-core@1.50.0-beta.17
288
+ - @copilotkit/shared@1.50.0-beta.17
289
+
290
+ ## 1.50.0-beta.16
291
+
292
+ ### Minor Changes
293
+
294
+ - Minor fixes and stability improvements
295
+
296
+ ### Patch Changes
297
+
298
+ - Updated dependencies
299
+ - @copilotkit/runtime-client-gql@1.50.0-beta.16
300
+ - @copilotkit/react-core@1.50.0-beta.16
301
+ - @copilotkit/shared@1.50.0-beta.16
302
+
303
+ ## 1.50.0-beta.15
304
+
305
+ ### Minor Changes
306
+
307
+ - Lint and format code to resolve Prettier errors
308
+
309
+ ### Patch Changes
310
+
311
+ - Updated dependencies
312
+ - @copilotkit/runtime-client-gql@1.50.0-beta.15
313
+ - @copilotkit/react-core@1.50.0-beta.15
314
+ - @copilotkit/shared@1.50.0-beta.15
315
+
316
+ ## 1.50.0-beta.14
317
+
318
+ ### Minor Changes
319
+
320
+ - Minor fixes and stability improvements
321
+
322
+ ### Patch Changes
323
+
324
+ - Updated dependencies
325
+ - @copilotkit/runtime-client-gql@1.50.0-beta.14
326
+ - @copilotkit/react-core@1.50.0-beta.14
327
+ - @copilotkit/shared@1.50.0-beta.14
328
+
329
+ ## 1.50.0-beta.13
330
+
331
+ ### Minor Changes
332
+
333
+ - Updating to the latest version of vnext
334
+
335
+ ### Patch Changes
336
+
337
+ - Updated dependencies
338
+ - @copilotkit/runtime-client-gql@1.50.0-beta.13
339
+ - @copilotkit/react-core@1.50.0-beta.13
340
+ - @copilotkit/shared@1.50.0-beta.13
341
+
342
+ ## 1.50.0-beta.12
343
+
344
+ ### Minor Changes
345
+
346
+ - eab69a2: Enabling the new inspector
347
+
348
+ ### Patch Changes
349
+
350
+ - Updated dependencies [eab69a2]
351
+ - @copilotkit/runtime-client-gql@1.50.0-beta.12
352
+ - @copilotkit/react-core@1.50.0-beta.12
353
+ - @copilotkit/shared@1.50.0-beta.12
354
+
355
+ ## 1.50.0-beta.11
356
+
357
+ ### Minor Changes
358
+
359
+ - fix telemetry in v1.50 runtime
360
+
361
+ ### Patch Changes
362
+
363
+ - Updated dependencies
364
+ - @copilotkit/runtime-client-gql@1.50.0-beta.11
365
+ - @copilotkit/react-core@1.50.0-beta.11
366
+ - @copilotkit/shared@1.50.0-beta.11
367
+
368
+ ## 1.50.0-beta.10
369
+
370
+ ### Minor Changes
371
+
372
+ - add new runner with telemetry baked in
373
+
374
+ ### Patch Changes
375
+
376
+ - Updated dependencies
377
+ - @copilotkit/runtime-client-gql@1.50.0-beta.10
378
+ - @copilotkit/react-core@1.50.0-beta.10
379
+ - @copilotkit/shared@1.50.0-beta.10
380
+
381
+ ## 1.50.0-beta.9
382
+
383
+ ### Minor Changes
384
+
385
+ - Refactor suggestions to not always run
386
+
387
+ ### Patch Changes
388
+
389
+ - Updated dependencies
390
+ - @copilotkit/runtime-client-gql@1.50.0-beta.9
391
+ - @copilotkit/react-core@1.50.0-beta.9
392
+ - @copilotkit/shared@1.50.0-beta.9
393
+
394
+ ## 1.50.0-beta.8
395
+
396
+ ### Patch Changes
397
+
398
+ - @copilotkit/react-core@1.50.0-beta.8
399
+ - @copilotkit/runtime-client-gql@1.50.0-beta.8
400
+ - @copilotkit/shared@1.50.0-beta.8
401
+
402
+ ## 1.50.0-beta.7
403
+
404
+ ### Patch Changes
405
+
406
+ - Updated dependencies [6ce0edc]
407
+ - @copilotkit/react-core@1.50.0-beta.7
408
+ - @copilotkit/runtime-client-gql@1.50.0-beta.7
409
+ - @copilotkit/shared@1.50.0-beta.7
410
+
411
+ ## 1.50.0-beta.6
412
+
413
+ ### Minor Changes
414
+
415
+ - Updating dependency versions across all packages
416
+
417
+ ### Patch Changes
418
+
419
+ - Updated dependencies
420
+ - @copilotkit/runtime-client-gql@1.50.0-beta.6
421
+ - @copilotkit/react-core@1.50.0-beta.6
422
+ - @copilotkit/shared@1.50.0-beta.6
423
+
424
+ ## 1.50.0-beta.4
425
+
426
+ ### Patch Changes
427
+
428
+ - 2c93ff1: - fix: re-enable repeatable interrupt renders
429
+ - b0e3652: - chore: Update to latest of vnext
430
+ - c38da1c: - feat: add suggestions support to 1.5
431
+ - 5840bab: - fix: adjust dependencies
432
+ - 7808fac: - feat: add spinner indicator to show chat readiness for conversation
433
+ - Updated dependencies [bad5f06]
434
+ - Updated dependencies [8ce60af]
435
+ - Updated dependencies [33f47e3]
436
+ - Updated dependencies [04057d5]
437
+ - Updated dependencies [2c93ff1]
438
+ - Updated dependencies [b0e3652]
439
+ - Updated dependencies [7643e71]
440
+ - Updated dependencies [d55a8bd]
441
+ - Updated dependencies [c38da1c]
442
+ - Updated dependencies [3c60073]
443
+ - Updated dependencies [962546c]
444
+ - Updated dependencies [4942f62]
445
+ - Updated dependencies [ca8eb39]
446
+ - Updated dependencies [907ae5d]
447
+ - Updated dependencies [c3d55e5]
448
+ - Updated dependencies [5840bab]
449
+ - Updated dependencies [7808fac]
450
+ - Updated dependencies [c70210e]
451
+ - Updated dependencies [d2c57a1]
452
+ - @copilotkit/react-core@1.50.0-beta.4
453
+ - @copilotkit/runtime-client-gql@1.50.0-beta.4
454
+ - @copilotkit/shared@1.50.0-beta.4
455
+
456
+ ## 1.10.7-next.0
457
+
458
+ ### Patch Changes
459
+
460
+ - fcc52cb: - fix: use `--copilot-kit-primary-color` as default `Messages` font color
461
+ - @copilotkit/react-core@1.10.7-next.0
462
+ - @copilotkit/runtime-client-gql@1.10.7-next.0
463
+ - @copilotkit/shared@1.10.7-next.0
464
+
465
+ ## 1.10.6
466
+
467
+ ### Patch Changes
468
+
469
+ - 0cc9ec2: - fix(react-ui): address hydration issue
470
+
471
+ Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
472
+
473
+ - Updated dependencies [3ac64bf]
474
+ - Updated dependencies [c9e499f]
475
+ - Updated dependencies [8626c5a]
476
+ - Updated dependencies [e0dd5d5]
477
+ - @copilotkit/react-core@1.10.6
478
+ - @copilotkit/runtime-client-gql@1.10.6
479
+ - @copilotkit/shared@1.10.6
480
+
481
+ ## 1.10.6-next.6
482
+
483
+ ### Patch Changes
484
+
485
+ - @copilotkit/runtime-client-gql@1.10.6-next.6
486
+ - @copilotkit/react-core@1.10.6-next.6
487
+ - @copilotkit/shared@1.10.6-next.6
488
+
489
+ ## 1.10.6-next.5
490
+
491
+ ### Patch Changes
492
+
493
+ - Updated dependencies [e0dd5d5]
494
+ - @copilotkit/shared@1.10.6-next.5
495
+ - @copilotkit/runtime-client-gql@1.10.6-next.5
496
+ - @copilotkit/react-core@1.10.6-next.5
497
+
498
+ ## 1.10.6-next.4
499
+
500
+ ### Patch Changes
501
+
502
+ - Updated dependencies [8626c5a]
503
+ - @copilotkit/react-core@1.10.6-next.4
504
+ - @copilotkit/runtime-client-gql@1.10.6-next.4
505
+ - @copilotkit/shared@1.10.6-next.4
506
+
507
+ ## 1.10.6-next.3
508
+
509
+ ### Patch Changes
510
+
511
+ - @copilotkit/runtime-client-gql@1.10.6-next.3
512
+ - @copilotkit/react-core@1.10.6-next.3
513
+ - @copilotkit/shared@1.10.6-next.3
514
+
515
+ ## 1.10.6-next.2
516
+
517
+ ### Patch Changes
518
+
519
+ - Updated dependencies [3ac64bf]
520
+ - @copilotkit/react-core@1.10.6-next.2
521
+ - @copilotkit/runtime-client-gql@1.10.6-next.2
522
+ - @copilotkit/shared@1.10.6-next.2
523
+
524
+ ## 1.10.6-next.1
525
+
526
+ ### Patch Changes
527
+
528
+ - Updated dependencies [c9e499f]
529
+ - @copilotkit/react-core@1.10.6-next.1
530
+ - @copilotkit/runtime-client-gql@1.10.6-next.1
531
+ - @copilotkit/shared@1.10.6-next.1
532
+
533
+ ## 1.10.6-next.0
534
+
535
+ ### Patch Changes
536
+
537
+ - 0cc9ec2: - fix(react-ui): address hydration issue
538
+
539
+ Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
540
+ - @copilotkit/react-core@1.10.6-next.0
541
+ - @copilotkit/runtime-client-gql@1.10.6-next.0
542
+ - @copilotkit/shared@1.10.6-next.0
543
+
544
+ ## 1.10.5
545
+
546
+ ### Patch Changes
547
+
548
+ - c2de25d: - fix: refrain from using prismjs for syntax highlighting on older browsers
549
+ - Updated dependencies [b7bc3a0]
550
+ - Updated dependencies [f3fdd7a]
551
+ - Updated dependencies [32c163e]
552
+ - Updated dependencies [6112a67]
553
+ - @copilotkit/react-core@1.10.5
554
+ - @copilotkit/runtime-client-gql@1.10.5
555
+ - @copilotkit/shared@1.10.5
556
+
557
+ ## 1.10.5-next.10
558
+
559
+ ### Patch Changes
560
+
561
+ - Updated dependencies [b79ed5c]
562
+ - @copilotkit/react-core@1.10.5-next.10
563
+ - @copilotkit/runtime-client-gql@1.10.5-next.10
564
+ - @copilotkit/shared@1.10.5-next.10
565
+
566
+ ## 1.10.5-next.9
567
+
568
+ ### Patch Changes
569
+
570
+ - @copilotkit/runtime-client-gql@1.10.5-next.9
571
+ - @copilotkit/react-core@1.10.5-next.9
572
+ - @copilotkit/shared@1.10.5-next.9
573
+
574
+ ## 1.10.5-next.8
575
+
576
+ ### Patch Changes
577
+
578
+ - c2de25d: - fix: refrain from using prismjs for syntax highlighting on older browsers
579
+ - @copilotkit/react-core@1.10.5-next.8
580
+ - @copilotkit/runtime-client-gql@1.10.5-next.8
581
+ - @copilotkit/shared@1.10.5-next.8
582
+
583
+ ## 1.10.5-next.7
584
+
585
+ ### Patch Changes
586
+
587
+ - @copilotkit/runtime-client-gql@1.10.5-next.7
588
+ - @copilotkit/react-core@1.10.5-next.7
589
+ - @copilotkit/shared@1.10.5-next.7
590
+
591
+ ## 1.10.5-next.6
592
+
593
+ ### Patch Changes
594
+
595
+ - Updated dependencies [f3fdd7a]
596
+ - @copilotkit/react-core@1.10.5-next.6
597
+ - @copilotkit/runtime-client-gql@1.10.5-next.6
598
+ - @copilotkit/shared@1.10.5-next.6
599
+
600
+ ## 1.10.5-next.5
601
+
602
+ ### Patch Changes
603
+
604
+ - Updated dependencies [6112a67]
605
+ - @copilotkit/react-core@1.10.5-next.5
606
+ - @copilotkit/runtime-client-gql@1.10.5-next.5
607
+ - @copilotkit/shared@1.10.5-next.5
608
+
609
+ ## 1.10.5-next.4
610
+
611
+ ### Patch Changes
612
+
613
+ - @copilotkit/runtime-client-gql@1.10.5-next.4
614
+ - @copilotkit/react-core@1.10.5-next.4
615
+ - @copilotkit/shared@1.10.5-next.4
616
+
617
+ ## 1.10.5-next.3
618
+
619
+ ### Patch Changes
620
+
621
+ - @copilotkit/runtime-client-gql@1.10.5-next.3
622
+ - @copilotkit/react-core@1.10.5-next.3
623
+ - @copilotkit/shared@1.10.5-next.3
624
+
625
+ ## 1.10.5-next.2
626
+
627
+ ### Patch Changes
628
+
629
+ - @copilotkit/runtime-client-gql@1.10.5-next.2
630
+ - @copilotkit/react-core@1.10.5-next.2
631
+ - @copilotkit/shared@1.10.5-next.2
632
+
633
+ ## 1.10.5-next.1
634
+
635
+ ### Patch Changes
636
+
637
+ - Updated dependencies [b7bc3a0]
638
+ - @copilotkit/react-core@1.10.5-next.1
639
+ - @copilotkit/runtime-client-gql@1.10.5-next.1
640
+ - @copilotkit/shared@1.10.5-next.1
641
+
642
+ ## 1.10.5-next.0
643
+
644
+ ### Patch Changes
645
+
646
+ - Updated dependencies [32c163e]
647
+ - @copilotkit/react-core@1.10.5-next.0
648
+ - @copilotkit/runtime-client-gql@1.10.5-next.0
649
+ - @copilotkit/shared@1.10.5-next.0
650
+
651
+ ## 1.10.4
4
652
 
5
653
  ### Patch Changes
6
654
 
@@ -10,9 +658,9 @@
10
658
  - Updated dependencies [ef98963]
11
659
  - Updated dependencies [a640d8e]
12
660
  - Updated dependencies [052d54d]
13
- - @copilotkit/react-core@0.0.0-main-20250908181442
14
- - @copilotkit/shared@0.0.0-main-20250908181442
15
- - @copilotkit/runtime-client-gql@0.0.0-main-20250908181442
661
+ - @copilotkit/react-core@1.10.4
662
+ - @copilotkit/shared@1.10.4
663
+ - @copilotkit/runtime-client-gql@1.10.4
16
664
 
17
665
  ## 1.10.4-next.3
18
666
 
@@ -156,14 +804,12 @@
156
804
  agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
157
805
 
158
806
  As such, the following features have been updated to be completely functional with Headless UI.
159
-
160
807
  - Generative UI
161
808
  - Suggestions
162
809
  - Agentic Generative UI
163
810
  - Interrupts
164
811
 
165
812
  In addition, a variety of QOL changes have been made.
166
-
167
813
  - New AG-UI based message types
168
814
  - Inline code rendering is fixed
169
815
 
@@ -173,7 +819,6 @@
173
819
 
174
820
  - 967d0ab: - refactor(chat): separate useCopilotChat into internal implementation and public API
175
821
  - 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
176
-
177
822
  - Added `renderError` prop to `CopilotChat` for inline error rendering.
178
823
  - Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
179
824
  - Updated `Modal` to handle observability hooks with public API key checks.
@@ -183,19 +828,15 @@
183
828
  - 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
184
829
 
185
830
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
186
-
187
831
  - fix: more fixes addressing breaking changes in new Headless UI
188
832
 
189
833
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
190
-
191
834
  - chore: address linting issues
192
835
 
193
836
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
194
-
195
837
  - chore: fixing branding and docs
196
838
 
197
839
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
198
-
199
840
  - chore: more docs fixing
200
841
 
201
842
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
@@ -242,19 +883,15 @@
242
883
  - 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
243
884
 
244
885
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
245
-
246
886
  - fix: more fixes addressing breaking changes in new Headless UI
247
887
 
248
888
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
249
-
250
889
  - chore: address linting issues
251
890
 
252
891
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
253
-
254
892
  - chore: fixing branding and docs
255
893
 
256
894
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
257
-
258
895
  - chore: more docs fixing
259
896
 
260
897
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
@@ -269,7 +906,6 @@
269
906
  ### Patch Changes
270
907
 
271
908
  - 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
272
-
273
909
  - Added `renderError` prop to `CopilotChat` for inline error rendering.
274
910
  - Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
275
911
  - Updated `Modal` to handle observability hooks with public API key checks.
@@ -357,14 +993,12 @@
357
993
  agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
358
994
 
359
995
  As such, the following features have been updated to be completely functional with Headless UI.
360
-
361
996
  - Generative UI
362
997
  - Suggestions
363
998
  - Agentic Generative UI
364
999
  - Interrupts
365
1000
 
366
1001
  In addition, a variety of QOL changes have been made.
367
-
368
1002
  - New AG-UI based message types
369
1003
  - Inline code rendering is fixed
370
1004
 
@@ -946,7 +1580,6 @@
946
1580
  - b9dd397: - fix(react-ui): fix scrolling into view issue
947
1581
 
948
1582
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
949
-
950
1583
  - @copilotkit/runtime-client-gql@1.8.11
951
1584
  - @copilotkit/react-core@1.8.11
952
1585
  - @copilotkit/shared@1.8.11
@@ -966,7 +1599,6 @@
966
1599
  - b9dd397: - fix(react-ui): fix scrolling into view issue
967
1600
 
968
1601
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
969
-
970
1602
  - @copilotkit/react-core@1.8.11-next.0
971
1603
  - @copilotkit/runtime-client-gql@1.8.11-next.0
972
1604
  - @copilotkit/shared@1.8.11-next.0
@@ -1940,7 +2572,6 @@
1940
2572
  - 86fae3a: - feat(react-ui): add interfaces for full message customization
1941
2573
 
1942
2574
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
1943
-
1944
2575
  - @copilotkit/react-core@1.5.12-next.0
1945
2576
  - @copilotkit/runtime-client-gql@1.5.12-next.0
1946
2577
  - @copilotkit/shared@1.5.12-next.0
@@ -2257,7 +2888,6 @@
2257
2888
  send() function despite the send button being correctly disabled. Added
2258
2889
  the sendDisabled check to the onKeyDown handler to ensure consistent
2259
2890
  validation between button and keyboard triggers.
2260
-
2261
2891
  - Added validation check to Enter key handler
2262
2892
  - Ensures empty messages can't be sent via keyboard shortcut
2263
2893
  - Makes behavior consistent with disabled send button state
@@ -2283,13 +2913,11 @@
2283
2913
  send() function despite the send button being correctly disabled. Added
2284
2914
  the sendDisabled check to the onKeyDown handler to ensure consistent
2285
2915
  validation between button and keyboard triggers.
2286
-
2287
2916
  - Added validation check to Enter key handler
2288
2917
  - Ensures empty messages can't be sent via keyboard shortcut
2289
2918
  - Makes behavior consistent with disabled send button state
2290
2919
 
2291
2920
  Resolves #1129
2292
-
2293
2921
  - @copilotkit/react-core@1.4.8-next.0
2294
2922
  - @copilotkit/runtime-client-gql@1.4.8-next.0
2295
2923
  - @copilotkit/shared@1.4.8-next.0
@@ -2428,7 +3056,6 @@
2428
3056
  - e16d95e: New prerelease
2429
3057
  - 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
2430
3058
  - CopilotKit Core:
2431
-
2432
3059
  - Improved error messages and overall logs
2433
3060
  - `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
2434
3061
  - Improved scrolling behavior. It is now possible to scroll up during LLM response generation
@@ -2436,7 +3063,6 @@
2436
3063
  - Updated interfaces for better developer ergonomics
2437
3064
 
2438
3065
  CoAgents:
2439
-
2440
3066
  - Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
2441
3067
  - Support for LangGraph Platform in Remote Endpoints
2442
3068
  - LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
@@ -2444,7 +3070,6 @@
2444
3070
  - Enhanced state management and message handling
2445
3071
 
2446
3072
  CopilotKid Back-end SDK:
2447
-
2448
3073
  - Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
2449
3074
 
2450
3075
  - 8d0144f: bump
@@ -2847,7 +3472,6 @@ CopilotKid Back-end SDK:
2847
3472
  ### Patch Changes
2848
3473
 
2849
3474
  - inject minified css in bundle
2850
-
2851
3475
  - removes the need to import `styles.css` manually
2852
3476
  - empty `styles.css` included in the build for backwards compatibility
2853
3477
  - uses tsup's `injectStyles` with `postcss` to bundle and minify the CSS, then inject it as a style tag
@@ -3012,7 +3636,6 @@ CopilotKid Back-end SDK:
3012
3636
  ### Major Changes
3013
3637
 
3014
3638
  - b6a4b6eb: V1.0 Release Candidate
3015
-
3016
3639
  - A robust new protocol between the frontend and the Copilot Runtime
3017
3640
  - Support for Copilot Cloud
3018
3641
  - Generative UI
@@ -3020,7 +3643,6 @@ CopilotKid Back-end SDK:
3020
3643
  - OpenAI assistant API streaming
3021
3644
 
3022
3645
  - V1.0 Release
3023
-
3024
3646
  - A robust new protocol between the frontend and the Copilot Runtime
3025
3647
  - Support for Copilot Cloud
3026
3648
  - Generative UI
@@ -3064,7 +3686,6 @@ CopilotKid Back-end SDK:
3064
3686
  ### Major Changes
3065
3687
 
3066
3688
  - V1.0 Release Candidate
3067
-
3068
3689
  - A robust new protocol between the frontend and the Copilot Runtime
3069
3690
  - Support for Copilot Cloud
3070
3691
  - Generative UI
@@ -4371,14 +4992,12 @@ CopilotKid Back-end SDK:
4371
4992
  agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
4372
4993
 
4373
4994
  As such, the following features have been updated to be completely functional with Headless UI.
4374
-
4375
4995
  - Generative UI
4376
4996
  - Suggestions
4377
4997
  - Agentic Generative UI
4378
4998
  - Interrupts
4379
4999
 
4380
5000
  In addition, a variety of QOL changes have been made.
4381
-
4382
5001
  - New AG-UI based message types
4383
5002
  - Inline code rendering is fixed
4384
5003
 
@@ -4388,7 +5007,6 @@ CopilotKid Back-end SDK:
4388
5007
 
4389
5008
  - 967d0ab: - refactor(chat): separate useCopilotChat into internal implementation and public API
4390
5009
  - 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
4391
-
4392
5010
  - Added `renderError` prop to `CopilotChat` for inline error rendering.
4393
5011
  - Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
4394
5012
  - Updated `Modal` to handle observability hooks with public API key checks.
@@ -4398,19 +5016,15 @@ CopilotKid Back-end SDK:
4398
5016
  - 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
4399
5017
 
4400
5018
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
4401
-
4402
5019
  - fix: more fixes addressing breaking changes in new Headless UI
4403
5020
 
4404
5021
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
4405
-
4406
5022
  - chore: address linting issues
4407
5023
 
4408
5024
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
4409
-
4410
5025
  - chore: fixing branding and docs
4411
5026
 
4412
5027
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
4413
-
4414
5028
  - chore: more docs fixing
4415
5029
 
4416
5030
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
@@ -4457,19 +5071,15 @@ CopilotKid Back-end SDK:
4457
5071
  - 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
4458
5072
 
4459
5073
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
4460
-
4461
5074
  - fix: more fixes addressing breaking changes in new Headless UI
4462
5075
 
4463
5076
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
4464
-
4465
5077
  - chore: address linting issues
4466
5078
 
4467
5079
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
4468
-
4469
5080
  - chore: fixing branding and docs
4470
5081
 
4471
5082
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
4472
-
4473
5083
  - chore: more docs fixing
4474
5084
 
4475
5085
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
@@ -4484,7 +5094,6 @@ CopilotKid Back-end SDK:
4484
5094
  ### Patch Changes
4485
5095
 
4486
5096
  - 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
4487
-
4488
5097
  - Added `renderError` prop to `CopilotChat` for inline error rendering.
4489
5098
  - Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
4490
5099
  - Updated `Modal` to handle observability hooks with public API key checks.
@@ -4572,14 +5181,12 @@ CopilotKid Back-end SDK:
4572
5181
  agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
4573
5182
 
4574
5183
  As such, the following features have been updated to be completely functional with Headless UI.
4575
-
4576
5184
  - Generative UI
4577
5185
  - Suggestions
4578
5186
  - Agentic Generative UI
4579
5187
  - Interrupts
4580
5188
 
4581
5189
  In addition, a variety of QOL changes have been made.
4582
-
4583
5190
  - New AG-UI based message types
4584
5191
  - Inline code rendering is fixed
4585
5192
 
@@ -5161,7 +5768,6 @@ CopilotKid Back-end SDK:
5161
5768
  - b9dd397: - fix(react-ui): fix scrolling into view issue
5162
5769
 
5163
5770
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
5164
-
5165
5771
  - @copilotkit/runtime-client-gql@1.8.11
5166
5772
  - @copilotkit/react-core@1.8.11
5167
5773
  - @copilotkit/shared@1.8.11
@@ -5181,7 +5787,6 @@ CopilotKid Back-end SDK:
5181
5787
  - b9dd397: - fix(react-ui): fix scrolling into view issue
5182
5788
 
5183
5789
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
5184
-
5185
5790
  - @copilotkit/react-core@1.8.11-next.0
5186
5791
  - @copilotkit/runtime-client-gql@1.8.11-next.0
5187
5792
  - @copilotkit/shared@1.8.11-next.0
@@ -6155,7 +6760,6 @@ CopilotKid Back-end SDK:
6155
6760
  - 86fae3a: - feat(react-ui): add interfaces for full message customization
6156
6761
 
6157
6762
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
6158
-
6159
6763
  - @copilotkit/react-core@1.5.12-next.0
6160
6764
  - @copilotkit/runtime-client-gql@1.5.12-next.0
6161
6765
  - @copilotkit/shared@1.5.12-next.0
@@ -6472,7 +7076,6 @@ CopilotKid Back-end SDK:
6472
7076
  send() function despite the send button being correctly disabled. Added
6473
7077
  the sendDisabled check to the onKeyDown handler to ensure consistent
6474
7078
  validation between button and keyboard triggers.
6475
-
6476
7079
  - Added validation check to Enter key handler
6477
7080
  - Ensures empty messages can't be sent via keyboard shortcut
6478
7081
  - Makes behavior consistent with disabled send button state
@@ -6498,13 +7101,11 @@ CopilotKid Back-end SDK:
6498
7101
  send() function despite the send button being correctly disabled. Added
6499
7102
  the sendDisabled check to the onKeyDown handler to ensure consistent
6500
7103
  validation between button and keyboard triggers.
6501
-
6502
7104
  - Added validation check to Enter key handler
6503
7105
  - Ensures empty messages can't be sent via keyboard shortcut
6504
7106
  - Makes behavior consistent with disabled send button state
6505
7107
 
6506
7108
  Resolves #1129
6507
-
6508
7109
  - @copilotkit/react-core@1.4.8-next.0
6509
7110
  - @copilotkit/runtime-client-gql@1.4.8-next.0
6510
7111
  - @copilotkit/shared@1.4.8-next.0
@@ -6643,7 +7244,6 @@ CopilotKid Back-end SDK:
6643
7244
  - e16d95e: New prerelease
6644
7245
  - 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
6645
7246
  - CopilotKit Core:
6646
-
6647
7247
  - Improved error messages and overall logs
6648
7248
  - `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
6649
7249
  - Improved scrolling behavior. It is now possible to scroll up during LLM response generation
@@ -6651,7 +7251,6 @@ CopilotKid Back-end SDK:
6651
7251
  - Updated interfaces for better developer ergonomics
6652
7252
 
6653
7253
  CoAgents:
6654
-
6655
7254
  - Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
6656
7255
  - Support for LangGraph Platform in Remote Endpoints
6657
7256
  - LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
@@ -6659,7 +7258,6 @@ CopilotKid Back-end SDK:
6659
7258
  - Enhanced state management and message handling
6660
7259
 
6661
7260
  CopilotKid Back-end SDK:
6662
-
6663
7261
  - Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
6664
7262
 
6665
7263
  - 8d0144f: bump
@@ -7062,7 +7660,6 @@ CopilotKid Back-end SDK:
7062
7660
  ### Patch Changes
7063
7661
 
7064
7662
  - inject minified css in bundle
7065
-
7066
7663
  - removes the need to import `styles.css` manually
7067
7664
  - empty `styles.css` included in the build for backwards compatibility
7068
7665
  - uses tsup's `injectStyles` with `postcss` to bundle and minify the CSS, then inject it as a style tag
@@ -7227,7 +7824,6 @@ CopilotKid Back-end SDK:
7227
7824
  ### Major Changes
7228
7825
 
7229
7826
  - b6a4b6eb: V1.0 Release Candidate
7230
-
7231
7827
  - A robust new protocol between the frontend and the Copilot Runtime
7232
7828
  - Support for Copilot Cloud
7233
7829
  - Generative UI
@@ -7235,7 +7831,6 @@ CopilotKid Back-end SDK:
7235
7831
  - OpenAI assistant API streaming
7236
7832
 
7237
7833
  - V1.0 Release
7238
-
7239
7834
  - A robust new protocol between the frontend and the Copilot Runtime
7240
7835
  - Support for Copilot Cloud
7241
7836
  - Generative UI
@@ -7279,7 +7874,6 @@ CopilotKid Back-end SDK:
7279
7874
  ### Major Changes
7280
7875
 
7281
7876
  - V1.0 Release Candidate
7282
-
7283
7877
  - A robust new protocol between the frontend and the Copilot Runtime
7284
7878
  - Support for Copilot Cloud
7285
7879
  - Generative UI
@@ -8594,14 +9188,12 @@ CopilotKid Back-end SDK:
8594
9188
  agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
8595
9189
 
8596
9190
  As such, the following features have been updated to be completely functional with Headless UI.
8597
-
8598
9191
  - Generative UI
8599
9192
  - Suggestions
8600
9193
  - Agentic Generative UI
8601
9194
  - Interrupts
8602
9195
 
8603
9196
  In addition, a variety of QOL changes have been made.
8604
-
8605
9197
  - New AG-UI based message types
8606
9198
  - Inline code rendering is fixed
8607
9199
 
@@ -8611,7 +9203,6 @@ CopilotKid Back-end SDK:
8611
9203
 
8612
9204
  - 967d0ab: - refactor(chat): separate useCopilotChat into internal implementation and public API
8613
9205
  - 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
8614
-
8615
9206
  - Added `renderError` prop to `CopilotChat` for inline error rendering.
8616
9207
  - Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
8617
9208
  - Updated `Modal` to handle observability hooks with public API key checks.
@@ -8621,19 +9212,15 @@ CopilotKid Back-end SDK:
8621
9212
  - 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
8622
9213
 
8623
9214
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
8624
-
8625
9215
  - fix: more fixes addressing breaking changes in new Headless UI
8626
9216
 
8627
9217
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
8628
-
8629
9218
  - chore: address linting issues
8630
9219
 
8631
9220
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
8632
-
8633
9221
  - chore: fixing branding and docs
8634
9222
 
8635
9223
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
8636
-
8637
9224
  - chore: more docs fixing
8638
9225
 
8639
9226
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
@@ -8680,19 +9267,15 @@ CopilotKid Back-end SDK:
8680
9267
  - 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
8681
9268
 
8682
9269
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
8683
-
8684
9270
  - fix: more fixes addressing breaking changes in new Headless UI
8685
9271
 
8686
9272
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
8687
-
8688
9273
  - chore: address linting issues
8689
9274
 
8690
9275
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
8691
-
8692
9276
  - chore: fixing branding and docs
8693
9277
 
8694
9278
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
8695
-
8696
9279
  - chore: more docs fixing
8697
9280
 
8698
9281
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
@@ -8707,7 +9290,6 @@ CopilotKid Back-end SDK:
8707
9290
  ### Patch Changes
8708
9291
 
8709
9292
  - 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
8710
-
8711
9293
  - Added `renderError` prop to `CopilotChat` for inline error rendering.
8712
9294
  - Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
8713
9295
  - Updated `Modal` to handle observability hooks with public API key checks.
@@ -8795,14 +9377,12 @@ CopilotKid Back-end SDK:
8795
9377
  agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
8796
9378
 
8797
9379
  As such, the following features have been updated to be completely functional with Headless UI.
8798
-
8799
9380
  - Generative UI
8800
9381
  - Suggestions
8801
9382
  - Agentic Generative UI
8802
9383
  - Interrupts
8803
9384
 
8804
9385
  In addition, a variety of QOL changes have been made.
8805
-
8806
9386
  - New AG-UI based message types
8807
9387
  - Inline code rendering is fixed
8808
9388
 
@@ -9384,7 +9964,6 @@ CopilotKid Back-end SDK:
9384
9964
  - b9dd397: - fix(react-ui): fix scrolling into view issue
9385
9965
 
9386
9966
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
9387
-
9388
9967
  - @copilotkit/runtime-client-gql@1.8.11
9389
9968
  - @copilotkit/react-core@1.8.11
9390
9969
  - @copilotkit/shared@1.8.11
@@ -9404,7 +9983,6 @@ CopilotKid Back-end SDK:
9404
9983
  - b9dd397: - fix(react-ui): fix scrolling into view issue
9405
9984
 
9406
9985
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
9407
-
9408
9986
  - @copilotkit/react-core@1.8.11-next.0
9409
9987
  - @copilotkit/runtime-client-gql@1.8.11-next.0
9410
9988
  - @copilotkit/shared@1.8.11-next.0
@@ -10378,7 +10956,6 @@ CopilotKid Back-end SDK:
10378
10956
  - 86fae3a: - feat(react-ui): add interfaces for full message customization
10379
10957
 
10380
10958
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
10381
-
10382
10959
  - @copilotkit/react-core@1.5.12-next.0
10383
10960
  - @copilotkit/runtime-client-gql@1.5.12-next.0
10384
10961
  - @copilotkit/shared@1.5.12-next.0
@@ -10695,7 +11272,6 @@ CopilotKid Back-end SDK:
10695
11272
  send() function despite the send button being correctly disabled. Added
10696
11273
  the sendDisabled check to the onKeyDown handler to ensure consistent
10697
11274
  validation between button and keyboard triggers.
10698
-
10699
11275
  - Added validation check to Enter key handler
10700
11276
  - Ensures empty messages can't be sent via keyboard shortcut
10701
11277
  - Makes behavior consistent with disabled send button state
@@ -10721,13 +11297,11 @@ CopilotKid Back-end SDK:
10721
11297
  send() function despite the send button being correctly disabled. Added
10722
11298
  the sendDisabled check to the onKeyDown handler to ensure consistent
10723
11299
  validation between button and keyboard triggers.
10724
-
10725
11300
  - Added validation check to Enter key handler
10726
11301
  - Ensures empty messages can't be sent via keyboard shortcut
10727
11302
  - Makes behavior consistent with disabled send button state
10728
11303
 
10729
11304
  Resolves #1129
10730
-
10731
11305
  - @copilotkit/react-core@1.4.8-next.0
10732
11306
  - @copilotkit/runtime-client-gql@1.4.8-next.0
10733
11307
  - @copilotkit/shared@1.4.8-next.0
@@ -10866,7 +11440,6 @@ CopilotKid Back-end SDK:
10866
11440
  - e16d95e: New prerelease
10867
11441
  - 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
10868
11442
  - CopilotKit Core:
10869
-
10870
11443
  - Improved error messages and overall logs
10871
11444
  - `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
10872
11445
  - Improved scrolling behavior. It is now possible to scroll up during LLM response generation
@@ -10874,7 +11447,6 @@ CopilotKid Back-end SDK:
10874
11447
  - Updated interfaces for better developer ergonomics
10875
11448
 
10876
11449
  CoAgents:
10877
-
10878
11450
  - Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
10879
11451
  - Support for LangGraph Platform in Remote Endpoints
10880
11452
  - LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
@@ -10882,7 +11454,6 @@ CopilotKid Back-end SDK:
10882
11454
  - Enhanced state management and message handling
10883
11455
 
10884
11456
  CopilotKid Back-end SDK:
10885
-
10886
11457
  - Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
10887
11458
 
10888
11459
  - 8d0144f: bump
@@ -11285,7 +11856,6 @@ CopilotKid Back-end SDK:
11285
11856
  ### Patch Changes
11286
11857
 
11287
11858
  - inject minified css in bundle
11288
-
11289
11859
  - removes the need to import `styles.css` manually
11290
11860
  - empty `styles.css` included in the build for backwards compatibility
11291
11861
  - uses tsup's `injectStyles` with `postcss` to bundle and minify the CSS, then inject it as a style tag
@@ -11450,7 +12020,6 @@ CopilotKid Back-end SDK:
11450
12020
  ### Major Changes
11451
12021
 
11452
12022
  - b6a4b6eb: V1.0 Release Candidate
11453
-
11454
12023
  - A robust new protocol between the frontend and the Copilot Runtime
11455
12024
  - Support for Copilot Cloud
11456
12025
  - Generative UI
@@ -11458,7 +12027,6 @@ CopilotKid Back-end SDK:
11458
12027
  - OpenAI assistant API streaming
11459
12028
 
11460
12029
  - V1.0 Release
11461
-
11462
12030
  - A robust new protocol between the frontend and the Copilot Runtime
11463
12031
  - Support for Copilot Cloud
11464
12032
  - Generative UI
@@ -11502,7 +12070,6 @@ CopilotKid Back-end SDK:
11502
12070
  ### Major Changes
11503
12071
 
11504
12072
  - V1.0 Release Candidate
11505
-
11506
12073
  - A robust new protocol between the frontend and the Copilot Runtime
11507
12074
  - Support for Copilot Cloud
11508
12075
  - Generative UI
@@ -12809,14 +13376,12 @@ CopilotKid Back-end SDK:
12809
13376
  agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
12810
13377
 
12811
13378
  As such, the following features have been updated to be completely functional with Headless UI.
12812
-
12813
13379
  - Generative UI
12814
13380
  - Suggestions
12815
13381
  - Agentic Generative UI
12816
13382
  - Interrupts
12817
13383
 
12818
13384
  In addition, a variety of QOL changes have been made.
12819
-
12820
13385
  - New AG-UI based message types
12821
13386
  - Inline code rendering is fixed
12822
13387
 
@@ -12826,7 +13391,6 @@ CopilotKid Back-end SDK:
12826
13391
 
12827
13392
  - 967d0ab: - refactor(chat): separate useCopilotChat into internal implementation and public API
12828
13393
  - 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
12829
-
12830
13394
  - Added `renderError` prop to `CopilotChat` for inline error rendering.
12831
13395
  - Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
12832
13396
  - Updated `Modal` to handle observability hooks with public API key checks.
@@ -12836,19 +13400,15 @@ CopilotKid Back-end SDK:
12836
13400
  - 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
12837
13401
 
12838
13402
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
12839
-
12840
13403
  - fix: more fixes addressing breaking changes in new Headless UI
12841
13404
 
12842
13405
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
12843
-
12844
13406
  - chore: address linting issues
12845
13407
 
12846
13408
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
12847
-
12848
13409
  - chore: fixing branding and docs
12849
13410
 
12850
13411
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
12851
-
12852
13412
  - chore: more docs fixing
12853
13413
 
12854
13414
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
@@ -12895,19 +13455,15 @@ CopilotKid Back-end SDK:
12895
13455
  - 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
12896
13456
 
12897
13457
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
12898
-
12899
13458
  - fix: more fixes addressing breaking changes in new Headless UI
12900
13459
 
12901
13460
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
12902
-
12903
13461
  - chore: address linting issues
12904
13462
 
12905
13463
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
12906
-
12907
13464
  - chore: fixing branding and docs
12908
13465
 
12909
13466
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
12910
-
12911
13467
  - chore: more docs fixing
12912
13468
 
12913
13469
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
@@ -12922,7 +13478,6 @@ CopilotKid Back-end SDK:
12922
13478
  ### Patch Changes
12923
13479
 
12924
13480
  - 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
12925
-
12926
13481
  - Added `renderError` prop to `CopilotChat` for inline error rendering.
12927
13482
  - Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
12928
13483
  - Updated `Modal` to handle observability hooks with public API key checks.
@@ -13010,14 +13565,12 @@ CopilotKid Back-end SDK:
13010
13565
  agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
13011
13566
 
13012
13567
  As such, the following features have been updated to be completely functional with Headless UI.
13013
-
13014
13568
  - Generative UI
13015
13569
  - Suggestions
13016
13570
  - Agentic Generative UI
13017
13571
  - Interrupts
13018
13572
 
13019
13573
  In addition, a variety of QOL changes have been made.
13020
-
13021
13574
  - New AG-UI based message types
13022
13575
  - Inline code rendering is fixed
13023
13576
 
@@ -13599,7 +14152,6 @@ CopilotKid Back-end SDK:
13599
14152
  - b9dd397: - fix(react-ui): fix scrolling into view issue
13600
14153
 
13601
14154
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
13602
-
13603
14155
  - @copilotkit/runtime-client-gql@1.8.11
13604
14156
  - @copilotkit/react-core@1.8.11
13605
14157
  - @copilotkit/shared@1.8.11
@@ -13619,7 +14171,6 @@ CopilotKid Back-end SDK:
13619
14171
  - b9dd397: - fix(react-ui): fix scrolling into view issue
13620
14172
 
13621
14173
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
13622
-
13623
14174
  - @copilotkit/react-core@1.8.11-next.0
13624
14175
  - @copilotkit/runtime-client-gql@1.8.11-next.0
13625
14176
  - @copilotkit/shared@1.8.11-next.0
@@ -14593,7 +15144,6 @@ CopilotKid Back-end SDK:
14593
15144
  - 86fae3a: - feat(react-ui): add interfaces for full message customization
14594
15145
 
14595
15146
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
14596
-
14597
15147
  - @copilotkit/react-core@1.5.12-next.0
14598
15148
  - @copilotkit/runtime-client-gql@1.5.12-next.0
14599
15149
  - @copilotkit/shared@1.5.12-next.0
@@ -14910,7 +15460,6 @@ CopilotKid Back-end SDK:
14910
15460
  send() function despite the send button being correctly disabled. Added
14911
15461
  the sendDisabled check to the onKeyDown handler to ensure consistent
14912
15462
  validation between button and keyboard triggers.
14913
-
14914
15463
  - Added validation check to Enter key handler
14915
15464
  - Ensures empty messages can't be sent via keyboard shortcut
14916
15465
  - Makes behavior consistent with disabled send button state
@@ -14936,13 +15485,11 @@ CopilotKid Back-end SDK:
14936
15485
  send() function despite the send button being correctly disabled. Added
14937
15486
  the sendDisabled check to the onKeyDown handler to ensure consistent
14938
15487
  validation between button and keyboard triggers.
14939
-
14940
15488
  - Added validation check to Enter key handler
14941
15489
  - Ensures empty messages can't be sent via keyboard shortcut
14942
15490
  - Makes behavior consistent with disabled send button state
14943
15491
 
14944
15492
  Resolves #1129
14945
-
14946
15493
  - @copilotkit/react-core@1.4.8-next.0
14947
15494
  - @copilotkit/runtime-client-gql@1.4.8-next.0
14948
15495
  - @copilotkit/shared@1.4.8-next.0
@@ -15081,7 +15628,6 @@ CopilotKid Back-end SDK:
15081
15628
  - e16d95e: New prerelease
15082
15629
  - 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
15083
15630
  - CopilotKit Core:
15084
-
15085
15631
  - Improved error messages and overall logs
15086
15632
  - `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
15087
15633
  - Improved scrolling behavior. It is now possible to scroll up during LLM response generation
@@ -15089,7 +15635,6 @@ CopilotKid Back-end SDK:
15089
15635
  - Updated interfaces for better developer ergonomics
15090
15636
 
15091
15637
  CoAgents:
15092
-
15093
15638
  - Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
15094
15639
  - Support for LangGraph Platform in Remote Endpoints
15095
15640
  - LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
@@ -15097,7 +15642,6 @@ CopilotKid Back-end SDK:
15097
15642
  - Enhanced state management and message handling
15098
15643
 
15099
15644
  CopilotKid Back-end SDK:
15100
-
15101
15645
  - Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
15102
15646
 
15103
15647
  - 8d0144f: bump
@@ -15500,7 +16044,6 @@ CopilotKid Back-end SDK:
15500
16044
  ### Patch Changes
15501
16045
 
15502
16046
  - inject minified css in bundle
15503
-
15504
16047
  - removes the need to import `styles.css` manually
15505
16048
  - empty `styles.css` included in the build for backwards compatibility
15506
16049
  - uses tsup's `injectStyles` with `postcss` to bundle and minify the CSS, then inject it as a style tag
@@ -15665,7 +16208,6 @@ CopilotKid Back-end SDK:
15665
16208
  ### Major Changes
15666
16209
 
15667
16210
  - b6a4b6eb: V1.0 Release Candidate
15668
-
15669
16211
  - A robust new protocol between the frontend and the Copilot Runtime
15670
16212
  - Support for Copilot Cloud
15671
16213
  - Generative UI
@@ -15673,7 +16215,6 @@ CopilotKid Back-end SDK:
15673
16215
  - OpenAI assistant API streaming
15674
16216
 
15675
16217
  - V1.0 Release
15676
-
15677
16218
  - A robust new protocol between the frontend and the Copilot Runtime
15678
16219
  - Support for Copilot Cloud
15679
16220
  - Generative UI
@@ -15717,7 +16258,6 @@ CopilotKid Back-end SDK:
15717
16258
  ### Major Changes
15718
16259
 
15719
16260
  - V1.0 Release Candidate
15720
-
15721
16261
  - A robust new protocol between the frontend and the Copilot Runtime
15722
16262
  - Support for Copilot Cloud
15723
16263
  - Generative UI