@copilotkit/react-core 0.0.0-feat-dynamic-copilotcloud-qa-20250117190454

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 (293) hide show
  1. package/CHANGELOG.md +2001 -0
  2. package/README.md +48 -0
  3. package/dist/chunk-22XKTBPF.mjs +61 -0
  4. package/dist/chunk-22XKTBPF.mjs.map +1 -0
  5. package/dist/chunk-2KT73RVG.mjs +482 -0
  6. package/dist/chunk-2KT73RVG.mjs.map +1 -0
  7. package/dist/chunk-4TDYSNUD.mjs +215 -0
  8. package/dist/chunk-4TDYSNUD.mjs.map +1 -0
  9. package/dist/chunk-5FHSUKQL.mjs +70 -0
  10. package/dist/chunk-5FHSUKQL.mjs.map +1 -0
  11. package/dist/chunk-6BQVZFNO.mjs +35 -0
  12. package/dist/chunk-6BQVZFNO.mjs.map +1 -0
  13. package/dist/chunk-6U3UH3KO.mjs +140 -0
  14. package/dist/chunk-6U3UH3KO.mjs.map +1 -0
  15. package/dist/chunk-DCTJZ742.mjs +22 -0
  16. package/dist/chunk-DCTJZ742.mjs.map +1 -0
  17. package/dist/chunk-EFZPSZWO.mjs +1 -0
  18. package/dist/chunk-EFZPSZWO.mjs.map +1 -0
  19. package/dist/chunk-EWKJMQOF.mjs +107 -0
  20. package/dist/chunk-EWKJMQOF.mjs.map +1 -0
  21. package/dist/chunk-FQ53HQYZ.mjs +28 -0
  22. package/dist/chunk-FQ53HQYZ.mjs.map +1 -0
  23. package/dist/chunk-HIUT2NLX.mjs +23 -0
  24. package/dist/chunk-HIUT2NLX.mjs.map +1 -0
  25. package/dist/chunk-KSPLXKSX.mjs +160 -0
  26. package/dist/chunk-KSPLXKSX.mjs.map +1 -0
  27. package/dist/chunk-LHKIIAUQ.mjs +59 -0
  28. package/dist/chunk-LHKIIAUQ.mjs.map +1 -0
  29. package/dist/chunk-LNI2Z45S.mjs +242 -0
  30. package/dist/chunk-LNI2Z45S.mjs.map +1 -0
  31. package/dist/chunk-LUGEI4YQ.mjs +1 -0
  32. package/dist/chunk-LUGEI4YQ.mjs.map +1 -0
  33. package/dist/chunk-MLAS4QUR.mjs +18 -0
  34. package/dist/chunk-MLAS4QUR.mjs.map +1 -0
  35. package/dist/chunk-NR2BTA6Z.mjs +1 -0
  36. package/dist/chunk-NR2BTA6Z.mjs.map +1 -0
  37. package/dist/chunk-O7ARI5CV.mjs +31 -0
  38. package/dist/chunk-O7ARI5CV.mjs.map +1 -0
  39. package/dist/chunk-SKC7AJIV.mjs +61 -0
  40. package/dist/chunk-SKC7AJIV.mjs.map +1 -0
  41. package/dist/chunk-U6JICUGO.mjs +405 -0
  42. package/dist/chunk-U6JICUGO.mjs.map +1 -0
  43. package/dist/chunk-VNTDIJSG.mjs +37 -0
  44. package/dist/chunk-VNTDIJSG.mjs.map +1 -0
  45. package/dist/chunk-WXREY7UP.mjs +87 -0
  46. package/dist/chunk-WXREY7UP.mjs.map +1 -0
  47. package/dist/chunk-XERJQUHA.mjs +31 -0
  48. package/dist/chunk-XERJQUHA.mjs.map +1 -0
  49. package/dist/chunk-XOQMISG3.mjs +120 -0
  50. package/dist/chunk-XOQMISG3.mjs.map +1 -0
  51. package/dist/chunk-XXR4QFAQ.mjs +29 -0
  52. package/dist/chunk-XXR4QFAQ.mjs.map +1 -0
  53. package/dist/chunk-YPSGKPDA.mjs +1 -0
  54. package/dist/chunk-YPSGKPDA.mjs.map +1 -0
  55. package/dist/components/copilot-provider/copilot-messages.d.ts +16 -0
  56. package/dist/components/copilot-provider/copilot-messages.js +80 -0
  57. package/dist/components/copilot-provider/copilot-messages.js.map +1 -0
  58. package/dist/components/copilot-provider/copilot-messages.mjs +9 -0
  59. package/dist/components/copilot-provider/copilot-messages.mjs.map +1 -0
  60. package/dist/components/copilot-provider/copilotkit-props.d.ts +93 -0
  61. package/dist/components/copilot-provider/copilotkit-props.js +19 -0
  62. package/dist/components/copilot-provider/copilotkit-props.js.map +1 -0
  63. package/dist/components/copilot-provider/copilotkit-props.mjs +1 -0
  64. package/dist/components/copilot-provider/copilotkit-props.mjs.map +1 -0
  65. package/dist/components/copilot-provider/copilotkit.d.ts +18 -0
  66. package/dist/components/copilot-provider/copilotkit.js +990 -0
  67. package/dist/components/copilot-provider/copilotkit.js.map +1 -0
  68. package/dist/components/copilot-provider/copilotkit.mjs +22 -0
  69. package/dist/components/copilot-provider/copilotkit.mjs.map +1 -0
  70. package/dist/components/copilot-provider/index.d.ts +13 -0
  71. package/dist/components/copilot-provider/index.js +990 -0
  72. package/dist/components/copilot-provider/index.js.map +1 -0
  73. package/dist/components/copilot-provider/index.mjs +20 -0
  74. package/dist/components/copilot-provider/index.mjs.map +1 -0
  75. package/dist/components/error-boundary/error-boundary.d.ts +22 -0
  76. package/dist/components/error-boundary/error-boundary.js +183 -0
  77. package/dist/components/error-boundary/error-boundary.js.map +1 -0
  78. package/dist/components/error-boundary/error-boundary.mjs +12 -0
  79. package/dist/components/error-boundary/error-boundary.mjs.map +1 -0
  80. package/dist/components/error-boundary/error-utils.d.ts +11 -0
  81. package/dist/components/error-boundary/error-utils.js +177 -0
  82. package/dist/components/error-boundary/error-utils.js.map +1 -0
  83. package/dist/components/error-boundary/error-utils.mjs +13 -0
  84. package/dist/components/error-boundary/error-utils.mjs.map +1 -0
  85. package/dist/components/index.d.ts +13 -0
  86. package/dist/components/index.js +990 -0
  87. package/dist/components/index.js.map +1 -0
  88. package/dist/components/index.mjs +20 -0
  89. package/dist/components/index.mjs.map +1 -0
  90. package/dist/components/toast/exclamation-mark-icon.d.ts +9 -0
  91. package/dist/components/toast/exclamation-mark-icon.js +55 -0
  92. package/dist/components/toast/exclamation-mark-icon.js.map +1 -0
  93. package/dist/components/toast/exclamation-mark-icon.mjs +8 -0
  94. package/dist/components/toast/exclamation-mark-icon.mjs.map +1 -0
  95. package/dist/components/toast/toast-provider.d.ts +30 -0
  96. package/dist/components/toast/toast-provider.js +269 -0
  97. package/dist/components/toast/toast-provider.js.map +1 -0
  98. package/dist/components/toast/toast-provider.mjs +11 -0
  99. package/dist/components/toast/toast-provider.mjs.map +1 -0
  100. package/dist/context/copilot-context.d.ts +142 -0
  101. package/dist/context/copilot-context.js +138 -0
  102. package/dist/context/copilot-context.js.map +1 -0
  103. package/dist/context/copilot-context.mjs +10 -0
  104. package/dist/context/copilot-context.mjs.map +1 -0
  105. package/dist/context/copilot-messages-context.d.ts +15 -0
  106. package/dist/context/copilot-messages-context.js +57 -0
  107. package/dist/context/copilot-messages-context.js.map +1 -0
  108. package/dist/context/copilot-messages-context.mjs +10 -0
  109. package/dist/context/copilot-messages-context.mjs.map +1 -0
  110. package/dist/context/index.d.ts +11 -0
  111. package/dist/context/index.js +161 -0
  112. package/dist/context/index.js.map +1 -0
  113. package/dist/context/index.mjs +17 -0
  114. package/dist/context/index.mjs.map +1 -0
  115. package/dist/hooks/index.d.ts +21 -0
  116. package/dist/hooks/index.js +1307 -0
  117. package/dist/hooks/index.js.map +1 -0
  118. package/dist/hooks/index.mjs +56 -0
  119. package/dist/hooks/index.mjs.map +1 -0
  120. package/dist/hooks/use-chat.d.ts +130 -0
  121. package/dist/hooks/use-chat.js +612 -0
  122. package/dist/hooks/use-chat.js.map +1 -0
  123. package/dist/hooks/use-chat.mjs +12 -0
  124. package/dist/hooks/use-chat.mjs.map +1 -0
  125. package/dist/hooks/use-coagent-state-render.d.ts +60 -0
  126. package/dist/hooks/use-coagent-state-render.js +195 -0
  127. package/dist/hooks/use-coagent-state-render.js.map +1 -0
  128. package/dist/hooks/use-coagent-state-render.mjs +11 -0
  129. package/dist/hooks/use-coagent-state-render.mjs.map +1 -0
  130. package/dist/hooks/use-coagent.d.ts +199 -0
  131. package/dist/hooks/use-coagent.js +1068 -0
  132. package/dist/hooks/use-coagent.js.map +1 -0
  133. package/dist/hooks/use-coagent.mjs +29 -0
  134. package/dist/hooks/use-coagent.mjs.map +1 -0
  135. package/dist/hooks/use-copilot-action.d.ts +140 -0
  136. package/dist/hooks/use-copilot-action.js +369 -0
  137. package/dist/hooks/use-copilot-action.js.map +1 -0
  138. package/dist/hooks/use-copilot-action.mjs +11 -0
  139. package/dist/hooks/use-copilot-action.mjs.map +1 -0
  140. package/dist/hooks/use-copilot-authenticated-action.d.ts +8 -0
  141. package/dist/hooks/use-copilot-authenticated-action.js +418 -0
  142. package/dist/hooks/use-copilot-authenticated-action.js.map +1 -0
  143. package/dist/hooks/use-copilot-authenticated-action.mjs +12 -0
  144. package/dist/hooks/use-copilot-authenticated-action.mjs.map +1 -0
  145. package/dist/hooks/use-copilot-chat.d.ts +48 -0
  146. package/dist/hooks/use-copilot-chat.js +932 -0
  147. package/dist/hooks/use-copilot-chat.js.map +1 -0
  148. package/dist/hooks/use-copilot-chat.mjs +24 -0
  149. package/dist/hooks/use-copilot-chat.mjs.map +1 -0
  150. package/dist/hooks/use-copilot-readable.d.ts +33 -0
  151. package/dist/hooks/use-copilot-readable.js +158 -0
  152. package/dist/hooks/use-copilot-readable.js.map +1 -0
  153. package/dist/hooks/use-copilot-readable.mjs +9 -0
  154. package/dist/hooks/use-copilot-readable.mjs.map +1 -0
  155. package/dist/hooks/use-copilot-runtime-client.d.ts +5 -0
  156. package/dist/hooks/use-copilot-runtime-client.js +182 -0
  157. package/dist/hooks/use-copilot-runtime-client.js.map +1 -0
  158. package/dist/hooks/use-copilot-runtime-client.mjs +10 -0
  159. package/dist/hooks/use-copilot-runtime-client.mjs.map +1 -0
  160. package/dist/hooks/use-flat-category-store.d.ts +9 -0
  161. package/dist/hooks/use-flat-category-store.js +90 -0
  162. package/dist/hooks/use-flat-category-store.js.map +1 -0
  163. package/dist/hooks/use-flat-category-store.mjs +8 -0
  164. package/dist/hooks/use-flat-category-store.mjs.map +1 -0
  165. package/dist/hooks/use-make-copilot-document-readable.d.ts +12 -0
  166. package/dist/hooks/use-make-copilot-document-readable.js +153 -0
  167. package/dist/hooks/use-make-copilot-document-readable.js.map +1 -0
  168. package/dist/hooks/use-make-copilot-document-readable.mjs +9 -0
  169. package/dist/hooks/use-make-copilot-document-readable.mjs.map +1 -0
  170. package/dist/hooks/use-tree.d.ts +18 -0
  171. package/dist/hooks/use-tree.js +172 -0
  172. package/dist/hooks/use-tree.js.map +1 -0
  173. package/dist/hooks/use-tree.mjs +8 -0
  174. package/dist/hooks/use-tree.mjs.map +1 -0
  175. package/dist/index.d.ts +27 -0
  176. package/dist/index.js +2228 -0
  177. package/dist/index.js.map +1 -0
  178. package/dist/index.mjs +83 -0
  179. package/dist/index.mjs.map +1 -0
  180. package/dist/lib/copilot-task.d.ts +97 -0
  181. package/dist/lib/copilot-task.js +195 -0
  182. package/dist/lib/copilot-task.js.map +1 -0
  183. package/dist/lib/copilot-task.mjs +20 -0
  184. package/dist/lib/copilot-task.mjs.map +1 -0
  185. package/dist/lib/index.d.ts +11 -0
  186. package/dist/lib/index.js +197 -0
  187. package/dist/lib/index.js.map +1 -0
  188. package/dist/lib/index.mjs +21 -0
  189. package/dist/lib/index.mjs.map +1 -0
  190. package/dist/types/chat-suggestion-configuration.d.ts +22 -0
  191. package/dist/types/chat-suggestion-configuration.js +19 -0
  192. package/dist/types/chat-suggestion-configuration.js.map +1 -0
  193. package/dist/types/chat-suggestion-configuration.mjs +1 -0
  194. package/dist/types/chat-suggestion-configuration.mjs.map +1 -0
  195. package/dist/types/coagent-action.d.ts +29 -0
  196. package/dist/types/coagent-action.js +19 -0
  197. package/dist/types/coagent-action.js.map +1 -0
  198. package/dist/types/coagent-action.mjs +1 -0
  199. package/dist/types/coagent-action.mjs.map +1 -0
  200. package/dist/types/coagent-state.d.ts +11 -0
  201. package/dist/types/coagent-state.js +19 -0
  202. package/dist/types/coagent-state.js.map +1 -0
  203. package/dist/types/coagent-state.mjs +1 -0
  204. package/dist/types/coagent-state.mjs.map +1 -0
  205. package/dist/types/document-pointer.d.ts +9 -0
  206. package/dist/types/document-pointer.js +19 -0
  207. package/dist/types/document-pointer.js.map +1 -0
  208. package/dist/types/document-pointer.mjs +1 -0
  209. package/dist/types/document-pointer.mjs.map +1 -0
  210. package/dist/types/frontend-action.d.ts +126 -0
  211. package/dist/types/frontend-action.js +53 -0
  212. package/dist/types/frontend-action.js.map +1 -0
  213. package/dist/types/frontend-action.mjs +8 -0
  214. package/dist/types/frontend-action.mjs.map +1 -0
  215. package/dist/types/index.d.ts +7 -0
  216. package/dist/types/index.js +19 -0
  217. package/dist/types/index.js.map +1 -0
  218. package/dist/types/index.mjs +2 -0
  219. package/dist/types/index.mjs.map +1 -0
  220. package/dist/types/system-message.d.ts +3 -0
  221. package/dist/types/system-message.js +19 -0
  222. package/dist/types/system-message.js.map +1 -0
  223. package/dist/types/system-message.mjs +1 -0
  224. package/dist/types/system-message.mjs.map +1 -0
  225. package/dist/utils/dev-console.d.ts +3 -0
  226. package/dist/utils/dev-console.js +42 -0
  227. package/dist/utils/dev-console.js.map +1 -0
  228. package/dist/utils/dev-console.mjs +8 -0
  229. package/dist/utils/dev-console.mjs.map +1 -0
  230. package/dist/utils/extract.d.ts +43 -0
  231. package/dist/utils/extract.js +208 -0
  232. package/dist/utils/extract.js.map +1 -0
  233. package/dist/utils/extract.mjs +18 -0
  234. package/dist/utils/extract.mjs.map +1 -0
  235. package/dist/utils/index.d.ts +13 -0
  236. package/dist/utils/index.js +226 -0
  237. package/dist/utils/index.js.map +1 -0
  238. package/dist/utils/index.mjs +21 -0
  239. package/dist/utils/index.mjs.map +1 -0
  240. package/dist/utils/utils.d.ts +2 -0
  241. package/dist/utils/utils.js +19 -0
  242. package/dist/utils/utils.js.map +1 -0
  243. package/dist/utils/utils.mjs +1 -0
  244. package/dist/utils/utils.mjs.map +1 -0
  245. package/dist/utils/utils.test.d.ts +2 -0
  246. package/dist/utils/utils.test.js +9 -0
  247. package/dist/utils/utils.test.js.map +1 -0
  248. package/dist/utils/utils.test.mjs +7 -0
  249. package/dist/utils/utils.test.mjs.map +1 -0
  250. package/jest.config.js +5 -0
  251. package/package.json +69 -0
  252. package/src/components/copilot-provider/copilot-messages.tsx +23 -0
  253. package/src/components/copilot-provider/copilotkit-props.tsx +97 -0
  254. package/src/components/copilot-provider/copilotkit.tsx +401 -0
  255. package/src/components/copilot-provider/index.ts +3 -0
  256. package/src/components/error-boundary/error-boundary.tsx +42 -0
  257. package/src/components/error-boundary/error-utils.tsx +95 -0
  258. package/src/components/index.ts +1 -0
  259. package/src/components/toast/exclamation-mark-icon.tsx +27 -0
  260. package/src/components/toast/toast-provider.tsx +170 -0
  261. package/src/context/copilot-context.tsx +271 -0
  262. package/src/context/copilot-messages-context.tsx +29 -0
  263. package/src/context/index.ts +8 -0
  264. package/src/hooks/index.ts +12 -0
  265. package/src/hooks/use-chat.ts +649 -0
  266. package/src/hooks/use-coagent-state-render.ts +118 -0
  267. package/src/hooks/use-coagent.ts +368 -0
  268. package/src/hooks/use-copilot-action.ts +289 -0
  269. package/src/hooks/use-copilot-authenticated-action.ts +60 -0
  270. package/src/hooks/use-copilot-chat.ts +304 -0
  271. package/src/hooks/use-copilot-readable.ts +123 -0
  272. package/src/hooks/use-copilot-runtime-client.ts +28 -0
  273. package/src/hooks/use-flat-category-store.ts +104 -0
  274. package/src/hooks/use-make-copilot-document-readable.ts +30 -0
  275. package/src/hooks/use-tree.ts +202 -0
  276. package/src/index.tsx +7 -0
  277. package/src/lib/copilot-task.ts +201 -0
  278. package/src/lib/index.ts +1 -0
  279. package/src/types/chat-suggestion-configuration.ts +23 -0
  280. package/src/types/coagent-action.ts +31 -0
  281. package/src/types/coagent-state.ts +9 -0
  282. package/src/types/document-pointer.ts +7 -0
  283. package/src/types/frontend-action.ts +199 -0
  284. package/src/types/index.ts +8 -0
  285. package/src/types/system-message.ts +4 -0
  286. package/src/utils/dev-console.ts +18 -0
  287. package/src/utils/extract.ts +215 -0
  288. package/src/utils/index.ts +2 -0
  289. package/src/utils/utils.test.ts +7 -0
  290. package/src/utils/utils.ts +1 -0
  291. package/tsconfig.json +12 -0
  292. package/tsup.config.ts +16 -0
  293. package/typedoc.json +4 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,2001 @@
1
+ # ui
2
+
3
+ ## 0.0.0-feat-dynamic-copilotcloud-qa-20250117190454
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [fb87bcf]
8
+ - @copilotkit/runtime-client-gql@0.0.0-feat-dynamic-copilotcloud-qa-20250117190454
9
+ - @copilotkit/shared@0.0.0-feat-dynamic-copilotcloud-qa-20250117190454
10
+
11
+ ## 1.5.12-next.2
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [fb87bcf]
16
+ - @copilotkit/runtime-client-gql@1.5.12-next.2
17
+ - @copilotkit/shared@1.5.12-next.2
18
+
19
+ ## 1.5.12-next.1
20
+
21
+ ### Patch Changes
22
+
23
+ - @copilotkit/runtime-client-gql@1.5.12-next.1
24
+ - @copilotkit/shared@1.5.12-next.1
25
+
26
+ ## 1.5.12-next.0
27
+
28
+ ### Patch Changes
29
+
30
+ - @copilotkit/runtime-client-gql@1.5.12-next.0
31
+ - @copilotkit/shared@1.5.12-next.0
32
+
33
+ ## 1.5.11
34
+
35
+ ### Patch Changes
36
+
37
+ - db3d539: test release notes
38
+ - e5d588d: test changelog
39
+ - 4211318: test changelog
40
+ - d431537: Test release notes
41
+ - Updated dependencies [72f9e58]
42
+ - Updated dependencies [aecb6f4]
43
+ - Updated dependencies [0a2e07e]
44
+ - Updated dependencies [9b3bdc2]
45
+ - @copilotkit/runtime-client-gql@1.5.11
46
+ - @copilotkit/shared@1.5.11
47
+
48
+ ## 1.5.11-next.0
49
+
50
+ ### Patch Changes
51
+
52
+ - db3d539: test release notes
53
+ - e5d588d: test changelog
54
+ - 4211318: test changelog
55
+ - d431537: Test release notes
56
+ - Updated dependencies [72f9e58]
57
+ - Updated dependencies [aecb6f4]
58
+ - Updated dependencies [0a2e07e]
59
+ - Updated dependencies [9b3bdc2]
60
+ - @copilotkit/runtime-client-gql@1.5.11-next.0
61
+ - @copilotkit/shared@1.5.11-next.0
62
+
63
+ ## 1.5.10
64
+
65
+ ### Patch Changes
66
+
67
+ - db3d539: test release notes
68
+ - e5d588d: test changelog
69
+ - 4211318: test changelog
70
+ - d431537: Test release notes
71
+ - Updated dependencies [72f9e58]
72
+ - Updated dependencies [aecb6f4]
73
+ - Updated dependencies [9b3bdc2]
74
+ - @copilotkit/runtime-client-gql@1.5.10
75
+ - @copilotkit/shared@1.5.10
76
+
77
+ ## 1.5.10-next.0
78
+
79
+ ### Patch Changes
80
+
81
+ - db3d539: test release notes
82
+ - e5d588d: test changelog
83
+ - 4211318: test changelog
84
+ - d431537: Test release notes
85
+ - Updated dependencies [72f9e58]
86
+ - Updated dependencies [aecb6f4]
87
+ - Updated dependencies [9b3bdc2]
88
+ - @copilotkit/runtime-client-gql@1.5.10-next.0
89
+ - @copilotkit/shared@1.5.10-next.0
90
+
91
+ ## 1.5.9
92
+
93
+ ### Patch Changes
94
+
95
+ - db3d539: test release notes
96
+ - e5d588d: test changelog
97
+ - 4211318: test changelog
98
+ - d431537: Test release notes
99
+ - Updated dependencies [72f9e58]
100
+ - Updated dependencies [9b3bdc2]
101
+ - @copilotkit/runtime-client-gql@1.5.9
102
+ - @copilotkit/shared@1.5.9
103
+
104
+ ## 1.5.8
105
+
106
+ ### Patch Changes
107
+
108
+ - db3d539: test release notes
109
+ - e5d588d: test changelog
110
+ - 4211318: test changelog
111
+ - d431537: Test release notes
112
+ - Updated dependencies [72f9e58]
113
+ - Updated dependencies [9b3bdc2]
114
+ - @copilotkit/runtime-client-gql@1.5.8
115
+ - @copilotkit/shared@1.5.8
116
+
117
+ ## 1.5.6-next.0
118
+
119
+ ### Patch Changes
120
+
121
+ - @copilotkit/runtime-client-gql@1.5.6-next.0
122
+ - @copilotkit/shared@1.5.6-next.0
123
+
124
+ ## 1.5.5-next.5
125
+
126
+ ### Patch Changes
127
+
128
+ - db3d539: test release notes
129
+ - @copilotkit/runtime-client-gql@1.5.5-next.5
130
+ - @copilotkit/shared@1.5.5-next.5
131
+
132
+ ## 1.5.5-next.3
133
+
134
+ ### Patch Changes
135
+
136
+ - @copilotkit/runtime-client-gql@1.5.5-next.3
137
+ - @copilotkit/shared@1.5.5-next.3
138
+
139
+ ## 1.5.5-next.2
140
+
141
+ ### Patch Changes
142
+
143
+ - Updated dependencies [72f9e58]
144
+ - Updated dependencies [9b3bdc2]
145
+ - @copilotkit/runtime-client-gql@1.5.5-next.2
146
+ - @copilotkit/shared@1.5.5-next.2
147
+
148
+ ## 1.5.4
149
+
150
+ ### Patch Changes
151
+
152
+ - @copilotkit/runtime-client-gql@1.5.4
153
+ - @copilotkit/shared@1.5.4
154
+
155
+ ## 1.5.3
156
+
157
+ ### Patch Changes
158
+
159
+ - @copilotkit/runtime-client-gql@1.5.3
160
+ - @copilotkit/shared@1.5.3
161
+
162
+ ## 1.5.2
163
+
164
+ ### Patch Changes
165
+
166
+ - Updated dependencies [b0192c1]
167
+ - @copilotkit/runtime-client-gql@1.5.2
168
+ - @copilotkit/shared@1.5.2
169
+
170
+ ## 1.5.1
171
+
172
+ ### Patch Changes
173
+
174
+ - 5c01e9e: test prerelease #4
175
+ - ed39d40: - [CPK-1034] adds `useCopilotAuthenticatedAction`
176
+ - da280ed: Test prerelease script
177
+ - 27e42d7: testing a prerelease
178
+ - 05240a9: test pre #2
179
+ - 33218fe: test prerelease #3
180
+ - 03f3d6f: Test next prerelease
181
+ - 649ebcc: - fix: add warning when using agents that are not available on agent related hooks
182
+ - 6dfa0d2: - feat: add temperature parameter support for LLM completions
183
+ - Updated dependencies [5c01e9e]
184
+ - Updated dependencies [da280ed]
185
+ - Updated dependencies [27e42d7]
186
+ - Updated dependencies [05240a9]
187
+ - Updated dependencies [33218fe]
188
+ - Updated dependencies [03f3d6f]
189
+ - Updated dependencies [649ebcc]
190
+ - @copilotkit/runtime-client-gql@1.5.1
191
+ - @copilotkit/shared@1.5.1
192
+
193
+ ## 1.5.1-next.3
194
+
195
+ ### Patch Changes
196
+
197
+ - 33218fe: test prerelease #3
198
+ - Updated dependencies [33218fe]
199
+ - @copilotkit/runtime-client-gql@1.5.1-next.3
200
+ - @copilotkit/shared@1.5.1-next.3
201
+
202
+ ## 1.5.1-next.2
203
+
204
+ ### Patch Changes
205
+
206
+ - ed39d40: - [CPK-1034] adds `useCopilotAuthenticatedAction`
207
+ - da280ed: Test prerelease script
208
+ - 649ebcc: - fix: add warning when using agents that are not available on agent related hooks
209
+ - Updated dependencies [da280ed]
210
+ - Updated dependencies [649ebcc]
211
+ - @copilotkit/runtime-client-gql@1.5.1-next.2
212
+ - @copilotkit/shared@1.5.1-next.2
213
+
214
+ ## 1.5.1-next.1
215
+
216
+ ### Patch Changes
217
+
218
+ - 03f3d6f: Test next prerelease
219
+ - Updated dependencies [03f3d6f]
220
+ - @copilotkit/runtime-client-gql@1.5.1-next.1
221
+ - @copilotkit/shared@1.5.1-next.1
222
+
223
+ ## 1.5.1-next.0
224
+
225
+ ### Patch Changes
226
+
227
+ - 27e42d7: testing a prerelease
228
+ - 6dfa0d2: - feat: add temperature parameter support for LLM completions
229
+ - Updated dependencies [27e42d7]
230
+ - @copilotkit/runtime-client-gql@1.5.1-next.0
231
+ - @copilotkit/shared@1.5.1-next.0
232
+
233
+ ## 1.5.0
234
+
235
+ ### Minor Changes
236
+
237
+ - 1b47092: Synchronize LangGraph messages with CopilotKit
238
+
239
+ ### Patch Changes
240
+
241
+ - 00e9488: - fix: wait for renderAndWaitForResponse handler to be ready before rendering
242
+ - 1b47092: CoAgents v0.3 prerelease
243
+ - Updated dependencies [1b47092]
244
+ - Updated dependencies [1b47092]
245
+ - @copilotkit/runtime-client-gql@1.5.0
246
+ - @copilotkit/shared@1.5.0
247
+
248
+ ## 1.5.0-coagents-v0-3.0
249
+
250
+ ### Minor Changes
251
+
252
+ - Synchronize LangGraph messages with CopilotKit
253
+
254
+ ### Patch Changes
255
+
256
+ - e66bce4: CoAgents v0.3 prerelease
257
+ - Updated dependencies
258
+ - Updated dependencies [e66bce4]
259
+ - @copilotkit/runtime-client-gql@1.5.0-coagents-v0-3.0
260
+ - @copilotkit/shared@1.5.0-coagents-v0-3.0
261
+
262
+ ## 1.4.8
263
+
264
+ ### Patch Changes
265
+
266
+ - - Better error handling
267
+ - Introduce new "EmptyLLMAdapter" for when using CoAgents
268
+ - Improve dev console help options
269
+ - Allow CopilotKit remote endpoint without agents
270
+ - Updated dependencies
271
+ - @copilotkit/runtime-client-gql@1.4.8
272
+ - @copilotkit/shared@1.4.8
273
+
274
+ ## 1.4.8-next.0
275
+
276
+ ### Patch Changes
277
+
278
+ - @copilotkit/runtime-client-gql@1.4.8-next.0
279
+ - @copilotkit/shared@1.4.8-next.0
280
+
281
+ ## 1.4.7
282
+
283
+ ### Patch Changes
284
+
285
+ - Fix broken build script before release
286
+ - Updated dependencies
287
+ - @copilotkit/runtime-client-gql@1.4.7
288
+ - @copilotkit/shared@1.4.7
289
+
290
+ ## 1.4.6
291
+
292
+ ### Patch Changes
293
+
294
+ - .
295
+
296
+ ## 1.4.5
297
+
298
+ ### Patch Changes
299
+
300
+ - testing release workflow
301
+ - Updated dependencies
302
+ - @copilotkit/runtime-client-gql@1.4.5
303
+ - @copilotkit/shared@1.4.5
304
+
305
+ ## 1.4.5-next.0
306
+
307
+ ### Patch Changes
308
+
309
+ - testing release workflow
310
+ - Updated dependencies
311
+ - @copilotkit/runtime-client-gql@1.4.5-next.0
312
+ - @copilotkit/shared@1.4.5-next.0
313
+
314
+ ## 1.4.4
315
+
316
+ ### Patch Changes
317
+
318
+ - e35e6ad: - test
319
+ - update config.json
320
+ - Merge remote-tracking branch 'origin/main' into feat/test-changeset-bot-1
321
+ - test
322
+ - test
323
+ - @copilotkit/runtime-client-gql@1.4.4
324
+ - @copilotkit/shared@1.4.4
325
+
326
+ ## 1.4.4-next.4
327
+
328
+ ### Patch Changes
329
+
330
+ - @copilotkit/runtime-client-gql@1.4.4-next.4
331
+ - @copilotkit/shared@1.4.4-next.4
332
+
333
+ ## 1.4.4-next.3
334
+
335
+ ### Patch Changes
336
+
337
+ - @copilotkit/runtime-client-gql@1.4.4-next.3
338
+ - @copilotkit/shared@1.4.4-next.3
339
+
340
+ ## 1.4.4-next.2
341
+
342
+ ### Patch Changes
343
+
344
+ - @copilotkit/runtime-client-gql@1.4.4-next.2
345
+ - @copilotkit/shared@1.4.4-next.2
346
+
347
+ ## 1.4.4-next.1
348
+
349
+ ### Patch Changes
350
+
351
+ - @copilotkit/runtime-client-gql@1.4.4-next.1
352
+ - @copilotkit/shared@1.4.4-next.1
353
+
354
+ ## 1.4.4-next.0
355
+
356
+ ### Patch Changes
357
+
358
+ - e35e6ad: - test
359
+ - update config.json
360
+ - Merge remote-tracking branch 'origin/main' into feat/test-changeset-bot-1
361
+ - test
362
+ - test
363
+ - @copilotkit/runtime-client-gql@1.4.4-next.0
364
+ - @copilotkit/shared@1.4.4-next.0
365
+
366
+ ## 1.4.3
367
+
368
+ ### Patch Changes
369
+
370
+ - c296282: - Better error surfacing when using LangGraph Platform streaming
371
+ - Ensure state is immediately set without using flushSync
372
+ - - Better error surfacing when using LangGraph Platform streaming
373
+ - Ensure state is immediately set without using flushSync
374
+ - Updated dependencies [c296282]
375
+ - Updated dependencies
376
+ - @copilotkit/runtime-client-gql@1.4.3
377
+ - @copilotkit/shared@1.4.3
378
+
379
+ ## 1.4.3-pre.0
380
+
381
+ ### Patch Changes
382
+
383
+ - - Better error surfacing when using LangGraph Platform streaming
384
+ - Ensure state is immediately set without using flushSync
385
+ - Updated dependencies
386
+ - @copilotkit/runtime-client-gql@1.4.3-pre.0
387
+ - @copilotkit/shared@1.4.3-pre.0
388
+
389
+ ## 1.4.2
390
+
391
+ ### Patch Changes
392
+
393
+ - - Make sure agent state is set immediately (#1077)
394
+ - Support running an agent without messages (#1075)
395
+ - Updated dependencies
396
+ - @copilotkit/runtime-client-gql@1.4.2
397
+ - @copilotkit/shared@1.4.2
398
+
399
+ ## 1.4.1
400
+
401
+ ### Patch Changes
402
+
403
+ - 1721cbd: lower case copilotkit property
404
+ - 1721cbd: add zod conversion
405
+ - 8d0144f: bump
406
+ - 8d0144f: bump
407
+ - 8d0144f: bump
408
+ - e16d95e: New prerelease
409
+ - 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
410
+ - CopilotKit Core:
411
+
412
+ - Improved error messages and overall logs
413
+ - `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
414
+ - Improved scrolling behavior. It is now possible to scroll up during LLM response generation
415
+ - Added Azure OpenAI integration
416
+ - Updated interfaces for better developer ergonomics
417
+
418
+ CoAgents:
419
+
420
+ - Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
421
+ - Support for LangGraph Platform in Remote Endpoints
422
+ - LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
423
+ - Improved LangSmith integration - requests made through CoAgents will now surface in LangSmith
424
+ - Enhanced state management and message handling
425
+
426
+ CopilotKid Back-end SDK:
427
+
428
+ - Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
429
+
430
+ - 8d0144f: bump
431
+ - 8d0144f: bump
432
+ - fef1b74: fix assistant message CSS and propagate actions to LG JS
433
+ - Updated dependencies [1721cbd]
434
+ - Updated dependencies [1721cbd]
435
+ - Updated dependencies [8d0144f]
436
+ - Updated dependencies [8d0144f]
437
+ - Updated dependencies [8d0144f]
438
+ - Updated dependencies [e16d95e]
439
+ - Updated dependencies [1721cbd]
440
+ - Updated dependencies
441
+ - Updated dependencies [8d0144f]
442
+ - Updated dependencies [8d0144f]
443
+ - Updated dependencies [fef1b74]
444
+ - @copilotkit/runtime-client-gql@1.4.1
445
+ - @copilotkit/shared@1.4.1
446
+
447
+ ## 1.4.1-pre.6
448
+
449
+ ### Patch Changes
450
+
451
+ - 1721cbd: lower case copilotkit property
452
+ - 1721cbd: add zod conversion
453
+ - 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
454
+ - fix assistant message CSS and propagate actions to LG JS
455
+ - Updated dependencies [1721cbd]
456
+ - Updated dependencies [1721cbd]
457
+ - Updated dependencies [1721cbd]
458
+ - Updated dependencies
459
+ - @copilotkit/runtime-client-gql@1.4.1-pre.6
460
+ - @copilotkit/shared@1.4.1-pre.6
461
+
462
+ ## 1.4.1-pre.5
463
+
464
+ ### Patch Changes
465
+
466
+ - bump
467
+ - Updated dependencies
468
+ - @copilotkit/runtime-client-gql@1.4.1-pre.5
469
+ - @copilotkit/shared@1.4.1-pre.5
470
+
471
+ ## 1.4.1-pre.4
472
+
473
+ ### Patch Changes
474
+
475
+ - bump
476
+ - Updated dependencies
477
+ - @copilotkit/runtime-client-gql@1.4.1-pre.4
478
+ - @copilotkit/shared@1.4.1-pre.4
479
+
480
+ ## 1.4.1-pre.3
481
+
482
+ ### Patch Changes
483
+
484
+ - bump
485
+ - Updated dependencies
486
+ - @copilotkit/runtime-client-gql@1.4.1-pre.3
487
+ - @copilotkit/shared@1.4.1-pre.3
488
+
489
+ ## 1.4.1-pre.2
490
+
491
+ ### Patch Changes
492
+
493
+ - bump
494
+ - Updated dependencies
495
+ - @copilotkit/runtime-client-gql@1.4.1-pre.2
496
+ - @copilotkit/shared@1.4.1-pre.2
497
+
498
+ ## 1.4.1-pre.1
499
+
500
+ ### Patch Changes
501
+
502
+ - bump
503
+ - Updated dependencies
504
+ - @copilotkit/runtime-client-gql@1.4.1-pre.1
505
+ - @copilotkit/shared@1.4.1-pre.1
506
+
507
+ ## 1.4.1-pre.0
508
+
509
+ ### Patch Changes
510
+
511
+ - New prerelease
512
+ - Updated dependencies
513
+ - @copilotkit/runtime-client-gql@1.4.1-pre.0
514
+ - @copilotkit/shared@1.4.1-pre.0
515
+
516
+ ## 1.4.0
517
+
518
+ ### Minor Changes
519
+
520
+ CopilotKit Core:
521
+
522
+ - Improved error messages and overall logs
523
+ - `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
524
+ - Improved scrolling behavior. It is now possible to scroll up during LLM response generation
525
+ - Added Azure OpenAI integration
526
+ - Updated interfaces for better developer ergonomics
527
+
528
+ CoAgents:
529
+
530
+ - Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
531
+ - Support for LangGraph Platform in Remote Endpoints
532
+ - LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
533
+ - Improved LangSmith integration - requests made through CoAgents will now surface in LangSmith
534
+ - Enhanced state management and message handling
535
+
536
+ CopilotKid Back-end SDK:
537
+
538
+ - Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
539
+
540
+ ### Patch Changes
541
+
542
+ - f6fab28: update tsup config
543
+ - f6fab28: update entry
544
+ - f6fab28: export langchain module
545
+ - 8a77944: Improve LangSmith support
546
+ - f6fab28: Ensure intermediate state config is sent as snake case
547
+ - f6fab28: update entry in tsup config
548
+ - 8a77944: Ensure the last message is sent to LangSmith
549
+ - a5efccd: Revert rxjs changes
550
+ - f6fab28: update entry
551
+ - f6fab28: Update exports
552
+ - f6fab28: Update exports
553
+ - 332d744: Add support for Azure OpenAI
554
+ - f6fab28: Export LangGraph functions
555
+ - f6fab28: Update lockfile
556
+ - Updated dependencies [f6fab28]
557
+ - Updated dependencies [f6fab28]
558
+ - Updated dependencies
559
+ - Updated dependencies [f6fab28]
560
+ - Updated dependencies [8a77944]
561
+ - Updated dependencies [f6fab28]
562
+ - Updated dependencies [f6fab28]
563
+ - Updated dependencies [8a77944]
564
+ - Updated dependencies [a5efccd]
565
+ - Updated dependencies [f6fab28]
566
+ - Updated dependencies [f6fab28]
567
+ - Updated dependencies [f6fab28]
568
+ - Updated dependencies [332d744]
569
+ - Updated dependencies [f6fab28]
570
+ - Updated dependencies [f6fab28]
571
+ - @copilotkit/runtime-client-gql@1.4.0
572
+ - @copilotkit/shared@1.4.0
573
+
574
+ ## 1.3.16-mme-revert-rxjs-changes.10
575
+
576
+ ### Patch Changes
577
+
578
+ - f6fab28: update tsup config
579
+ - f6fab28: update entry
580
+ - f6fab28: export langchain module
581
+ - 8a77944: Improve LangSmith support
582
+ - f6fab28: Ensure intermediate state config is sent as snake case
583
+ - f6fab28: update entry in tsup config
584
+ - 8a77944: Ensure the last message is sent to LangSmith
585
+ - Revert rxjs changes
586
+ - f6fab28: update entry
587
+ - f6fab28: Update exports
588
+ - f6fab28: Update exports
589
+ - 332d744: Add support for Azure OpenAI
590
+ - f6fab28: Export LangGraph functions
591
+ - f6fab28: Update lockfile
592
+ - Updated dependencies [f6fab28]
593
+ - Updated dependencies [f6fab28]
594
+ - Updated dependencies [f6fab28]
595
+ - Updated dependencies [8a77944]
596
+ - Updated dependencies [f6fab28]
597
+ - Updated dependencies [f6fab28]
598
+ - Updated dependencies [8a77944]
599
+ - Updated dependencies
600
+ - Updated dependencies [f6fab28]
601
+ - Updated dependencies [f6fab28]
602
+ - Updated dependencies [f6fab28]
603
+ - Updated dependencies [332d744]
604
+ - Updated dependencies [f6fab28]
605
+ - Updated dependencies [f6fab28]
606
+ - @copilotkit/runtime-client-gql@1.3.16-mme-revert-rxjs-changes.10
607
+ - @copilotkit/shared@1.3.16-mme-revert-rxjs-changes.10
608
+
609
+ ## 1.3.15
610
+
611
+ ### Patch Changes
612
+
613
+ - pass description for array and object action parameters in langchain adapter
614
+ - Updated dependencies
615
+ - @copilotkit/runtime-client-gql@1.3.15
616
+ - @copilotkit/shared@1.3.15
617
+
618
+ ## 1.3.14
619
+
620
+ ### Patch Changes
621
+
622
+ - Add data-test-id to some elements for testing
623
+ - Updated dependencies
624
+ - @copilotkit/runtime-client-gql@1.3.14
625
+ - @copilotkit/shared@1.3.14
626
+
627
+ ## 1.3.13
628
+
629
+ ### Patch Changes
630
+
631
+ - fix usage of one-at-a-time tool when called multiple times
632
+ - Updated dependencies
633
+ - @copilotkit/runtime-client-gql@1.3.13
634
+ - @copilotkit/shared@1.3.13
635
+
636
+ ## 1.3.12
637
+
638
+ ### Patch Changes
639
+
640
+ - - enable dynamic parameters in langchain adapter tool call
641
+ - fix unparsable action arguments causing tool call crashes
642
+ - Updated dependencies
643
+ - @copilotkit/runtime-client-gql@1.3.12
644
+ - @copilotkit/shared@1.3.12
645
+
646
+ ## 1.3.11
647
+
648
+ ### Patch Changes
649
+
650
+ - 08e8956: Fix duplicate messages
651
+ - Fix duplicate messages
652
+ - Updated dependencies [08e8956]
653
+ - Updated dependencies
654
+ - @copilotkit/runtime-client-gql@1.3.11
655
+ - @copilotkit/shared@1.3.11
656
+
657
+ ## 1.3.11-mme-fix-duplicate-messages.0
658
+
659
+ ### Patch Changes
660
+
661
+ - Fix duplicate messages
662
+ - Updated dependencies
663
+ - @copilotkit/runtime-client-gql@1.3.11-mme-fix-duplicate-messages.0
664
+ - @copilotkit/shared@1.3.11-mme-fix-duplicate-messages.0
665
+
666
+ ## 1.3.10
667
+
668
+ ### Patch Changes
669
+
670
+ - change how message chunk type is resolved (fixed langchain adapters)
671
+ - Updated dependencies
672
+ - @copilotkit/runtime-client-gql@1.3.10
673
+ - @copilotkit/shared@1.3.10
674
+
675
+ ## 1.3.9
676
+
677
+ ### Patch Changes
678
+
679
+ - Fix message id issues
680
+ - Updated dependencies
681
+ - @copilotkit/runtime-client-gql@1.3.9
682
+ - @copilotkit/shared@1.3.9
683
+
684
+ ## 1.3.8
685
+
686
+ ### Patch Changes
687
+
688
+ - fix textarea on multiple llm providers and memoize react ui context
689
+ - Updated dependencies
690
+ - @copilotkit/runtime-client-gql@1.3.8
691
+ - @copilotkit/shared@1.3.8
692
+
693
+ ## 1.3.7
694
+
695
+ ### Patch Changes
696
+
697
+ - Fix libraries for React 19 and Next.js 15 support
698
+ - Updated dependencies
699
+ - @copilotkit/runtime-client-gql@1.3.7
700
+ - @copilotkit/shared@1.3.7
701
+
702
+ ## 1.3.6
703
+
704
+ ### Patch Changes
705
+
706
+ - 1. Removes the usage of the `crypto` Node pacakge, instaed uses `uuid`. This ensures that non-Next.js React apps can use CopilotKit.
707
+ 2. Fixes Nest.js runtime docs
708
+
709
+ - Updated dependencies
710
+ - @copilotkit/runtime-client-gql@1.3.6
711
+ - @copilotkit/shared@1.3.6
712
+
713
+ ## 1.3.5
714
+
715
+ ### Patch Changes
716
+
717
+ - Improve CoAgent state render
718
+ - Updated dependencies
719
+ - @copilotkit/runtime-client-gql@1.3.5
720
+ - @copilotkit/shared@1.3.5
721
+
722
+ ## 1.3.4
723
+
724
+ ### Patch Changes
725
+
726
+ - Add followUp property to useCopilotAction
727
+ - Updated dependencies
728
+ - @copilotkit/runtime-client-gql@1.3.4
729
+ - @copilotkit/shared@1.3.4
730
+
731
+ ## 1.3.3
732
+
733
+ ### Patch Changes
734
+
735
+ - Impvovements to error handling and CoAgent protocol
736
+ - Updated dependencies
737
+ - @copilotkit/runtime-client-gql@1.3.3
738
+ - @copilotkit/shared@1.3.3
739
+
740
+ ## 1.3.2
741
+
742
+ ### Patch Changes
743
+
744
+ - Features and bug fixes
745
+ - 30232c0: Ensure actions can be discovered on state change
746
+ - Updated dependencies
747
+ - Updated dependencies [30232c0]
748
+ - @copilotkit/runtime-client-gql@1.3.2
749
+ - @copilotkit/shared@1.3.2
750
+
751
+ ## 1.3.2-mme-discover-actions.0
752
+
753
+ ### Patch Changes
754
+
755
+ - Ensure actions can be discovered on state change
756
+ - Updated dependencies
757
+ - @copilotkit/runtime-client-gql@1.3.2-mme-discover-actions.0
758
+ - @copilotkit/shared@1.3.2-mme-discover-actions.0
759
+
760
+ ## 1.3.1
761
+
762
+ ### Patch Changes
763
+
764
+ - Revert CSS injection
765
+ - Updated dependencies
766
+ - @copilotkit/runtime-client-gql@1.3.1
767
+ - @copilotkit/shared@1.3.1
768
+
769
+ ## 1.3.0
770
+
771
+ ### Minor Changes
772
+
773
+ - CoAgents and remote actions
774
+
775
+ ### Patch Changes
776
+
777
+ - 5b63f55: stream intermediate state
778
+ - b6fd3d8: Better message grouping
779
+ - 89420c6: Rename hooks and bugfixes
780
+ - b6e8824: useCoAgent/useCoAgentAction
781
+ - 91c35b9: useAgentState
782
+ - 00be203: Remote actions preview
783
+ - fb15f72: Reduce request size by skipping intermediate state
784
+ - 8ecc3e4: Fix useCoAgent start/stop bug
785
+ - Updated dependencies
786
+ - Updated dependencies [5b63f55]
787
+ - Updated dependencies [b6fd3d8]
788
+ - Updated dependencies [89420c6]
789
+ - Updated dependencies [b6e8824]
790
+ - Updated dependencies [91c35b9]
791
+ - Updated dependencies [00be203]
792
+ - Updated dependencies [fb15f72]
793
+ - Updated dependencies [8ecc3e4]
794
+ - @copilotkit/runtime-client-gql@1.3.0
795
+ - @copilotkit/shared@1.3.0
796
+
797
+ ## 1.2.1
798
+
799
+ ### Patch Changes
800
+
801
+ - inject minified css in bundle
802
+
803
+ - removes the need to import `styles.css` manually
804
+ - empty `styles.css` included in the build for backwards compatibility
805
+ - uses tsup's `injectStyles` with `postcss` to bundle and minify the CSS, then inject it as a style tag
806
+ - currently uses my fork of `tsup` where I added support for async function in `injectStyles` (must-have for postcss), a PR from my fork to the main library will follow shortly
807
+ - remove material-ui, and use `react-icons` for icons (same icons as before)
808
+ - remove unused `IncludedFilesPreview` component
809
+ - updated docs
810
+
811
+ - Updated dependencies
812
+ - @copilotkit/runtime-client-gql@1.2.1
813
+ - @copilotkit/shared@1.2.1
814
+
815
+ ## 1.2.0
816
+
817
+ ### Minor Changes
818
+
819
+ - Fix errors related to crypto not being found, and other bug fixes
820
+
821
+ ### Patch Changes
822
+
823
+ - 638d51d: appendMessage fix 1
824
+ - faccbe1: state-abuse resistance for useCopilotChat
825
+ - b0cf700: remove unnecessary logging
826
+ - Updated dependencies
827
+ - Updated dependencies [638d51d]
828
+ - Updated dependencies [faccbe1]
829
+ - Updated dependencies [b0cf700]
830
+ - @copilotkit/runtime-client-gql@1.2.0
831
+ - @copilotkit/shared@1.2.0
832
+
833
+ ## 1.1.2
834
+
835
+ ### Patch Changes
836
+
837
+ - Pin headless-ui/react version to v2.1.1
838
+ - Updated dependencies
839
+ - @copilotkit/runtime-client-gql@1.1.2
840
+ - @copilotkit/shared@1.1.2
841
+
842
+ ## 1.1.1
843
+
844
+ ### Patch Changes
845
+
846
+ - - improved documentation
847
+ - center textarea popup
848
+ - show/hide dev console
849
+ - forward maxTokens, stop and force function calling
850
+ - Updated dependencies
851
+ - @copilotkit/runtime-client-gql@1.1.1
852
+ - @copilotkit/shared@1.1.1
853
+
854
+ ## 1.1.0
855
+
856
+ ### Minor Changes
857
+
858
+ - Official support for Groq (`GroqAdapter`)
859
+
860
+ ### Patch Changes
861
+
862
+ - Updated dependencies
863
+ - @copilotkit/runtime-client-gql@1.1.0
864
+ - @copilotkit/shared@1.1.0
865
+
866
+ ## 1.0.9
867
+
868
+ ### Patch Changes
869
+
870
+ - Dev console, bugfixes
871
+ - Updated dependencies
872
+ - @copilotkit/runtime-client-gql@1.0.9
873
+ - @copilotkit/shared@1.0.9
874
+
875
+ ## 1.0.8
876
+
877
+ ### Patch Changes
878
+
879
+ - Remove redundant console logs
880
+ - Updated dependencies
881
+ - @copilotkit/runtime-client-gql@1.0.8
882
+ - @copilotkit/shared@1.0.8
883
+
884
+ ## 1.0.7
885
+
886
+ ### Patch Changes
887
+
888
+ - Add \_copilotkit internal properties to runtime
889
+ - Updated dependencies
890
+ - @copilotkit/runtime-client-gql@1.0.7
891
+ - @copilotkit/shared@1.0.7
892
+
893
+ ## 1.0.6
894
+
895
+ ### Patch Changes
896
+
897
+ - - Proactively prevent race conditions
898
+ - Improve token counting performance
899
+ - Updated dependencies
900
+ - @copilotkit/runtime-client-gql@1.0.6
901
+ - @copilotkit/shared@1.0.6
902
+
903
+ ## 1.0.5
904
+
905
+ ### Patch Changes
906
+
907
+ - Include @copilotkit/runtime-client-gql NPM package version in request to Runtime
908
+ - Updated dependencies
909
+ - @copilotkit/runtime-client-gql@1.0.5
910
+ - @copilotkit/shared@1.0.5
911
+
912
+ ## 1.0.4
913
+
914
+ ### Patch Changes
915
+
916
+ - Remove nanoid
917
+ - Updated dependencies
918
+ - @copilotkit/runtime-client-gql@1.0.4
919
+ - @copilotkit/shared@1.0.4
920
+
921
+ ## 1.0.3
922
+
923
+ ### Patch Changes
924
+
925
+ - Add README.md to published packages and add keywords to package.json
926
+ - Updated dependencies
927
+ - @copilotkit/runtime-client-gql@1.0.3
928
+ - @copilotkit/shared@1.0.3
929
+
930
+ ## 1.0.2
931
+
932
+ ### Patch Changes
933
+
934
+ - Add README.md and homepage/url to published packages
935
+ - Updated dependencies
936
+ - @copilotkit/runtime-client-gql@1.0.2
937
+ - @copilotkit/shared@1.0.2
938
+
939
+ ## 1.0.1
940
+
941
+ ### Patch Changes
942
+
943
+ - Remove PostHog, use Segment Anonymous Telemetry instead
944
+ - Updated dependencies
945
+ - @copilotkit/runtime-client-gql@1.0.1
946
+ - @copilotkit/shared@1.0.1
947
+
948
+ ## 1.0.0
949
+
950
+ ### Major Changes
951
+
952
+ - b6a4b6eb: V1.0 Release Candidate
953
+
954
+ - A robust new protocol between the frontend and the Copilot Runtime
955
+ - Support for Copilot Cloud
956
+ - Generative UI
957
+ - Support for LangChain universal tool calling
958
+ - OpenAI assistant API streaming
959
+
960
+ - V1.0 Release
961
+
962
+ - A robust new protocol between the frontend and the Copilot Runtime
963
+ - Support for Copilot Cloud
964
+ - Generative UI
965
+ - Support for LangChain universal tool calling
966
+ - OpenAI assistant API streaming
967
+
968
+ ### Patch Changes
969
+
970
+ - b6a4b6eb: Introduce anonymous telemetry
971
+ - b6a4b6eb: Set default Copilot Cloud runtime URL to versioned URL (v1)
972
+ - Updated dependencies [b6a4b6eb]
973
+ - Updated dependencies [b6a4b6eb]
974
+ - Updated dependencies [b6a4b6eb]
975
+ - Updated dependencies
976
+ - @copilotkit/runtime-client-gql@1.0.0
977
+ - @copilotkit/shared@1.0.0
978
+
979
+ ## 1.0.0-beta.2
980
+
981
+ ### Patch Changes
982
+
983
+ - Set default Copilot Cloud runtime URL to versioned URL (v1)
984
+ - Updated dependencies
985
+ - @copilotkit/runtime-client-gql@1.0.0-beta.2
986
+ - @copilotkit/shared@1.0.0-beta.2
987
+
988
+ ## 1.0.0-beta.1
989
+
990
+ ### Patch Changes
991
+
992
+ - Introduce anonymous telemetry
993
+ - Updated dependencies
994
+ - @copilotkit/runtime-client-gql@1.0.0-beta.1
995
+ - @copilotkit/shared@1.0.0-beta.1
996
+
997
+ ## 1.0.0-beta.0
998
+
999
+ ### Major Changes
1000
+
1001
+ - V1.0 Release Candidate
1002
+
1003
+ - A robust new protocol between the frontend and the Copilot Runtime
1004
+ - Support for Copilot Cloud
1005
+ - Generative UI
1006
+ - Support for LangChain universal tool calling
1007
+ - OpenAI assistant API streaming
1008
+
1009
+ ### Patch Changes
1010
+
1011
+ - Updated dependencies
1012
+ - @copilotkit/runtime-client-gql@1.0.0-beta.0
1013
+ - @copilotkit/shared@1.0.0-beta.0
1014
+
1015
+ ## 0.37.0
1016
+
1017
+ ### Minor Changes
1018
+
1019
+ - f771353: Fix: Stale CopilotReadable
1020
+ - 9df8d43: Remove unneeded tailwind components
1021
+ - CSS improvements, useCopilotChat, invisible messages
1022
+
1023
+ ### Patch Changes
1024
+
1025
+ - Updated dependencies [f771353]
1026
+ - Updated dependencies [9df8d43]
1027
+ - Updated dependencies
1028
+ - @copilotkit/shared@0.37.0
1029
+
1030
+ ## 0.37.0-mme-fix-textarea-css.1
1031
+
1032
+ ### Minor Changes
1033
+
1034
+ - Remove unneeded tailwind components
1035
+
1036
+ ### Patch Changes
1037
+
1038
+ - Updated dependencies
1039
+ - @copilotkit/shared@0.37.0-mme-fix-textarea-css.1
1040
+
1041
+ ## 0.37.0-mme-fix-feedback-readable.0
1042
+
1043
+ ### Minor Changes
1044
+
1045
+ - Fix: Stale CopilotReadable
1046
+
1047
+ ### Patch Changes
1048
+
1049
+ - Updated dependencies
1050
+ - @copilotkit/shared@0.37.0-mme-fix-feedback-readable.0
1051
+
1052
+ ## 0.36.0
1053
+
1054
+ ### Minor Changes
1055
+
1056
+ - 8baa862: Add push to talk prototype
1057
+ - chat suggestions, standalone chat component, gemini adapter, push to talk
1058
+
1059
+ ### Patch Changes
1060
+
1061
+ - Updated dependencies [8baa862]
1062
+ - Updated dependencies
1063
+ - @copilotkit/shared@0.36.0
1064
+
1065
+ ## 0.36.0-mme-push-to-talk.0
1066
+
1067
+ ### Minor Changes
1068
+
1069
+ - Add push to talk prototype
1070
+
1071
+ ### Patch Changes
1072
+
1073
+ - Updated dependencies
1074
+ - @copilotkit/shared@0.36.0-mme-push-to-talk.0
1075
+
1076
+ ## 0.25.0
1077
+
1078
+ ### Minor Changes
1079
+
1080
+ - 718520b: gpt-4-turbo-april-2024 function calling fixes
1081
+ - 95bcbd8: streamline cloud configuration
1082
+ - 95bcbd8: Rename
1083
+ - 95bcbd8: Upgrade langchain
1084
+ - 95bcbd8: Support input guardrails (cloud)
1085
+ - 95bcbd8: Unify api key handling
1086
+ - CopilotCloud V1, useCopilotReadable and more...
1087
+ - 95bcbd8: Get api key from headers dict
1088
+ - 95bcbd8: Update comments
1089
+ - 95bcbd8: Include reason in guardrails response
1090
+ - 718520b: gpt-4-turbo-april-2024
1091
+ - 95bcbd8: Update comments
1092
+ - 5f6f57a: fix backend function calling return values
1093
+ - 95bcbd8: Retrieve public API key
1094
+
1095
+ ### Patch Changes
1096
+
1097
+ - Updated dependencies [718520b]
1098
+ - Updated dependencies [95bcbd8]
1099
+ - Updated dependencies [95bcbd8]
1100
+ - Updated dependencies [95bcbd8]
1101
+ - Updated dependencies [95bcbd8]
1102
+ - Updated dependencies [95bcbd8]
1103
+ - Updated dependencies
1104
+ - Updated dependencies [95bcbd8]
1105
+ - Updated dependencies [95bcbd8]
1106
+ - Updated dependencies [95bcbd8]
1107
+ - Updated dependencies [718520b]
1108
+ - Updated dependencies [95bcbd8]
1109
+ - Updated dependencies [5f6f57a]
1110
+ - Updated dependencies [95bcbd8]
1111
+ - @copilotkit/shared@0.9.0
1112
+
1113
+ ## 0.25.0-mme-cloud.7
1114
+
1115
+ ### Minor Changes
1116
+
1117
+ - Get api key from headers dict
1118
+
1119
+ ### Patch Changes
1120
+
1121
+ - Updated dependencies
1122
+ - @copilotkit/shared@0.9.0-mme-cloud.7
1123
+
1124
+ ## 0.25.0-mme-cloud.6
1125
+
1126
+ ### Minor Changes
1127
+
1128
+ - Upgrade langchain
1129
+
1130
+ ### Patch Changes
1131
+
1132
+ - Updated dependencies
1133
+ - @copilotkit/shared@0.9.0-mme-cloud.6
1134
+
1135
+ ## 0.25.0-mme-cloud.5
1136
+
1137
+ ### Minor Changes
1138
+
1139
+ - Update comments
1140
+
1141
+ ### Patch Changes
1142
+
1143
+ - Updated dependencies
1144
+ - @copilotkit/shared@0.9.0-mme-cloud.5
1145
+
1146
+ ## 0.25.0-mme-cloud.4
1147
+
1148
+ ### Minor Changes
1149
+
1150
+ - Update comments
1151
+
1152
+ ### Patch Changes
1153
+
1154
+ - Updated dependencies
1155
+ - @copilotkit/shared@0.9.0-mme-cloud.4
1156
+
1157
+ ## 0.25.0-mme-cloud.3
1158
+
1159
+ ### Minor Changes
1160
+
1161
+ - 85c029b: streamline cloud configuration
1162
+ - Rename
1163
+ - a5ade3b: Support input guardrails (cloud)
1164
+ - 12ff590: Unify api key handling
1165
+ - f0c4745: Include reason in guardrails response
1166
+ - 17f4b1b: Retrieve public API key
1167
+
1168
+ ### Patch Changes
1169
+
1170
+ - Updated dependencies [85c029b]
1171
+ - Updated dependencies
1172
+ - Updated dependencies [a5ade3b]
1173
+ - Updated dependencies [12ff590]
1174
+ - Updated dependencies [f0c4745]
1175
+ - Updated dependencies [17f4b1b]
1176
+ - @copilotkit/shared@0.9.0-mme-cloud.3
1177
+
1178
+ ## 0.25.0-function-calling-fixes.2
1179
+
1180
+ ### Minor Changes
1181
+
1182
+ - fix backend function calling return values
1183
+
1184
+ ### Patch Changes
1185
+
1186
+ - Updated dependencies
1187
+ - @copilotkit/shared@0.9.0-function-calling-fixes.2
1188
+
1189
+ ## 0.25.0-function-calling-fixes.1
1190
+
1191
+ ### Minor Changes
1192
+
1193
+ - gpt-4-turbo-april-2024 function calling fixes
1194
+
1195
+ ### Patch Changes
1196
+
1197
+ - Updated dependencies
1198
+ - @copilotkit/shared@0.9.0-function-calling-fixes.1
1199
+
1200
+ ## 0.25.0-alpha.0
1201
+
1202
+ ### Minor Changes
1203
+
1204
+ - gpt-4-turbo-april-2024
1205
+
1206
+ ### Patch Changes
1207
+
1208
+ - Updated dependencies
1209
+ - @copilotkit/shared@0.9.0-alpha.0
1210
+
1211
+ ## 0.24.0
1212
+
1213
+ ### Minor Changes
1214
+
1215
+ - 1f06d29: declare esm/cjs/types in export
1216
+ - fix esm error
1217
+ - 5a0b2cf: Inline codeblock style to avoid ESM error
1218
+ - e12b921: ESM by default
1219
+
1220
+ ### Patch Changes
1221
+
1222
+ - Updated dependencies [1f06d29]
1223
+ - Updated dependencies
1224
+ - Updated dependencies [5a0b2cf]
1225
+ - Updated dependencies [e12b921]
1226
+ - @copilotkit/shared@0.8.0
1227
+
1228
+ ## 0.24.0-mme-esm-error.2
1229
+
1230
+ ### Minor Changes
1231
+
1232
+ - Inline codeblock style to avoid ESM error
1233
+
1234
+ ### Patch Changes
1235
+
1236
+ - Updated dependencies
1237
+ - @copilotkit/shared@0.8.0-mme-esm-error.2
1238
+
1239
+ ## 0.24.0-mme-esm-error.1
1240
+
1241
+ ### Minor Changes
1242
+
1243
+ - declare esm/cjs/types in export
1244
+
1245
+ ### Patch Changes
1246
+
1247
+ - Updated dependencies
1248
+ - @copilotkit/shared@0.8.0-mme-esm-error.1
1249
+
1250
+ ## 0.24.0-mme-esm-error.0
1251
+
1252
+ ### Minor Changes
1253
+
1254
+ - ESM by default
1255
+
1256
+ ### Patch Changes
1257
+
1258
+ - Updated dependencies
1259
+ - @copilotkit/shared@0.8.0-mme-esm-error.0
1260
+
1261
+ ## 0.23.0
1262
+
1263
+ ### Minor Changes
1264
+
1265
+ - 899aa6e: Backend improvements for running on GCP
1266
+ - Improve streamHttpServerResponse for express and firebase apps
1267
+
1268
+ ### Patch Changes
1269
+
1270
+ - Updated dependencies [899aa6e]
1271
+ - Updated dependencies
1272
+ - @copilotkit/shared@0.7.0
1273
+
1274
+ ## 0.23.0-mme-firebase-fixes.0
1275
+
1276
+ ### Minor Changes
1277
+
1278
+ - Backend improvements for running on GCP
1279
+
1280
+ ### Patch Changes
1281
+
1282
+ - Updated dependencies
1283
+ - @copilotkit/shared@0.7.0-mme-firebase-fixes.0
1284
+
1285
+ ## 0.22.0
1286
+
1287
+ ### Minor Changes
1288
+
1289
+ - Improve Next.js support and action rendering
1290
+
1291
+ ### Patch Changes
1292
+
1293
+ - Updated dependencies
1294
+ - @copilotkit/shared@0.6.0
1295
+
1296
+ ## 0.21.0
1297
+
1298
+ ### Minor Changes
1299
+
1300
+ - c4010e7: Pre Release
1301
+ - be00d61: Alpha
1302
+ - ec8481c: Alpha
1303
+ - 3fbee5d: OpenAIAdapter-getter
1304
+ - e09dc44: Test backward compatibility of AnnotatedFunction on the backend
1305
+ - 3f5ad60: OpenAIAdapter: make openai instance gettable
1306
+ - 0dd6180: QA
1307
+ - 225812d: QA new action type
1308
+ - New actions: custom chat components, and typed arguments
1309
+
1310
+ ### Patch Changes
1311
+
1312
+ - Updated dependencies [c4010e7]
1313
+ - Updated dependencies [be00d61]
1314
+ - Updated dependencies [ec8481c]
1315
+ - Updated dependencies [3fbee5d]
1316
+ - Updated dependencies [e09dc44]
1317
+ - Updated dependencies [3f5ad60]
1318
+ - Updated dependencies [0dd6180]
1319
+ - Updated dependencies [225812d]
1320
+ - Updated dependencies
1321
+ - @copilotkit/shared@0.5.0
1322
+
1323
+ ## 0.21.0-mme-deprecate-annotated-function.4
1324
+
1325
+ ### Minor Changes
1326
+
1327
+ - Test backward compatibility of AnnotatedFunction on the backend
1328
+
1329
+ ### Patch Changes
1330
+
1331
+ - Updated dependencies
1332
+ - @copilotkit/shared@0.5.0-mme-deprecate-annotated-function.4
1333
+
1334
+ ## 0.21.0-mme-pre-release.3
1335
+
1336
+ ### Minor Changes
1337
+
1338
+ - Pre Release
1339
+ - 3fbee5d: OpenAIAdapter-getter
1340
+ - 3f5ad60: OpenAIAdapter: make openai instance gettable
1341
+
1342
+ ### Patch Changes
1343
+
1344
+ - Updated dependencies
1345
+ - Updated dependencies [3fbee5d]
1346
+ - Updated dependencies [3f5ad60]
1347
+ - @copilotkit/shared@0.5.0-mme-pre-release.3
1348
+
1349
+ ## 0.21.0-mme-function-call-labels.2
1350
+
1351
+ ### Minor Changes
1352
+
1353
+ - be00d61: Alpha
1354
+ - QA
1355
+
1356
+ ### Patch Changes
1357
+
1358
+ - Updated dependencies [be00d61]
1359
+ - Updated dependencies
1360
+ - @copilotkit/shared@0.5.0-mme-function-call-labels.2
1361
+
1362
+ ## 0.21.0-mme-experimental-actions.1
1363
+
1364
+ ### Minor Changes
1365
+
1366
+ - Alpha
1367
+
1368
+ ### Patch Changes
1369
+
1370
+ - Updated dependencies
1371
+ - @copilotkit/shared@0.5.0-mme-experimental-actions.1
1372
+
1373
+ ## 0.21.0-mme-experimental-actions.0
1374
+
1375
+ ### Minor Changes
1376
+
1377
+ - QA new action type
1378
+
1379
+ ### Patch Changes
1380
+
1381
+ - Updated dependencies
1382
+ - @copilotkit/shared@0.5.0-mme-experimental-actions.0
1383
+
1384
+ ## 0.20.1
1385
+
1386
+ ### Patch Changes
1387
+
1388
+ - 5ec8ad4: fix- bring back removeBackendOnlyProps
1389
+ - 5a154d0: fix: bring back removeBackendOnlyProps
1390
+ - fix: bring back removeBackendOnlyProps
1391
+ - Updated dependencies [5ec8ad4]
1392
+ - Updated dependencies [5a154d0]
1393
+ - Updated dependencies
1394
+ - @copilotkit/shared@0.4.1
1395
+
1396
+ ## 0.20.1-atai-0223-fix-backendOnlyProps.1
1397
+
1398
+ ### Patch Changes
1399
+
1400
+ - fix- bring back removeBackendOnlyProps
1401
+ - Updated dependencies
1402
+ - @copilotkit/shared@0.4.1-atai-0223-fix-backendOnlyProps.1
1403
+
1404
+ ## 0.20.1-atai-0223-fix-backendOnlyProps.0
1405
+
1406
+ ### Patch Changes
1407
+
1408
+ - fix: bring back removeBackendOnlyProps
1409
+ - Updated dependencies
1410
+ - @copilotkit/shared@0.4.1-atai-0223-fix-backendOnlyProps.0
1411
+
1412
+ ## 0.20.0
1413
+
1414
+ ### Minor Changes
1415
+
1416
+ - CopilotTask, function return values, LangChain support, LangServe support
1417
+ - 401e474: Test the tools API
1418
+ - 2f3296e: Test automation
1419
+
1420
+ ### Patch Changes
1421
+
1422
+ - Updated dependencies
1423
+ - Updated dependencies [401e474]
1424
+ - Updated dependencies [2f3296e]
1425
+ - @copilotkit/shared@0.4.0
1426
+
1427
+ ## 0.20.0-beta-automation.1
1428
+
1429
+ ### Minor Changes
1430
+
1431
+ - Test automation
1432
+
1433
+ ### Patch Changes
1434
+
1435
+ - Updated dependencies
1436
+ - @copilotkit/shared@0.4.0-beta-automation.1
1437
+
1438
+ ## 0.20.0-tools.0
1439
+
1440
+ ### Minor Changes
1441
+
1442
+ - Test the tools API
1443
+
1444
+ ### Patch Changes
1445
+
1446
+ - Updated dependencies
1447
+ - @copilotkit/shared@0.4.0-tools.0
1448
+
1449
+ ## 0.19.0
1450
+
1451
+ ### Minor Changes
1452
+
1453
+ - node CopilotBackend support
1454
+ - 58a8524: clean node example impl
1455
+ - a34a226: node-native backend support
1456
+
1457
+ ### Patch Changes
1458
+
1459
+ - Updated dependencies
1460
+ - Updated dependencies [58a8524]
1461
+ - Updated dependencies [a34a226]
1462
+ - @copilotkit/shared@0.3.0
1463
+
1464
+ ## 0.19.0-alpha.1
1465
+
1466
+ ### Minor Changes
1467
+
1468
+ - clean node example impl
1469
+
1470
+ ### Patch Changes
1471
+
1472
+ - Updated dependencies
1473
+ - @copilotkit/shared@0.3.0-alpha.1
1474
+
1475
+ ## 0.19.0-alpha.0
1476
+
1477
+ ### Minor Changes
1478
+
1479
+ - node-native backend support
1480
+
1481
+ ### Patch Changes
1482
+
1483
+ - Updated dependencies
1484
+ - @copilotkit/shared@0.3.0-alpha.0
1485
+
1486
+ ## 0.18.0
1487
+
1488
+ ### Minor Changes
1489
+
1490
+ - eba87c7: .4
1491
+ - 29ee27e: New Copilot ui
1492
+ - 61168c7: no treeshake
1493
+ - fb32fe3: .2
1494
+ - eba87c7: .3
1495
+ - new chatbot ui, new component names, new build system, new docs
1496
+ - 61168c7: no treeshake take 2
1497
+ - 61168c7: remove treeshake in build
1498
+ - fb32fe3: build naming refactor
1499
+ - eba87c7: .5
1500
+ - 61168c7: cache clean
1501
+ - fb32fe3: .3
1502
+
1503
+ ### Patch Changes
1504
+
1505
+ - Updated dependencies [eba87c7]
1506
+ - Updated dependencies [61168c7]
1507
+ - Updated dependencies [fb32fe3]
1508
+ - Updated dependencies [eba87c7]
1509
+ - Updated dependencies
1510
+ - Updated dependencies [61168c7]
1511
+ - Updated dependencies [61168c7]
1512
+ - Updated dependencies [fb32fe3]
1513
+ - Updated dependencies [eba87c7]
1514
+ - Updated dependencies [61168c7]
1515
+ - Updated dependencies [fb32fe3]
1516
+ - @copilotkit/shared@0.2.0
1517
+
1518
+ ## 0.18.0-alpha.9
1519
+
1520
+ ### Minor Changes
1521
+
1522
+ - cache clean
1523
+
1524
+ ### Patch Changes
1525
+
1526
+ - Updated dependencies
1527
+ - @copilotkit/shared@0.2.0-alpha.8
1528
+
1529
+ ## 0.18.0-alpha.8
1530
+
1531
+ ### Minor Changes
1532
+
1533
+ - no treeshake
1534
+
1535
+ ### Patch Changes
1536
+
1537
+ - Updated dependencies
1538
+ - @copilotkit/shared@0.2.0-alpha.7
1539
+
1540
+ ## 0.18.0-alpha.7
1541
+
1542
+ ### Minor Changes
1543
+
1544
+ - no treeshake take 2
1545
+
1546
+ ### Patch Changes
1547
+
1548
+ - Updated dependencies
1549
+ - @copilotkit/shared@0.2.0-alpha.6
1550
+
1551
+ ## 0.18.0-alpha.6
1552
+
1553
+ ### Minor Changes
1554
+
1555
+ - remove treeshake in build
1556
+
1557
+ ### Patch Changes
1558
+
1559
+ - Updated dependencies
1560
+ - @copilotkit/shared@0.2.0-alpha.5
1561
+
1562
+ ## 0.18.0-alpha.5
1563
+
1564
+ ### Minor Changes
1565
+
1566
+ - .5
1567
+
1568
+ ### Patch Changes
1569
+
1570
+ - Updated dependencies
1571
+ - @copilotkit/shared@0.2.0-alpha.4
1572
+
1573
+ ## 0.18.0-alpha.4
1574
+
1575
+ ### Minor Changes
1576
+
1577
+ - .4
1578
+
1579
+ ### Patch Changes
1580
+
1581
+ - Updated dependencies
1582
+ - @copilotkit/shared@0.2.0-alpha.3
1583
+
1584
+ ## 0.18.0-alpha.3
1585
+
1586
+ ### Minor Changes
1587
+
1588
+ - .3
1589
+
1590
+ ### Patch Changes
1591
+
1592
+ - Updated dependencies
1593
+ - @copilotkit/shared@0.2.0-alpha.2
1594
+
1595
+ ## 0.18.0-alpha.2
1596
+
1597
+ ### Minor Changes
1598
+
1599
+ - .2
1600
+ - .3
1601
+
1602
+ ### Patch Changes
1603
+
1604
+ - Updated dependencies
1605
+ - Updated dependencies
1606
+ - @copilotkit/shared@0.2.0-alpha.1
1607
+
1608
+ ## 0.18.0-alpha.1
1609
+
1610
+ ### Minor Changes
1611
+
1612
+ - build naming refactor
1613
+
1614
+ ### Patch Changes
1615
+
1616
+ - Updated dependencies
1617
+ - @copilotkit/shared@0.2.0-alpha.0
1618
+
1619
+ ## 0.18.0-alpha.0
1620
+
1621
+ ### Minor Changes
1622
+
1623
+ - New Copilot ui
1624
+
1625
+ ## 0.17.1
1626
+
1627
+ ### Patch Changes
1628
+
1629
+ - stop generating button working
1630
+ - aa6bc5a: fix stop generate
1631
+ - cf0bde6: change order of operations on stop cleanup
1632
+ - Updated dependencies
1633
+ - Updated dependencies [aa6bc5a]
1634
+ - Updated dependencies [cf0bde6]
1635
+ - @copilotkit/shared@0.1.1
1636
+
1637
+ ## 0.17.1-alpha.1
1638
+
1639
+ ### Patch Changes
1640
+
1641
+ - change order of operations on stop cleanup
1642
+ - Updated dependencies
1643
+ - @copilotkit/shared@0.1.1-alpha.1
1644
+
1645
+ ## 0.17.1-alpha.0
1646
+
1647
+ ### Patch Changes
1648
+
1649
+ - fix stop generate
1650
+ - Updated dependencies
1651
+ - @copilotkit/shared@0.1.1-alpha.0
1652
+
1653
+ ## 0.17.0
1654
+
1655
+ ### Minor Changes
1656
+
1657
+ - factor useChat into internal core
1658
+ - a7b417a: insertion default prompt update
1659
+ - 88d6654: release useChat fixes
1660
+ - 51de9d5: textarea editing: default prompt + few shot update
1661
+ - fa84257: remove vercel ai
1662
+ - 98a37c8: strictly propagate copilot api params through the fetch arguments - not through any constructors
1663
+ - 250032d: useChat: do not separately propagate options.url to constructor
1664
+
1665
+ ## 0.17.0-alpha.5
1666
+
1667
+ ### Minor Changes
1668
+
1669
+ - release useChat fixes
1670
+
1671
+ ## 0.17.0-alpha.4
1672
+
1673
+ ### Minor Changes
1674
+
1675
+ - insertion default prompt update
1676
+
1677
+ ## 0.17.0-alpha.3
1678
+
1679
+ ### Minor Changes
1680
+
1681
+ - textarea editing: default prompt + few shot update
1682
+
1683
+ ## 0.17.0-alpha.2
1684
+
1685
+ ### Minor Changes
1686
+
1687
+ - useChat: do not separately propagate options.url to constructor
1688
+
1689
+ ## 0.17.0-alpha.1
1690
+
1691
+ ### Minor Changes
1692
+
1693
+ - strictly propagate copilot api params through the fetch arguments - not through any constructors
1694
+
1695
+ ## 0.17.0-alpha.0
1696
+
1697
+ ### Minor Changes
1698
+
1699
+ - remove vercel ai
1700
+
1701
+ ## 0.16.0
1702
+
1703
+ ### Minor Changes
1704
+
1705
+ - fixed backend pointing
1706
+
1707
+ ## 0.15.0
1708
+
1709
+ ### Minor Changes
1710
+
1711
+ - 8a5cecd: only forward functions if non-empty
1712
+ - 87f1fa0: rebase
1713
+ - 15d4afc: debugging
1714
+ - c40a0d1: Filter out empty function descriptions
1715
+ - prep for chat protocol v2
1716
+ - bbd152e: backend sdks prep
1717
+ - 8517bb1: trying again
1718
+ - 478840a: carry function propagation fix to chat v2
1719
+
1720
+ ### Patch Changes
1721
+
1722
+ - Updated dependencies [8a5cecd]
1723
+ - Updated dependencies [87f1fa0]
1724
+ - Updated dependencies [15d4afc]
1725
+ - Updated dependencies [c40a0d1]
1726
+ - Updated dependencies
1727
+ - Updated dependencies [bbd152e]
1728
+ - Updated dependencies [8517bb1]
1729
+ - Updated dependencies [478840a]
1730
+ - @copilotkit/shared@0.1.0
1731
+
1732
+ ## 0.15.0-alpha.6
1733
+
1734
+ ### Minor Changes
1735
+
1736
+ - rebase
1737
+
1738
+ ### Patch Changes
1739
+
1740
+ - Updated dependencies
1741
+ - @copilotkit/shared@0.1.0-alpha.6
1742
+
1743
+ ## 0.15.0-alpha.5
1744
+
1745
+ ### Minor Changes
1746
+
1747
+ - carry function propagation fix to chat v2
1748
+
1749
+ ### Patch Changes
1750
+
1751
+ - Updated dependencies
1752
+ - @copilotkit/shared@0.1.0-alpha.5
1753
+
1754
+ ## 0.15.0-alpha.4
1755
+
1756
+ ### Minor Changes
1757
+
1758
+ - only forward functions if non-empty
1759
+
1760
+ ### Patch Changes
1761
+
1762
+ - Updated dependencies
1763
+ - @copilotkit/shared@0.1.0-alpha.4
1764
+
1765
+ ## 0.15.0-alpha.3
1766
+
1767
+ ### Minor Changes
1768
+
1769
+ - debugging
1770
+
1771
+ ### Patch Changes
1772
+
1773
+ - Updated dependencies
1774
+ - @copilotkit/shared@0.1.0-alpha.3
1775
+
1776
+ ## 0.15.0-alpha.2
1777
+
1778
+ ### Minor Changes
1779
+
1780
+ - trying again
1781
+
1782
+ ### Patch Changes
1783
+
1784
+ - Updated dependencies
1785
+ - @copilotkit/shared@0.1.0-alpha.2
1786
+
1787
+ ## 0.15.0-alpha.1
1788
+
1789
+ ### Minor Changes
1790
+
1791
+ - Filter out empty function descriptions
1792
+
1793
+ ### Patch Changes
1794
+
1795
+ - Updated dependencies
1796
+ - @copilotkit/shared@0.1.0-alpha.1
1797
+
1798
+ ## 0.15.0-alpha.0
1799
+
1800
+ ### Minor Changes
1801
+
1802
+ - backend sdks prep
1803
+
1804
+ ### Patch Changes
1805
+
1806
+ - Updated dependencies
1807
+ - @copilotkit/shared@0.1.0-alpha.0
1808
+
1809
+ ## 0.14.0
1810
+
1811
+ ### Minor Changes
1812
+
1813
+ - shouldToggleHoveringEditorOnKeyPress
1814
+
1815
+ ## 0.13.0
1816
+
1817
+ ### Minor Changes
1818
+
1819
+ - contextCategories no longer optional for reading context
1820
+
1821
+ ## 0.12.0
1822
+
1823
+ ### Minor Changes
1824
+
1825
+ - fixed bug: useMakeCopilotDocumentReadable category reference
1826
+
1827
+ ## 0.11.0
1828
+
1829
+ ### Minor Changes
1830
+
1831
+ - support for custom api headers + body, fixed es5 build error on import
1832
+ - 9abfea6: js import
1833
+ - 2b9591a: esm.js maybe
1834
+ - 2b9591a: headers and body propagation
1835
+ - 2b9591a: cjs exp
1836
+ - 2b9591a: treeshake
1837
+ - 2b9591a: commonJS
1838
+ - 222f5e6: undo alpha changes
1839
+ - 2b9591a: cjs maybe
1840
+
1841
+ ## 0.11.0-alpha.7
1842
+
1843
+ ### Minor Changes
1844
+
1845
+ - js import
1846
+
1847
+ ## 0.11.0-alpha.6
1848
+
1849
+ ### Minor Changes
1850
+
1851
+ - undo alpha changes
1852
+
1853
+ ## 0.11.0-alpha.5
1854
+
1855
+ ### Minor Changes
1856
+
1857
+ - commonJS
1858
+
1859
+ ## 0.11.0-alpha.4
1860
+
1861
+ ### Minor Changes
1862
+
1863
+ - esm.js maybe
1864
+
1865
+ ## 0.11.0-alpha.3
1866
+
1867
+ ### Minor Changes
1868
+
1869
+ - cjs maybe
1870
+
1871
+ ## 0.11.0-alpha.2
1872
+
1873
+ ### Minor Changes
1874
+
1875
+ - cjs exp
1876
+
1877
+ ## 0.11.0-alpha.1
1878
+
1879
+ ### Minor Changes
1880
+
1881
+ - treeshake
1882
+
1883
+ ## 0.11.0-alpha.0
1884
+
1885
+ ### Minor Changes
1886
+
1887
+ - headers and body propagation
1888
+
1889
+ ## 0.10.0
1890
+
1891
+ ### Minor Changes
1892
+
1893
+ - document contents funneled to prompt context
1894
+
1895
+ ## 0.9.0
1896
+
1897
+ ### Minor Changes
1898
+
1899
+ - 0467f62: minor ergonomic improvement to CopilotProvider instantiation
1900
+
1901
+ ## 0.8.0
1902
+
1903
+ ### Minor Changes
1904
+
1905
+ - 1b330b5: out of beta: centralized api, textarea insertions/edits
1906
+ - e4ce3ab: textarea edits mvp
1907
+ - 9e201c5: textarea insertions deletions etc
1908
+ - c13ffcb: minor bugfix
1909
+ - e4fe6a5: copilot textarea documents - provide with code skeleton
1910
+ - 8e9f9b1: api endpoint centralization
1911
+
1912
+ ### Patch Changes
1913
+
1914
+ - 12407db: rebase master
1915
+ - 939454e: prettify
1916
+
1917
+ ## 0.8.0-alpha.6
1918
+
1919
+ ### Minor Changes
1920
+
1921
+ - copilot textarea documents - provide with code skeleton
1922
+
1923
+ ## 0.8.0-alpha.5
1924
+
1925
+ ### Minor Changes
1926
+
1927
+ - minor bugfix
1928
+
1929
+ ## 0.8.0-alpha.4
1930
+
1931
+ ### Minor Changes
1932
+
1933
+ - api endpoint centralization
1934
+
1935
+ ## 0.8.0-alpha.3
1936
+
1937
+ ### Minor Changes
1938
+
1939
+ - textarea edits mvp
1940
+
1941
+ ## 0.8.0-alpha.2
1942
+
1943
+ ### Patch Changes
1944
+
1945
+ - rebase master
1946
+
1947
+ ## 0.8.0-alpha.1
1948
+
1949
+ ### Patch Changes
1950
+
1951
+ - prettify
1952
+
1953
+ ## 0.8.0-alpha.0
1954
+
1955
+ ### Minor Changes
1956
+
1957
+ - textarea insertions deletions etc
1958
+
1959
+ ## 0.7.0
1960
+
1961
+ ### Minor Changes
1962
+
1963
+ - ce193f7: Dependency fix
1964
+
1965
+ ## 0.6.0
1966
+
1967
+ ### Minor Changes
1968
+
1969
+ - Introduced CopilotTextarea
1970
+
1971
+ ## 0.5.0
1972
+
1973
+ ### Minor Changes
1974
+
1975
+ - bring private packages back into the void
1976
+ - added tsconfig and eslint-config-custom to copilotkit scope
1977
+
1978
+ ## 0.4.0
1979
+
1980
+ ### Minor Changes
1981
+
1982
+ - first beta release
1983
+
1984
+ ## 0.3.0
1985
+
1986
+ ### Minor Changes
1987
+
1988
+ - working version
1989
+ - 9d2f3cb: semi compiling
1990
+
1991
+ ## 0.2.0
1992
+
1993
+ ### Minor Changes
1994
+
1995
+ - react core initialization
1996
+
1997
+ ## 0.1.0
1998
+
1999
+ ### Minor Changes
2000
+
2001
+ - initial