@copilotkit/react-core 0.0.0-test-custom-tag-prerelease-1-20250108200215

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