@copilotkit/react-ui 0.0.0-feat-dynamic-copilotcloud-qa-20250117190454 → 0.0.0-feat-enable-setting-recursion-limit-20250424165940

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 (264) hide show
  1. package/CHANGELOG.md +857 -4
  2. package/dist/{chunk-UWWMAJ7R.mjs → chunk-24TDU7MY.mjs} +20 -8
  3. package/dist/chunk-24TDU7MY.mjs.map +1 -0
  4. package/dist/{chunk-PNQVKBPN.mjs → chunk-6TCUJ3B7.mjs} +2 -2
  5. package/dist/chunk-6TCUJ3B7.mjs.map +1 -0
  6. package/dist/{chunk-YQ3D5IQV.mjs → chunk-ABHUX6T6.mjs} +2 -5
  7. package/dist/chunk-ABHUX6T6.mjs.map +1 -0
  8. package/dist/{chunk-EMQEEXUB.mjs → chunk-BDNHZ3GW.mjs} +23 -13
  9. package/dist/chunk-BDNHZ3GW.mjs.map +1 -0
  10. package/dist/{chunk-P5A3A5FO.mjs → chunk-DSQGQJI4.mjs} +25 -13
  11. package/dist/chunk-DSQGQJI4.mjs.map +1 -0
  12. package/dist/{chunk-HEIDCT7I.mjs → chunk-HWMFMBJC.mjs} +2 -2
  13. package/dist/chunk-HWMFMBJC.mjs.map +1 -0
  14. package/dist/{chunk-CBBFRI3Q.mjs → chunk-IEMQ2SQW.mjs} +18 -6
  15. package/dist/chunk-IEMQ2SQW.mjs.map +1 -0
  16. package/dist/{chunk-34FREWVK.mjs → chunk-IJADIQAR.mjs} +92 -61
  17. package/dist/chunk-IJADIQAR.mjs.map +1 -0
  18. package/dist/chunk-JGMFJZMG.mjs +11 -0
  19. package/dist/chunk-JGMFJZMG.mjs.map +1 -0
  20. package/dist/{chunk-B23XDGH4.mjs → chunk-JOL7NS2W.mjs} +2 -2
  21. package/dist/{chunk-UPTB2MVO.mjs → chunk-KENCH7RN.mjs} +4 -10
  22. package/dist/chunk-KENCH7RN.mjs.map +1 -0
  23. package/dist/chunk-NRA3CFEE.mjs +97 -0
  24. package/dist/chunk-NRA3CFEE.mjs.map +1 -0
  25. package/dist/chunk-O34Z4XM2.mjs +471 -0
  26. package/dist/chunk-O34Z4XM2.mjs.map +1 -0
  27. package/dist/chunk-OZXUB3V7.mjs +112 -0
  28. package/dist/chunk-OZXUB3V7.mjs.map +1 -0
  29. package/dist/chunk-PLHTVHUW.mjs +82 -0
  30. package/dist/chunk-PLHTVHUW.mjs.map +1 -0
  31. package/dist/chunk-POWCBXRY.mjs +66 -0
  32. package/dist/chunk-POWCBXRY.mjs.map +1 -0
  33. package/dist/chunk-PXEVB7IK.mjs +1 -0
  34. package/dist/{chunk-YAGE7RCE.mjs → chunk-Q2NFQTCQ.mjs} +36 -8
  35. package/dist/chunk-Q2NFQTCQ.mjs.map +1 -0
  36. package/dist/{chunk-OTPAZXVR.mjs → chunk-Q5V6S67N.mjs} +17 -6
  37. package/dist/chunk-Q5V6S67N.mjs.map +1 -0
  38. package/dist/chunk-SLTG4L62.mjs +78 -0
  39. package/dist/chunk-SLTG4L62.mjs.map +1 -0
  40. package/dist/{chunk-O6JFOQQA.mjs → chunk-T7N77F5Y.mjs} +2 -2
  41. package/dist/{chunk-RQNJNK2W.mjs → chunk-UFN2VWSR.mjs} +2 -2
  42. package/dist/chunk-UH2UFL5W.mjs +32 -0
  43. package/dist/chunk-UH2UFL5W.mjs.map +1 -0
  44. package/dist/{chunk-F2W5FD7L.mjs → chunk-VGPQYMKJ.mjs} +34 -62
  45. package/dist/chunk-VGPQYMKJ.mjs.map +1 -0
  46. package/dist/chunk-XFCMZH2H.mjs +36 -0
  47. package/dist/chunk-XFCMZH2H.mjs.map +1 -0
  48. package/dist/chunk-XWG3L6QC.mjs +258 -0
  49. package/dist/chunk-XWG3L6QC.mjs.map +1 -0
  50. package/dist/{chunk-RJCZRKTV.mjs → chunk-XZNY26GH.mjs} +7 -9
  51. package/dist/chunk-XZNY26GH.mjs.map +1 -0
  52. package/dist/{chunk-VKVNMHM5.mjs → chunk-Y7UO3RPW.mjs} +19 -18
  53. package/dist/chunk-Y7UO3RPW.mjs.map +1 -0
  54. package/dist/{chunk-Z2UZSN3K.mjs → chunk-Z4XPPVZT.mjs} +5 -2
  55. package/dist/{chunk-Z2UZSN3K.mjs.map → chunk-Z4XPPVZT.mjs.map} +1 -1
  56. package/dist/components/chat/Button.js.map +1 -1
  57. package/dist/components/chat/Button.mjs +3 -3
  58. package/dist/components/chat/Chat.d.ts +47 -15
  59. package/dist/components/chat/Chat.js +1071 -1251
  60. package/dist/components/chat/Chat.js.map +1 -1
  61. package/dist/components/chat/Chat.mjs +16 -22
  62. package/dist/components/chat/ChatContext.d.ts +40 -0
  63. package/dist/components/chat/ChatContext.js +111 -61
  64. package/dist/components/chat/ChatContext.js.map +1 -1
  65. package/dist/components/chat/ChatContext.mjs +2 -2
  66. package/dist/components/chat/CodeBlock.js +58 -82
  67. package/dist/components/chat/CodeBlock.js.map +1 -1
  68. package/dist/components/chat/CodeBlock.mjs +2 -2
  69. package/dist/components/chat/Header.js +535 -4
  70. package/dist/components/chat/Header.js.map +1 -1
  71. package/dist/components/chat/Header.mjs +10 -3
  72. package/dist/components/chat/Icons.d.ts +11 -9
  73. package/dist/components/chat/Icons.js +140 -164
  74. package/dist/components/chat/Icons.js.map +1 -1
  75. package/dist/components/chat/Icons.mjs +11 -5
  76. package/dist/components/chat/ImageUploadQueue.d.ts +13 -0
  77. package/dist/components/chat/ImageUploadQueue.js +106 -0
  78. package/dist/components/chat/ImageUploadQueue.js.map +1 -0
  79. package/dist/components/chat/ImageUploadQueue.mjs +8 -0
  80. package/dist/components/chat/Input.d.ts +1 -1
  81. package/dist/components/chat/Input.js +21 -11
  82. package/dist/components/chat/Input.js.map +1 -1
  83. package/dist/components/chat/Input.mjs +3 -3
  84. package/dist/components/chat/Markdown.js +58 -56
  85. package/dist/components/chat/Markdown.js.map +1 -1
  86. package/dist/components/chat/Markdown.mjs +3 -3
  87. package/dist/components/chat/Messages.d.ts +1 -1
  88. package/dist/components/chat/Messages.js +90 -59
  89. package/dist/components/chat/Messages.js.map +1 -1
  90. package/dist/components/chat/Messages.mjs +3 -3
  91. package/dist/components/chat/Modal.d.ts +1 -1
  92. package/dist/components/chat/Modal.js +2351 -1988
  93. package/dist/components/chat/Modal.js.map +1 -1
  94. package/dist/components/chat/Modal.mjs +25 -23
  95. package/dist/components/chat/Popup.js +2353 -1990
  96. package/dist/components/chat/Popup.js.map +1 -1
  97. package/dist/components/chat/Popup.mjs +26 -24
  98. package/dist/components/chat/Sidebar.js +2355 -1992
  99. package/dist/components/chat/Sidebar.js.map +1 -1
  100. package/dist/components/chat/Sidebar.mjs +26 -24
  101. package/dist/components/chat/Suggestion.js +5 -40
  102. package/dist/components/chat/Suggestion.js.map +1 -1
  103. package/dist/components/chat/Suggestion.mjs +2 -2
  104. package/dist/components/chat/Window.js +39 -5
  105. package/dist/components/chat/Window.js.map +1 -1
  106. package/dist/components/chat/Window.mjs +4 -3
  107. package/dist/components/chat/index.d.ts +2 -1
  108. package/dist/components/chat/index.js +2359 -1994
  109. package/dist/components/chat/index.js.map +1 -1
  110. package/dist/components/chat/index.mjs +36 -31
  111. package/dist/components/chat/messages/AssistantMessage.js +148 -59
  112. package/dist/components/chat/messages/AssistantMessage.js.map +1 -1
  113. package/dist/components/chat/messages/AssistantMessage.mjs +5 -5
  114. package/dist/components/chat/messages/RenderActionExecutionMessage.d.ts +1 -1
  115. package/dist/components/chat/messages/RenderActionExecutionMessage.js +699 -18
  116. package/dist/components/chat/messages/RenderActionExecutionMessage.js.map +1 -1
  117. package/dist/components/chat/messages/RenderActionExecutionMessage.mjs +7 -1
  118. package/dist/components/chat/messages/RenderAgentStateMessage.d.ts +1 -1
  119. package/dist/components/chat/messages/RenderAgentStateMessage.js +693 -12
  120. package/dist/components/chat/messages/RenderAgentStateMessage.js.map +1 -1
  121. package/dist/components/chat/messages/RenderAgentStateMessage.mjs +7 -1
  122. package/dist/components/chat/messages/RenderImageMessage.d.ts +7 -0
  123. package/dist/components/chat/messages/RenderImageMessage.js +774 -0
  124. package/dist/components/chat/messages/RenderImageMessage.js.map +1 -0
  125. package/dist/components/chat/messages/RenderImageMessage.mjs +15 -0
  126. package/dist/components/chat/messages/RenderImageMessage.mjs.map +1 -0
  127. package/dist/components/chat/messages/RenderResultMessage.d.ts +1 -1
  128. package/dist/components/chat/messages/RenderResultMessage.js +687 -4
  129. package/dist/components/chat/messages/RenderResultMessage.js.map +1 -1
  130. package/dist/components/chat/messages/RenderResultMessage.mjs +7 -1
  131. package/dist/components/chat/messages/RenderTextMessage.d.ts +1 -1
  132. package/dist/components/chat/messages/RenderTextMessage.js +710 -7
  133. package/dist/components/chat/messages/RenderTextMessage.js.map +1 -1
  134. package/dist/components/chat/messages/RenderTextMessage.mjs +8 -1
  135. package/dist/components/chat/messages/UserMessage.js +1 -1
  136. package/dist/components/chat/messages/UserMessage.js.map +1 -1
  137. package/dist/components/chat/messages/UserMessage.mjs +1 -1
  138. package/dist/components/chat/props.d.ts +59 -7
  139. package/dist/components/chat/props.js.map +1 -1
  140. package/dist/components/dev-console/console.js +72 -242
  141. package/dist/components/dev-console/console.js.map +1 -1
  142. package/dist/components/dev-console/console.mjs +5 -5
  143. package/dist/components/dev-console/icons.js +16 -5
  144. package/dist/components/dev-console/icons.js.map +1 -1
  145. package/dist/components/dev-console/icons.mjs +1 -1
  146. package/dist/components/dev-console/index.js +72 -242
  147. package/dist/components/dev-console/index.js.map +1 -1
  148. package/dist/components/dev-console/index.mjs +5 -5
  149. package/dist/components/dev-console/utils.js +1 -1
  150. package/dist/components/dev-console/utils.js.map +1 -1
  151. package/dist/components/dev-console/utils.mjs +1 -1
  152. package/dist/components/help-modal/index.js +30 -148
  153. package/dist/components/help-modal/index.js.map +1 -1
  154. package/dist/components/help-modal/index.mjs +1 -1
  155. package/dist/components/help-modal/modal.js +30 -148
  156. package/dist/components/help-modal/modal.js.map +1 -1
  157. package/dist/components/help-modal/modal.mjs +1 -1
  158. package/dist/components/index.d.ts +2 -1
  159. package/dist/components/index.js +2359 -1994
  160. package/dist/components/index.js.map +1 -1
  161. package/dist/components/index.mjs +39 -34
  162. package/dist/hooks/index.js +4 -1
  163. package/dist/hooks/index.js.map +1 -1
  164. package/dist/hooks/index.mjs +1 -1
  165. package/dist/hooks/use-copilot-chat-suggestions.d.ts +6 -1
  166. package/dist/hooks/use-copilot-chat-suggestions.js +4 -1
  167. package/dist/hooks/use-copilot-chat-suggestions.js.map +1 -1
  168. package/dist/hooks/use-copilot-chat-suggestions.mjs +1 -1
  169. package/dist/hooks/use-dark-mode.d.ts +3 -0
  170. package/dist/hooks/use-dark-mode.js +35 -0
  171. package/dist/hooks/use-dark-mode.js.map +1 -0
  172. package/dist/hooks/use-dark-mode.mjs +8 -0
  173. package/dist/hooks/use-dark-mode.mjs.map +1 -0
  174. package/dist/index.css +553 -127
  175. package/dist/index.css.map +1 -1
  176. package/dist/index.d.ts +2 -1
  177. package/dist/index.js +2374 -2006
  178. package/dist/index.js.map +1 -1
  179. package/dist/index.mjs +40 -35
  180. package/dist/types/css.d.ts +8 -5
  181. package/dist/types/css.js.map +1 -1
  182. package/package.json +4 -4
  183. package/src/components/chat/Chat.tsx +287 -60
  184. package/src/components/chat/ChatContext.tsx +61 -1
  185. package/src/components/chat/CodeBlock.tsx +2 -4
  186. package/src/components/chat/Header.tsx +12 -3
  187. package/src/components/chat/Icons.tsx +124 -110
  188. package/src/components/chat/ImageUploadQueue.tsx +77 -0
  189. package/src/components/chat/Input.tsx +67 -40
  190. package/src/components/chat/Markdown.tsx +0 -3
  191. package/src/components/chat/Messages.tsx +90 -56
  192. package/src/components/chat/Modal.tsx +8 -6
  193. package/src/components/chat/Suggestion.tsx +3 -3
  194. package/src/components/chat/Window.tsx +26 -1
  195. package/src/components/chat/index.tsx +1 -0
  196. package/src/components/chat/messages/AssistantMessage.tsx +94 -3
  197. package/src/components/chat/messages/RenderActionExecutionMessage.tsx +9 -6
  198. package/src/components/chat/messages/RenderAgentStateMessage.tsx +6 -2
  199. package/src/components/chat/messages/RenderImageMessage.tsx +64 -0
  200. package/src/components/chat/messages/RenderResultMessage.tsx +11 -2
  201. package/src/components/chat/messages/RenderTextMessage.tsx +22 -2
  202. package/src/components/chat/messages/UserMessage.tsx +5 -1
  203. package/src/components/chat/props.ts +71 -7
  204. package/src/components/dev-console/console.tsx +19 -56
  205. package/src/components/dev-console/icons.tsx +9 -2
  206. package/src/components/dev-console/utils.ts +1 -1
  207. package/src/components/help-modal/modal.tsx +39 -102
  208. package/src/css/button.css +15 -4
  209. package/src/css/colors.css +66 -10
  210. package/src/css/console.css +74 -42
  211. package/src/css/crew.css +277 -0
  212. package/src/css/header.css +28 -6
  213. package/src/css/input.css +35 -19
  214. package/src/css/markdown.css +2 -1
  215. package/src/css/messages.css +128 -16
  216. package/src/css/panel.css +1 -0
  217. package/src/css/suggestions.css +14 -6
  218. package/src/css/window.css +28 -0
  219. package/src/hooks/use-copilot-chat-suggestions.tsx +11 -1
  220. package/src/hooks/use-dark-mode.ts +10 -0
  221. package/src/styles.css +1 -1
  222. package/src/types/css.ts +8 -5
  223. package/dist/chunk-34FREWVK.mjs.map +0 -1
  224. package/dist/chunk-3VNMQWGT.mjs +0 -25
  225. package/dist/chunk-3VNMQWGT.mjs.map +0 -1
  226. package/dist/chunk-3XAXY2Z3.mjs +0 -18
  227. package/dist/chunk-3XAXY2Z3.mjs.map +0 -1
  228. package/dist/chunk-CBBFRI3Q.mjs.map +0 -1
  229. package/dist/chunk-EMQEEXUB.mjs.map +0 -1
  230. package/dist/chunk-F2W5FD7L.mjs.map +0 -1
  231. package/dist/chunk-F7VWGY77.mjs +0 -22
  232. package/dist/chunk-F7VWGY77.mjs.map +0 -1
  233. package/dist/chunk-FZC7X5PK.mjs +0 -262
  234. package/dist/chunk-FZC7X5PK.mjs.map +0 -1
  235. package/dist/chunk-HEIDCT7I.mjs.map +0 -1
  236. package/dist/chunk-I7MG52I5.mjs +0 -314
  237. package/dist/chunk-I7MG52I5.mjs.map +0 -1
  238. package/dist/chunk-OFYI4UU4.mjs +0 -35
  239. package/dist/chunk-OFYI4UU4.mjs.map +0 -1
  240. package/dist/chunk-OTPAZXVR.mjs.map +0 -1
  241. package/dist/chunk-P5A3A5FO.mjs.map +0 -1
  242. package/dist/chunk-PNQVKBPN.mjs.map +0 -1
  243. package/dist/chunk-RJCZRKTV.mjs.map +0 -1
  244. package/dist/chunk-SQMEPWVT.mjs +0 -1
  245. package/dist/chunk-TI7SY2RI.mjs +0 -164
  246. package/dist/chunk-TI7SY2RI.mjs.map +0 -1
  247. package/dist/chunk-UPTB2MVO.mjs.map +0 -1
  248. package/dist/chunk-UWWMAJ7R.mjs.map +0 -1
  249. package/dist/chunk-VEC45H6Q.mjs +0 -18
  250. package/dist/chunk-VEC45H6Q.mjs.map +0 -1
  251. package/dist/chunk-VKVNMHM5.mjs.map +0 -1
  252. package/dist/chunk-YAGE7RCE.mjs.map +0 -1
  253. package/dist/chunk-YQ3D5IQV.mjs.map +0 -1
  254. package/dist/components/chat/Response.d.ts +0 -7
  255. package/dist/components/chat/Response.js +0 -64
  256. package/dist/components/chat/Response.js.map +0 -1
  257. package/dist/components/chat/Response.mjs +0 -10
  258. package/src/components/chat/Response.tsx +0 -12
  259. package/src/css/response.css +0 -26
  260. /package/dist/{chunk-B23XDGH4.mjs.map → chunk-JOL7NS2W.mjs.map} +0 -0
  261. /package/dist/{chunk-SQMEPWVT.mjs.map → chunk-PXEVB7IK.mjs.map} +0 -0
  262. /package/dist/{chunk-O6JFOQQA.mjs.map → chunk-T7N77F5Y.mjs.map} +0 -0
  263. /package/dist/{chunk-RQNJNK2W.mjs.map → chunk-UFN2VWSR.mjs.map} +0 -0
  264. /package/dist/components/chat/{Response.mjs.map → ImageUploadQueue.mjs.map} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,17 +1,870 @@
1
1
  # ui
2
2
 
3
- ## 0.0.0-feat-dynamic-copilotcloud-qa-20250117190454
3
+ ## 0.0.0-feat-enable-setting-recursion-limit-20250424165940
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - Updated dependencies [1d2ae5a]
8
+ - @copilotkit/react-core@0.0.0-feat-enable-setting-recursion-limit-20250424165940
9
+ - @copilotkit/runtime-client-gql@0.0.0-feat-enable-setting-recursion-limit-20250424165940
10
+ - @copilotkit/shared@0.0.0-feat-enable-setting-recursion-limit-20250424165940
11
+
12
+ ## 1.8.7
13
+
14
+ ### Patch Changes
15
+
16
+ - 8b8474f: - feat: add image input support with multi-model compatibility, pasting, and UX improvements
17
+ - Updated dependencies [8b8474f]
18
+ - @copilotkit/runtime-client-gql@1.8.7
19
+ - @copilotkit/react-core@1.8.7
20
+ - @copilotkit/shared@1.8.7
21
+
22
+ ## 1.8.7-next.0
23
+
24
+ ### Patch Changes
25
+
26
+ - 8b8474f: - feat: add image input support with multi-model compatibility, pasting, and UX improvements
27
+ - Updated dependencies [8b8474f]
28
+ - @copilotkit/runtime-client-gql@1.8.7-next.0
29
+ - @copilotkit/react-core@1.8.7-next.0
30
+ - @copilotkit/shared@1.8.7-next.0
31
+
32
+ ## 1.8.6
33
+
34
+ ### Patch Changes
35
+
36
+ - Updated dependencies [7a04bd1]
37
+ - @copilotkit/react-core@1.8.6
38
+ - @copilotkit/runtime-client-gql@1.8.6
39
+ - @copilotkit/shared@1.8.6
40
+
41
+ ## 1.8.6-next.0
42
+
43
+ ### Patch Changes
44
+
45
+ - Updated dependencies [7a04bd1]
46
+ - @copilotkit/react-core@1.8.6-next.0
47
+ - @copilotkit/runtime-client-gql@1.8.6-next.0
48
+ - @copilotkit/shared@1.8.6-next.0
49
+
50
+ ## 1.8.5
51
+
52
+ ### Patch Changes
53
+
54
+ - 4b5452d: - feat: add powered-by-copilotkit watermark
55
+ - d0e8a1e: - fix: fix duplicate messages on regenerate
56
+ - ed5ace7: - fix: for every component that has default, make prop optional
57
+ - Updated dependencies [c0d3261]
58
+ - Updated dependencies [77a7457]
59
+ - Updated dependencies [d0e8a1e]
60
+ - @copilotkit/react-core@1.8.5
61
+ - @copilotkit/runtime-client-gql@1.8.5
62
+ - @copilotkit/shared@1.8.5
63
+
64
+ ## 1.8.5-next.5
65
+
66
+ ### Patch Changes
67
+
68
+ - Updated dependencies [c0d3261]
69
+ - @copilotkit/react-core@1.8.5-next.5
70
+ - @copilotkit/runtime-client-gql@1.8.5-next.5
71
+ - @copilotkit/shared@1.8.5-next.5
72
+
73
+ ## 1.8.5-next.4
74
+
75
+ ### Patch Changes
76
+
77
+ - @copilotkit/runtime-client-gql@1.8.5-next.4
78
+ - @copilotkit/react-core@1.8.5-next.4
79
+ - @copilotkit/shared@1.8.5-next.4
80
+
81
+ ## 1.8.5-next.3
82
+
83
+ ### Patch Changes
84
+
85
+ - Updated dependencies [77a7457]
86
+ - @copilotkit/react-core@1.8.5-next.3
87
+ - @copilotkit/runtime-client-gql@1.8.5-next.3
88
+ - @copilotkit/shared@1.8.5-next.3
89
+
90
+ ## 1.8.5-next.2
91
+
92
+ ### Patch Changes
93
+
94
+ - 4b5452d: - feat: add powered-by-copilotkit watermark
95
+ - @copilotkit/react-core@1.8.5-next.2
96
+ - @copilotkit/runtime-client-gql@1.8.5-next.2
97
+ - @copilotkit/shared@1.8.5-next.2
98
+
99
+ ## 1.8.5-next.1
100
+
101
+ ### Patch Changes
102
+
103
+ - d0e8a1e: - fix: fix duplicate messages on regenerate
104
+ - Updated dependencies [d0e8a1e]
105
+ - @copilotkit/react-core@1.8.5-next.1
106
+ - @copilotkit/runtime-client-gql@1.8.5-next.1
107
+ - @copilotkit/shared@1.8.5-next.1
108
+
109
+ ## 1.8.5-next.0
110
+
111
+ ### Patch Changes
112
+
113
+ - ed5ace7: - fix: for every component that has default, make prop optional
114
+ - @copilotkit/react-core@1.8.5-next.0
115
+ - @copilotkit/runtime-client-gql@1.8.5-next.0
116
+ - @copilotkit/shared@1.8.5-next.0
117
+
118
+ ## 1.8.4
119
+
120
+ ### Patch Changes
121
+
122
+ - 0846462: - fix: remove styles corresponding to OS dark theme
123
+ - fc11455: - fix: focus on text area when clicking in input box
124
+ - Updated dependencies [f363760]
125
+ - Updated dependencies [4e28414]
126
+ - @copilotkit/shared@1.8.4
127
+ - @copilotkit/react-core@1.8.4
128
+ - @copilotkit/runtime-client-gql@1.8.4
129
+
130
+ ## 1.8.4-next.4
131
+
132
+ ### Patch Changes
133
+
134
+ - Updated dependencies [4e28414]
135
+ - @copilotkit/react-core@1.8.4-next.4
136
+ - @copilotkit/runtime-client-gql@1.8.4-next.4
137
+ - @copilotkit/shared@1.8.4-next.4
138
+
139
+ ## 1.8.4-next.3
140
+
141
+ ### Patch Changes
142
+
143
+ - @copilotkit/runtime-client-gql@1.8.4-next.3
144
+ - @copilotkit/react-core@1.8.4-next.3
145
+ - @copilotkit/shared@1.8.4-next.3
146
+
147
+ ## 1.8.4-next.2
148
+
149
+ ### Patch Changes
150
+
151
+ - fc11455: - fix: focus on text area when clicking in input box
152
+ - @copilotkit/react-core@1.8.4-next.2
153
+ - @copilotkit/runtime-client-gql@1.8.4-next.2
154
+ - @copilotkit/shared@1.8.4-next.2
155
+
156
+ ## 1.8.4-next.1
157
+
158
+ ### Patch Changes
159
+
160
+ - Updated dependencies [f363760]
161
+ - @copilotkit/shared@1.8.4-next.1
162
+ - @copilotkit/runtime-client-gql@1.8.4-next.1
163
+ - @copilotkit/react-core@1.8.4-next.1
164
+
165
+ ## 1.8.4-next.0
166
+
167
+ ### Patch Changes
168
+
169
+ - 0846462: - fix: remove styles corresponding to OS dark theme
170
+ - @copilotkit/react-core@1.8.4-next.0
171
+ - @copilotkit/runtime-client-gql@1.8.4-next.0
172
+ - @copilotkit/shared@1.8.4-next.0
173
+
174
+ ## 1.8.3
175
+
176
+ ### Patch Changes
177
+
178
+ - 76520b8: - style: remove system-preference oriented dark mode
179
+ - 0f6baa1: - fix: fix default styles of chat components
180
+ - @copilotkit/react-core@1.8.3
181
+ - @copilotkit/runtime-client-gql@1.8.3
182
+ - @copilotkit/shared@1.8.3
183
+
184
+ ## 1.8.3-next.0
185
+
186
+ ### Patch Changes
187
+
188
+ - 76520b8: - style: remove system-preference oriented dark mode
189
+ - @copilotkit/react-core@1.8.3-next.0
190
+ - @copilotkit/runtime-client-gql@1.8.3-next.0
191
+ - @copilotkit/shared@1.8.3-next.0
192
+
193
+ ## 1.8.2-next.3
194
+
195
+ ### Patch Changes
196
+
197
+ - 0f6baa1: - fix: fix default styles of chat components
198
+ - @copilotkit/react-core@1.8.2-next.3
199
+ - @copilotkit/runtime-client-gql@1.8.2-next.3
200
+ - @copilotkit/shared@1.8.2-next.3
201
+
202
+ ## 1.8.2-next.2
203
+
204
+ ### Patch Changes
205
+
206
+ - @copilotkit/runtime-client-gql@1.8.2-next.2
207
+ - @copilotkit/react-core@1.8.2-next.2
208
+ - @copilotkit/shared@1.8.2-next.2
209
+
210
+ ## 1.8.2-next.1
211
+
212
+ ### Patch Changes
213
+
214
+ - @copilotkit/runtime-client-gql@1.8.2-next.1
215
+ - @copilotkit/react-core@1.8.2-next.1
216
+ - @copilotkit/shared@1.8.2-next.1
217
+
218
+ ## 1.8.2-next.0
219
+
220
+ ### Patch Changes
221
+
222
+ - d574350: - fix: adjust order of colors so app themes prevails OS theme
223
+ - d574350: - fix: adjust order of colors so app themes prevails OS theme
224
+ - @copilotkit/react-core@1.8.2-next.0
225
+ - @copilotkit/runtime-client-gql@1.8.2-next.0
226
+ - @copilotkit/shared@1.8.2-next.0
227
+
228
+ ## 1.8.1
229
+
230
+ ### Patch Changes
231
+
232
+ - 0cba747: - fix: set text area within the input box to transparent background
233
+ - Updated dependencies [7a42944]
234
+ - @copilotkit/react-core@1.8.1
235
+ - @copilotkit/runtime-client-gql@1.8.1
236
+ - @copilotkit/shared@1.8.1
237
+
238
+ ## 1.8.1-next.1
239
+
240
+ ### Patch Changes
241
+
242
+ - 0cba747: - fix: set text area within the input box to transparent background
243
+ - @copilotkit/react-core@1.8.1-next.1
244
+ - @copilotkit/runtime-client-gql@1.8.1-next.1
245
+ - @copilotkit/shared@1.8.1-next.1
246
+
247
+ ## 1.8.1-next.0
248
+
249
+ ### Patch Changes
250
+
251
+ - Updated dependencies [7a42944]
252
+ - @copilotkit/react-core@1.8.1-next.0
253
+ - @copilotkit/runtime-client-gql@1.8.1-next.0
254
+ - @copilotkit/shared@1.8.1-next.0
255
+
256
+ ## 1.8.0
257
+
258
+ ### Minor Changes
259
+
260
+ - 20f0727: - feat(chat): redesign chat
261
+
262
+ ### Patch Changes
263
+
264
+ - 099807a: - fix: adjust dev console menus to dark theme
265
+ - c11fab9: - chore(react-ui): Add DefaultResponseRenderer and DefaultStateRenderer components
266
+ - a50f4c1: - move default components out of ui
267
+ - 5f184b7: - fix: remove response button
268
+ - fix: use customizable assistant message icons
269
+ - d8e354b: - fix: re-align customization variable names and usage
270
+ - Updated dependencies [73f5eaa]
271
+ - Updated dependencies [a50f4c1]
272
+ - @copilotkit/react-core@1.8.0
273
+ - @copilotkit/runtime-client-gql@1.8.0
274
+ - @copilotkit/shared@1.8.0
275
+
276
+ ## 1.8.0-next.8
277
+
278
+ ### Patch Changes
279
+
280
+ - 099807a: - fix: adjust dev console menus to dark theme
281
+ - @copilotkit/react-core@1.8.0-next.8
282
+ - @copilotkit/runtime-client-gql@1.8.0-next.8
283
+ - @copilotkit/shared@1.8.0-next.8
284
+
285
+ ## 1.8.0-next.7
286
+
287
+ ### Patch Changes
288
+
289
+ - 5f184b7: - fix: remove response button
290
+ - fix: use customizable assistant message icons
291
+ - @copilotkit/react-core@1.8.0-next.7
292
+ - @copilotkit/runtime-client-gql@1.8.0-next.7
293
+ - @copilotkit/shared@1.8.0-next.7
294
+
295
+ ## 1.8.0-next.6
296
+
297
+ ### Patch Changes
298
+
299
+ - @copilotkit/react-core@1.8.0-next.6
300
+ - @copilotkit/runtime-client-gql@1.8.0-next.6
301
+ - @copilotkit/shared@1.8.0-next.6
302
+
303
+ ## 1.8.0-next.5
304
+
305
+ ### Patch Changes
306
+
307
+ - a50f4c1: - move default components out of ui
308
+ - Updated dependencies [a50f4c1]
309
+ - @copilotkit/react-core@1.8.0-next.5
310
+ - @copilotkit/runtime-client-gql@1.8.0-next.5
311
+ - @copilotkit/shared@1.8.0-next.5
312
+
313
+ ## 1.8.0-next.4
314
+
315
+ ### Patch Changes
316
+
317
+ - d8e354b: - fix: re-align customization variable names and usage
318
+ - @copilotkit/react-core@1.8.0-next.4
319
+ - @copilotkit/runtime-client-gql@1.8.0-next.4
320
+ - @copilotkit/shared@1.8.0-next.4
321
+
322
+ ## 1.8.0-next.3
323
+
324
+ ### Minor Changes
325
+
326
+ - 20f0727: - feat(chat): redesign chat
327
+
328
+ ### Patch Changes
329
+
330
+ - @copilotkit/react-core@1.8.0-next.3
331
+ - @copilotkit/runtime-client-gql@1.8.0-next.3
332
+ - @copilotkit/shared@1.8.0-next.3
333
+
334
+ ## 1.7.2-next.2
335
+
336
+ ### Patch Changes
337
+
338
+ - c11fab9: - chore(react-ui): Add DefaultResponseRenderer and DefaultStateRenderer components
339
+ - @copilotkit/react-core@1.7.2-next.2
340
+ - @copilotkit/runtime-client-gql@1.7.2-next.2
341
+ - @copilotkit/shared@1.7.2-next.2
342
+
343
+ ## 1.7.2-next.1
344
+
345
+ ### Patch Changes
346
+
347
+ - Updated dependencies [73f5eaa]
348
+ - @copilotkit/react-core@1.7.2-next.1
349
+ - @copilotkit/runtime-client-gql@1.7.2-next.1
350
+ - @copilotkit/shared@1.7.2-next.1
351
+
352
+ ## 1.7.2-next.0
353
+
354
+ ### Patch Changes
355
+
356
+ - @copilotkit/runtime-client-gql@1.7.2-next.0
357
+ - @copilotkit/react-core@1.7.2-next.0
358
+ - @copilotkit/shared@1.7.2-next.0
359
+
360
+ ## 1.7.1
361
+
362
+ ### Patch Changes
363
+
364
+ - @copilotkit/runtime-client-gql@1.7.1
365
+ - @copilotkit/react-core@1.7.1
366
+ - @copilotkit/shared@1.7.1
367
+
368
+ ## 1.7.1-next.0
369
+
370
+ ### Patch Changes
371
+
372
+ - @copilotkit/runtime-client-gql@1.7.1-next.0
373
+ - @copilotkit/react-core@1.7.1-next.0
374
+ - @copilotkit/shared@1.7.1-next.0
375
+
376
+ ## 1.7.0
377
+
378
+ ### Patch Changes
379
+
380
+ - @copilotkit/runtime-client-gql@1.7.0
381
+ - @copilotkit/react-core@1.7.0
382
+ - @copilotkit/shared@1.7.0
383
+
384
+ ## 1.7.0-next.1
385
+
386
+ ### Patch Changes
387
+
388
+ - @copilotkit/runtime-client-gql@1.7.0-next.1
389
+ - @copilotkit/react-core@1.7.0-next.1
390
+ - @copilotkit/shared@1.7.0-next.1
391
+
392
+ ## 1.7.0-next.0
393
+
394
+ ### Patch Changes
395
+
396
+ - @copilotkit/runtime-client-gql@1.7.0-next.0
397
+ - @copilotkit/react-core@1.7.0-next.0
398
+ - @copilotkit/shared@1.7.0-next.0
399
+
400
+ ## 1.6.0
401
+
402
+ ### Patch Changes
403
+
404
+ - c1cc77f: - feat: new useCopilotAdditionalInstructions hook and available property on useCopilotReadable
405
+ - Updated dependencies [d833f4c]
406
+ - Updated dependencies [090203d]
407
+ - Updated dependencies [d800f03]
408
+ - Updated dependencies [85753b3]
409
+ - Updated dependencies [7d061d9]
410
+ - Updated dependencies [b454827]
411
+ - Updated dependencies [c1cc77f]
412
+ - @copilotkit/react-core@1.6.0
413
+ - @copilotkit/runtime-client-gql@1.6.0
414
+ - @copilotkit/shared@1.6.0
415
+
416
+ ## 1.6.0-next.12
417
+
418
+ ### Patch Changes
419
+
420
+ - @copilotkit/runtime-client-gql@1.6.0-next.12
421
+ - @copilotkit/react-core@1.6.0-next.12
422
+ - @copilotkit/shared@1.6.0-next.12
423
+
424
+ ## 1.6.0-next.11
425
+
426
+ ### Patch Changes
427
+
428
+ - Updated dependencies [85753b3]
429
+ - @copilotkit/react-core@1.6.0-next.11
430
+ - @copilotkit/runtime-client-gql@1.6.0-next.11
431
+ - @copilotkit/shared@1.6.0-next.11
432
+
433
+ ## 1.6.0-next.10
434
+
435
+ ### Patch Changes
436
+
437
+ - @copilotkit/runtime-client-gql@1.6.0-next.10
438
+ - @copilotkit/react-core@1.6.0-next.10
439
+ - @copilotkit/shared@1.6.0-next.10
440
+
441
+ ## 1.6.0-next.9
442
+
443
+ ### Patch Changes
444
+
445
+ - @copilotkit/runtime-client-gql@1.6.0-next.9
446
+ - @copilotkit/react-core@1.6.0-next.9
447
+ - @copilotkit/shared@1.6.0-next.9
448
+
449
+ ## 1.6.0-next.8
450
+
451
+ ### Patch Changes
452
+
453
+ - @copilotkit/runtime-client-gql@1.6.0-next.8
454
+ - @copilotkit/react-core@1.6.0-next.8
455
+ - @copilotkit/shared@1.6.0-next.8
456
+
457
+ ## 1.6.0-next.7
458
+
459
+ ### Patch Changes
460
+
461
+ - Updated dependencies [d800f03]
462
+ - @copilotkit/react-core@1.6.0-next.7
463
+ - @copilotkit/runtime-client-gql@1.6.0-next.7
464
+ - @copilotkit/shared@1.6.0-next.7
465
+
466
+ ## 1.6.0-next.6
467
+
468
+ ### Patch Changes
469
+
470
+ - @copilotkit/runtime-client-gql@1.6.0-next.6
471
+ - @copilotkit/react-core@1.6.0-next.6
472
+ - @copilotkit/shared@1.6.0-next.6
473
+
474
+ ## 1.6.0-next.5
475
+
476
+ ### Patch Changes
477
+
478
+ - Updated dependencies [090203d]
479
+ - @copilotkit/shared@1.6.0-next.5
480
+ - @copilotkit/runtime-client-gql@1.6.0-next.5
481
+ - @copilotkit/react-core@1.6.0-next.5
482
+
483
+ ## 1.6.0-next.4
484
+
485
+ ### Patch Changes
486
+
487
+ - @copilotkit/runtime-client-gql@1.6.0-next.4
488
+ - @copilotkit/react-core@1.6.0-next.4
489
+ - @copilotkit/shared@1.6.0-next.4
490
+
491
+ ## 1.6.0-next.3
492
+
493
+ ### Patch Changes
494
+
495
+ - @copilotkit/runtime-client-gql@1.6.0-next.3
496
+ - @copilotkit/react-core@1.6.0-next.3
497
+ - @copilotkit/shared@1.6.0-next.3
498
+
499
+ ## 1.6.0-next.2
500
+
501
+ ### Patch Changes
502
+
503
+ - Updated dependencies [b454827]
504
+ - @copilotkit/react-core@1.6.0-next.2
505
+ - @copilotkit/runtime-client-gql@1.6.0-next.2
506
+ - @copilotkit/shared@1.6.0-next.2
507
+
508
+ ## 1.6.0-next.1
509
+
510
+ ### Patch Changes
511
+
512
+ - Updated dependencies [d833f4c]
513
+ - @copilotkit/react-core@1.6.0-next.1
514
+ - @copilotkit/runtime-client-gql@1.6.0-next.1
515
+ - @copilotkit/shared@1.6.0-next.1
516
+
517
+ ## 1.6.0-next.0
518
+
519
+ ### Patch Changes
520
+
521
+ - Updated dependencies [7d061d9]
522
+ - @copilotkit/react-core@1.6.0-next.0
523
+ - @copilotkit/runtime-client-gql@1.6.0-next.0
524
+ - @copilotkit/shared@1.6.0-next.0
525
+
526
+ ## 1.5.20
527
+
528
+ ### Patch Changes
529
+
530
+ - Updated dependencies [51f0d66]
531
+ - @copilotkit/shared@1.5.20
532
+ - @copilotkit/react-core@1.5.20
533
+ - @copilotkit/runtime-client-gql@1.5.20
534
+
535
+ ## 1.5.20-next.0
536
+
537
+ ### Patch Changes
538
+
539
+ - Updated dependencies [51f0d66]
540
+ - @copilotkit/shared@1.5.20-next.0
541
+ - @copilotkit/react-core@1.5.20-next.0
542
+ - @copilotkit/runtime-client-gql@1.5.20-next.0
543
+
544
+ ## 1.5.19
545
+
546
+ ### Patch Changes
547
+
548
+ - Updated dependencies [0dd1ab9]
549
+ - Updated dependencies [5bc68f8]
550
+ - @copilotkit/react-core@1.5.19
551
+ - @copilotkit/shared@1.5.19
552
+ - @copilotkit/runtime-client-gql@1.5.19
553
+
554
+ ## 1.5.19-next.1
555
+
556
+ ### Patch Changes
557
+
558
+ - Updated dependencies [0dd1ab9]
559
+ - @copilotkit/react-core@1.5.19-next.1
560
+ - @copilotkit/shared@1.5.19-next.1
561
+ - @copilotkit/runtime-client-gql@1.5.19-next.1
562
+
563
+ ## 1.5.19-next.0
564
+
565
+ ### Patch Changes
566
+
567
+ - Updated dependencies [5bc68f8]
568
+ - @copilotkit/react-core@1.5.19-next.0
569
+ - @copilotkit/runtime-client-gql@1.5.19-next.0
570
+ - @copilotkit/shared@1.5.19-next.0
571
+
572
+ ## 1.5.18
573
+
574
+ ### Patch Changes
575
+
576
+ - Updated dependencies [d47cd26]
577
+ - Updated dependencies [f77a7b9]
578
+ - Updated dependencies [38d3ac2]
579
+ - @copilotkit/runtime-client-gql@1.5.18
580
+ - @copilotkit/shared@1.5.18
581
+ - @copilotkit/react-core@1.5.18
582
+
583
+ ## 1.5.18-next.3
584
+
585
+ ### Patch Changes
586
+
587
+ - Updated dependencies [f77a7b9]
588
+ - @copilotkit/react-core@1.5.18-next.3
589
+ - @copilotkit/runtime-client-gql@1.5.18-next.3
590
+ - @copilotkit/shared@1.5.18-next.3
591
+
592
+ ## 1.5.18-next.2
593
+
594
+ ### Patch Changes
595
+
596
+ - Updated dependencies [38d3ac2]
597
+ - @copilotkit/shared@1.5.18-next.2
598
+ - @copilotkit/runtime-client-gql@1.5.18-next.2
599
+ - @copilotkit/react-core@1.5.18-next.2
600
+
601
+ ## 1.5.18-next.1
602
+
603
+ ### Patch Changes
604
+
605
+ - @copilotkit/runtime-client-gql@1.5.18-next.1
606
+ - @copilotkit/react-core@1.5.18-next.1
607
+ - @copilotkit/shared@1.5.18-next.1
608
+
609
+ ## 1.5.18-next.0
610
+
611
+ ### Patch Changes
612
+
613
+ - Updated dependencies [d47cd26]
614
+ - @copilotkit/runtime-client-gql@1.5.18-next.0
615
+ - @copilotkit/shared@1.5.18-next.0
616
+ - @copilotkit/react-core@1.5.18-next.0
617
+
618
+ ## 1.5.17
619
+
620
+ ### Patch Changes
621
+
622
+ - Updated dependencies [1fc3902]
623
+ - @copilotkit/runtime-client-gql@1.5.17
624
+ - @copilotkit/shared@1.5.17
625
+ - @copilotkit/react-core@1.5.17
626
+
627
+ ## 1.5.17-next.0
628
+
629
+ ### Patch Changes
630
+
631
+ - Updated dependencies [1fc3902]
632
+ - @copilotkit/runtime-client-gql@1.5.17-next.0
633
+ - @copilotkit/shared@1.5.17-next.0
634
+ - @copilotkit/react-core@1.5.17-next.0
635
+
636
+ ## 1.5.16
637
+
638
+ ### Patch Changes
639
+
640
+ - Updated dependencies [07be5ca]
641
+ - Updated dependencies [48b7c7b]
642
+ - @copilotkit/react-core@1.5.16
643
+ - @copilotkit/runtime-client-gql@1.5.16
644
+ - @copilotkit/shared@1.5.16
645
+
646
+ ## 1.5.16-next.2
647
+
648
+ ### Patch Changes
649
+
650
+ - @copilotkit/runtime-client-gql@1.5.16-next.2
651
+ - @copilotkit/react-core@1.5.16-next.2
652
+ - @copilotkit/shared@1.5.16-next.2
653
+
654
+ ## 1.5.16-next.1
655
+
656
+ ### Patch Changes
657
+
658
+ - Updated dependencies [48b7c7b]
659
+ - @copilotkit/runtime-client-gql@1.5.16-next.1
660
+ - @copilotkit/shared@1.5.16-next.1
661
+ - @copilotkit/react-core@1.5.16-next.1
662
+
663
+ ## 1.5.16-next.0
664
+
665
+ ### Patch Changes
666
+
667
+ - Updated dependencies [07be5ca]
668
+ - @copilotkit/react-core@1.5.16-next.0
669
+ - @copilotkit/runtime-client-gql@1.5.16-next.0
670
+ - @copilotkit/shared@1.5.16-next.0
671
+
672
+ ## 1.5.15
673
+
674
+ ### Patch Changes
675
+
676
+ - 7b3141d: - feat(interrupt): support LG interrupt with useLangGraphInterrupt hook
677
+ - chore(interrupt): add e2e test to interrupt functionality
678
+ - feat(interrupt): add support for multiple interrupts and conditions
679
+ - 66bd0f7: - fix(react-ui): check for updates endpoint to point to production
680
+ - Updated dependencies [0dc0f43]
681
+ - Updated dependencies [06f9f35]
682
+ - Updated dependencies [7b3141d]
683
+ - Updated dependencies [c9ae305]
684
+ - Updated dependencies [0bbb4ab]
685
+ - @copilotkit/runtime-client-gql@1.5.15
686
+ - @copilotkit/react-core@1.5.15
687
+ - @copilotkit/shared@1.5.15
688
+
689
+ ## 1.5.15-next.8
690
+
691
+ ### Patch Changes
692
+
693
+ - Updated dependencies [06f9f35]
694
+ - @copilotkit/react-core@1.5.15-next.8
695
+ - @copilotkit/runtime-client-gql@1.5.15-next.8
696
+ - @copilotkit/shared@1.5.15-next.8
697
+
698
+ ## 1.5.15-next.7
699
+
700
+ ### Patch Changes
701
+
702
+ - @copilotkit/runtime-client-gql@1.5.15-next.7
703
+ - @copilotkit/react-core@1.5.15-next.7
704
+ - @copilotkit/shared@1.5.15-next.7
705
+
706
+ ## 1.5.15-next.6
707
+
708
+ ### Patch Changes
709
+
710
+ - Updated dependencies [c9ae305]
711
+ - @copilotkit/react-core@1.5.15-next.6
712
+ - @copilotkit/runtime-client-gql@1.5.15-next.6
713
+ - @copilotkit/shared@1.5.15-next.6
714
+
715
+ ## 1.5.15-next.5
716
+
717
+ ### Patch Changes
718
+
719
+ - Updated dependencies [0dc0f43]
720
+ - @copilotkit/runtime-client-gql@1.5.15-next.5
721
+ - @copilotkit/react-core@1.5.15-next.5
722
+ - @copilotkit/shared@1.5.15-next.5
723
+
724
+ ## 1.5.15-next.4
725
+
726
+ ### Patch Changes
727
+
728
+ - 7b3141d: - feat(interrupt): support LG interrupt with useLangGraphInterrupt hook
729
+ - chore(interrupt): add e2e test to interrupt functionality
730
+ - feat(interrupt): add support for multiple interrupts and conditions
731
+ - Updated dependencies [7b3141d]
732
+ - @copilotkit/react-core@1.5.15-next.4
733
+ - @copilotkit/runtime-client-gql@1.5.15-next.4
734
+ - @copilotkit/shared@1.5.15-next.4
735
+
736
+ ## 1.5.15-next.3
737
+
738
+ ### Patch Changes
739
+
740
+ - @copilotkit/runtime-client-gql@1.5.15-next.3
741
+ - @copilotkit/react-core@1.5.15-next.3
742
+ - @copilotkit/shared@1.5.15-next.3
743
+
744
+ ## 1.5.15-next.2
745
+
746
+ ### Patch Changes
747
+
748
+ - @copilotkit/runtime-client-gql@1.5.15-next.2
749
+ - @copilotkit/react-core@1.5.15-next.2
750
+ - @copilotkit/shared@1.5.15-next.2
751
+
752
+ ## 1.5.15-next.1
753
+
754
+ ### Patch Changes
755
+
756
+ - Updated dependencies [0bbb4ab]
757
+ - @copilotkit/runtime-client-gql@1.5.15-next.1
758
+ - @copilotkit/react-core@1.5.15-next.1
759
+ - @copilotkit/shared@1.5.15-next.1
760
+
761
+ ## 1.5.15-next.0
762
+
763
+ ### Patch Changes
764
+
765
+ - 66bd0f7: - fix(react-ui): check for updates endpoint to point to production
766
+ - @copilotkit/react-core@1.5.15-next.0
767
+ - @copilotkit/runtime-client-gql@1.5.15-next.0
768
+ - @copilotkit/shared@1.5.15-next.0
769
+
770
+ ## 1.5.14
771
+
772
+ ### Patch Changes
773
+
774
+ - Updated dependencies [0061f65]
775
+ - @copilotkit/react-core@1.5.14
776
+ - @copilotkit/shared@1.5.14
777
+ - @copilotkit/runtime-client-gql@1.5.14
778
+
779
+ ## 1.5.14-next.0
780
+
781
+ ### Patch Changes
782
+
783
+ - Updated dependencies [0061f65]
784
+ - @copilotkit/react-core@1.5.14-next.0
785
+ - @copilotkit/shared@1.5.14-next.0
786
+ - @copilotkit/runtime-client-gql@1.5.14-next.0
787
+
788
+ ## 1.5.13
789
+
790
+ ### Patch Changes
791
+
792
+ - @copilotkit/runtime-client-gql@1.5.13
793
+ - @copilotkit/react-core@1.5.13
794
+ - @copilotkit/shared@1.5.13
795
+
796
+ ## 1.5.13-next.0
797
+
798
+ ### Patch Changes
799
+
800
+ - @copilotkit/runtime-client-gql@1.5.13-next.0
801
+ - @copilotkit/react-core@1.5.13-next.0
802
+ - @copilotkit/shared@1.5.13-next.0
803
+
804
+ ## 1.5.12
805
+
806
+ ### Patch Changes
807
+
808
+ - 6136a57: - fix(errors): add custom error classes to better describe library errors
809
+ - fix(errors): use new errors in error handling
810
+ - chore: add documentation and links to respective errors
7
811
  - 86fae3a: - feat(react-ui): add interfaces for full message customization
8
812
 
9
813
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
10
814
 
11
815
  - Updated dependencies [fb87bcf]
12
- - @copilotkit/runtime-client-gql@0.0.0-feat-dynamic-copilotcloud-qa-20250117190454
13
- - @copilotkit/react-core@0.0.0-feat-dynamic-copilotcloud-qa-20250117190454
14
- - @copilotkit/shared@0.0.0-feat-dynamic-copilotcloud-qa-20250117190454
816
+ - Updated dependencies [926499b]
817
+ - Updated dependencies [6136a57]
818
+ - Updated dependencies [cb43c05]
819
+ - @copilotkit/runtime-client-gql@1.5.12
820
+ - @copilotkit/react-core@1.5.12
821
+ - @copilotkit/shared@1.5.12
822
+
823
+ ## 1.5.12-next.7
824
+
825
+ ### Patch Changes
826
+
827
+ - Updated dependencies [926499b]
828
+ - @copilotkit/react-core@1.5.12-next.7
829
+ - @copilotkit/runtime-client-gql@1.5.12-next.7
830
+ - @copilotkit/shared@1.5.12-next.7
831
+
832
+ ## 1.5.12-next.6
833
+
834
+ ### Patch Changes
835
+
836
+ - 6136a57: - fix(errors): add custom error classes to better describe library errors
837
+ - fix(errors): use new errors in error handling
838
+ - chore: add documentation and links to respective errors
839
+ - Updated dependencies [6136a57]
840
+ - @copilotkit/react-core@1.5.12-next.6
841
+ - @copilotkit/runtime-client-gql@1.5.12-next.6
842
+ - @copilotkit/shared@1.5.12-next.6
843
+
844
+ ## 1.5.12-next.5
845
+
846
+ ### Patch Changes
847
+
848
+ - @copilotkit/runtime-client-gql@1.5.12-next.5
849
+ - @copilotkit/react-core@1.5.12-next.5
850
+ - @copilotkit/shared@1.5.12-next.5
851
+
852
+ ## 1.5.12-next.4
853
+
854
+ ### Patch Changes
855
+
856
+ - @copilotkit/runtime-client-gql@1.5.12-next.4
857
+ - @copilotkit/react-core@1.5.12-next.4
858
+ - @copilotkit/shared@1.5.12-next.4
859
+
860
+ ## 1.5.12-next.3
861
+
862
+ ### Patch Changes
863
+
864
+ - Updated dependencies [cb43c05]
865
+ - @copilotkit/react-core@1.5.12-next.3
866
+ - @copilotkit/runtime-client-gql@1.5.12-next.3
867
+ - @copilotkit/shared@1.5.12-next.3
15
868
 
16
869
  ## 1.5.12-next.2
17
870