@copilotkit/react-ui 0.0.0-feat-langgraph-interrupt-hook-20250203094147 → 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 (247) hide show
  1. package/CHANGELOG.md +725 -6
  2. package/dist/{chunk-UWWMAJ7R.mjs → chunk-24TDU7MY.mjs} +20 -8
  3. package/dist/chunk-24TDU7MY.mjs.map +1 -0
  4. package/dist/{chunk-YQ3D5IQV.mjs → chunk-ABHUX6T6.mjs} +2 -5
  5. package/dist/chunk-ABHUX6T6.mjs.map +1 -0
  6. package/dist/{chunk-EMQEEXUB.mjs → chunk-BDNHZ3GW.mjs} +23 -13
  7. package/dist/chunk-BDNHZ3GW.mjs.map +1 -0
  8. package/dist/{chunk-XB6QCUPB.mjs → chunk-DSQGQJI4.mjs} +20 -8
  9. package/dist/chunk-DSQGQJI4.mjs.map +1 -0
  10. package/dist/{chunk-HEIDCT7I.mjs → chunk-HWMFMBJC.mjs} +2 -2
  11. package/dist/chunk-HWMFMBJC.mjs.map +1 -0
  12. package/dist/{chunk-CBBFRI3Q.mjs → chunk-IEMQ2SQW.mjs} +18 -6
  13. package/dist/chunk-IEMQ2SQW.mjs.map +1 -0
  14. package/dist/{chunk-6FTRYYR5.mjs → chunk-IJADIQAR.mjs} +90 -62
  15. package/dist/chunk-IJADIQAR.mjs.map +1 -0
  16. package/dist/chunk-JGMFJZMG.mjs +11 -0
  17. package/dist/chunk-JGMFJZMG.mjs.map +1 -0
  18. package/dist/{chunk-PGXWPTAW.mjs → chunk-JOL7NS2W.mjs} +2 -2
  19. package/dist/{chunk-UPTB2MVO.mjs → chunk-KENCH7RN.mjs} +4 -10
  20. package/dist/chunk-KENCH7RN.mjs.map +1 -0
  21. package/dist/chunk-NRA3CFEE.mjs +97 -0
  22. package/dist/chunk-NRA3CFEE.mjs.map +1 -0
  23. package/dist/chunk-O34Z4XM2.mjs +471 -0
  24. package/dist/chunk-O34Z4XM2.mjs.map +1 -0
  25. package/dist/chunk-OZXUB3V7.mjs +112 -0
  26. package/dist/chunk-OZXUB3V7.mjs.map +1 -0
  27. package/dist/chunk-PLHTVHUW.mjs +82 -0
  28. package/dist/chunk-PLHTVHUW.mjs.map +1 -0
  29. package/dist/chunk-POWCBXRY.mjs +66 -0
  30. package/dist/chunk-POWCBXRY.mjs.map +1 -0
  31. package/dist/chunk-PXEVB7IK.mjs +1 -0
  32. package/dist/{chunk-YAGE7RCE.mjs → chunk-Q2NFQTCQ.mjs} +36 -8
  33. package/dist/chunk-Q2NFQTCQ.mjs.map +1 -0
  34. package/dist/{chunk-OTPAZXVR.mjs → chunk-Q5V6S67N.mjs} +17 -6
  35. package/dist/chunk-Q5V6S67N.mjs.map +1 -0
  36. package/dist/chunk-SLTG4L62.mjs +78 -0
  37. package/dist/chunk-SLTG4L62.mjs.map +1 -0
  38. package/dist/{chunk-NCM42YQL.mjs → chunk-T7N77F5Y.mjs} +2 -2
  39. package/dist/{chunk-RQNJNK2W.mjs → chunk-UFN2VWSR.mjs} +2 -2
  40. package/dist/chunk-UH2UFL5W.mjs +32 -0
  41. package/dist/chunk-UH2UFL5W.mjs.map +1 -0
  42. package/dist/{chunk-VY62BA22.mjs → chunk-VGPQYMKJ.mjs} +33 -61
  43. package/dist/chunk-VGPQYMKJ.mjs.map +1 -0
  44. package/dist/chunk-XFCMZH2H.mjs +36 -0
  45. package/dist/chunk-XFCMZH2H.mjs.map +1 -0
  46. package/dist/chunk-XWG3L6QC.mjs +258 -0
  47. package/dist/chunk-XWG3L6QC.mjs.map +1 -0
  48. package/dist/{chunk-WGAZXTUA.mjs → chunk-XZNY26GH.mjs} +6 -9
  49. package/dist/chunk-XZNY26GH.mjs.map +1 -0
  50. package/dist/{chunk-7D6TIVZ6.mjs → chunk-Y7UO3RPW.mjs} +19 -18
  51. package/dist/chunk-Y7UO3RPW.mjs.map +1 -0
  52. package/dist/components/chat/Button.js.map +1 -1
  53. package/dist/components/chat/Button.mjs +3 -3
  54. package/dist/components/chat/Chat.d.ts +47 -15
  55. package/dist/components/chat/Chat.js +1062 -1246
  56. package/dist/components/chat/Chat.js.map +1 -1
  57. package/dist/components/chat/Chat.mjs +16 -22
  58. package/dist/components/chat/ChatContext.d.ts +40 -0
  59. package/dist/components/chat/ChatContext.js +111 -61
  60. package/dist/components/chat/ChatContext.js.map +1 -1
  61. package/dist/components/chat/ChatContext.mjs +2 -2
  62. package/dist/components/chat/CodeBlock.js +58 -82
  63. package/dist/components/chat/CodeBlock.js.map +1 -1
  64. package/dist/components/chat/CodeBlock.mjs +2 -2
  65. package/dist/components/chat/Header.js +535 -4
  66. package/dist/components/chat/Header.js.map +1 -1
  67. package/dist/components/chat/Header.mjs +10 -3
  68. package/dist/components/chat/Icons.d.ts +11 -9
  69. package/dist/components/chat/Icons.js +140 -164
  70. package/dist/components/chat/Icons.js.map +1 -1
  71. package/dist/components/chat/Icons.mjs +11 -5
  72. package/dist/components/chat/ImageUploadQueue.d.ts +13 -0
  73. package/dist/components/chat/ImageUploadQueue.js +106 -0
  74. package/dist/components/chat/ImageUploadQueue.js.map +1 -0
  75. package/dist/components/chat/ImageUploadQueue.mjs +8 -0
  76. package/dist/components/chat/Input.d.ts +1 -1
  77. package/dist/components/chat/Input.js +21 -11
  78. package/dist/components/chat/Input.js.map +1 -1
  79. package/dist/components/chat/Input.mjs +3 -3
  80. package/dist/components/chat/Markdown.js +58 -56
  81. package/dist/components/chat/Markdown.js.map +1 -1
  82. package/dist/components/chat/Markdown.mjs +3 -3
  83. package/dist/components/chat/Messages.d.ts +1 -1
  84. package/dist/components/chat/Messages.js +88 -60
  85. package/dist/components/chat/Messages.js.map +1 -1
  86. package/dist/components/chat/Messages.mjs +3 -3
  87. package/dist/components/chat/Modal.d.ts +1 -1
  88. package/dist/components/chat/Modal.js +2349 -1990
  89. package/dist/components/chat/Modal.js.map +1 -1
  90. package/dist/components/chat/Modal.mjs +24 -22
  91. package/dist/components/chat/Popup.js +2351 -1992
  92. package/dist/components/chat/Popup.js.map +1 -1
  93. package/dist/components/chat/Popup.mjs +25 -23
  94. package/dist/components/chat/Sidebar.js +2353 -1994
  95. package/dist/components/chat/Sidebar.js.map +1 -1
  96. package/dist/components/chat/Sidebar.mjs +25 -23
  97. package/dist/components/chat/Suggestion.js +4 -40
  98. package/dist/components/chat/Suggestion.js.map +1 -1
  99. package/dist/components/chat/Suggestion.mjs +2 -2
  100. package/dist/components/chat/Window.js +39 -5
  101. package/dist/components/chat/Window.js.map +1 -1
  102. package/dist/components/chat/Window.mjs +4 -3
  103. package/dist/components/chat/index.d.ts +2 -1
  104. package/dist/components/chat/index.js +2356 -1995
  105. package/dist/components/chat/index.js.map +1 -1
  106. package/dist/components/chat/index.mjs +36 -31
  107. package/dist/components/chat/messages/AssistantMessage.js +148 -59
  108. package/dist/components/chat/messages/AssistantMessage.js.map +1 -1
  109. package/dist/components/chat/messages/AssistantMessage.mjs +5 -5
  110. package/dist/components/chat/messages/RenderActionExecutionMessage.d.ts +1 -1
  111. package/dist/components/chat/messages/RenderActionExecutionMessage.js +696 -15
  112. package/dist/components/chat/messages/RenderActionExecutionMessage.js.map +1 -1
  113. package/dist/components/chat/messages/RenderActionExecutionMessage.mjs +7 -1
  114. package/dist/components/chat/messages/RenderAgentStateMessage.d.ts +1 -1
  115. package/dist/components/chat/messages/RenderAgentStateMessage.js +693 -12
  116. package/dist/components/chat/messages/RenderAgentStateMessage.js.map +1 -1
  117. package/dist/components/chat/messages/RenderAgentStateMessage.mjs +7 -1
  118. package/dist/components/chat/messages/RenderImageMessage.d.ts +7 -0
  119. package/dist/components/chat/messages/RenderImageMessage.js +774 -0
  120. package/dist/components/chat/messages/RenderImageMessage.js.map +1 -0
  121. package/dist/components/chat/messages/RenderImageMessage.mjs +15 -0
  122. package/dist/components/chat/messages/RenderImageMessage.mjs.map +1 -0
  123. package/dist/components/chat/messages/RenderResultMessage.d.ts +1 -1
  124. package/dist/components/chat/messages/RenderResultMessage.js +687 -4
  125. package/dist/components/chat/messages/RenderResultMessage.js.map +1 -1
  126. package/dist/components/chat/messages/RenderResultMessage.mjs +7 -1
  127. package/dist/components/chat/messages/RenderTextMessage.d.ts +1 -1
  128. package/dist/components/chat/messages/RenderTextMessage.js +710 -7
  129. package/dist/components/chat/messages/RenderTextMessage.js.map +1 -1
  130. package/dist/components/chat/messages/RenderTextMessage.mjs +8 -1
  131. package/dist/components/chat/messages/UserMessage.js +1 -1
  132. package/dist/components/chat/messages/UserMessage.js.map +1 -1
  133. package/dist/components/chat/messages/UserMessage.mjs +1 -1
  134. package/dist/components/chat/props.d.ts +59 -7
  135. package/dist/components/chat/props.js.map +1 -1
  136. package/dist/components/dev-console/console.js +71 -241
  137. package/dist/components/dev-console/console.js.map +1 -1
  138. package/dist/components/dev-console/console.mjs +4 -4
  139. package/dist/components/dev-console/icons.js +16 -5
  140. package/dist/components/dev-console/icons.js.map +1 -1
  141. package/dist/components/dev-console/icons.mjs +1 -1
  142. package/dist/components/dev-console/index.js +71 -241
  143. package/dist/components/dev-console/index.js.map +1 -1
  144. package/dist/components/dev-console/index.mjs +4 -4
  145. package/dist/components/help-modal/index.js +30 -148
  146. package/dist/components/help-modal/index.js.map +1 -1
  147. package/dist/components/help-modal/index.mjs +1 -1
  148. package/dist/components/help-modal/modal.js +30 -148
  149. package/dist/components/help-modal/modal.js.map +1 -1
  150. package/dist/components/help-modal/modal.mjs +1 -1
  151. package/dist/components/index.d.ts +2 -1
  152. package/dist/components/index.js +2356 -1995
  153. package/dist/components/index.js.map +1 -1
  154. package/dist/components/index.mjs +38 -33
  155. package/dist/hooks/use-dark-mode.d.ts +3 -0
  156. package/dist/hooks/use-dark-mode.js +35 -0
  157. package/dist/hooks/use-dark-mode.js.map +1 -0
  158. package/dist/hooks/use-dark-mode.mjs +8 -0
  159. package/dist/hooks/use-dark-mode.mjs.map +1 -0
  160. package/dist/index.css +553 -127
  161. package/dist/index.css.map +1 -1
  162. package/dist/index.d.ts +2 -1
  163. package/dist/index.js +2368 -2007
  164. package/dist/index.js.map +1 -1
  165. package/dist/index.mjs +38 -33
  166. package/dist/types/css.d.ts +8 -5
  167. package/dist/types/css.js.map +1 -1
  168. package/package.json +4 -4
  169. package/src/components/chat/Chat.tsx +287 -60
  170. package/src/components/chat/ChatContext.tsx +61 -1
  171. package/src/components/chat/CodeBlock.tsx +2 -4
  172. package/src/components/chat/Header.tsx +12 -3
  173. package/src/components/chat/Icons.tsx +124 -110
  174. package/src/components/chat/ImageUploadQueue.tsx +77 -0
  175. package/src/components/chat/Input.tsx +67 -40
  176. package/src/components/chat/Markdown.tsx +0 -3
  177. package/src/components/chat/Messages.tsx +85 -56
  178. package/src/components/chat/Modal.tsx +8 -6
  179. package/src/components/chat/Suggestion.tsx +2 -3
  180. package/src/components/chat/Window.tsx +26 -1
  181. package/src/components/chat/index.tsx +1 -0
  182. package/src/components/chat/messages/AssistantMessage.tsx +94 -3
  183. package/src/components/chat/messages/RenderActionExecutionMessage.tsx +6 -2
  184. package/src/components/chat/messages/RenderAgentStateMessage.tsx +6 -2
  185. package/src/components/chat/messages/RenderImageMessage.tsx +64 -0
  186. package/src/components/chat/messages/RenderResultMessage.tsx +11 -2
  187. package/src/components/chat/messages/RenderTextMessage.tsx +22 -2
  188. package/src/components/chat/messages/UserMessage.tsx +5 -1
  189. package/src/components/chat/props.ts +71 -7
  190. package/src/components/dev-console/console.tsx +19 -56
  191. package/src/components/dev-console/icons.tsx +9 -2
  192. package/src/components/help-modal/modal.tsx +39 -102
  193. package/src/css/button.css +15 -4
  194. package/src/css/colors.css +66 -10
  195. package/src/css/console.css +74 -42
  196. package/src/css/crew.css +277 -0
  197. package/src/css/header.css +28 -6
  198. package/src/css/input.css +35 -19
  199. package/src/css/markdown.css +2 -1
  200. package/src/css/messages.css +128 -16
  201. package/src/css/panel.css +1 -0
  202. package/src/css/suggestions.css +14 -6
  203. package/src/css/window.css +28 -0
  204. package/src/hooks/use-dark-mode.ts +10 -0
  205. package/src/styles.css +1 -1
  206. package/src/types/css.ts +8 -5
  207. package/dist/chunk-3VNMQWGT.mjs +0 -25
  208. package/dist/chunk-3VNMQWGT.mjs.map +0 -1
  209. package/dist/chunk-3XAXY2Z3.mjs +0 -18
  210. package/dist/chunk-3XAXY2Z3.mjs.map +0 -1
  211. package/dist/chunk-6FTRYYR5.mjs.map +0 -1
  212. package/dist/chunk-7D6TIVZ6.mjs.map +0 -1
  213. package/dist/chunk-CBBFRI3Q.mjs.map +0 -1
  214. package/dist/chunk-EMQEEXUB.mjs.map +0 -1
  215. package/dist/chunk-F7VWGY77.mjs +0 -22
  216. package/dist/chunk-F7VWGY77.mjs.map +0 -1
  217. package/dist/chunk-FZC7X5PK.mjs +0 -262
  218. package/dist/chunk-FZC7X5PK.mjs.map +0 -1
  219. package/dist/chunk-HEIDCT7I.mjs.map +0 -1
  220. package/dist/chunk-OFYI4UU4.mjs +0 -35
  221. package/dist/chunk-OFYI4UU4.mjs.map +0 -1
  222. package/dist/chunk-OTPAZXVR.mjs.map +0 -1
  223. package/dist/chunk-Q77YGF2I.mjs +0 -314
  224. package/dist/chunk-Q77YGF2I.mjs.map +0 -1
  225. package/dist/chunk-SQMEPWVT.mjs +0 -1
  226. package/dist/chunk-TI7SY2RI.mjs +0 -164
  227. package/dist/chunk-TI7SY2RI.mjs.map +0 -1
  228. package/dist/chunk-UPTB2MVO.mjs.map +0 -1
  229. package/dist/chunk-UWWMAJ7R.mjs.map +0 -1
  230. package/dist/chunk-VEC45H6Q.mjs +0 -18
  231. package/dist/chunk-VEC45H6Q.mjs.map +0 -1
  232. package/dist/chunk-VY62BA22.mjs.map +0 -1
  233. package/dist/chunk-WGAZXTUA.mjs.map +0 -1
  234. package/dist/chunk-XB6QCUPB.mjs.map +0 -1
  235. package/dist/chunk-YAGE7RCE.mjs.map +0 -1
  236. package/dist/chunk-YQ3D5IQV.mjs.map +0 -1
  237. package/dist/components/chat/Response.d.ts +0 -7
  238. package/dist/components/chat/Response.js +0 -64
  239. package/dist/components/chat/Response.js.map +0 -1
  240. package/dist/components/chat/Response.mjs +0 -10
  241. package/src/components/chat/Response.tsx +0 -12
  242. package/src/css/response.css +0 -26
  243. /package/dist/{chunk-PGXWPTAW.mjs.map → chunk-JOL7NS2W.mjs.map} +0 -0
  244. /package/dist/{chunk-SQMEPWVT.mjs.map → chunk-PXEVB7IK.mjs.map} +0 -0
  245. /package/dist/{chunk-NCM42YQL.mjs.map → chunk-T7N77F5Y.mjs.map} +0 -0
  246. /package/dist/{chunk-RQNJNK2W.mjs.map → chunk-UFN2VWSR.mjs.map} +0 -0
  247. /package/dist/components/chat/{Response.mjs.map → ImageUploadQueue.mjs.map} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,18 +1,737 @@
1
1
  # ui
2
2
 
3
- ## 0.0.0-feat-langgraph-interrupt-hook-20250203094147
3
+ ## 0.0.0-feat-enable-setting-recursion-limit-20250424165940
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 3b1b633: - feat(interrupt): support LG interrupt with useLangGraphInterrupt hook
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
8
677
  - chore(interrupt): add e2e test to interrupt functionality
9
678
  - feat(interrupt): add support for multiple interrupts and conditions
10
679
  - 66bd0f7: - fix(react-ui): check for updates endpoint to point to production
11
- - Updated dependencies [3b1b633]
680
+ - Updated dependencies [0dc0f43]
681
+ - Updated dependencies [06f9f35]
682
+ - Updated dependencies [7b3141d]
683
+ - Updated dependencies [c9ae305]
12
684
  - Updated dependencies [0bbb4ab]
13
- - @copilotkit/react-core@0.0.0-feat-langgraph-interrupt-hook-20250203094147
14
- - @copilotkit/runtime-client-gql@0.0.0-feat-langgraph-interrupt-hook-20250203094147
15
- - @copilotkit/shared@0.0.0-feat-langgraph-interrupt-hook-20250203094147
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
16
735
 
17
736
  ## 1.5.15-next.3
18
737