@copilotkit/react-core 1.57.3 → 1.58.0-canary.thread-id-propagation

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 (292) hide show
  1. package/LICENSE +21 -0
  2. package/dist/{copilotkit-CtXcs1ea.cjs → copilotkit-B4ouY7qC.cjs} +14 -3
  3. package/dist/copilotkit-B4ouY7qC.cjs.map +1 -0
  4. package/dist/copilotkit-BK9CVq9A.d.cts.map +1 -1
  5. package/dist/{copilotkit-CC8DjOiC.mjs → copilotkit-L4mM_JqG.mjs} +14 -3
  6. package/dist/copilotkit-L4mM_JqG.mjs.map +1 -0
  7. package/dist/copilotkit-WlmeVijs.d.mts.map +1 -1
  8. package/dist/index.cjs +3 -77
  9. package/dist/index.cjs.map +1 -1
  10. package/dist/index.d.cts +2 -2
  11. package/dist/index.d.mts +2 -2
  12. package/dist/index.mjs +3 -77
  13. package/dist/index.mjs.map +1 -1
  14. package/dist/index.umd.js +15 -78
  15. package/dist/index.umd.js.map +1 -1
  16. package/dist/v2/headless.cjs +11 -0
  17. package/dist/v2/headless.cjs.map +1 -1
  18. package/dist/v2/headless.d.cts.map +1 -1
  19. package/dist/v2/headless.d.mts.map +1 -1
  20. package/dist/v2/headless.mjs +11 -0
  21. package/dist/v2/headless.mjs.map +1 -1
  22. package/dist/v2/index.cjs +1 -1
  23. package/dist/v2/index.mjs +1 -1
  24. package/dist/v2/index.umd.js +13 -2
  25. package/dist/v2/index.umd.js.map +1 -1
  26. package/package.json +12 -13
  27. package/skills/react-core/SKILL.md +108 -0
  28. package/skills/react-core/references/agent-access.md +288 -0
  29. package/skills/react-core/references/attachments.md +291 -0
  30. package/skills/react-core/references/capabilities.md +138 -0
  31. package/skills/react-core/references/chat-components.md +221 -0
  32. package/skills/react-core/references/client-side-tools.md +358 -0
  33. package/skills/react-core/references/custom-message-renderers.md +226 -0
  34. package/skills/react-core/references/debug-mode.md +153 -0
  35. package/skills/react-core/references/human-in-the-loop.md +312 -0
  36. package/skills/react-core/references/provider-setup.md +326 -0
  37. package/skills/react-core/references/rendering-activity-messages.md +207 -0
  38. package/skills/react-core/references/rendering-tool-calls.md +319 -0
  39. package/skills/react-core/references/suggestions.md +211 -0
  40. package/skills/react-core/references/switching-agents-recipes.md +160 -0
  41. package/skills/react-core/references/switching-agents.md +231 -0
  42. package/skills/react-core/references/threads.md +226 -0
  43. package/.attw.json +0 -3
  44. package/CHANGELOG.md +0 -5043
  45. package/dist/copilotkit-CC8DjOiC.mjs.map +0 -1
  46. package/dist/copilotkit-CtXcs1ea.cjs.map +0 -1
  47. package/scripts/scope-preflight.mjs +0 -100
  48. package/src/components/CopilotListeners.tsx +0 -137
  49. package/src/components/__tests__/CopilotListeners.test.tsx +0 -38
  50. package/src/components/copilot-provider/__tests__/copilot-messages-key.test.tsx +0 -92
  51. package/src/components/copilot-provider/__tests__/copilotkit-error.test.tsx +0 -77
  52. package/src/components/copilot-provider/__tests__/error-visibility-prod.test.tsx +0 -70
  53. package/src/components/copilot-provider/__tests__/v1-explicit-threadid-bridge.test.tsx +0 -107
  54. package/src/components/copilot-provider/copilot-messages.tsx +0 -314
  55. package/src/components/copilot-provider/copilotkit-props.tsx +0 -214
  56. package/src/components/copilot-provider/copilotkit.tsx +0 -853
  57. package/src/components/copilot-provider/index.ts +0 -3
  58. package/src/components/dev-console/console-trigger.tsx +0 -283
  59. package/src/components/dev-console/developer-console-modal.tsx +0 -1016
  60. package/src/components/dev-console/icons.tsx +0 -106
  61. package/src/components/error-boundary/error-boundary.tsx +0 -99
  62. package/src/components/error-boundary/error-utils.tsx +0 -105
  63. package/src/components/index.ts +0 -1
  64. package/src/components/toast/exclamation-mark-icon.tsx +0 -27
  65. package/src/components/toast/toast-provider.tsx +0 -448
  66. package/src/components/usage-banner.tsx +0 -266
  67. package/src/context/__tests__/threads-context.test.tsx +0 -141
  68. package/src/context/coagent-state-renders-context.tsx +0 -89
  69. package/src/context/copilot-context.tsx +0 -365
  70. package/src/context/copilot-messages-context.tsx +0 -35
  71. package/src/context/index.ts +0 -22
  72. package/src/context/threads-context.tsx +0 -69
  73. package/src/hooks/__tests__/use-coagent-config.test.ts +0 -352
  74. package/src/hooks/__tests__/use-coagent-state-render-bridge.helpers.test.ts +0 -107
  75. package/src/hooks/__tests__/use-coagent-state-render.e2e.test.tsx +0 -1209
  76. package/src/hooks/__tests__/use-coagent-state-render.test.tsx +0 -356
  77. package/src/hooks/__tests__/use-copilot-chat-internal-connect.test.tsx +0 -241
  78. package/src/hooks/__tests__/use-frontend-tool-available.test.tsx +0 -72
  79. package/src/hooks/__tests__/use-frontend-tool-remount.e2e.test.tsx +0 -102
  80. package/src/hooks/index.ts +0 -33
  81. package/src/hooks/use-agent-nodename.ts +0 -33
  82. package/src/hooks/use-coagent-state-render-bridge.helpers.ts +0 -345
  83. package/src/hooks/use-coagent-state-render-bridge.tsx +0 -222
  84. package/src/hooks/use-coagent-state-render-registry.ts +0 -230
  85. package/src/hooks/use-coagent-state-render.ts +0 -163
  86. package/src/hooks/use-coagent.ts +0 -377
  87. package/src/hooks/use-configure-chat-suggestions.tsx +0 -96
  88. package/src/hooks/use-copilot-action.ts +0 -245
  89. package/src/hooks/use-copilot-additional-instructions.ts +0 -98
  90. package/src/hooks/use-copilot-authenticated-action.ts +0 -73
  91. package/src/hooks/use-copilot-chat-headless_c.ts +0 -264
  92. package/src/hooks/use-copilot-chat-suggestions.tsx +0 -134
  93. package/src/hooks/use-copilot-chat.ts +0 -132
  94. package/src/hooks/use-copilot-chat_internal.ts +0 -875
  95. package/src/hooks/use-copilot-readable.ts +0 -135
  96. package/src/hooks/use-copilot-runtime-client.ts +0 -178
  97. package/src/hooks/use-default-tool.ts +0 -13
  98. package/src/hooks/use-flat-category-store.ts +0 -109
  99. package/src/hooks/use-frontend-tool.ts +0 -113
  100. package/src/hooks/use-human-in-the-loop.ts +0 -138
  101. package/src/hooks/use-langgraph-interrupt.ts +0 -103
  102. package/src/hooks/use-lazy-tool-renderer.tsx +0 -30
  103. package/src/hooks/use-make-copilot-document-readable.ts +0 -30
  104. package/src/hooks/use-render-tool-call.ts +0 -89
  105. package/src/hooks/use-tree.ts +0 -222
  106. package/src/index.tsx +0 -7
  107. package/src/lib/copilot-task.ts +0 -215
  108. package/src/lib/index.ts +0 -1
  109. package/src/lib/status-checker.ts +0 -67
  110. package/src/setupTests.ts +0 -37
  111. package/src/test-helpers/copilot-context.ts +0 -91
  112. package/src/types/chat-suggestion-configuration.ts +0 -23
  113. package/src/types/coagent-action.ts +0 -35
  114. package/src/types/coagent-state.ts +0 -13
  115. package/src/types/crew.ts +0 -89
  116. package/src/types/document-pointer.ts +0 -7
  117. package/src/types/frontend-action.ts +0 -213
  118. package/src/types/index.ts +0 -17
  119. package/src/types/interrupt-action.ts +0 -58
  120. package/src/types/system-message.ts +0 -4
  121. package/src/utils/dev-console.ts +0 -19
  122. package/src/utils/index.ts +0 -2
  123. package/src/utils/suggestions-constants.ts +0 -8
  124. package/src/utils/utils.test.ts +0 -7
  125. package/src/utils/utils.ts +0 -6
  126. package/src/v2/__tests__/A2UIMessageRenderer.test.tsx +0 -240
  127. package/src/v2/__tests__/globalSetup.ts +0 -14
  128. package/src/v2/__tests__/setup.ts +0 -93
  129. package/src/v2/__tests__/utils/test-helpers.tsx +0 -570
  130. package/src/v2/a2ui/A2UICatalogContext.tsx +0 -79
  131. package/src/v2/a2ui/A2UIMessageRenderer.tsx +0 -294
  132. package/src/v2/a2ui/A2UIToolCallRenderer.tsx +0 -290
  133. package/src/v2/components/CopilotKitInspector.tsx +0 -52
  134. package/src/v2/components/MCPAppsActivityRenderer.tsx +0 -815
  135. package/src/v2/components/OpenGenerativeUIRenderer.tsx +0 -598
  136. package/src/v2/components/WildcardToolCallRender.tsx +0 -86
  137. package/src/v2/components/__tests__/OpenGenerativeUIRenderer.test.tsx +0 -665
  138. package/src/v2/components/chat/CopilotChat.tsx +0 -664
  139. package/src/v2/components/chat/CopilotChatAssistantMessage.tsx +0 -393
  140. package/src/v2/components/chat/CopilotChatAttachmentQueue.tsx +0 -374
  141. package/src/v2/components/chat/CopilotChatAttachmentRenderer.tsx +0 -159
  142. package/src/v2/components/chat/CopilotChatAudioRecorder.tsx +0 -350
  143. package/src/v2/components/chat/CopilotChatInput.tsx +0 -1412
  144. package/src/v2/components/chat/CopilotChatMessageView.tsx +0 -716
  145. package/src/v2/components/chat/CopilotChatReasoningMessage.tsx +0 -265
  146. package/src/v2/components/chat/CopilotChatSuggestionPill.tsx +0 -59
  147. package/src/v2/components/chat/CopilotChatSuggestionView.tsx +0 -134
  148. package/src/v2/components/chat/CopilotChatToggleButton.tsx +0 -171
  149. package/src/v2/components/chat/CopilotChatToolCallsView.tsx +0 -40
  150. package/src/v2/components/chat/CopilotChatUserMessage.tsx +0 -445
  151. package/src/v2/components/chat/CopilotChatView.tsx +0 -890
  152. package/src/v2/components/chat/CopilotModalHeader.tsx +0 -129
  153. package/src/v2/components/chat/CopilotPopup.tsx +0 -81
  154. package/src/v2/components/chat/CopilotPopupView.tsx +0 -317
  155. package/src/v2/components/chat/CopilotSidebar.tsx +0 -80
  156. package/src/v2/components/chat/CopilotSidebarView.tsx +0 -269
  157. package/src/v2/components/chat/Lightbox.tsx +0 -103
  158. package/src/v2/components/chat/__tests__/CopilotChat.absentThreadConnect.test.tsx +0 -66
  159. package/src/v2/components/chat/__tests__/CopilotChat.attachments.test.tsx +0 -168
  160. package/src/v2/components/chat/__tests__/CopilotChat.e2e.test.tsx +0 -1239
  161. package/src/v2/components/chat/__tests__/CopilotChat.onError.test.tsx +0 -73
  162. package/src/v2/components/chat/__tests__/CopilotChat.slots.e2e.test.tsx +0 -432
  163. package/src/v2/components/chat/__tests__/CopilotChat.suggestionsAlways.test.tsx +0 -183
  164. package/src/v2/components/chat/__tests__/CopilotChat.welcomeGate.test.tsx +0 -184
  165. package/src/v2/components/chat/__tests__/CopilotChatActivityRendering.e2e.test.tsx +0 -649
  166. package/src/v2/components/chat/__tests__/CopilotChatAssistantMessage.slots.e2e.test.tsx +0 -624
  167. package/src/v2/components/chat/__tests__/CopilotChatAssistantMessage.test.tsx +0 -702
  168. package/src/v2/components/chat/__tests__/CopilotChatAssistantMessage.thumbs.test.tsx +0 -72
  169. package/src/v2/components/chat/__tests__/CopilotChatCopyButton.clipboard.test.tsx +0 -241
  170. package/src/v2/components/chat/__tests__/CopilotChatCssClasses.test.tsx +0 -107
  171. package/src/v2/components/chat/__tests__/CopilotChatInput.slots.e2e.test.tsx +0 -929
  172. package/src/v2/components/chat/__tests__/CopilotChatInput.test.tsx +0 -1567
  173. package/src/v2/components/chat/__tests__/CopilotChatMessageView.slots.e2e.test.tsx +0 -1004
  174. package/src/v2/components/chat/__tests__/CopilotChatMessageView.test.tsx +0 -279
  175. package/src/v2/components/chat/__tests__/CopilotChatPerf.e2e.test.tsx +0 -336
  176. package/src/v2/components/chat/__tests__/CopilotChatPropsRerender.e2e.test.tsx +0 -249
  177. package/src/v2/components/chat/__tests__/CopilotChatSuggestionView.slots.e2e.test.tsx +0 -530
  178. package/src/v2/components/chat/__tests__/CopilotChatToolRendering.e2e.test.tsx +0 -785
  179. package/src/v2/components/chat/__tests__/CopilotChatToolRerenders.e2e.test.tsx +0 -2416
  180. package/src/v2/components/chat/__tests__/CopilotChatUserMessage.slots.e2e.test.tsx +0 -621
  181. package/src/v2/components/chat/__tests__/CopilotChatView.connectingGate.test.tsx +0 -56
  182. package/src/v2/components/chat/__tests__/CopilotChatView.inputOverlay.test.tsx +0 -264
  183. package/src/v2/components/chat/__tests__/CopilotChatView.onClick.e2e.test.tsx +0 -853
  184. package/src/v2/components/chat/__tests__/CopilotChatView.pinToSend.test.tsx +0 -94
  185. package/src/v2/components/chat/__tests__/CopilotChatView.slots.e2e.test.tsx +0 -1050
  186. package/src/v2/components/chat/__tests__/CopilotModalHeader.slots.e2e.test.tsx +0 -484
  187. package/src/v2/components/chat/__tests__/CopilotPopupView.slots.e2e.test.tsx +0 -612
  188. package/src/v2/components/chat/__tests__/CopilotSidebarView.position.test.tsx +0 -159
  189. package/src/v2/components/chat/__tests__/CopilotSidebarView.slots.e2e.test.tsx +0 -502
  190. package/src/v2/components/chat/__tests__/MCPAppsActivityRenderer.e2e.test.tsx +0 -1068
  191. package/src/v2/components/chat/__tests__/MCPAppsProxy.e2e.test.tsx +0 -589
  192. package/src/v2/components/chat/__tests__/MCPAppsUiMessage.e2e.test.tsx +0 -403
  193. package/src/v2/components/chat/__tests__/copilot-chat-throttle.test.tsx +0 -137
  194. package/src/v2/components/chat/__tests__/normalize-auto-scroll.test.ts +0 -37
  195. package/src/v2/components/chat/__tests__/setup.ts +0 -1
  196. package/src/v2/components/chat/index.ts +0 -90
  197. package/src/v2/components/chat/last-user-message-context.ts +0 -21
  198. package/src/v2/components/chat/normalize-auto-scroll.ts +0 -17
  199. package/src/v2/components/chat/scroll-element-context.ts +0 -13
  200. package/src/v2/components/index.ts +0 -8
  201. package/src/v2/components/intelligence-indicator/IntelligenceIndicator.tsx +0 -286
  202. package/src/v2/components/intelligence-indicator/__tests__/IntelligenceIndicator.e2e.test.tsx +0 -464
  203. package/src/v2/components/intelligence-indicator/index.ts +0 -2
  204. package/src/v2/components/license-warning-banner.tsx +0 -217
  205. package/src/v2/components/ui/button.tsx +0 -124
  206. package/src/v2/components/ui/dropdown-menu.tsx +0 -258
  207. package/src/v2/components/ui/tooltip.tsx +0 -60
  208. package/src/v2/context.ts +0 -62
  209. package/src/v2/headless.ts +0 -64
  210. package/src/v2/hooks/__tests__/standard-schema-types.test.tsx +0 -152
  211. package/src/v2/hooks/__tests__/standard-schema.test.tsx +0 -282
  212. package/src/v2/hooks/__tests__/use-agent-context-timing.e2e.test.tsx +0 -140
  213. package/src/v2/hooks/__tests__/use-agent-context.test.tsx +0 -401
  214. package/src/v2/hooks/__tests__/use-agent-error-state.test.tsx +0 -44
  215. package/src/v2/hooks/__tests__/use-agent-stability.test.tsx +0 -211
  216. package/src/v2/hooks/__tests__/use-agent-throttle.test.tsx +0 -1029
  217. package/src/v2/hooks/__tests__/use-agent.e2e.test.tsx +0 -159
  218. package/src/v2/hooks/__tests__/use-attachments.test.tsx +0 -169
  219. package/src/v2/hooks/__tests__/use-capabilities.test.tsx +0 -76
  220. package/src/v2/hooks/__tests__/use-component.test.tsx +0 -126
  221. package/src/v2/hooks/__tests__/use-configure-suggestions.e2e.test.tsx +0 -696
  222. package/src/v2/hooks/__tests__/use-default-render-tool.test.tsx +0 -153
  223. package/src/v2/hooks/__tests__/use-frontend-tool-available.test.tsx +0 -167
  224. package/src/v2/hooks/__tests__/use-frontend-tool.e2e.test.tsx +0 -2148
  225. package/src/v2/hooks/__tests__/use-human-in-the-loop.e2e.test.tsx +0 -1261
  226. package/src/v2/hooks/__tests__/use-interrupt.test.tsx +0 -397
  227. package/src/v2/hooks/__tests__/use-katex-styles.test.tsx +0 -56
  228. package/src/v2/hooks/__tests__/use-keyboard-height.test.tsx +0 -192
  229. package/src/v2/hooks/__tests__/use-pin-to-send.test.tsx +0 -219
  230. package/src/v2/hooks/__tests__/use-render-custom-messages.test.tsx +0 -55
  231. package/src/v2/hooks/__tests__/use-render-tool.test.tsx +0 -259
  232. package/src/v2/hooks/__tests__/use-suggestions.e2e.test.tsx +0 -524
  233. package/src/v2/hooks/__tests__/use-threads.test.tsx +0 -757
  234. package/src/v2/hooks/__tests__/zod-regression.test.tsx +0 -311
  235. package/src/v2/hooks/index.ts +0 -24
  236. package/src/v2/hooks/use-agent-context.tsx +0 -45
  237. package/src/v2/hooks/use-agent.tsx +0 -227
  238. package/src/v2/hooks/use-attachments.tsx +0 -269
  239. package/src/v2/hooks/use-capabilities.tsx +0 -25
  240. package/src/v2/hooks/use-component.tsx +0 -91
  241. package/src/v2/hooks/use-configure-suggestions.tsx +0 -236
  242. package/src/v2/hooks/use-default-render-tool.tsx +0 -271
  243. package/src/v2/hooks/use-frontend-tool.tsx +0 -46
  244. package/src/v2/hooks/use-human-in-the-loop.tsx +0 -81
  245. package/src/v2/hooks/use-interrupt.tsx +0 -305
  246. package/src/v2/hooks/use-keyboard-height.tsx +0 -67
  247. package/src/v2/hooks/use-pin-to-send.ts +0 -94
  248. package/src/v2/hooks/use-render-activity-message.tsx +0 -72
  249. package/src/v2/hooks/use-render-custom-messages.tsx +0 -93
  250. package/src/v2/hooks/use-render-tool-call.tsx +0 -208
  251. package/src/v2/hooks/use-render-tool.tsx +0 -184
  252. package/src/v2/hooks/use-suggestions.tsx +0 -91
  253. package/src/v2/hooks/use-threads.tsx +0 -325
  254. package/src/v2/hooks/useKatexStyles.ts +0 -27
  255. package/src/v2/index.css +0 -1
  256. package/src/v2/index.ts +0 -27
  257. package/src/v2/lib/__tests__/completePartialMarkdown.test.ts +0 -495
  258. package/src/v2/lib/__tests__/processPartialHtml.test.ts +0 -112
  259. package/src/v2/lib/__tests__/renderSlot.test.tsx +0 -588
  260. package/src/v2/lib/__tests__/slots.test.ts +0 -56
  261. package/src/v2/lib/processPartialHtml.ts +0 -45
  262. package/src/v2/lib/react-core.ts +0 -156
  263. package/src/v2/lib/slots.tsx +0 -184
  264. package/src/v2/lib/transcription-client.ts +0 -184
  265. package/src/v2/lib/utils.ts +0 -8
  266. package/src/v2/providers/CopilotChatConfigurationProvider.tsx +0 -196
  267. package/src/v2/providers/CopilotKitProvider.tsx +0 -800
  268. package/src/v2/providers/SandboxFunctionsContext.ts +0 -10
  269. package/src/v2/providers/__tests__/CopilotChatConfigurationProvider.test.tsx +0 -652
  270. package/src/v2/providers/__tests__/CopilotKitProvider.license.test.tsx +0 -101
  271. package/src/v2/providers/__tests__/CopilotKitProvider.onError.test.tsx +0 -69
  272. package/src/v2/providers/__tests__/CopilotKitProvider.renderCustomMessages.e2e.test.tsx +0 -881
  273. package/src/v2/providers/__tests__/CopilotKitProvider.sandboxFunctions.test.tsx +0 -198
  274. package/src/v2/providers/__tests__/CopilotKitProvider.stability.test.tsx +0 -740
  275. package/src/v2/providers/__tests__/CopilotKitProvider.test.tsx +0 -713
  276. package/src/v2/providers/__tests__/CopilotKitProvider.wildcard.test.tsx +0 -294
  277. package/src/v2/providers/index.ts +0 -21
  278. package/src/v2/styles/globals.css +0 -349
  279. package/src/v2/types/__tests__/defineToolCallRenderer.test.tsx +0 -525
  280. package/src/v2/types/defineToolCallRenderer.ts +0 -68
  281. package/src/v2/types/frontend-tool.ts +0 -8
  282. package/src/v2/types/human-in-the-loop.ts +0 -33
  283. package/src/v2/types/index.ts +0 -8
  284. package/src/v2/types/interrupt.ts +0 -15
  285. package/src/v2/types/react-activity-message-renderer.ts +0 -27
  286. package/src/v2/types/react-custom-message-renderer.ts +0 -17
  287. package/src/v2/types/react-tool-call-renderer.ts +0 -35
  288. package/src/v2/types/sandbox-function.ts +0 -11
  289. package/tsconfig.json +0 -8
  290. package/tsdown.config.ts +0 -193
  291. package/typedoc.json +0 -4
  292. package/vitest.config.mjs +0 -31
package/CHANGELOG.md DELETED
@@ -1,5043 +0,0 @@
1
- # ui
2
-
3
- ## 1.55.2
4
-
5
- ### Patch Changes
6
-
7
- - 22a7f98: fix: preserve assistant text when multiple tool calls fire in one turn (CPK-7154)
8
- - Updated dependencies [62c6042]
9
- - @copilotkit/a2ui-renderer@1.55.2
10
- - @copilotkit/core@1.55.2
11
- - @copilotkit/runtime-client-gql@1.55.2
12
- - @copilotkit/shared@1.55.2
13
- - @copilotkit/web-inspector@1.55.2
14
-
15
- ## 1.55.2-next.1
16
-
17
- ### Patch Changes
18
-
19
- - 22a7f98: fix: preserve assistant text when multiple tool calls fire in one turn (CPK-7154)
20
- - @copilotkit/a2ui-renderer@1.55.2-next.1
21
- - @copilotkit/core@1.55.2-next.1
22
- - @copilotkit/runtime-client-gql@1.55.2-next.1
23
- - @copilotkit/shared@1.55.2-next.1
24
- - @copilotkit/web-inspector@1.55.2-next.1
25
-
26
- ## 1.55.2-next.0
27
-
28
- ### Patch Changes
29
-
30
- - Updated dependencies [62c6042]
31
- - @copilotkit/a2ui-renderer@1.55.2-next.0
32
- - @copilotkit/core@1.55.2-next.0
33
- - @copilotkit/runtime-client-gql@1.55.2-next.0
34
- - @copilotkit/shared@1.55.2-next.0
35
- - @copilotkit/web-inspector@1.55.2-next.0
36
-
37
- ## 1.55.1
38
-
39
- ### Patch Changes
40
-
41
- - @copilotkit/a2ui-renderer@1.55.1
42
- - @copilotkit/core@1.55.1
43
- - @copilotkit/runtime-client-gql@1.55.1
44
- - @copilotkit/shared@1.55.1
45
- - @copilotkit/web-inspector@1.55.1
46
-
47
- ## 1.55.1-next.0
48
-
49
- ### Patch Changes
50
-
51
- - @copilotkit/a2ui-renderer@1.55.1-next.0
52
- - @copilotkit/core@1.55.1-next.0
53
- - @copilotkit/runtime-client-gql@1.55.1-next.0
54
- - @copilotkit/shared@1.55.1-next.0
55
- - @copilotkit/web-inspector@1.55.1-next.0
56
-
57
- ## 1.55.0
58
-
59
- ### Minor Changes
60
-
61
- - 1ceb963: refactor: consolidate V1/V2 packages into flat @copilotkit/\* structure
62
- - 5289791: feat: add multimodal attachment support to the builtin agent
63
- - 434ccd8: A2UI v0.9 + Open Generative UI: BYOC catalogs, dark mode, sandboxed UI generation
64
-
65
- ### Patch Changes
66
-
67
- - b4a8b7a: Add auto-detection of runtime transport (REST vs single-endpoint)
68
- - 0f6a61c: fix: add React keys to CopilotMessages children to suppress "unique key prop" warning
69
- - 1ceb963: fix: respect defaultOpen={false} in CopilotSidebar and CopilotPopup
70
- - 1a61be4: fix: stabilize messageView and labels props to prevent message list re-renders on every keystroke
71
-
72
- Passing `messageView` or `labels` as inline object props to `<CopilotChat />` previously caused all completed assistant messages to re-render on every keystroke due to reference instability. This was especially severe with large message histories (DocuSign: 100+ messages reported 2s→16s send time degradation).
73
-
74
- Root causes fixed:
75
- - `ts-deepmerge.merge()` deep-cloned plain objects even from a single source, creating a new reference every render that defeated `MemoizedSlotWrapper`'s shallow equality check. Replaced with shallow spread + `useShallowStableRef`.
76
- - Inline `labels` objects created a new `mergedLabels` context value every render, causing all `useCopilotChatConfiguration()` consumers across every message to re-render. Fixed by stabilizing with `useShallowStableRef` in `CopilotChatConfigurationProvider`.
77
-
78
- The `useShallowStableRef` hook (added to `slots.tsx`) is now the single stabilization primitive: it returns the same reference as long as the value is shallowly equal, with an `isPlainObject` guard to avoid incorrect equality for arrays, Dates, and class instances.
79
-
80
- - 1ceb963: fix: race condition in RunHandler.runAgent() causes dropped runs
81
- - 1ceb963: fix: address scroll bar styling when using mouse-wheel
82
- - 53e5669: Fix multiple CopilotChat components with different threadIds sharing message state. The useAgent hook now creates per-thread agent clones when threadId is provided, ensuring each chat instance maintains isolated messages and state.
83
- - 52a9322: Fixing license warnings, barrel export and typing
84
- - c341ed2: chore: kick CI to verify publish pipeline
85
- - Updated dependencies [1ceb963]
86
- - Updated dependencies [b4a8b7a]
87
- - Updated dependencies [1ceb963]
88
- - Updated dependencies [52a9322]
89
- - Updated dependencies [1ceb963]
90
- - Updated dependencies [5289791]
91
- - Updated dependencies [434ccd8]
92
- - @copilotkit/a2ui-renderer@1.55.0
93
- - @copilotkit/core@1.55.0
94
- - @copilotkit/runtime-client-gql@1.55.0
95
- - @copilotkit/shared@1.55.0
96
- - @copilotkit/web-inspector@1.55.0
97
-
98
- ## 1.55.0-next.8
99
-
100
- ### Patch Changes
101
-
102
- - 0f6a61c: fix: add React keys to CopilotMessages children to suppress "unique key prop" warning
103
- - 53e5669: Fix multiple CopilotChat components with different threadIds sharing message state. The useAgent hook now creates per-thread agent clones when threadId is provided, ensuring each chat instance maintains isolated messages and state.
104
- - @copilotkit/a2ui-renderer@1.55.0-next.8
105
- - @copilotkit/core@1.55.0-next.8
106
- - @copilotkit/runtime-client-gql@1.55.0-next.8
107
- - @copilotkit/shared@1.55.0-next.8
108
- - @copilotkit/web-inspector@1.55.0-next.8
109
-
110
- ## 1.55.0-next.7
111
-
112
- ### Minor Changes
113
-
114
- - 1ceb963: refactor: consolidate V1/V2 packages into flat @copilotkit/\* structure
115
-
116
- ### Patch Changes
117
-
118
- - Updated dependencies [1ceb963]
119
- - @copilotkit/a2ui-renderer@1.55.0-next.7
120
- - @copilotkit/core@1.55.0-next.7
121
- - @copilotkit/runtime-client-gql@1.55.0-next.7
122
- - @copilotkit/shared@1.55.0-next.7
123
- - @copilotkit/web-inspector@1.55.0-next.7
124
-
125
- ## 1.54.1-next.6
126
-
127
- ### Patch Changes
128
-
129
- - Updated dependencies [13584d0]
130
- - @copilotkitnext/react@1.54.1-next.6
131
- - @copilotkit/runtime-client-gql@1.54.1-next.6
132
- - @copilotkit/shared@1.54.1-next.6
133
- - @copilotkitnext/core@1.54.1-next.6
134
-
135
- ## 1.54.1-next.5
136
-
137
- ### Patch Changes
138
-
139
- - @copilotkit/runtime-client-gql@1.54.1-next.5
140
- - @copilotkit/shared@1.54.1-next.5
141
- - @copilotkitnext/core@1.54.1-next.5
142
- - @copilotkitnext/react@1.54.1-next.5
143
-
144
- ## 1.54.1-next.4
145
-
146
- ### Patch Changes
147
-
148
- - 8113dba: fix: race condition in RunHandler.runAgent() causes dropped runs
149
- - Updated dependencies [8113dba]
150
- - @copilotkitnext/core@1.54.1-next.4
151
- - @copilotkitnext/react@1.54.1-next.4
152
- - @copilotkit/runtime-client-gql@1.54.1-next.4
153
- - @copilotkit/shared@1.54.1-next.4
154
-
155
- ## 1.54.1-next.3
156
-
157
- ### Patch Changes
158
-
159
- - Updated dependencies [9e6a09f]
160
- - @copilotkitnext/react@1.54.1-next.3
161
- - @copilotkit/runtime-client-gql@1.54.1-next.3
162
- - @copilotkit/shared@1.54.1-next.3
163
- - @copilotkitnext/core@1.54.1-next.3
164
-
165
- ## 1.54.1-next.2
166
-
167
- ### Patch Changes
168
-
169
- - @copilotkit/runtime-client-gql@1.54.1-next.2
170
- - @copilotkit/shared@1.54.1-next.2
171
- - @copilotkitnext/core@1.54.1-next.2
172
- - @copilotkitnext/react@1.54.1-next.2
173
-
174
- ## 1.54.1-next.1
175
-
176
- ### Patch Changes
177
-
178
- - Updated dependencies [d423001]
179
- - @copilotkitnext/core@1.54.1-next.1
180
- - @copilotkitnext/react@1.54.1-next.1
181
- - @copilotkit/runtime-client-gql@1.54.1-next.1
182
- - @copilotkit/shared@1.54.1-next.1
183
-
184
- ## 1.54.1-next.0
185
-
186
- ### Patch Changes
187
-
188
- - @copilotkit/runtime-client-gql@1.54.1-next.0
189
- - @copilotkit/shared@1.54.1-next.0
190
- - @copilotkitnext/core@1.54.1-next.0
191
- - @copilotkitnext/react@1.54.1-next.0
192
-
193
- ## 1.54.0
194
-
195
- ### Minor Changes
196
-
197
- - fa0d1cd: Add support for Standard Schema (instead of just Zod)
198
-
199
- ### Patch Changes
200
-
201
- - c80498e: feat(core): add copilotkit.runTool() for programmatic tool execution
202
- - af11b1e: Fixed hook render registrations lost under React Strict Mode.
203
- - Updated dependencies [eb1e0bf]
204
- - Updated dependencies [3780c6a]
205
- - Updated dependencies [6e0cddf]
206
- - Updated dependencies [fa0d1cd]
207
- - Updated dependencies [c80498e]
208
- - Updated dependencies [d746e4f]
209
- - Updated dependencies [f1571ef]
210
- - @copilotkitnext/core@1.54.0
211
- - @copilotkitnext/react@1.54.0
212
- - @copilotkit/runtime-client-gql@1.54.0
213
- - @copilotkit/shared@1.54.0
214
-
215
- ## 1.54.0-next.9
216
-
217
- ### Patch Changes
218
-
219
- - Updated dependencies [3780c6a]
220
- - @copilotkitnext/core@1.54.0-next.9
221
- - @copilotkitnext/react@1.54.0-next.9
222
- - @copilotkit/runtime-client-gql@1.54.0-next.9
223
- - @copilotkit/shared@1.54.0-next.9
224
-
225
- ## 1.54.0-next.8
226
-
227
- ### Patch Changes
228
-
229
- - Updated dependencies [f1571ef]
230
- - @copilotkitnext/core@1.54.0-next.8
231
- - @copilotkitnext/react@1.54.0-next.8
232
- - @copilotkit/runtime-client-gql@1.54.0-next.8
233
- - @copilotkit/shared@1.54.0-next.8
234
-
235
- ## 1.54.0-next.7
236
-
237
- ### Patch Changes
238
-
239
- - Updated dependencies [eb1e0bf]
240
- - @copilotkitnext/core@1.54.0-next.7
241
- - @copilotkitnext/react@1.54.0-next.7
242
- - @copilotkit/runtime-client-gql@1.54.0-next.7
243
- - @copilotkit/shared@1.54.0-next.7
244
-
245
- ## 1.54.0-next.6
246
-
247
- ### Patch Changes
248
-
249
- - c80498e: feat(core): add copilotkit.runTool() for programmatic tool execution
250
- - Updated dependencies [c80498e]
251
- - @copilotkitnext/core@1.54.0-next.6
252
- - @copilotkitnext/react@1.54.0-next.6
253
- - @copilotkit/runtime-client-gql@1.54.0-next.6
254
- - @copilotkit/shared@1.54.0-next.6
255
-
256
- ## 1.54.0-next.5
257
-
258
- ### Patch Changes
259
-
260
- - @copilotkitnext/react@1.54.0-next.5
261
- - @copilotkit/runtime-client-gql@1.54.0-next.5
262
- - @copilotkit/shared@1.54.0-next.5
263
- - @copilotkitnext/core@1.54.0-next.5
264
-
265
- ## 1.54.0-next.4
266
-
267
- ### Patch Changes
268
-
269
- - af11b1e: Fixed hook render registrations lost under React Strict Mode.
270
- - @copilotkit/runtime-client-gql@1.54.0-next.4
271
- - @copilotkit/shared@1.54.0-next.4
272
- - @copilotkitnext/core@1.54.0-next.4
273
- - @copilotkitnext/react@1.54.0-next.4
274
-
275
- ## 1.54.0-next.3
276
-
277
- ### Minor Changes
278
-
279
- - fa0d1cd: Add support for Standard Schema (instead of just Zod)
280
-
281
- ### Patch Changes
282
-
283
- - Updated dependencies [fa0d1cd]
284
- - @copilotkitnext/react@1.54.0-next.3
285
- - @copilotkit/runtime-client-gql@1.54.0-next.3
286
- - @copilotkit/shared@1.54.0-next.3
287
- - @copilotkitnext/core@1.54.0-next.3
288
-
289
- ## 1.53.1-next.2
290
-
291
- ### Patch Changes
292
-
293
- - Updated dependencies [d746e4f]
294
- - @copilotkit/react@1.53.1-next.2
295
- - @copilotkit/runtime-client-gql@1.53.1-next.2
296
- - @copilotkit/shared@1.53.1-next.2
297
- - @copilotkit/core@1.53.1-next.2
298
-
299
- ## 1.53.1-next.1
300
-
301
- ### Patch Changes
302
-
303
- - @copilotkit/runtime-client-gql@1.53.1-next.1
304
- - @copilotkit/shared@1.53.1-next.1
305
- - @copilotkit/core@1.53.1-next.1
306
- - @copilotkit/react@1.53.1-next.1
307
-
308
- ## 1.53.1-next.0
309
-
310
- ### Patch Changes
311
-
312
- - Updated dependencies [6e0cddf]
313
- - @copilotkit/react@1.53.1-next.0
314
- - @copilotkit/runtime-client-gql@1.53.1-next.0
315
- - @copilotkit/shared@1.53.1-next.0
316
- - @copilotkit/core@1.53.1-next.0
317
-
318
- ## 1.53.0
319
-
320
- ### Patch Changes
321
-
322
- - 1510f64: feat: enable mcp and a2ui middleware directly from copilotkit runtime
323
- - f1eaa4c: Fixing a regression with setModalOpen
324
- - ac31331: - Prevents error propagating out of CPK when an agent runtime is defined but not reachable
325
- - Adds an onError callback to CopilotChat and CopilotKitProvider
326
- - Updated dependencies [1510f64]
327
- - Updated dependencies [bf1fc6f]
328
- - @copilotkit/shared@1.53.0
329
- - @copilotkit/core@1.53.0
330
- - @copilotkit/react@1.53.0
331
- - @copilotkit/runtime-client-gql@1.53.0
332
-
333
- ## 1.53.0-next.6
334
-
335
- ### Patch Changes
336
-
337
- - @copilotkit/runtime-client-gql@1.53.0-next.6
338
- - @copilotkit/shared@1.53.0-next.6
339
- - @copilotkit/core@1.53.0-next.6
340
- - @copilotkit/react@1.53.0-next.6
341
-
342
- ## 1.53.0-next.5
343
-
344
- ### Patch Changes
345
-
346
- - @copilotkit/runtime-client-gql@1.53.0-next.5
347
- - @copilotkit/shared@1.53.0-next.5
348
- - @copilotkit/core@1.53.0-next.5
349
- - @copilotkit/react@1.53.0-next.5
350
-
351
- ## 1.52.2-next.4
352
-
353
- ### Patch Changes
354
-
355
- - ac31331: - Prevents error propagating out of CPK when an agent runtime is defined but not reachable
356
- - Adds an onError callback to CopilotChat and CopilotKitProvider
357
- - @copilotkit/runtime-client-gql@1.52.2-next.4
358
- - @copilotkit/shared@1.52.2-next.4
359
- - @copilotkit/core@1.52.2-next.4
360
- - @copilotkit/react@1.52.2-next.4
361
-
362
- ## 1.52.2-next.3
363
-
364
- ### Patch Changes
365
-
366
- - 1510f64: feat: enable mcp and a2ui middleware directly from copilotkit runtime
367
- - Updated dependencies [1510f64]
368
- - @copilotkit/shared@1.52.2-next.3
369
- - @copilotkit/core@1.52.2-next.3
370
- - @copilotkit/react@1.52.2-next.3
371
- - @copilotkit/runtime-client-gql@1.52.2-next.3
372
-
373
- ## 1.52.2-next.2
374
-
375
- ### Patch Changes
376
-
377
- - @copilotkit/runtime-client-gql@1.52.2-next.2
378
- - @copilotkit/shared@1.52.2-next.2
379
- - @copilotkit/core@1.52.2-next.2
380
- - @copilotkit/react@1.52.2-next.2
381
-
382
- ## 1.52.2-next.1
383
-
384
- ### Patch Changes
385
-
386
- - Updated dependencies [bf1fc6f]
387
- - @copilotkit/shared@1.52.2-next.1
388
- - @copilotkit/runtime-client-gql@1.52.2-next.1
389
- - @copilotkit/core@1.52.2-next.1
390
- - @copilotkit/react@1.52.2-next.1
391
-
392
- ## 1.52.2-next.0
393
-
394
- ### Patch Changes
395
-
396
- - f1eaa4c: Fixing a regression with setModalOpen
397
- - @copilotkit/runtime-client-gql@1.52.2-next.0
398
- - @copilotkit/shared@1.52.2-next.0
399
- - @copilotkit/core@1.52.2-next.0
400
- - @copilotkit/react@1.52.2-next.0
401
-
402
- ## 1.52.1
403
-
404
- ### Patch Changes
405
-
406
- - b555ac4: fix(react-core): allow overriding useSingleEndpoint in CopilotKit provider
407
-
408
- The V1 `<CopilotKit>` provider previously hardcoded `useSingleEndpoint={true}` when wrapping the V2 provider, preventing users from opting into REST transport mode. The prop is now passed through from user config, defaulting to `true` to preserve backward compatibility.
409
-
410
- - Updated dependencies [bbdf67d]
411
- - @copilotkit/react@1.52.1
412
- - @copilotkit/runtime-client-gql@1.52.1
413
- - @copilotkit/shared@1.52.1
414
- - @copilotkit/core@1.52.1
415
-
416
- ## 1.52.1-next.1
417
-
418
- ### Patch Changes
419
-
420
- - b555ac4: fix(react-core): allow overriding useSingleEndpoint in CopilotKit provider
421
-
422
- The V1 `<CopilotKit>` provider previously hardcoded `useSingleEndpoint={true}` when wrapping the V2 provider, preventing users from opting into REST transport mode. The prop is now passed through from user config, defaulting to `true` to preserve backward compatibility.
423
- - @copilotkit/runtime-client-gql@1.52.1-next.1
424
- - @copilotkit/shared@1.52.1-next.1
425
- - @copilotkit/core@1.52.1-next.1
426
- - @copilotkit/react@1.52.1-next.1
427
-
428
- ## 1.52.1-next.0
429
-
430
- ### Patch Changes
431
-
432
- - Updated dependencies [bbdf67d]
433
- - @copilotkit/react@1.52.1-next.0
434
- - @copilotkit/runtime-client-gql@1.52.1-next.0
435
- - @copilotkit/shared@1.52.1-next.0
436
- - @copilotkit/core@1.52.1-next.0
437
-
438
- ## 1.52.0
439
-
440
- ### Minor Changes
441
-
442
- - 6dd6c84: Adding new v2 features:
443
- - useComponent
444
- - useRenderTool
445
- - useDefaultRenderTool
446
-
447
- Also, fixing issues with styles not being
448
- properly scoped for tailwind.
449
-
450
- ### Patch Changes
451
-
452
- - d77f347: Added in the useInterrupt hook
453
- - 2007f8b: feat: useComponent improvements
454
- - ef0f539: Add reasoning support and default components for reasoning messages
455
- - 412965a: Introducing available prop to useFrontendTool()
456
- - 5f941db: Prevent CPK styles from polluting user app
457
- - Updated dependencies [593859f]
458
- - Updated dependencies [d77f347]
459
- - Updated dependencies [2007f8b]
460
- - Updated dependencies [ef0f539]
461
- - Updated dependencies [942d397]
462
- - @copilotkit/react@1.52.0
463
- - @copilotkit/core@1.52.0
464
- - @copilotkit/shared@1.52.0
465
- - @copilotkit/runtime-client-gql@1.52.0
466
-
467
- ## 1.52.0-next.8
468
-
469
- ### Patch Changes
470
-
471
- - Updated dependencies [942d397]
472
- - @copilotkit/react@1.52.0-next.8
473
- - @copilotkit/runtime-client-gql@1.52.0-next.8
474
- - @copilotkit/shared@1.52.0-next.8
475
- - @copilotkit/core@1.52.0-next.8
476
-
477
- ## 1.52.0-next.7
478
-
479
- ### Patch Changes
480
-
481
- - d77f347: Added in the useInterrupt hook
482
- - Updated dependencies [d77f347]
483
- - @copilotkit/react@1.52.0-next.7
484
- - @copilotkit/core@1.52.0-next.7
485
- - @copilotkit/runtime-client-gql@1.52.0-next.7
486
- - @copilotkit/shared@1.52.0-next.7
487
-
488
- ## 1.52.0-next.6
489
-
490
- ### Patch Changes
491
-
492
- - 2007f8b: feat: useComponent improvements
493
- - 5f941db: Prevent CPK styles from polluting user app
494
- - Updated dependencies [2007f8b]
495
- - @copilotkit/react@1.52.0-next.6
496
- - @copilotkit/runtime-client-gql@1.52.0-next.6
497
- - @copilotkit/shared@1.52.0-next.6
498
- - @copilotkit/core@1.52.0-next.6
499
-
500
- ## 1.52.0-next.5
501
-
502
- ### Minor Changes
503
-
504
- - 6dd6c84: Adding new v2 features:
505
- - useComponent
506
- - useRenderTool
507
- - useDefaultRenderTool
508
-
509
- Also, fixing issues with styles not being
510
- properly scoped for tailwind.
511
-
512
- ### Patch Changes
513
-
514
- - @copilotkit/runtime-client-gql@1.52.0-next.5
515
- - @copilotkit/shared@1.52.0-next.5
516
- - @copilotkit/core@1.52.0-next.5
517
- - @copilotkit/react@1.52.0-next.5
518
-
519
- ## 1.51.5-next.4
520
-
521
- ### Patch Changes
522
-
523
- - @copilotkit/runtime-client-gql@1.51.5-next.4
524
- - @copilotkit/shared@1.51.5-next.4
525
- - @copilotkit/core@1.51.5-next.4
526
- - @copilotkit/react@1.51.5-next.4
527
-
528
- ## 1.51.5-next.3
529
-
530
- ### Patch Changes
531
-
532
- - Updated dependencies [593859f]
533
- - @copilotkit/react@1.51.5-next.3
534
- - @copilotkit/runtime-client-gql@1.51.5-next.3
535
- - @copilotkit/shared@1.51.5-next.3
536
- - @copilotkit/core@1.51.5-next.3
537
-
538
- ## 1.51.5-next.2
539
-
540
- ### Patch Changes
541
-
542
- - @copilotkit/runtime-client-gql@1.51.5-next.2
543
- - @copilotkit/shared@1.51.5-next.2
544
- - @copilotkit/core@1.51.5-next.2
545
- - @copilotkit/react@1.51.5-next.2
546
-
547
- ## 1.51.5-next.1
548
-
549
- ### Patch Changes
550
-
551
- - 412965a: Introducing available prop to useFrontendTool()
552
- - @copilotkit/runtime-client-gql@1.51.5-next.1
553
- - @copilotkit/shared@1.51.5-next.1
554
- - @copilotkit/core@1.51.5-next.1
555
- - @copilotkit/react@1.51.5-next.1
556
-
557
- ## 1.51.5-next.0
558
-
559
- ### Patch Changes
560
-
561
- - ef0f539: Add reasoning support and default components for reasoning messages
562
- - Updated dependencies [ef0f539]
563
- - @copilotkit/shared@1.51.5-next.0
564
- - @copilotkit/react@1.51.5-next.0
565
- - @copilotkit/core@1.51.5-next.0
566
- - @copilotkit/runtime-client-gql@1.51.5-next.0
567
-
568
- ## 1.51.4
569
-
570
- ### Patch Changes
571
-
572
- - 6b9c60e: fix: add dependencies to fix stale state of regenerate method
573
- - 12ee574: v2 UI improvements
574
- - 9bc868d: Frontend tools integration with core in Angular package
575
- - c998f30: fix(core): prevent tool call results from leaking into wrong thread on thread switch
576
- - 6b7d8ef: feat(react): apply resource CSP domains to MCP Apps sandbox iframe
577
- - Updated dependencies [c998f30]
578
- - Updated dependencies [a3090d5]
579
- - @copilotkit/core@1.51.4
580
- - @copilotkit/react@1.51.4
581
- - @copilotkit/runtime-client-gql@1.51.4
582
- - @copilotkit/shared@1.51.4
583
-
584
- ## 1.51.4-next.8
585
-
586
- ### Patch Changes
587
-
588
- - 9bc868d: Frontend tools integration with core in Angular package
589
- - @copilotkit/runtime-client-gql@1.51.4-next.8
590
- - @copilotkit/shared@1.51.4-next.8
591
- - @copilotkit/core@1.51.4-next.8
592
- - @copilotkit/react@1.51.4-next.8
593
-
594
- ## 1.51.4-next.7
595
-
596
- ### Patch Changes
597
-
598
- - 6b7d8ef: feat(react): apply resource CSP domains to MCP Apps sandbox iframe
599
- - @copilotkit/runtime-client-gql@1.51.4-next.7
600
- - @copilotkit/shared@1.51.4-next.7
601
- - @copilotkit/core@1.51.4-next.7
602
- - @copilotkit/react@1.51.4-next.7
603
-
604
- ## 1.51.4-next.6
605
-
606
- ### Patch Changes
607
-
608
- - @copilotkit/runtime-client-gql@1.51.4-next.6
609
- - @copilotkit/shared@1.51.4-next.6
610
- - @copilotkit/core@1.51.4-next.6
611
- - @copilotkit/react@1.51.4-next.6
612
-
613
- ## 1.51.4-next.5
614
-
615
- ### Patch Changes
616
-
617
- - @copilotkit/runtime-client-gql@1.51.4-next.5
618
- - @copilotkit/shared@1.51.4-next.5
619
- - @copilotkit/core@1.51.4-next.5
620
- - @copilotkit/react@1.51.4-next.5
621
-
622
- ## 1.51.4-next.4
623
-
624
- ### Patch Changes
625
-
626
- - c998f30: fix(core): prevent tool call results from leaking into wrong thread on thread switch
627
- - Updated dependencies [c998f30]
628
- - @copilotkit/core@1.51.4-next.4
629
- - @copilotkit/react@1.51.4-next.4
630
- - @copilotkit/runtime-client-gql@1.51.4-next.4
631
- - @copilotkit/shared@1.51.4-next.4
632
-
633
- ## 1.51.4-next.3
634
-
635
- ### Patch Changes
636
-
637
- - 6b9c60e: fix: add dependencies to fix stale state of regenerate method
638
- - Updated dependencies [a3090d5]
639
- - @copilotkit/react@1.51.4-next.3
640
- - @copilotkit/runtime-client-gql@1.51.4-next.3
641
- - @copilotkit/shared@1.51.4-next.3
642
- - @copilotkit/core@1.51.4-next.3
643
-
644
- ## 1.51.4-next.2
645
-
646
- ### Patch Changes
647
-
648
- - @copilotkit/runtime-client-gql@1.51.4-next.2
649
- - @copilotkit/shared@1.51.4-next.2
650
- - @copilotkit/core@1.51.4-next.2
651
- - @copilotkit/react@1.51.4-next.2
652
-
653
- ## 1.51.4-next.1
654
-
655
- ### Patch Changes
656
-
657
- - 12ee574: v2 UI improvements
658
- - @copilotkit/runtime-client-gql@1.51.4-next.1
659
- - @copilotkit/shared@1.51.4-next.1
660
- - @copilotkit/core@1.51.4-next.1
661
- - @copilotkit/react@1.51.4-next.1
662
-
663
- ## 1.51.4-next.0
664
-
665
- ### Patch Changes
666
-
667
- - @copilotkit/runtime-client-gql@1.51.4-next.0
668
- - @copilotkit/shared@1.51.4-next.0
669
- - @copilotkit/core@1.51.4-next.0
670
- - @copilotkit/react@1.51.4-next.0
671
-
672
- ## 1.51.3
673
-
674
- ### Patch Changes
675
-
676
- - d655e75: fix: update ag-ui dependencies
677
- - d36fc1e: Add UMD export
678
- - e89fe98: fix(v1.x): address issue causing onSubmitMessage to fire after agent response
679
- - 3f00a01: Fix issue causing onSubmitMessage to fire after agent response
680
- - Updated dependencies [d655e75]
681
- - Updated dependencies [d36fc1e]
682
- - @copilotkit/shared@1.51.3
683
- - @copilotkit/runtime-client-gql@1.51.3
684
- - @copilotkit/react@1.51.3
685
- - @copilotkit/core@1.51.3
686
-
687
- ## 1.51.3-next.8
688
-
689
- ### Patch Changes
690
-
691
- - d36fc1e: Add UMD export
692
- - Updated dependencies [d36fc1e]
693
- - @copilotkit/runtime-client-gql@1.51.3-next.8
694
- - @copilotkit/shared@1.51.3-next.8
695
- - @copilotkit/react@1.51.3-next.8
696
- - @copilotkit/core@1.51.3-next.8
697
-
698
- ## 1.51.3-next.7
699
-
700
- ### Patch Changes
701
-
702
- - 3f00a01: Fix issue causing onSubmitMessage to fire after agent response
703
- - @copilotkit/runtime-client-gql@1.51.3-next.7
704
- - @copilotkit/shared@1.51.3-next.7
705
- - @copilotkit/core@1.51.3-next.7
706
- - @copilotkit/react@1.51.3-next.7
707
-
708
- ## 1.51.3-next.6
709
-
710
- ### Patch Changes
711
-
712
- - @copilotkit/runtime-client-gql@1.51.3-next.6
713
- - @copilotkit/shared@1.51.3-next.6
714
- - @copilotkit/core@1.51.3-next.6
715
- - @copilotkit/react@1.51.3-next.6
716
-
717
- ## 1.51.3-next.5
718
-
719
- ### Patch Changes
720
-
721
- - e89fe98: fix(v1.x): address issue causing onSubmitMessage to fire after agent response
722
- - @copilotkit/runtime-client-gql@1.51.3-next.5
723
- - @copilotkit/shared@1.51.3-next.5
724
- - @copilotkit/core@1.51.3-next.5
725
- - @copilotkit/react@1.51.3-next.5
726
-
727
- ## 1.51.3-next.4
728
-
729
- ### Patch Changes
730
-
731
- - @copilotkit/runtime-client-gql@1.51.3-next.4
732
- - @copilotkit/shared@1.51.3-next.4
733
- - @copilotkit/core@1.51.3-next.4
734
- - @copilotkit/react@1.51.3-next.4
735
-
736
- ## 1.51.3-next.3
737
-
738
- ### Patch Changes
739
-
740
- - d655e75: fix: update ag-ui dependencies
741
- - Updated dependencies [d655e75]
742
- - @copilotkit/shared@1.51.3-next.3
743
- - @copilotkit/runtime-client-gql@1.51.3-next.3
744
- - @copilotkit/core@1.51.3-next.3
745
- - @copilotkit/react@1.51.3-next.3
746
-
747
- ## 1.51.3-next.2
748
-
749
- ### Patch Changes
750
-
751
- - @copilotkit/runtime-client-gql@1.51.3-next.2
752
- - @copilotkit/shared@1.51.3-next.2
753
- - @copilotkit/core@1.51.3-next.2
754
- - @copilotkit/react@1.51.3-next.2
755
-
756
- ## 1.51.3-next.1
757
-
758
- ### Patch Changes
759
-
760
- - @copilotkit/runtime-client-gql@1.51.3-next.1
761
- - @copilotkit/shared@1.51.3-next.1
762
- - @copilotkit/core@1.51.3-next.1
763
- - @copilotkit/react@1.51.3-next.1
764
-
765
- ## 1.51.3-next.0
766
-
767
- ### Patch Changes
768
-
769
- - @copilotkit/runtime-client-gql@1.51.3-next.0
770
- - @copilotkit/shared@1.51.3-next.0
771
- - @copilotkit/core@1.51.3-next.0
772
- - @copilotkit/react@1.51.3-next.0
773
-
774
- ## 1.51.2
775
-
776
- ### Patch Changes
777
-
778
- - e59d23f: Use deps instead of peerdeps
779
- - e59d23f: Move in-repo deps from peerdeps to actual deps
780
- - Updated dependencies [e59d23f]
781
- - Updated dependencies [e59d23f]
782
- - @copilotkit/runtime-client-gql@1.51.2
783
- - @copilotkit/react@1.51.2
784
- - @copilotkit/core@1.51.2
785
- - @copilotkit/shared@1.51.2
786
-
787
- ## 1.51.2-next.1
788
-
789
- ### Patch Changes
790
-
791
- - e59d23f: Use deps instead of peerdeps
792
- - e59d23f: Move in-repo deps from peerdeps to actual deps
793
- - Updated dependencies [e59d23f]
794
- - Updated dependencies [e59d23f]
795
- - @copilotkit/runtime-client-gql@1.51.2-next.1
796
- - @copilotkit/react@1.51.2-next.1
797
- - @copilotkit/core@1.51.2-next.1
798
- - @copilotkit/shared@1.51.2-next.1
799
-
800
- ## 1.51.2-next.0
801
-
802
- ### Patch Changes
803
-
804
- - @copilotkit/runtime-client-gql@1.51.2-next.0
805
- - @copilotkit/shared@1.51.2-next.0
806
- - @copilotkit/core@1.51.2-next.0
807
- - @copilotkit/react@1.51.2-next.0
808
-
809
- ## 1.51.1
810
-
811
- ### Patch Changes
812
-
813
- - 329653b: Add support for MCP Apps Middleware
814
- - Updated dependencies [329653b]
815
- - @copilotkit/react@1.51.1
816
- - @copilotkit/runtime-client-gql@1.51.1
817
- - @copilotkit/shared@1.51.1
818
- - @copilotkit/core@1.51.1
819
-
820
- ## 1.51.0
821
-
822
- ### Patch Changes
823
-
824
- - 2839a15: Update versioning strategy
825
- - Updated dependencies [2839a15]
826
- - Updated dependencies [2afd4e3]
827
- - @copilotkit/runtime-client-gql@1.51.0
828
- - @copilotkit/shared@1.51.0
829
- - @copilotkit/react@1.51.0
830
- - @copilotkit/core@1.51.0
831
-
832
- ## 1.51.0-next.4
833
-
834
- ### Patch Changes
835
-
836
- - @copilotkit/runtime-client-gql@1.51.0-next.4
837
- - @copilotkit/shared@1.51.0-next.4
838
- - @copilotkit/core@1.51.0-next.4
839
- - @copilotkit/react@1.51.0-next.4
840
-
841
- ## 1.51.0-next.3
842
-
843
- ### Patch Changes
844
-
845
- - @copilotkit/runtime-client-gql@1.51.0-next.3
846
- - @copilotkit/shared@1.51.0-next.3
847
- - @copilotkit/core@1.51.0-next.3
848
- - @copilotkit/react@1.51.0-next.3
849
-
850
- ## 1.51.0-next.2
851
-
852
- ### Patch Changes
853
-
854
- - Updated dependencies [2afd4e3]
855
- - @copilotkit/shared@1.51.0-next.2
856
- - @copilotkit/runtime-client-gql@1.51.0-next.2
857
- - @copilotkit/core@1.51.0-next.2
858
- - @copilotkit/react@1.51.0-next.2
859
-
860
- ## 1.51.0-next.1
861
-
862
- ### Patch Changes
863
-
864
- - @copilotkit/runtime-client-gql@1.51.0-next.1
865
- - @copilotkit/shared@1.51.0-next.1
866
- - @copilotkit/core@1.51.0-next.1
867
- - @copilotkit/react@1.51.0-next.1
868
-
869
- ## 1.50.2-next.0
870
-
871
- ### Patch Changes
872
-
873
- - @copilotkit/runtime-client-gql@1.50.2-next.0
874
- - @copilotkit/shared@1.50.2-next.0
875
-
876
- ## 1.50.1
877
-
878
- ### Patch Changes
879
-
880
- - bdc7a8f: - fix: restore message callbacks
881
- - 80dffec: Updated the default model and API version for the Google GenAI adapter
882
- - cfa4185: - fix: fix stale state in handler
883
- - eac8b20: - fix: use latest vnext
884
- - Updated dependencies [80dffec]
885
- - @copilotkit/runtime-client-gql@1.50.1
886
- - @copilotkit/shared@1.50.1
887
-
888
- ## 1.50.1-next.3
889
-
890
- ### Patch Changes
891
-
892
- - eac8b20: - fix: use latest vnext
893
- - @copilotkit/runtime-client-gql@1.50.1-next.3
894
- - @copilotkit/shared@1.50.1-next.3
895
-
896
- ## 1.50.1-next.2
897
-
898
- ### Patch Changes
899
-
900
- - bdc7a8f: - fix: restore message callbacks
901
- - @copilotkit/runtime-client-gql@1.50.1-next.2
902
- - @copilotkit/shared@1.50.1-next.2
903
-
904
- ## 1.50.1-next.1
905
-
906
- ### Patch Changes
907
-
908
- - cfa4185: - fix: fix stale state in handler
909
- - @copilotkit/runtime-client-gql@1.50.1-next.1
910
- - @copilotkit/shared@1.50.1-next.1
911
-
912
- ## 1.50.1-next.0
913
-
914
- ### Patch Changes
915
-
916
- - Updated the default model and API version for the Google GenAI adapter
917
- - Updated dependencies
918
- - @copilotkit/runtime-client-gql@1.50.1-next.0
919
- - @copilotkit/shared@1.50.1-next.0
920
-
921
- ## 1.50.0
922
-
923
- ### Minor Changes
924
-
925
- - 0fc76d7: add new runner with telemetry baked in
926
- - c942f9c: Minor fixes and stability improvements
927
- - bad5f06: - feat: port old endpoint creators to 2.0
928
- - 33f47e3: - fix: fix predictive state update
929
- - fix: fix state setters
930
- - eed6021: Updating to the latest version of vnext
931
- - 3b7367e: Improving general stability around LangChain
932
- - 7ff9ca7: Minor fixes and improvements
933
- - 974875e: Lint and format code to resolve Prettier errors
934
- - 3bd484f: Minor fixes and stability improvements
935
- - 5a534bf: fix telemetry in v1.50 runtime
936
- - 907ae5d: - feat: route CPK implementation to 2.0 copilotkitnext
937
- - 769a06c: Refactor suggestions to not always run
938
- - 788292b: Improving langchain dependency resolution
939
- - eab69a2: Enabling the new inspector
940
- - 0a7bfe0: Updating dependency versions across all packages
941
-
942
- ### Patch Changes
943
-
944
- - 8ce60af: - feat: enable coagent state renders
945
- - 04057d5: - fix: refrain from adding placeholder message
946
- - 6ce0edc: - fix: refrain from re-setting context infinitely if it hasnt changed
947
- - fix: pass only strings to context value
948
- - fix: allow custom convert and availability setup
949
- - 2c93ff1: - fix: re-enable repeatable interrupt renders
950
- - b0e3652: - chore: Update to latest of vnext
951
- - 7643e71: - fix: make suggestions available
952
- - d55a8bd: - feat(runtime): export v2 of the runtime as a subpackage
953
- - fix(runtime): update method for merging tools in assignToolsToAgent
954
- - fix: remove redundant agent instantiation code
955
- - c38da1c: - feat: add suggestions support to 1.5
956
- - 3c60073: - fix: better sync back-and-forth state, including initial state
957
- - 962546c: - fix: resolve agent name directly from provider props
958
- - ca8eb39: - fix: fix result arguments passed to tool calls
959
- - c3d55e5: - fix: refactor interrupts mechanism to use a queue
960
- - 5840bab: - fix: adjust dependencies
961
- - 7808fac: - feat: add spinner indicator to show chat readiness for conversation
962
- - c70210e: - feat: use copilotnext's single endpoint
963
- - d2c57a1: - fix: export v2 styles
964
- - Updated dependencies [0fc76d7]
965
- - Updated dependencies [c942f9c]
966
- - Updated dependencies [b0e3652]
967
- - Updated dependencies [eed6021]
968
- - Updated dependencies [3b7367e]
969
- - Updated dependencies [7ff9ca7]
970
- - Updated dependencies [974875e]
971
- - Updated dependencies [4942f62]
972
- - Updated dependencies [3bd484f]
973
- - Updated dependencies [5a534bf]
974
- - Updated dependencies [769a06c]
975
- - Updated dependencies [788292b]
976
- - Updated dependencies [eab69a2]
977
- - Updated dependencies [0a7bfe0]
978
- - @copilotkit/runtime-client-gql@1.50.0
979
- - @copilotkit/shared@1.50.0
980
-
981
- ## 1.50.0-beta.19
982
-
983
- ### Minor Changes
984
-
985
- - Improving langchain dependency resolution
986
-
987
- ### Patch Changes
988
-
989
- - Updated dependencies
990
- - @copilotkit/runtime-client-gql@1.50.0-beta.19
991
- - @copilotkit/shared@1.50.0-beta.19
992
-
993
- ## 1.50.0-beta.18
994
-
995
- ### Minor Changes
996
-
997
- - Improving general stability around LangChain
998
-
999
- ### Patch Changes
1000
-
1001
- - Updated dependencies
1002
- - @copilotkit/runtime-client-gql@1.50.0-beta.18
1003
- - @copilotkit/shared@1.50.0-beta.18
1004
-
1005
- ## 1.50.0-beta.17
1006
-
1007
- ### Minor Changes
1008
-
1009
- - Minor fixes and improvements
1010
-
1011
- ### Patch Changes
1012
-
1013
- - Updated dependencies
1014
- - @copilotkit/runtime-client-gql@1.50.0-beta.17
1015
- - @copilotkit/shared@1.50.0-beta.17
1016
-
1017
- ## 1.50.0-beta.16
1018
-
1019
- ### Minor Changes
1020
-
1021
- - Minor fixes and stability improvements
1022
-
1023
- ### Patch Changes
1024
-
1025
- - Updated dependencies
1026
- - @copilotkit/runtime-client-gql@1.50.0-beta.16
1027
- - @copilotkit/shared@1.50.0-beta.16
1028
-
1029
- ## 1.50.0-beta.15
1030
-
1031
- ### Minor Changes
1032
-
1033
- - Lint and format code to resolve Prettier errors
1034
-
1035
- ### Patch Changes
1036
-
1037
- - Updated dependencies
1038
- - @copilotkit/runtime-client-gql@1.50.0-beta.15
1039
- - @copilotkit/shared@1.50.0-beta.15
1040
-
1041
- ## 1.50.0-beta.14
1042
-
1043
- ### Minor Changes
1044
-
1045
- - Minor fixes and stability improvements
1046
-
1047
- ### Patch Changes
1048
-
1049
- - Updated dependencies
1050
- - @copilotkit/runtime-client-gql@1.50.0-beta.14
1051
- - @copilotkit/shared@1.50.0-beta.14
1052
-
1053
- ## 1.50.0-beta.13
1054
-
1055
- ### Minor Changes
1056
-
1057
- - Updating to the latest version of vnext
1058
-
1059
- ### Patch Changes
1060
-
1061
- - Updated dependencies
1062
- - @copilotkit/runtime-client-gql@1.50.0-beta.13
1063
- - @copilotkit/shared@1.50.0-beta.13
1064
-
1065
- ## 1.50.0-beta.12
1066
-
1067
- ### Minor Changes
1068
-
1069
- - eab69a2: Enabling the new inspector
1070
-
1071
- ### Patch Changes
1072
-
1073
- - Updated dependencies [eab69a2]
1074
- - @copilotkit/runtime-client-gql@1.50.0-beta.12
1075
- - @copilotkit/shared@1.50.0-beta.12
1076
-
1077
- ## 1.50.0-beta.11
1078
-
1079
- ### Minor Changes
1080
-
1081
- - fix telemetry in v1.50 runtime
1082
-
1083
- ### Patch Changes
1084
-
1085
- - Updated dependencies
1086
- - @copilotkit/runtime-client-gql@1.50.0-beta.11
1087
- - @copilotkit/shared@1.50.0-beta.11
1088
-
1089
- ## 1.50.0-beta.10
1090
-
1091
- ### Minor Changes
1092
-
1093
- - add new runner with telemetry baked in
1094
-
1095
- ### Patch Changes
1096
-
1097
- - Updated dependencies
1098
- - @copilotkit/runtime-client-gql@1.50.0-beta.10
1099
- - @copilotkit/shared@1.50.0-beta.10
1100
-
1101
- ## 1.50.0-beta.9
1102
-
1103
- ### Minor Changes
1104
-
1105
- - Refactor suggestions to not always run
1106
-
1107
- ### Patch Changes
1108
-
1109
- - Updated dependencies
1110
- - @copilotkit/runtime-client-gql@1.50.0-beta.9
1111
- - @copilotkit/shared@1.50.0-beta.9
1112
-
1113
- ## 1.50.0-beta.8
1114
-
1115
- ### Patch Changes
1116
-
1117
- - @copilotkit/runtime-client-gql@1.50.0-beta.8
1118
- - @copilotkit/shared@1.50.0-beta.8
1119
-
1120
- ## 1.50.0-beta.7
1121
-
1122
- ### Patch Changes
1123
-
1124
- - 6ce0edc: - fix: refrain from re-setting context infinitely if it hasnt changed
1125
- - fix: pass only strings to context value
1126
- - fix: allow custom convert and availability setup
1127
- - @copilotkit/runtime-client-gql@1.50.0-beta.7
1128
- - @copilotkit/shared@1.50.0-beta.7
1129
-
1130
- ## 1.50.0-beta.6
1131
-
1132
- ### Minor Changes
1133
-
1134
- - Updating dependency versions across all packages
1135
-
1136
- ### Patch Changes
1137
-
1138
- - Updated dependencies
1139
- - @copilotkit/runtime-client-gql@1.50.0-beta.6
1140
- - @copilotkit/shared@1.50.0-beta.6
1141
-
1142
- ## 1.50.0-beta.4
1143
-
1144
- ### Minor Changes
1145
-
1146
- - bad5f06: - feat: port old endpoint creators to 2.0
1147
- - 33f47e3: - fix: fix predictive state update
1148
- - fix: fix state setters
1149
- - 907ae5d: - feat: route CPK implementation to 2.0 copilotkitnext
1150
-
1151
- ### Patch Changes
1152
-
1153
- - 8ce60af: - feat: enable coagent state renders
1154
- - 04057d5: - fix: refrain from adding placeholder message
1155
- - 2c93ff1: - fix: re-enable repeatable interrupt renders
1156
- - b0e3652: - chore: Update to latest of vnext
1157
- - 7643e71: - fix: make suggestions available
1158
- - d55a8bd: - feat(runtime): export v2 of the runtime as a subpackage
1159
- - fix(runtime): update method for merging tools in assignToolsToAgent
1160
- - fix: remove redundant agent instantiation code
1161
- - c38da1c: - feat: add suggestions support to 1.5
1162
- - 3c60073: - fix: better sync back-and-forth state, including initial state
1163
- - 962546c: - fix: resolve agent name directly from provider props
1164
- - ca8eb39: - fix: fix result arguments passed to tool calls
1165
- - c3d55e5: - fix: refactor interrupts mechanism to use a queue
1166
- - 5840bab: - fix: adjust dependencies
1167
- - 7808fac: - feat: add spinner indicator to show chat readiness for conversation
1168
- - c70210e: - feat: use copilotnext's single endpoint
1169
- - d2c57a1: - fix: export v2 styles
1170
- - Updated dependencies [b0e3652]
1171
- - Updated dependencies [4942f62]
1172
- - @copilotkit/runtime-client-gql@1.50.0-beta.4
1173
- - @copilotkit/shared@1.50.0-beta.4
1174
-
1175
- ## 1.10.7-next.0
1176
-
1177
- ### Patch Changes
1178
-
1179
- - @copilotkit/runtime-client-gql@1.10.7-next.0
1180
- - @copilotkit/shared@1.10.7-next.0
1181
-
1182
- ## 1.10.6
1183
-
1184
- ### Patch Changes
1185
-
1186
- - 3ac64bf: - fix: allow disabling actions in the new action hooks
1187
- - c9e499f: - feat: create targeted convenience wrappers around copilot action
1188
- - 8626c5a: - fix: surface errors also in production
1189
- - Updated dependencies [8626c5a]
1190
- - Updated dependencies [e0dd5d5]
1191
- - @copilotkit/runtime-client-gql@1.10.6
1192
- - @copilotkit/shared@1.10.6
1193
-
1194
- ## 1.10.6-next.6
1195
-
1196
- ### Patch Changes
1197
-
1198
- - @copilotkit/runtime-client-gql@1.10.6-next.6
1199
- - @copilotkit/shared@1.10.6-next.6
1200
-
1201
- ## 1.10.6-next.5
1202
-
1203
- ### Patch Changes
1204
-
1205
- - Updated dependencies [e0dd5d5]
1206
- - @copilotkit/shared@1.10.6-next.5
1207
- - @copilotkit/runtime-client-gql@1.10.6-next.5
1208
-
1209
- ## 1.10.6-next.4
1210
-
1211
- ### Patch Changes
1212
-
1213
- - 8626c5a: - fix: surface errors also in production
1214
- - Updated dependencies [8626c5a]
1215
- - @copilotkit/runtime-client-gql@1.10.6-next.4
1216
- - @copilotkit/shared@1.10.6-next.4
1217
-
1218
- ## 1.10.6-next.3
1219
-
1220
- ### Patch Changes
1221
-
1222
- - @copilotkit/runtime-client-gql@1.10.6-next.3
1223
- - @copilotkit/shared@1.10.6-next.3
1224
-
1225
- ## 1.10.6-next.2
1226
-
1227
- ### Patch Changes
1228
-
1229
- - 3ac64bf: - fix: allow disabling actions in the new action hooks
1230
- - @copilotkit/runtime-client-gql@1.10.6-next.2
1231
- - @copilotkit/shared@1.10.6-next.2
1232
-
1233
- ## 1.10.6-next.1
1234
-
1235
- ### Patch Changes
1236
-
1237
- - c9e499f: - feat: create targeted convenience wrappers around copilot action
1238
- - @copilotkit/runtime-client-gql@1.10.6-next.1
1239
- - @copilotkit/shared@1.10.6-next.1
1240
-
1241
- ## 1.10.6-next.0
1242
-
1243
- ### Patch Changes
1244
-
1245
- - @copilotkit/runtime-client-gql@1.10.6-next.0
1246
- - @copilotkit/shared@1.10.6-next.0
1247
-
1248
- ## 1.10.5
1249
-
1250
- ### Patch Changes
1251
-
1252
- - b7bc3a0: - feat: pass copilot readable context to agui agents
1253
- - f3fdd7a: - fix: stop chat from contacting agent that has errored
1254
- - 32c163e: - inspector visibility toggle in ConsoleTrigger component
1255
- - 6112a67: - fix: consider edge cases when regenerate button is used
1256
- - @copilotkit/runtime-client-gql@1.10.5
1257
- - @copilotkit/shared@1.10.5
1258
-
1259
- ## 1.10.5-next.10
1260
-
1261
- ### Patch Changes
1262
-
1263
- - b79ed5c: - fix: prevent double action calls on none render copilot actions
1264
- - @copilotkit/runtime-client-gql@1.10.5-next.10
1265
- - @copilotkit/shared@1.10.5-next.10
1266
-
1267
- ## 1.10.5-next.9
1268
-
1269
- ### Patch Changes
1270
-
1271
- - @copilotkit/runtime-client-gql@1.10.5-next.9
1272
- - @copilotkit/shared@1.10.5-next.9
1273
-
1274
- ## 1.10.5-next.8
1275
-
1276
- ### Patch Changes
1277
-
1278
- - @copilotkit/runtime-client-gql@1.10.5-next.8
1279
- - @copilotkit/shared@1.10.5-next.8
1280
-
1281
- ## 1.10.5-next.7
1282
-
1283
- ### Patch Changes
1284
-
1285
- - @copilotkit/runtime-client-gql@1.10.5-next.7
1286
- - @copilotkit/shared@1.10.5-next.7
1287
-
1288
- ## 1.10.5-next.6
1289
-
1290
- ### Patch Changes
1291
-
1292
- - f3fdd7a: - fix: stop chat from contacting agent that has errored
1293
- - @copilotkit/runtime-client-gql@1.10.5-next.6
1294
- - @copilotkit/shared@1.10.5-next.6
1295
-
1296
- ## 1.10.5-next.5
1297
-
1298
- ### Patch Changes
1299
-
1300
- - 6112a67: - fix: consider edge cases when regenerate button is used
1301
- - @copilotkit/runtime-client-gql@1.10.5-next.5
1302
- - @copilotkit/shared@1.10.5-next.5
1303
-
1304
- ## 1.10.5-next.4
1305
-
1306
- ### Patch Changes
1307
-
1308
- - @copilotkit/runtime-client-gql@1.10.5-next.4
1309
- - @copilotkit/shared@1.10.5-next.4
1310
-
1311
- ## 1.10.5-next.3
1312
-
1313
- ### Patch Changes
1314
-
1315
- - @copilotkit/runtime-client-gql@1.10.5-next.3
1316
- - @copilotkit/shared@1.10.5-next.3
1317
-
1318
- ## 1.10.5-next.2
1319
-
1320
- ### Patch Changes
1321
-
1322
- - @copilotkit/runtime-client-gql@1.10.5-next.2
1323
- - @copilotkit/shared@1.10.5-next.2
1324
-
1325
- ## 1.10.5-next.1
1326
-
1327
- ### Patch Changes
1328
-
1329
- - b7bc3a0: - feat: pass copilot readable context to agui agents
1330
- - @copilotkit/runtime-client-gql@1.10.5-next.1
1331
- - @copilotkit/shared@1.10.5-next.1
1332
-
1333
- ## 1.10.5-next.0
1334
-
1335
- ### Patch Changes
1336
-
1337
- - 32c163e: - inspector visibility toggle in ConsoleTrigger component
1338
- - @copilotkit/runtime-client-gql@1.10.5-next.0
1339
- - @copilotkit/shared@1.10.5-next.0
1340
-
1341
- ## 1.10.4
1342
-
1343
- ### Patch Changes
1344
-
1345
- - ef98963: - feat: add platform-wide error surfacing for custom error rendering
1346
- - feat: add error as a message option and a component level onError
1347
- - 052d54d: - fix: enable erasing chat state on new thread creation
1348
- - Updated dependencies [a640d8e]
1349
- - @copilotkit/shared@1.10.4
1350
- - @copilotkit/runtime-client-gql@1.10.4
1351
-
1352
- ## 1.10.4-next.3
1353
-
1354
- ### Patch Changes
1355
-
1356
- - @copilotkit/runtime-client-gql@1.10.4-next.3
1357
- - @copilotkit/shared@1.10.4-next.3
1358
-
1359
- ## 1.10.4-next.2
1360
-
1361
- ### Patch Changes
1362
-
1363
- - ef98963: - feat: add platform-wide error surfacing for custom error rendering
1364
- - feat: add error as a message option and a component level onError
1365
- - @copilotkit/runtime-client-gql@1.10.4-next.2
1366
- - @copilotkit/shared@1.10.4-next.2
1367
-
1368
- ## 1.10.4-next.1
1369
-
1370
- ### Patch Changes
1371
-
1372
- - Updated dependencies [a640d8e]
1373
- - @copilotkit/shared@1.10.4-next.1
1374
- - @copilotkit/runtime-client-gql@1.10.4-next.1
1375
-
1376
- ## 1.10.4-next.0
1377
-
1378
- ### Patch Changes
1379
-
1380
- - 052d54d: - fix: enable erasing chat state on new thread creation
1381
- - @copilotkit/runtime-client-gql@1.10.4-next.0
1382
- - @copilotkit/shared@1.10.4-next.0
1383
-
1384
- ## 1.10.3
1385
-
1386
- ### Patch Changes
1387
-
1388
- - Updated dependencies [ea74047]
1389
- - @copilotkit/shared@1.10.3
1390
- - @copilotkit/runtime-client-gql@1.10.3
1391
-
1392
- ## 1.10.3-next.3
1393
-
1394
- ### Patch Changes
1395
-
1396
- - @copilotkit/runtime-client-gql@1.10.3-next.3
1397
- - @copilotkit/shared@1.10.3-next.3
1398
-
1399
- ## 1.10.3-next.2
1400
-
1401
- ### Patch Changes
1402
-
1403
- - @copilotkit/runtime-client-gql@1.10.3-next.2
1404
- - @copilotkit/shared@1.10.3-next.2
1405
-
1406
- ## 1.10.3-next.1
1407
-
1408
- ### Patch Changes
1409
-
1410
- - @copilotkit/runtime-client-gql@1.10.3-next.1
1411
- - @copilotkit/shared@1.10.3-next.1
1412
-
1413
- ## 1.10.3-next.0
1414
-
1415
- ### Patch Changes
1416
-
1417
- - Updated dependencies [ea74047]
1418
- - @copilotkit/shared@1.10.3-next.0
1419
- - @copilotkit/runtime-client-gql@1.10.3-next.0
1420
-
1421
- ## 1.10.2
1422
-
1423
- ### Patch Changes
1424
-
1425
- - db5bbda: - fix: allow disabling of default cpk system message
1426
- - chore: set up direct fastapi usage on coagents starter poetry demo
1427
- - @copilotkit/runtime-client-gql@1.10.2
1428
- - @copilotkit/shared@1.10.2
1429
-
1430
- ## 1.10.2-next.0
1431
-
1432
- ### Patch Changes
1433
-
1434
- - db5bbda: - fix: allow disabling of default cpk system message
1435
- - chore: set up direct fastapi usage on coagents starter poetry demo
1436
- - @copilotkit/runtime-client-gql@1.10.2-next.0
1437
- - @copilotkit/shared@1.10.2-next.0
1438
-
1439
- ## 1.10.1
1440
-
1441
- ### Patch Changes
1442
-
1443
- - Updated dependencies [76e2603]
1444
- - Updated dependencies [7bf9dfa]
1445
- - @copilotkit/runtime-client-gql@1.10.1
1446
- - @copilotkit/shared@1.10.1
1447
-
1448
- ## 1.10.1-next.2
1449
-
1450
- ### Patch Changes
1451
-
1452
- - @copilotkit/runtime-client-gql@1.10.1-next.2
1453
- - @copilotkit/shared@1.10.1-next.2
1454
-
1455
- ## 1.10.1-next.1
1456
-
1457
- ### Patch Changes
1458
-
1459
- - Updated dependencies [76e2603]
1460
- - @copilotkit/runtime-client-gql@1.10.1-next.1
1461
- - @copilotkit/shared@1.10.1-next.1
1462
-
1463
- ## 1.10.1-next.0
1464
-
1465
- ### Patch Changes
1466
-
1467
- - Updated dependencies [7bf9dfa]
1468
- - @copilotkit/runtime-client-gql@1.10.1-next.0
1469
- - @copilotkit/shared@1.10.1-next.0
1470
-
1471
- ## 1.10.0
1472
-
1473
- ### Minor Changes
1474
-
1475
- - 8674da1: - refactor(headless): completely overhaul headless ui to better support agentic features
1476
-
1477
- Headless UI has been in a bad state for a bit now. When we added support for different
1478
- agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
1479
-
1480
- As such, the following features have been updated to be completely functional with Headless UI.
1481
- - Generative UI
1482
- - Suggestions
1483
- - Agentic Generative UI
1484
- - Interrupts
1485
-
1486
- In addition, a variety of QOL changes have been made.
1487
- - New AG-UI based message types
1488
- - Inline code rendering is fixed
1489
-
1490
- Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
1491
-
1492
- ### Patch Changes
1493
-
1494
- - 967d0ab: - refactor(chat): separate useCopilotChat into internal implementation and public API
1495
- - 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
1496
-
1497
- Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
1498
- - fix: more fixes addressing breaking changes in new Headless UI
1499
-
1500
- Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
1501
- - chore: address linting issues
1502
-
1503
- Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
1504
- - chore: fixing branding and docs
1505
-
1506
- Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
1507
- - chore: more docs fixing
1508
-
1509
- Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
1510
-
1511
- - 6de24ce: - fix rerender issues by moving suggestions to the messages context
1512
- - b64555d: - feat: adds dev console
1513
- - Updated dependencies [a8c0263]
1514
- - Updated dependencies [8674da1]
1515
- - Updated dependencies [6d1de58]
1516
- - @copilotkit/shared@1.10.0
1517
- - @copilotkit/runtime-client-gql@1.10.0
1518
-
1519
- ## 1.10.0-next.13
1520
-
1521
- ### Patch Changes
1522
-
1523
- - @copilotkit/runtime-client-gql@1.10.0-next.13
1524
- - @copilotkit/shared@1.10.0-next.13
1525
-
1526
- ## 1.10.0-next.12
1527
-
1528
- ### Patch Changes
1529
-
1530
- - b64555d: - feat: adds dev console
1531
- - @copilotkit/runtime-client-gql@1.10.0-next.12
1532
- - @copilotkit/shared@1.10.0-next.12
1533
-
1534
- ## 1.10.0-next.11
1535
-
1536
- ### Patch Changes
1537
-
1538
- - @copilotkit/runtime-client-gql@1.10.0-next.11
1539
- - @copilotkit/shared@1.10.0-next.11
1540
-
1541
- ## 1.10.0-next.10
1542
-
1543
- ### Patch Changes
1544
-
1545
- - 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
1546
-
1547
- Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
1548
- - fix: more fixes addressing breaking changes in new Headless UI
1549
-
1550
- Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
1551
- - chore: address linting issues
1552
-
1553
- Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
1554
- - chore: fixing branding and docs
1555
-
1556
- Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
1557
- - chore: more docs fixing
1558
-
1559
- Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
1560
-
1561
- - Updated dependencies [6d1de58]
1562
- - @copilotkit/shared@1.10.0-next.10
1563
- - @copilotkit/runtime-client-gql@1.10.0-next.10
1564
-
1565
- ## 1.10.0-next.9
1566
-
1567
- ### Patch Changes
1568
-
1569
- - @copilotkit/runtime-client-gql@1.10.0-next.9
1570
- - @copilotkit/shared@1.10.0-next.9
1571
-
1572
- ## 1.10.0-next.8
1573
-
1574
- ### Patch Changes
1575
-
1576
- - 6de24ce: - fix rerender issues by moving suggestions to the messages context
1577
- - @copilotkit/runtime-client-gql@1.10.0-next.8
1578
- - @copilotkit/shared@1.10.0-next.8
1579
-
1580
- ## 1.10.0-next.7
1581
-
1582
- ### Patch Changes
1583
-
1584
- - @copilotkit/runtime-client-gql@1.10.0-next.7
1585
- - @copilotkit/shared@1.10.0-next.7
1586
-
1587
- ## 1.10.0-next.6
1588
-
1589
- ### Patch Changes
1590
-
1591
- - @copilotkit/runtime-client-gql@1.10.0-next.6
1592
- - @copilotkit/shared@1.10.0-next.6
1593
-
1594
- ## 1.10.0-next.5
1595
-
1596
- ### Patch Changes
1597
-
1598
- - Updated dependencies [a8c0263]
1599
- - @copilotkit/shared@1.10.0-next.5
1600
- - @copilotkit/runtime-client-gql@1.10.0-next.5
1601
-
1602
- ## 1.10.0-next.4
1603
-
1604
- ### Patch Changes
1605
-
1606
- - 967d0ab: - refactor(chat): separate useCopilotChat into internal implementation and public API
1607
- - @copilotkit/runtime-client-gql@1.10.0-next.4
1608
- - @copilotkit/shared@1.10.0-next.4
1609
-
1610
- ## 1.10.0-next.3
1611
-
1612
- ### Patch Changes
1613
-
1614
- - @copilotkit/runtime-client-gql@1.10.0-next.3
1615
- - @copilotkit/shared@1.10.0-next.3
1616
-
1617
- ## 1.10.0-next.2
1618
-
1619
- ### Patch Changes
1620
-
1621
- - @copilotkit/runtime-client-gql@1.10.0-next.2
1622
- - @copilotkit/shared@1.10.0-next.2
1623
-
1624
- ## 1.10.0-next.1
1625
-
1626
- ### Patch Changes
1627
-
1628
- - @copilotkit/runtime-client-gql@1.10.0-next.1
1629
- - @copilotkit/shared@1.10.0-next.1
1630
-
1631
- ## 1.10.0-next.0
1632
-
1633
- ### Minor Changes
1634
-
1635
- - 8674da1: - refactor(headless): completely overhaul headless ui to better support agentic features
1636
-
1637
- Headless UI has been in a bad state for a bit now. When we added support for different
1638
- agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
1639
-
1640
- As such, the following features have been updated to be completely functional with Headless UI.
1641
- - Generative UI
1642
- - Suggestions
1643
- - Agentic Generative UI
1644
- - Interrupts
1645
-
1646
- In addition, a variety of QOL changes have been made.
1647
- - New AG-UI based message types
1648
- - Inline code rendering is fixed
1649
-
1650
- Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
1651
-
1652
- ### Patch Changes
1653
-
1654
- - Updated dependencies [8674da1]
1655
- - @copilotkit/shared@1.10.0-next.0
1656
- - @copilotkit/runtime-client-gql@1.10.0-next.0
1657
-
1658
- ## 1.9.3
1659
-
1660
- ### Patch Changes
1661
-
1662
- - f83bda0: Fix: remote actions should never be executed to avoid duplicate result messages
1663
- - Updated dependencies [1bda332]
1664
- - @copilotkit/shared@1.9.3
1665
- - @copilotkit/runtime-client-gql@1.9.3
1666
-
1667
- ## 1.9.3-next.4
1668
-
1669
- ### Patch Changes
1670
-
1671
- - f83bda0: Fix: remote actions should never be executed to avoid duplicate result messages
1672
- - @copilotkit/runtime-client-gql@1.9.3-next.4
1673
- - @copilotkit/shared@1.9.3-next.4
1674
-
1675
- ## 1.9.3-next.3
1676
-
1677
- ### Patch Changes
1678
-
1679
- - Updated dependencies [1bda332]
1680
- - @copilotkit/shared@1.9.3-next.3
1681
- - @copilotkit/runtime-client-gql@1.9.3-next.3
1682
-
1683
- ## 1.9.3-next.2
1684
-
1685
- ### Patch Changes
1686
-
1687
- - @copilotkit/runtime-client-gql@1.9.3-next.2
1688
- - @copilotkit/shared@1.9.3-next.2
1689
-
1690
- ## 1.9.3-next.1
1691
-
1692
- ### Patch Changes
1693
-
1694
- - @copilotkit/runtime-client-gql@1.9.3-next.1
1695
- - @copilotkit/shared@1.9.3-next.1
1696
-
1697
- ## 1.9.3-next.0
1698
-
1699
- ### Patch Changes
1700
-
1701
- - @copilotkit/runtime-client-gql@1.9.3-next.0
1702
- - @copilotkit/shared@1.9.3-next.0
1703
-
1704
- ## 1.9.2
1705
-
1706
- ### Patch Changes
1707
-
1708
- - cbeccb5: - fix: refrain repeated api calls by memoizing state
1709
- - 3f8c575: - fix: use time travel for regeneration of messages
1710
- - fix: use a better cutoff for regeneration request
1711
- - fac89c2: - refactor: rename onTrace to onError throughout codebase
1712
- - Rename CopilotTraceEvent to CopilotErrorEvent and CopilotTraceHandler to CopilotErrorHandler
1713
-
1714
- - e1de032: - fix: synchronously execute renderAndWaitForResponse
1715
-
1716
- Previously, it was impossible to execute multiple human-in-the-loop (renderAndWaitForResponse)
1717
- calls in a row. Ultimately this was due to an issue with how CopilotKit was rendering the updates
1718
- when multiple renderAndWaitForResponse actions appeared on screen due to a reference based approach.
1719
-
1720
- With this change, actions will be executed in a synchronous way appearing almost queue like. This
1721
- works with any combination of action given much more freedom when asking for user input.
1722
-
1723
- Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
1724
-
1725
- - 92e8d1c: - fix infinite loop
1726
- - 9169ad7: - feat: add onTrace handler for runtime and UI error/event tracking
1727
- - c75a04f: - Fix dynamic runtime configuration updates in useCoAgent
1728
- - In use-chat.ts, agent state updates from AgentStateMessage now preserve existing config property
1729
- - c75a04f: - Fix dynamic runtime configuration updates in useCoAgent
1730
- - fe9009c: - feat(langgraph): new thread metadata
1731
- - 1d1c51d: - feat: surface all errors in structured format
1732
- - 10345a5: - feat: structured error visibility system for streaming errors
1733
- - 9169ad7: - feat: add onTrace handler for comprehensive debugging and observability - Add CopilotTraceEvent interfaces with rich debugging context, implement runtime-side tracing with publicApiKey gating, add UI-side error tracing, include comprehensive test coverage, and fix tsup build config to exclude test files
1734
- - fix: extract publicApiKey for all requests + trace GraphQL errors
1735
- - 35537f1: - fix: memoize nested components to not rerender when content changes
1736
- - Updated dependencies [fac89c2]
1737
- - Updated dependencies [9169ad7]
1738
- - Updated dependencies [1d1c51d]
1739
- - Updated dependencies [10345a5]
1740
- - Updated dependencies [9169ad7]
1741
- - @copilotkit/shared@1.9.2
1742
- - @copilotkit/runtime-client-gql@1.9.2
1743
-
1744
- ## 1.9.2-next.26
1745
-
1746
- ### Patch Changes
1747
-
1748
- - @copilotkit/runtime-client-gql@1.9.2-next.26
1749
- - @copilotkit/shared@1.9.2-next.26
1750
-
1751
- ## 1.9.2-next.25
1752
-
1753
- ### Patch Changes
1754
-
1755
- - @copilotkit/runtime-client-gql@1.9.2-next.25
1756
- - @copilotkit/shared@1.9.2-next.25
1757
-
1758
- ## 1.9.2-next.24
1759
-
1760
- ### Patch Changes
1761
-
1762
- - @copilotkit/runtime-client-gql@1.9.2-next.24
1763
- - @copilotkit/shared@1.9.2-next.24
1764
-
1765
- ## 1.9.2-next.23
1766
-
1767
- ### Patch Changes
1768
-
1769
- - @copilotkit/runtime-client-gql@1.9.2-next.23
1770
- - @copilotkit/shared@1.9.2-next.23
1771
-
1772
- ## 1.9.2-next.22
1773
-
1774
- ### Patch Changes
1775
-
1776
- - c75a04f: - Fix dynamic runtime configuration updates in useCoAgent
1777
- - In use-chat.ts, agent state updates from AgentStateMessage now preserve existing config property
1778
- - c75a04f: - Fix dynamic runtime configuration updates in useCoAgent
1779
- - @copilotkit/runtime-client-gql@1.9.2-next.22
1780
- - @copilotkit/shared@1.9.2-next.22
1781
-
1782
- ## 1.9.2-next.21
1783
-
1784
- ### Patch Changes
1785
-
1786
- - 92e8d1c: - fix infinite loop
1787
- - @copilotkit/runtime-client-gql@1.9.2-next.21
1788
- - @copilotkit/shared@1.9.2-next.21
1789
-
1790
- ## 1.9.2-next.20
1791
-
1792
- ### Patch Changes
1793
-
1794
- - e1de032: - fix: synchronously execute renderAndWaitForResponse
1795
-
1796
- Previously, it was impossible to execute multiple human-in-the-loop (renderAndWaitForResponse)
1797
- calls in a row. Ultimately this was due to an issue with how CopilotKit was rendering the updates
1798
- when multiple renderAndWaitForResponse actions appeared on screen due to a reference based approach.
1799
-
1800
- With this change, actions will be executed in a synchronous way appearing almost queue like. This
1801
- works with any combination of action given much more freedom when asking for user input.
1802
-
1803
- Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
1804
- - @copilotkit/runtime-client-gql@1.9.2-next.20
1805
- - @copilotkit/shared@1.9.2-next.20
1806
-
1807
- ## 1.9.2-next.19
1808
-
1809
- ### Patch Changes
1810
-
1811
- - @copilotkit/runtime-client-gql@1.9.2-next.19
1812
- - @copilotkit/shared@1.9.2-next.19
1813
-
1814
- ## 1.9.2-next.18
1815
-
1816
- ### Patch Changes
1817
-
1818
- - fac89c2: - refactor: rename onTrace to onError throughout codebase
1819
- - Rename CopilotTraceEvent to CopilotErrorEvent and CopilotTraceHandler to CopilotErrorHandler
1820
-
1821
- - Updated dependencies [fac89c2]
1822
- - @copilotkit/shared@1.9.2-next.18
1823
- - @copilotkit/runtime-client-gql@1.9.2-next.18
1824
-
1825
- ## 1.9.2-next.17
1826
-
1827
- ### Patch Changes
1828
-
1829
- - @copilotkit/runtime-client-gql@1.9.2-next.17
1830
- - @copilotkit/shared@1.9.2-next.17
1831
-
1832
- ## 1.9.2-next.16
1833
-
1834
- ### Patch Changes
1835
-
1836
- - fe9009c: - feat(langgraph): new thread metadata
1837
- - @copilotkit/runtime-client-gql@1.9.2-next.16
1838
- - @copilotkit/shared@1.9.2-next.16
1839
-
1840
- ## 1.9.2-next.15
1841
-
1842
- ### Patch Changes
1843
-
1844
- - cbeccb5: - fix: refrain repeated api calls by memoizing state
1845
- - @copilotkit/runtime-client-gql@1.9.2-next.15
1846
- - @copilotkit/shared@1.9.2-next.15
1847
-
1848
- ## 1.9.2-next.14
1849
-
1850
- ### Patch Changes
1851
-
1852
- - @copilotkit/runtime-client-gql@1.9.2-next.14
1853
- - @copilotkit/shared@1.9.2-next.14
1854
-
1855
- ## 1.9.2-next.13
1856
-
1857
- ### Patch Changes
1858
-
1859
- - @copilotkit/runtime-client-gql@1.9.2-next.13
1860
- - @copilotkit/shared@1.9.2-next.13
1861
-
1862
- ## 1.9.2-next.12
1863
-
1864
- ### Patch Changes
1865
-
1866
- - 3f8c575: - fix: use time travel for regeneration of messages
1867
- - fix: use a better cutoff for regeneration request
1868
- - @copilotkit/runtime-client-gql@1.9.2-next.12
1869
- - @copilotkit/shared@1.9.2-next.12
1870
-
1871
- ## 1.9.2-next.11
1872
-
1873
- ### Patch Changes
1874
-
1875
- - @copilotkit/runtime-client-gql@1.9.2-next.11
1876
- - @copilotkit/shared@1.9.2-next.11
1877
-
1878
- ## 1.9.2-next.10
1879
-
1880
- ### Patch Changes
1881
-
1882
- - @copilotkit/runtime-client-gql@1.9.2-next.10
1883
- - @copilotkit/shared@1.9.2-next.10
1884
-
1885
- ## 1.9.2-next.9
1886
-
1887
- ### Patch Changes
1888
-
1889
- - 1d1c51d: - feat: surface all errors in structured format
1890
- - Updated dependencies [1d1c51d]
1891
- - @copilotkit/runtime-client-gql@1.9.2-next.9
1892
- - @copilotkit/shared@1.9.2-next.9
1893
-
1894
- ## 1.9.2-next.8
1895
-
1896
- ### Patch Changes
1897
-
1898
- - @copilotkit/runtime-client-gql@1.9.2-next.8
1899
- - @copilotkit/shared@1.9.2-next.8
1900
-
1901
- ## 1.9.2-next.7
1902
-
1903
- ### Patch Changes
1904
-
1905
- - @copilotkit/runtime-client-gql@1.9.2-next.7
1906
- - @copilotkit/shared@1.9.2-next.7
1907
-
1908
- ## 1.9.2-next.6
1909
-
1910
- ### Patch Changes
1911
-
1912
- - @copilotkit/runtime-client-gql@1.9.2-next.6
1913
- - @copilotkit/shared@1.9.2-next.6
1914
-
1915
- ## 1.9.2-next.5
1916
-
1917
- ### Patch Changes
1918
-
1919
- - @copilotkit/runtime-client-gql@1.9.2-next.5
1920
- - @copilotkit/shared@1.9.2-next.5
1921
-
1922
- ## 1.9.2-next.4
1923
-
1924
- ### Patch Changes
1925
-
1926
- - 9169ad7: - feat: add onTrace handler for runtime and UI error/event tracking
1927
- - 9169ad7: - feat: add onTrace handler for comprehensive debugging and observability - Add CopilotTraceEvent interfaces with rich debugging context, implement runtime-side tracing with publicApiKey gating, add UI-side error tracing, include comprehensive test coverage, and fix tsup build config to exclude test files
1928
- - fix: extract publicApiKey for all requests + trace GraphQL errors
1929
- - Updated dependencies [9169ad7]
1930
- - Updated dependencies [9169ad7]
1931
- - @copilotkit/shared@1.9.2-next.4
1932
- - @copilotkit/runtime-client-gql@1.9.2-next.4
1933
-
1934
- ## 1.9.2-next.3
1935
-
1936
- ### Patch Changes
1937
-
1938
- - 35537f1: - fix: memoize nested components to not rerender when content changes
1939
- - @copilotkit/runtime-client-gql@1.9.2-next.3
1940
- - @copilotkit/shared@1.9.2-next.3
1941
-
1942
- ## 1.9.2-next.2
1943
-
1944
- ### Patch Changes
1945
-
1946
- - @copilotkit/runtime-client-gql@1.9.2-next.2
1947
- - @copilotkit/shared@1.9.2-next.2
1948
-
1949
- ## 1.9.2-next.1
1950
-
1951
- ### Patch Changes
1952
-
1953
- - @copilotkit/runtime-client-gql@1.9.2-next.1
1954
- - @copilotkit/shared@1.9.2-next.1
1955
-
1956
- ## 1.9.2-next.0
1957
-
1958
- ### Patch Changes
1959
-
1960
- - 10345a5: - feat: structured error visibility system for streaming errors
1961
- - Updated dependencies [10345a5]
1962
- - @copilotkit/runtime-client-gql@1.9.2-next.0
1963
- - @copilotkit/shared@1.9.2-next.0
1964
-
1965
- ## 1.9.1
1966
-
1967
- ### Patch Changes
1968
-
1969
- - Updated dependencies [deaeca0]
1970
- - @copilotkit/shared@1.9.1
1971
- - @copilotkit/runtime-client-gql@1.9.1
1972
-
1973
- ## 1.9.1-next.0
1974
-
1975
- ### Patch Changes
1976
-
1977
- - Updated dependencies [deaeca0]
1978
- - @copilotkit/shared@1.9.1-next.0
1979
- - @copilotkit/runtime-client-gql@1.9.1-next.0
1980
-
1981
- ## 1.9.0
1982
-
1983
- ### Patch Changes
1984
-
1985
- - 54cae30: - fix(react-core): allow custom toolChoice in forwardedParameters to override default
1986
- - fix: move react-dom to peerDependencies in @copilotkit/react-textarea
1987
- - feat: add amazon bedrock adapter support
1988
- - @copilotkit/runtime-client-gql@1.9.0
1989
- - @copilotkit/shared@1.9.0
1990
-
1991
- ## 1.9.0-next.2
1992
-
1993
- ### Patch Changes
1994
-
1995
- - @copilotkit/runtime-client-gql@1.9.0-next.2
1996
- - @copilotkit/shared@1.9.0-next.2
1997
-
1998
- ## 1.8.15-next.1
1999
-
2000
- ### Patch Changes
2001
-
2002
- - 54cae30: - fix(react-core): allow custom toolChoice in forwardedParameters to override default
2003
- - fix: move react-dom to peerDependencies in @copilotkit/react-textarea
2004
- - feat: add amazon bedrock adapter support
2005
- - @copilotkit/runtime-client-gql@1.8.15-next.1
2006
- - @copilotkit/shared@1.8.15-next.1
2007
-
2008
- ## 1.8.15-next.0
2009
-
2010
- ### Patch Changes
2011
-
2012
- - @copilotkit/runtime-client-gql@1.8.15-next.0
2013
- - @copilotkit/shared@1.8.15-next.0
2014
-
2015
- ## 1.8.14
2016
-
2017
- ### Patch Changes
2018
-
2019
- - 9cf1fda: - fix append follow-up when actions disable followUp
2020
- - Create stupid-nails-travel.md
2021
- - fixup
2022
- - 9cf1fda: - fix append follow-up when actions disable followUp
2023
- - Updated dependencies [34a78d8]
2024
- - @copilotkit/shared@1.8.14
2025
- - @copilotkit/runtime-client-gql@1.8.14
2026
-
2027
- ## 1.8.14-next.5
2028
-
2029
- ### Patch Changes
2030
-
2031
- - @copilotkit/runtime-client-gql@1.8.14-next.5
2032
- - @copilotkit/shared@1.8.14-next.5
2033
-
2034
- ## 1.8.14-next.4
2035
-
2036
- ### Patch Changes
2037
-
2038
- - @copilotkit/runtime-client-gql@1.8.14-next.4
2039
- - @copilotkit/shared@1.8.14-next.4
2040
-
2041
- ## 1.8.14-next.3
2042
-
2043
- ### Patch Changes
2044
-
2045
- - @copilotkit/runtime-client-gql@1.8.14-next.3
2046
- - @copilotkit/shared@1.8.14-next.3
2047
-
2048
- ## 1.8.14-next.2
2049
-
2050
- ### Patch Changes
2051
-
2052
- - @copilotkit/runtime-client-gql@1.8.14-next.2
2053
- - @copilotkit/shared@1.8.14-next.2
2054
-
2055
- ## 1.8.14-next.1
2056
-
2057
- ### Patch Changes
2058
-
2059
- - Updated dependencies [34a78d8]
2060
- - @copilotkit/shared@1.8.14-next.1
2061
- - @copilotkit/runtime-client-gql@1.8.14-next.1
2062
-
2063
- ## 1.8.14-next.0
2064
-
2065
- ### Patch Changes
2066
-
2067
- - 9cf1fda: - fix append follow-up when actions disable followUp
2068
- - Create stupid-nails-travel.md
2069
- - fixup
2070
- - 9cf1fda: - fix append follow-up when actions disable followUp
2071
- - @copilotkit/runtime-client-gql@1.8.14-next.0
2072
- - @copilotkit/shared@1.8.14-next.0
2073
-
2074
- ## 1.8.13
2075
-
2076
- ### Patch Changes
2077
-
2078
- - 7fcf5c4: - fix followUp check
2079
- - @copilotkit/runtime-client-gql@1.8.13
2080
- - @copilotkit/shared@1.8.13
2081
-
2082
- ## 1.8.13-next.3
2083
-
2084
- ### Patch Changes
2085
-
2086
- - @copilotkit/runtime-client-gql@1.8.13-next.3
2087
- - @copilotkit/shared@1.8.13-next.3
2088
-
2089
- ## 1.8.13-next.2
2090
-
2091
- ### Patch Changes
2092
-
2093
- - @copilotkit/runtime-client-gql@1.8.13-next.2
2094
- - @copilotkit/shared@1.8.13-next.2
2095
-
2096
- ## 1.8.13-next.1
2097
-
2098
- ### Patch Changes
2099
-
2100
- - 7fcf5c4: - fix followUp check
2101
- - @copilotkit/runtime-client-gql@1.8.13-next.1
2102
- - @copilotkit/shared@1.8.13-next.1
2103
-
2104
- ## 1.8.13-next.0
2105
-
2106
- ### Patch Changes
2107
-
2108
- - @copilotkit/runtime-client-gql@1.8.13-next.0
2109
- - @copilotkit/shared@1.8.13-next.0
2110
-
2111
- ## 1.8.12
2112
-
2113
- ### Patch Changes
2114
-
2115
- - 3e09584: - fix: stop passing config if not exists
2116
- - 33ba021: - partial revert of potentially breaking check
2117
- - wip
2118
- - @copilotkit/runtime-client-gql@1.8.12
2119
- - @copilotkit/shared@1.8.12
2120
-
2121
- ## 1.8.12-next.6
2122
-
2123
- ### Patch Changes
2124
-
2125
- - 3e09584: - fix: stop passing config if not exists
2126
- - @copilotkit/runtime-client-gql@1.8.12-next.6
2127
- - @copilotkit/shared@1.8.12-next.6
2128
-
2129
- ## 1.8.12-next.5
2130
-
2131
- ### Patch Changes
2132
-
2133
- - @copilotkit/runtime-client-gql@1.8.12-next.5
2134
- - @copilotkit/shared@1.8.12-next.5
2135
-
2136
- ## 1.8.12-next.4
2137
-
2138
- ### Patch Changes
2139
-
2140
- - @copilotkit/runtime-client-gql@1.8.12-next.4
2141
- - @copilotkit/shared@1.8.12-next.4
2142
-
2143
- ## 1.8.12-next.3
2144
-
2145
- ### Patch Changes
2146
-
2147
- - @copilotkit/runtime-client-gql@1.8.12-next.3
2148
- - @copilotkit/shared@1.8.12-next.3
2149
-
2150
- ## 1.8.12-next.2
2151
-
2152
- ### Patch Changes
2153
-
2154
- - 33ba021: - partial revert of potentially breaking check
2155
- - wip
2156
- - @copilotkit/runtime-client-gql@1.8.12-next.2
2157
- - @copilotkit/shared@1.8.12-next.2
2158
-
2159
- ## 1.8.12-next.1
2160
-
2161
- ### Patch Changes
2162
-
2163
- - @copilotkit/runtime-client-gql@1.8.12-next.1
2164
- - @copilotkit/shared@1.8.12-next.1
2165
-
2166
- ## 1.8.12-next.0
2167
-
2168
- ### Patch Changes
2169
-
2170
- - @copilotkit/runtime-client-gql@1.8.12-next.0
2171
- - @copilotkit/shared@1.8.12-next.0
2172
-
2173
- ## 1.8.11
2174
-
2175
- ### Patch Changes
2176
-
2177
- - @copilotkit/runtime-client-gql@1.8.11
2178
- - @copilotkit/shared@1.8.11
2179
-
2180
- ## 1.8.11-next.1
2181
-
2182
- ### Patch Changes
2183
-
2184
- - @copilotkit/runtime-client-gql@1.8.11-next.1
2185
- - @copilotkit/shared@1.8.11-next.1
2186
-
2187
- ## 1.8.11-next.0
2188
-
2189
- ### Patch Changes
2190
-
2191
- - @copilotkit/runtime-client-gql@1.8.11-next.0
2192
- - @copilotkit/shared@1.8.11-next.0
2193
-
2194
- ## 1.8.10
2195
-
2196
- ### Patch Changes
2197
-
2198
- - 742efbb: - feat: enable setting langgraph config from ui
2199
- - chore: document usage of new config
2200
- - @copilotkit/runtime-client-gql@1.8.10
2201
- - @copilotkit/shared@1.8.10
2202
-
2203
- ## 1.8.10-next.3
2204
-
2205
- ### Patch Changes
2206
-
2207
- - @copilotkit/runtime-client-gql@1.8.10-next.3
2208
- - @copilotkit/shared@1.8.10-next.3
2209
-
2210
- ## 1.8.10-next.2
2211
-
2212
- ### Patch Changes
2213
-
2214
- - @copilotkit/runtime-client-gql@1.8.10-next.2
2215
- - @copilotkit/shared@1.8.10-next.2
2216
-
2217
- ## 1.8.10-next.1
2218
-
2219
- ### Patch Changes
2220
-
2221
- - @copilotkit/runtime-client-gql@1.8.10-next.1
2222
- - @copilotkit/shared@1.8.10-next.1
2223
-
2224
- ## 1.8.10-next.0
2225
-
2226
- ### Patch Changes
2227
-
2228
- - 742efbb: - feat: enable setting langgraph config from ui
2229
- - chore: document usage of new config
2230
- - @copilotkit/runtime-client-gql@1.8.10-next.0
2231
- - @copilotkit/shared@1.8.10-next.0
2232
-
2233
- ## 1.8.9
2234
-
2235
- ### Patch Changes
2236
-
2237
- - @copilotkit/runtime-client-gql@1.8.9
2238
- - @copilotkit/shared@1.8.9
2239
-
2240
- ## 1.8.9-next.0
2241
-
2242
- ### Patch Changes
2243
-
2244
- - @copilotkit/runtime-client-gql@1.8.9-next.0
2245
- - @copilotkit/shared@1.8.9-next.0
2246
-
2247
- ## 1.8.8
2248
-
2249
- ### Patch Changes
2250
-
2251
- - dfb67c3: - refactor: rename mcpEndpoints to mcpServers for naming consistency
2252
- - doc changes
2253
- - @copilotkit/runtime-client-gql@1.8.8
2254
- - @copilotkit/shared@1.8.8
2255
-
2256
- ## 1.8.8-next.1
2257
-
2258
- ### Patch Changes
2259
-
2260
- - @copilotkit/runtime-client-gql@1.8.8-next.1
2261
- - @copilotkit/shared@1.8.8-next.1
2262
-
2263
- ## 1.8.8-next.0
2264
-
2265
- ### Patch Changes
2266
-
2267
- - dfb67c3: - refactor: rename mcpEndpoints to mcpServers for naming consistency
2268
- - doc changes
2269
- - @copilotkit/runtime-client-gql@1.8.8-next.0
2270
- - @copilotkit/shared@1.8.8-next.0
2271
-
2272
- ## 1.8.7
2273
-
2274
- ### Patch Changes
2275
-
2276
- - Updated dependencies [8b8474f]
2277
- - @copilotkit/runtime-client-gql@1.8.7
2278
- - @copilotkit/shared@1.8.7
2279
-
2280
- ## 1.8.7-next.0
2281
-
2282
- ### Patch Changes
2283
-
2284
- - Updated dependencies [8b8474f]
2285
- - @copilotkit/runtime-client-gql@1.8.7-next.0
2286
- - @copilotkit/shared@1.8.7-next.0
2287
-
2288
- ## 1.8.6
2289
-
2290
- ### Patch Changes
2291
-
2292
- - 7a04bd1: - fix: fix how results are communicated back on interrupt
2293
- - fix: do not allow followup for interrupt actions
2294
- - chore: improve TS docs for interrupt
2295
- - @copilotkit/runtime-client-gql@1.8.6
2296
- - @copilotkit/shared@1.8.6
2297
-
2298
- ## 1.8.6-next.0
2299
-
2300
- ### Patch Changes
2301
-
2302
- - 7a04bd1: - fix: fix how results are communicated back on interrupt
2303
- - fix: do not allow followup for interrupt actions
2304
- - chore: improve TS docs for interrupt
2305
- - @copilotkit/runtime-client-gql@1.8.6-next.0
2306
- - @copilotkit/shared@1.8.6-next.0
2307
-
2308
- ## 1.8.5
2309
-
2310
- ### Patch Changes
2311
-
2312
- - c0d3261: - full AWP support
2313
-
2314
- Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2315
- - refactor: address linter issues with the new pages
2316
-
2317
- Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2318
- - Merge branch 'mme/acp' into mme/mastra
2319
- - add sse example
2320
- - Create small-turkeys-agree.md
2321
- - upgrade AWP
2322
- - Merge branch 'mme/mastra' of github.com:CopilotKit/CopilotKit into mme/mastra
2323
- - make agents a dict
2324
- - update docs
2325
- - send tools
2326
- - update to latest packages
2327
- - fix problem where state sync are preventing tool calls
2328
- - set possibly undefined toolCalls to an empty array
2329
- - fix missing tool call ids
2330
-
2331
- - 77a7457: - feat: Add Model Context Protocol (MCP) support
2332
- - d0e8a1e: - fix: fix duplicate messages on regenerate
2333
- - @copilotkit/runtime-client-gql@1.8.5
2334
- - @copilotkit/shared@1.8.5
2335
-
2336
- ## 1.8.5-next.5
2337
-
2338
- ### Patch Changes
2339
-
2340
- - c0d3261: - full AWP support
2341
-
2342
- Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2343
- - refactor: address linter issues with the new pages
2344
-
2345
- Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2346
- - Merge branch 'mme/acp' into mme/mastra
2347
- - add sse example
2348
- - Create small-turkeys-agree.md
2349
- - upgrade AWP
2350
- - Merge branch 'mme/mastra' of github.com:CopilotKit/CopilotKit into mme/mastra
2351
- - make agents a dict
2352
- - update docs
2353
- - send tools
2354
- - update to latest packages
2355
- - fix problem where state sync are preventing tool calls
2356
- - set possibly undefined toolCalls to an empty array
2357
- - fix missing tool call ids
2358
- - @copilotkit/runtime-client-gql@1.8.5-next.5
2359
- - @copilotkit/shared@1.8.5-next.5
2360
-
2361
- ## 1.8.5-next.4
2362
-
2363
- ### Patch Changes
2364
-
2365
- - @copilotkit/runtime-client-gql@1.8.5-next.4
2366
- - @copilotkit/shared@1.8.5-next.4
2367
-
2368
- ## 1.8.5-next.3
2369
-
2370
- ### Patch Changes
2371
-
2372
- - 77a7457: - feat: Add Model Context Protocol (MCP) support
2373
- - @copilotkit/runtime-client-gql@1.8.5-next.3
2374
- - @copilotkit/shared@1.8.5-next.3
2375
-
2376
- ## 1.8.5-next.2
2377
-
2378
- ### Patch Changes
2379
-
2380
- - @copilotkit/runtime-client-gql@1.8.5-next.2
2381
- - @copilotkit/shared@1.8.5-next.2
2382
-
2383
- ## 1.8.5-next.1
2384
-
2385
- ### Patch Changes
2386
-
2387
- - d0e8a1e: - fix: fix duplicate messages on regenerate
2388
- - @copilotkit/runtime-client-gql@1.8.5-next.1
2389
- - @copilotkit/shared@1.8.5-next.1
2390
-
2391
- ## 1.8.5-next.0
2392
-
2393
- ### Patch Changes
2394
-
2395
- - @copilotkit/runtime-client-gql@1.8.5-next.0
2396
- - @copilotkit/shared@1.8.5-next.0
2397
-
2398
- ## 1.8.4
2399
-
2400
- ### Patch Changes
2401
-
2402
- - 4e28414: - use new interface properly
2403
- - Updated dependencies [f363760]
2404
- - @copilotkit/shared@1.8.4
2405
- - @copilotkit/runtime-client-gql@1.8.4
2406
-
2407
- ## 1.8.4-next.4
2408
-
2409
- ### Patch Changes
2410
-
2411
- - 4e28414: - use new interface properly
2412
- - @copilotkit/runtime-client-gql@1.8.4-next.4
2413
- - @copilotkit/shared@1.8.4-next.4
2414
-
2415
- ## 1.8.4-next.3
2416
-
2417
- ### Patch Changes
2418
-
2419
- - @copilotkit/runtime-client-gql@1.8.4-next.3
2420
- - @copilotkit/shared@1.8.4-next.3
2421
-
2422
- ## 1.8.4-next.2
2423
-
2424
- ### Patch Changes
2425
-
2426
- - @copilotkit/runtime-client-gql@1.8.4-next.2
2427
- - @copilotkit/shared@1.8.4-next.2
2428
-
2429
- ## 1.8.4-next.1
2430
-
2431
- ### Patch Changes
2432
-
2433
- - Updated dependencies [f363760]
2434
- - @copilotkit/shared@1.8.4-next.1
2435
- - @copilotkit/runtime-client-gql@1.8.4-next.1
2436
-
2437
- ## 1.8.4-next.0
2438
-
2439
- ### Patch Changes
2440
-
2441
- - @copilotkit/runtime-client-gql@1.8.4-next.0
2442
- - @copilotkit/shared@1.8.4-next.0
2443
-
2444
- ## 1.8.3
2445
-
2446
- ### Patch Changes
2447
-
2448
- - @copilotkit/runtime-client-gql@1.8.3
2449
- - @copilotkit/shared@1.8.3
2450
-
2451
- ## 1.8.3-next.0
2452
-
2453
- ### Patch Changes
2454
-
2455
- - @copilotkit/runtime-client-gql@1.8.3-next.0
2456
- - @copilotkit/shared@1.8.3-next.0
2457
-
2458
- ## 1.8.2-next.3
2459
-
2460
- ### Patch Changes
2461
-
2462
- - @copilotkit/runtime-client-gql@1.8.2-next.3
2463
- - @copilotkit/shared@1.8.2-next.3
2464
-
2465
- ## 1.8.2-next.2
2466
-
2467
- ### Patch Changes
2468
-
2469
- - @copilotkit/runtime-client-gql@1.8.2-next.2
2470
- - @copilotkit/shared@1.8.2-next.2
2471
-
2472
- ## 1.8.2-next.1
2473
-
2474
- ### Patch Changes
2475
-
2476
- - @copilotkit/runtime-client-gql@1.8.2-next.1
2477
- - @copilotkit/shared@1.8.2-next.1
2478
-
2479
- ## 1.8.2-next.0
2480
-
2481
- ### Patch Changes
2482
-
2483
- - @copilotkit/runtime-client-gql@1.8.2-next.0
2484
- - @copilotkit/shared@1.8.2-next.0
2485
-
2486
- ## 1.8.1
2487
-
2488
- ### Patch Changes
2489
-
2490
- - 7a42944: - fix(react-core): update agentSession when agent props change #1497
2491
- - @copilotkit/runtime-client-gql@1.8.1
2492
- - @copilotkit/shared@1.8.1
2493
-
2494
- ## 1.8.1-next.1
2495
-
2496
- ### Patch Changes
2497
-
2498
- - @copilotkit/runtime-client-gql@1.8.1-next.1
2499
- - @copilotkit/shared@1.8.1-next.1
2500
-
2501
- ## 1.8.1-next.0
2502
-
2503
- ### Patch Changes
2504
-
2505
- - 7a42944: - fix(react-core): update agentSession when agent props change #1497
2506
- - @copilotkit/runtime-client-gql@1.8.1-next.0
2507
- - @copilotkit/shared@1.8.1-next.0
2508
-
2509
- ## 1.8.0
2510
-
2511
- ### Patch Changes
2512
-
2513
- - 73f5eaa: - fix(react-core): export missing action-related types for public API
2514
- - a50f4c1: - move default components out of ui
2515
- - @copilotkit/runtime-client-gql@1.8.0
2516
- - @copilotkit/shared@1.8.0
2517
-
2518
- ## 1.8.0-next.8
2519
-
2520
- ### Patch Changes
2521
-
2522
- - @copilotkit/runtime-client-gql@1.8.0-next.8
2523
- - @copilotkit/shared@1.8.0-next.8
2524
-
2525
- ## 1.8.0-next.7
2526
-
2527
- ### Patch Changes
2528
-
2529
- - @copilotkit/runtime-client-gql@1.8.0-next.7
2530
- - @copilotkit/shared@1.8.0-next.7
2531
-
2532
- ## 1.8.0-next.6
2533
-
2534
- ### Patch Changes
2535
-
2536
- - @copilotkit/runtime-client-gql@1.8.0-next.6
2537
- - @copilotkit/shared@1.8.0-next.6
2538
-
2539
- ## 1.8.0-next.5
2540
-
2541
- ### Patch Changes
2542
-
2543
- - a50f4c1: - move default components out of ui
2544
- - @copilotkit/runtime-client-gql@1.8.0-next.5
2545
- - @copilotkit/shared@1.8.0-next.5
2546
-
2547
- ## 1.8.0-next.4
2548
-
2549
- ### Patch Changes
2550
-
2551
- - @copilotkit/runtime-client-gql@1.8.0-next.4
2552
- - @copilotkit/shared@1.8.0-next.4
2553
-
2554
- ## 1.8.0-next.3
2555
-
2556
- ### Patch Changes
2557
-
2558
- - @copilotkit/runtime-client-gql@1.8.0-next.3
2559
- - @copilotkit/shared@1.8.0-next.3
2560
-
2561
- ## 1.7.2-next.2
2562
-
2563
- ### Patch Changes
2564
-
2565
- - @copilotkit/runtime-client-gql@1.7.2-next.2
2566
- - @copilotkit/shared@1.7.2-next.2
2567
-
2568
- ## 1.7.2-next.1
2569
-
2570
- ### Patch Changes
2571
-
2572
- - 73f5eaa: - fix(react-core): export missing action-related types for public API
2573
- - @copilotkit/runtime-client-gql@1.7.2-next.1
2574
- - @copilotkit/shared@1.7.2-next.1
2575
-
2576
- ## 1.7.2-next.0
2577
-
2578
- ### Patch Changes
2579
-
2580
- - @copilotkit/runtime-client-gql@1.7.2-next.0
2581
- - @copilotkit/shared@1.7.2-next.0
2582
-
2583
- ## 1.7.1
2584
-
2585
- ### Patch Changes
2586
-
2587
- - @copilotkit/runtime-client-gql@1.7.1
2588
- - @copilotkit/shared@1.7.1
2589
-
2590
- ## 1.7.1-next.0
2591
-
2592
- ### Patch Changes
2593
-
2594
- - @copilotkit/runtime-client-gql@1.7.1-next.0
2595
- - @copilotkit/shared@1.7.1-next.0
2596
-
2597
- ## 1.7.0
2598
-
2599
- ### Patch Changes
2600
-
2601
- - @copilotkit/runtime-client-gql@1.7.0
2602
- - @copilotkit/shared@1.7.0
2603
-
2604
- ## 1.7.0-next.1
2605
-
2606
- ### Patch Changes
2607
-
2608
- - @copilotkit/runtime-client-gql@1.7.0-next.1
2609
- - @copilotkit/shared@1.7.0-next.1
2610
-
2611
- ## 1.7.0-next.0
2612
-
2613
- ### Patch Changes
2614
-
2615
- - @copilotkit/runtime-client-gql@1.7.0-next.0
2616
- - @copilotkit/shared@1.7.0-next.0
2617
-
2618
- ## 1.6.0
2619
-
2620
- ### Minor Changes
2621
-
2622
- - 7d061d9: - feat(configurable): execute langgraph with user config
2623
-
2624
- ### Patch Changes
2625
-
2626
- - d833f4c: - fix: provide the ability to type interrupt event value
2627
- - d800f03: - fix: use memoization in useCoAgent internal functions
2628
- - 85753b3: - feat(actions): enable restricting actions to frontend only
2629
- - b454827: - fix: simplify condition options for langgraph interrupts
2630
- - chore: add new enabled to e2e tests
2631
- - fix: refine argument types
2632
- - chore: document hook API reference
2633
- - c1cc77f: - feat: new useCopilotAdditionalInstructions hook and available property on useCopilotReadable
2634
- - Updated dependencies [d833f4c]
2635
- - Updated dependencies [090203d]
2636
- - @copilotkit/runtime-client-gql@1.6.0
2637
- - @copilotkit/shared@1.6.0
2638
-
2639
- ## 1.6.0-next.12
2640
-
2641
- ### Patch Changes
2642
-
2643
- - @copilotkit/runtime-client-gql@1.6.0-next.12
2644
- - @copilotkit/shared@1.6.0-next.12
2645
-
2646
- ## 1.6.0-next.11
2647
-
2648
- ### Patch Changes
2649
-
2650
- - 85753b3: - feat(actions): enable restricting actions to frontend only
2651
- - @copilotkit/runtime-client-gql@1.6.0-next.11
2652
- - @copilotkit/shared@1.6.0-next.11
2653
-
2654
- ## 1.6.0-next.10
2655
-
2656
- ### Patch Changes
2657
-
2658
- - @copilotkit/runtime-client-gql@1.6.0-next.10
2659
- - @copilotkit/shared@1.6.0-next.10
2660
-
2661
- ## 1.6.0-next.9
2662
-
2663
- ### Patch Changes
2664
-
2665
- - @copilotkit/runtime-client-gql@1.6.0-next.9
2666
- - @copilotkit/shared@1.6.0-next.9
2667
-
2668
- ## 1.6.0-next.8
2669
-
2670
- ### Patch Changes
2671
-
2672
- - @copilotkit/runtime-client-gql@1.6.0-next.8
2673
- - @copilotkit/shared@1.6.0-next.8
2674
-
2675
- ## 1.6.0-next.7
2676
-
2677
- ### Patch Changes
2678
-
2679
- - d800f03: - fix: use memoization in useCoAgent internal functions
2680
- - @copilotkit/runtime-client-gql@1.6.0-next.7
2681
- - @copilotkit/shared@1.6.0-next.7
2682
-
2683
- ## 1.6.0-next.6
2684
-
2685
- ### Patch Changes
2686
-
2687
- - @copilotkit/runtime-client-gql@1.6.0-next.6
2688
- - @copilotkit/shared@1.6.0-next.6
2689
-
2690
- ## 1.6.0-next.5
2691
-
2692
- ### Patch Changes
2693
-
2694
- - Updated dependencies [090203d]
2695
- - @copilotkit/shared@1.6.0-next.5
2696
- - @copilotkit/runtime-client-gql@1.6.0-next.5
2697
-
2698
- ## 1.6.0-next.4
2699
-
2700
- ### Patch Changes
2701
-
2702
- - @copilotkit/runtime-client-gql@1.6.0-next.4
2703
- - @copilotkit/shared@1.6.0-next.4
2704
-
2705
- ## 1.6.0-next.3
2706
-
2707
- ### Patch Changes
2708
-
2709
- - @copilotkit/runtime-client-gql@1.6.0-next.3
2710
- - @copilotkit/shared@1.6.0-next.3
2711
-
2712
- ## 1.6.0-next.2
2713
-
2714
- ### Patch Changes
2715
-
2716
- - b454827: - fix: simplify condition options for langgraph interrupts
2717
- - chore: add new enabled to e2e tests
2718
- - fix: refine argument types
2719
- - chore: document hook API reference
2720
- - @copilotkit/runtime-client-gql@1.6.0-next.2
2721
- - @copilotkit/shared@1.6.0-next.2
2722
-
2723
- ## 1.6.0-next.1
2724
-
2725
- ### Patch Changes
2726
-
2727
- - d833f4c: - fix: provide the ability to type interrupt event value
2728
- - Updated dependencies [d833f4c]
2729
- - @copilotkit/runtime-client-gql@1.6.0-next.1
2730
- - @copilotkit/shared@1.6.0-next.1
2731
-
2732
- ## 1.6.0-next.0
2733
-
2734
- ### Minor Changes
2735
-
2736
- - 7d061d9: - feat(configurable): execute langgraph with user config
2737
-
2738
- ### Patch Changes
2739
-
2740
- - @copilotkit/runtime-client-gql@1.6.0-next.0
2741
- - @copilotkit/shared@1.6.0-next.0
2742
-
2743
- ## 1.5.20
2744
-
2745
- ### Patch Changes
2746
-
2747
- - Updated dependencies [51f0d66]
2748
- - @copilotkit/shared@1.5.20
2749
- - @copilotkit/runtime-client-gql@1.5.20
2750
-
2751
- ## 1.5.20-next.0
2752
-
2753
- ### Patch Changes
2754
-
2755
- - Updated dependencies [51f0d66]
2756
- - @copilotkit/shared@1.5.20-next.0
2757
- - @copilotkit/runtime-client-gql@1.5.20-next.0
2758
-
2759
- ## 1.5.19
2760
-
2761
- ### Patch Changes
2762
-
2763
- - 0dd1ab9: - fix(errors): allow non copilotkit errors to pass to consumer app error boundary
2764
- - 5bc68f8: - fix(actions): warn on action duplication
2765
- - fix(actions): warn on coagent state render duplication
2766
- - Updated dependencies [0dd1ab9]
2767
- - @copilotkit/shared@1.5.19
2768
- - @copilotkit/runtime-client-gql@1.5.19
2769
-
2770
- ## 1.5.19-next.1
2771
-
2772
- ### Patch Changes
2773
-
2774
- - 0dd1ab9: - fix(errors): allow non copilotkit errors to pass to consumer app error boundary
2775
- - Updated dependencies [0dd1ab9]
2776
- - @copilotkit/shared@1.5.19-next.1
2777
- - @copilotkit/runtime-client-gql@1.5.19-next.1
2778
-
2779
- ## 1.5.19-next.0
2780
-
2781
- ### Patch Changes
2782
-
2783
- - 5bc68f8: - fix(actions): warn on action duplication
2784
- - fix(actions): warn on coagent state render duplication
2785
- - @copilotkit/runtime-client-gql@1.5.19-next.0
2786
- - @copilotkit/shared@1.5.19-next.0
2787
-
2788
- ## 1.5.18
2789
-
2790
- ### Patch Changes
2791
-
2792
- - f77a7b9: - fix: use warning when version mismatch is not expected to error out
2793
- - Updated dependencies [d47cd26]
2794
- - Updated dependencies [f77a7b9]
2795
- - Updated dependencies [38d3ac2]
2796
- - @copilotkit/runtime-client-gql@1.5.18
2797
- - @copilotkit/shared@1.5.18
2798
-
2799
- ## 1.5.18-next.3
2800
-
2801
- ### Patch Changes
2802
-
2803
- - f77a7b9: - fix: use warning when version mismatch is not expected to error out
2804
- - Updated dependencies [f77a7b9]
2805
- - @copilotkit/runtime-client-gql@1.5.18-next.3
2806
- - @copilotkit/shared@1.5.18-next.3
2807
-
2808
- ## 1.5.18-next.2
2809
-
2810
- ### Patch Changes
2811
-
2812
- - Updated dependencies [38d3ac2]
2813
- - @copilotkit/shared@1.5.18-next.2
2814
- - @copilotkit/runtime-client-gql@1.5.18-next.2
2815
-
2816
- ## 1.5.18-next.1
2817
-
2818
- ### Patch Changes
2819
-
2820
- - @copilotkit/runtime-client-gql@1.5.18-next.1
2821
- - @copilotkit/shared@1.5.18-next.1
2822
-
2823
- ## 1.5.18-next.0
2824
-
2825
- ### Patch Changes
2826
-
2827
- - Updated dependencies [d47cd26]
2828
- - @copilotkit/runtime-client-gql@1.5.18-next.0
2829
- - @copilotkit/shared@1.5.18-next.0
2830
-
2831
- ## 1.5.17
2832
-
2833
- ### Patch Changes
2834
-
2835
- - Updated dependencies [1fc3902]
2836
- - @copilotkit/runtime-client-gql@1.5.17
2837
- - @copilotkit/shared@1.5.17
2838
-
2839
- ## 1.5.17-next.0
2840
-
2841
- ### Patch Changes
2842
-
2843
- - Updated dependencies [1fc3902]
2844
- - @copilotkit/runtime-client-gql@1.5.17-next.0
2845
- - @copilotkit/shared@1.5.17-next.0
2846
-
2847
- ## 1.5.16
2848
-
2849
- ### Patch Changes
2850
-
2851
- - 07be5ca: - fix: disable error toasts if dev console is disabled
2852
- - Updated dependencies [48b7c7b]
2853
- - @copilotkit/runtime-client-gql@1.5.16
2854
- - @copilotkit/shared@1.5.16
2855
-
2856
- ## 1.5.16-next.2
2857
-
2858
- ### Patch Changes
2859
-
2860
- - @copilotkit/runtime-client-gql@1.5.16-next.2
2861
- - @copilotkit/shared@1.5.16-next.2
2862
-
2863
- ## 1.5.16-next.1
2864
-
2865
- ### Patch Changes
2866
-
2867
- - Updated dependencies [48b7c7b]
2868
- - @copilotkit/runtime-client-gql@1.5.16-next.1
2869
- - @copilotkit/shared@1.5.16-next.1
2870
-
2871
- ## 1.5.16-next.0
2872
-
2873
- ### Patch Changes
2874
-
2875
- - 07be5ca: - fix: disable error toasts if dev console is disabled
2876
- - @copilotkit/runtime-client-gql@1.5.16-next.0
2877
- - @copilotkit/shared@1.5.16-next.0
2878
-
2879
- ## 1.5.15
2880
-
2881
- ### Patch Changes
2882
-
2883
- - 06f9f35: - feat(interrupt): add copilotkit interrupt as messages with copilotkit interrupt convenience fn
2884
- - chore(deps): update dependencies for demos
2885
- - chore(interrupt-as-message): add e2e test for interrupt as message
2886
- - 7b3141d: - feat(interrupt): support LG interrupt with useLangGraphInterrupt hook
2887
- - chore(interrupt): add e2e test to interrupt functionality
2888
- - feat(interrupt): add support for multiple interrupts and conditions
2889
- - c9ae305: - perf: prevent redundant API calls
2890
- - Updated dependencies [0dc0f43]
2891
- - Updated dependencies [06f9f35]
2892
- - Updated dependencies [7b3141d]
2893
- - Updated dependencies [0bbb4ab]
2894
- - @copilotkit/runtime-client-gql@1.5.15
2895
- - @copilotkit/shared@1.5.15
2896
-
2897
- ## 1.5.15-next.8
2898
-
2899
- ### Patch Changes
2900
-
2901
- - 06f9f35: - feat(interrupt): add copilotkit interrupt as messages with copilotkit interrupt convenience fn
2902
- - chore(deps): update dependencies for demos
2903
- - chore(interrupt-as-message): add e2e test for interrupt as message
2904
- - Updated dependencies [06f9f35]
2905
- - @copilotkit/runtime-client-gql@1.5.15-next.8
2906
- - @copilotkit/shared@1.5.15-next.8
2907
-
2908
- ## 1.5.15-next.7
2909
-
2910
- ### Patch Changes
2911
-
2912
- - @copilotkit/runtime-client-gql@1.5.15-next.7
2913
- - @copilotkit/shared@1.5.15-next.7
2914
-
2915
- ## 1.5.15-next.6
2916
-
2917
- ### Patch Changes
2918
-
2919
- - c9ae305: - perf: prevent redundant API calls
2920
- - @copilotkit/runtime-client-gql@1.5.15-next.6
2921
- - @copilotkit/shared@1.5.15-next.6
2922
-
2923
- ## 1.5.15-next.5
2924
-
2925
- ### Patch Changes
2926
-
2927
- - Updated dependencies [0dc0f43]
2928
- - @copilotkit/runtime-client-gql@1.5.15-next.5
2929
- - @copilotkit/shared@1.5.15-next.5
2930
-
2931
- ## 1.5.15-next.4
2932
-
2933
- ### Patch Changes
2934
-
2935
- - 7b3141d: - feat(interrupt): support LG interrupt with useLangGraphInterrupt hook
2936
- - chore(interrupt): add e2e test to interrupt functionality
2937
- - feat(interrupt): add support for multiple interrupts and conditions
2938
- - Updated dependencies [7b3141d]
2939
- - @copilotkit/runtime-client-gql@1.5.15-next.4
2940
- - @copilotkit/shared@1.5.15-next.4
2941
-
2942
- ## 1.5.15-next.3
2943
-
2944
- ### Patch Changes
2945
-
2946
- - @copilotkit/runtime-client-gql@1.5.15-next.3
2947
- - @copilotkit/shared@1.5.15-next.3
2948
-
2949
- ## 1.5.15-next.2
2950
-
2951
- ### Patch Changes
2952
-
2953
- - @copilotkit/runtime-client-gql@1.5.15-next.2
2954
- - @copilotkit/shared@1.5.15-next.2
2955
-
2956
- ## 1.5.15-next.1
2957
-
2958
- ### Patch Changes
2959
-
2960
- - Updated dependencies [0bbb4ab]
2961
- - @copilotkit/runtime-client-gql@1.5.15-next.1
2962
- - @copilotkit/shared@1.5.15-next.1
2963
-
2964
- ## 1.5.15-next.0
2965
-
2966
- ### Patch Changes
2967
-
2968
- - @copilotkit/runtime-client-gql@1.5.15-next.0
2969
- - @copilotkit/shared@1.5.15-next.0
2970
-
2971
- ## 1.5.14
2972
-
2973
- ### Patch Changes
2974
-
2975
- - 0061f65: - feat: allows dev mode for cloud onboarding flow
2976
- - Updated dependencies [0061f65]
2977
- - @copilotkit/shared@1.5.14
2978
- - @copilotkit/runtime-client-gql@1.5.14
2979
-
2980
- ## 1.5.14-next.0
2981
-
2982
- ### Patch Changes
2983
-
2984
- - 0061f65: - feat: allows dev mode for cloud onboarding flow
2985
- - Updated dependencies [0061f65]
2986
- - @copilotkit/shared@1.5.14-next.0
2987
- - @copilotkit/runtime-client-gql@1.5.14-next.0
2988
-
2989
- ## 1.5.13
2990
-
2991
- ### Patch Changes
2992
-
2993
- - @copilotkit/runtime-client-gql@1.5.13
2994
- - @copilotkit/shared@1.5.13
2995
-
2996
- ## 1.5.13-next.0
2997
-
2998
- ### Patch Changes
2999
-
3000
- - @copilotkit/runtime-client-gql@1.5.13-next.0
3001
- - @copilotkit/shared@1.5.13-next.0
3002
-
3003
- ## 1.5.12
3004
-
3005
- ### Patch Changes
3006
-
3007
- - 926499b: - Load the previous state of an agent if `threadId` is provided to CopilotKit, including all messages
3008
- - 6136a57: - fix(errors): add custom error classes to better describe library errors
3009
- - fix(errors): use new errors in error handling
3010
- - chore: add documentation and links to respective errors
3011
- - cb43c05: - fix: set up managed LLM retries and report error to render method
3012
- - Updated dependencies [fb87bcf]
3013
- - Updated dependencies [926499b]
3014
- - Updated dependencies [6136a57]
3015
- - @copilotkit/runtime-client-gql@1.5.12
3016
- - @copilotkit/shared@1.5.12
3017
-
3018
- ## 1.5.12-next.7
3019
-
3020
- ### Patch Changes
3021
-
3022
- - 926499b: - Load the previous state of an agent if `threadId` is provided to CopilotKit, including all messages
3023
- - Updated dependencies [926499b]
3024
- - @copilotkit/runtime-client-gql@1.5.12-next.7
3025
- - @copilotkit/shared@1.5.12-next.7
3026
-
3027
- ## 1.5.12-next.6
3028
-
3029
- ### Patch Changes
3030
-
3031
- - 6136a57: - fix(errors): add custom error classes to better describe library errors
3032
- - fix(errors): use new errors in error handling
3033
- - chore: add documentation and links to respective errors
3034
- - Updated dependencies [6136a57]
3035
- - @copilotkit/runtime-client-gql@1.5.12-next.6
3036
- - @copilotkit/shared@1.5.12-next.6
3037
-
3038
- ## 1.5.12-next.5
3039
-
3040
- ### Patch Changes
3041
-
3042
- - @copilotkit/runtime-client-gql@1.5.12-next.5
3043
- - @copilotkit/shared@1.5.12-next.5
3044
-
3045
- ## 1.5.12-next.4
3046
-
3047
- ### Patch Changes
3048
-
3049
- - @copilotkit/runtime-client-gql@1.5.12-next.4
3050
- - @copilotkit/shared@1.5.12-next.4
3051
-
3052
- ## 1.5.12-next.3
3053
-
3054
- ### Patch Changes
3055
-
3056
- - cb43c05: - fix: set up managed LLM retries and report error to render method
3057
- - @copilotkit/runtime-client-gql@1.5.12-next.3
3058
- - @copilotkit/shared@1.5.12-next.3
3059
-
3060
- ## 1.5.12-next.2
3061
-
3062
- ### Patch Changes
3063
-
3064
- - Updated dependencies [fb87bcf]
3065
- - @copilotkit/runtime-client-gql@1.5.12-next.2
3066
- - @copilotkit/shared@1.5.12-next.2
3067
-
3068
- ## 1.5.12-next.1
3069
-
3070
- ### Patch Changes
3071
-
3072
- - @copilotkit/runtime-client-gql@1.5.12-next.1
3073
- - @copilotkit/shared@1.5.12-next.1
3074
-
3075
- ## 1.5.12-next.0
3076
-
3077
- ### Patch Changes
3078
-
3079
- - @copilotkit/runtime-client-gql@1.5.12-next.0
3080
- - @copilotkit/shared@1.5.12-next.0
3081
-
3082
- ## 1.5.11
3083
-
3084
- ### Patch Changes
3085
-
3086
- - db3d539: test release notes
3087
- - e5d588d: test changelog
3088
- - 4211318: test changelog
3089
- - d431537: Test release notes
3090
- - Updated dependencies [72f9e58]
3091
- - Updated dependencies [aecb6f4]
3092
- - Updated dependencies [0a2e07e]
3093
- - Updated dependencies [9b3bdc2]
3094
- - @copilotkit/runtime-client-gql@1.5.11
3095
- - @copilotkit/shared@1.5.11
3096
-
3097
- ## 1.5.11-next.0
3098
-
3099
- ### Patch Changes
3100
-
3101
- - db3d539: test release notes
3102
- - e5d588d: test changelog
3103
- - 4211318: test changelog
3104
- - d431537: Test release notes
3105
- - Updated dependencies [72f9e58]
3106
- - Updated dependencies [aecb6f4]
3107
- - Updated dependencies [0a2e07e]
3108
- - Updated dependencies [9b3bdc2]
3109
- - @copilotkit/runtime-client-gql@1.5.11-next.0
3110
- - @copilotkit/shared@1.5.11-next.0
3111
-
3112
- ## 1.5.10
3113
-
3114
- ### Patch Changes
3115
-
3116
- - db3d539: test release notes
3117
- - e5d588d: test changelog
3118
- - 4211318: test changelog
3119
- - d431537: Test release notes
3120
- - Updated dependencies [72f9e58]
3121
- - Updated dependencies [aecb6f4]
3122
- - Updated dependencies [9b3bdc2]
3123
- - @copilotkit/runtime-client-gql@1.5.10
3124
- - @copilotkit/shared@1.5.10
3125
-
3126
- ## 1.5.10-next.0
3127
-
3128
- ### Patch Changes
3129
-
3130
- - db3d539: test release notes
3131
- - e5d588d: test changelog
3132
- - 4211318: test changelog
3133
- - d431537: Test release notes
3134
- - Updated dependencies [72f9e58]
3135
- - Updated dependencies [aecb6f4]
3136
- - Updated dependencies [9b3bdc2]
3137
- - @copilotkit/runtime-client-gql@1.5.10-next.0
3138
- - @copilotkit/shared@1.5.10-next.0
3139
-
3140
- ## 1.5.9
3141
-
3142
- ### Patch Changes
3143
-
3144
- - db3d539: test release notes
3145
- - e5d588d: test changelog
3146
- - 4211318: test changelog
3147
- - d431537: Test release notes
3148
- - Updated dependencies [72f9e58]
3149
- - Updated dependencies [9b3bdc2]
3150
- - @copilotkit/runtime-client-gql@1.5.9
3151
- - @copilotkit/shared@1.5.9
3152
-
3153
- ## 1.5.8
3154
-
3155
- ### Patch Changes
3156
-
3157
- - db3d539: test release notes
3158
- - e5d588d: test changelog
3159
- - 4211318: test changelog
3160
- - d431537: Test release notes
3161
- - Updated dependencies [72f9e58]
3162
- - Updated dependencies [9b3bdc2]
3163
- - @copilotkit/runtime-client-gql@1.5.8
3164
- - @copilotkit/shared@1.5.8
3165
-
3166
- ## 1.5.6-next.0
3167
-
3168
- ### Patch Changes
3169
-
3170
- - @copilotkit/runtime-client-gql@1.5.6-next.0
3171
- - @copilotkit/shared@1.5.6-next.0
3172
-
3173
- ## 1.5.5-next.5
3174
-
3175
- ### Patch Changes
3176
-
3177
- - db3d539: test release notes
3178
- - @copilotkit/runtime-client-gql@1.5.5-next.5
3179
- - @copilotkit/shared@1.5.5-next.5
3180
-
3181
- ## 1.5.5-next.3
3182
-
3183
- ### Patch Changes
3184
-
3185
- - @copilotkit/runtime-client-gql@1.5.5-next.3
3186
- - @copilotkit/shared@1.5.5-next.3
3187
-
3188
- ## 1.5.5-next.2
3189
-
3190
- ### Patch Changes
3191
-
3192
- - Updated dependencies [72f9e58]
3193
- - Updated dependencies [9b3bdc2]
3194
- - @copilotkit/runtime-client-gql@1.5.5-next.2
3195
- - @copilotkit/shared@1.5.5-next.2
3196
-
3197
- ## 1.5.4
3198
-
3199
- ### Patch Changes
3200
-
3201
- - @copilotkit/runtime-client-gql@1.5.4
3202
- - @copilotkit/shared@1.5.4
3203
-
3204
- ## 1.5.3
3205
-
3206
- ### Patch Changes
3207
-
3208
- - @copilotkit/runtime-client-gql@1.5.3
3209
- - @copilotkit/shared@1.5.3
3210
-
3211
- ## 1.5.2
3212
-
3213
- ### Patch Changes
3214
-
3215
- - Updated dependencies [b0192c1]
3216
- - @copilotkit/runtime-client-gql@1.5.2
3217
- - @copilotkit/shared@1.5.2
3218
-
3219
- ## 1.5.1
3220
-
3221
- ### Patch Changes
3222
-
3223
- - 5c01e9e: test prerelease #4
3224
- - ed39d40: - [CPK-1034] adds `useCopilotAuthenticatedAction`
3225
- - da280ed: Test prerelease script
3226
- - 27e42d7: testing a prerelease
3227
- - 05240a9: test pre #2
3228
- - 33218fe: test prerelease #3
3229
- - 03f3d6f: Test next prerelease
3230
- - 649ebcc: - fix: add warning when using agents that are not available on agent related hooks
3231
- - 6dfa0d2: - feat: add temperature parameter support for LLM completions
3232
- - Updated dependencies [5c01e9e]
3233
- - Updated dependencies [da280ed]
3234
- - Updated dependencies [27e42d7]
3235
- - Updated dependencies [05240a9]
3236
- - Updated dependencies [33218fe]
3237
- - Updated dependencies [03f3d6f]
3238
- - Updated dependencies [649ebcc]
3239
- - @copilotkit/runtime-client-gql@1.5.1
3240
- - @copilotkit/shared@1.5.1
3241
-
3242
- ## 1.5.1-next.3
3243
-
3244
- ### Patch Changes
3245
-
3246
- - 33218fe: test prerelease #3
3247
- - Updated dependencies [33218fe]
3248
- - @copilotkit/runtime-client-gql@1.5.1-next.3
3249
- - @copilotkit/shared@1.5.1-next.3
3250
-
3251
- ## 1.5.1-next.2
3252
-
3253
- ### Patch Changes
3254
-
3255
- - ed39d40: - [CPK-1034] adds `useCopilotAuthenticatedAction`
3256
- - da280ed: Test prerelease script
3257
- - 649ebcc: - fix: add warning when using agents that are not available on agent related hooks
3258
- - Updated dependencies [da280ed]
3259
- - Updated dependencies [649ebcc]
3260
- - @copilotkit/runtime-client-gql@1.5.1-next.2
3261
- - @copilotkit/shared@1.5.1-next.2
3262
-
3263
- ## 1.5.1-next.1
3264
-
3265
- ### Patch Changes
3266
-
3267
- - 03f3d6f: Test next prerelease
3268
- - Updated dependencies [03f3d6f]
3269
- - @copilotkit/runtime-client-gql@1.5.1-next.1
3270
- - @copilotkit/shared@1.5.1-next.1
3271
-
3272
- ## 1.5.1-next.0
3273
-
3274
- ### Patch Changes
3275
-
3276
- - 27e42d7: testing a prerelease
3277
- - 6dfa0d2: - feat: add temperature parameter support for LLM completions
3278
- - Updated dependencies [27e42d7]
3279
- - @copilotkit/runtime-client-gql@1.5.1-next.0
3280
- - @copilotkit/shared@1.5.1-next.0
3281
-
3282
- ## 1.5.0
3283
-
3284
- ### Minor Changes
3285
-
3286
- - 1b47092: Synchronize LangGraph messages with CopilotKit
3287
-
3288
- ### Patch Changes
3289
-
3290
- - 00e9488: - fix: wait for renderAndWaitForResponse handler to be ready before rendering
3291
- - 1b47092: CoAgents v0.3 prerelease
3292
- - Updated dependencies [1b47092]
3293
- - Updated dependencies [1b47092]
3294
- - @copilotkit/runtime-client-gql@1.5.0
3295
- - @copilotkit/shared@1.5.0
3296
-
3297
- ## 1.5.0-coagents-v0-3.0
3298
-
3299
- ### Minor Changes
3300
-
3301
- - Synchronize LangGraph messages with CopilotKit
3302
-
3303
- ### Patch Changes
3304
-
3305
- - e66bce4: CoAgents v0.3 prerelease
3306
- - Updated dependencies
3307
- - Updated dependencies [e66bce4]
3308
- - @copilotkit/runtime-client-gql@1.5.0-coagents-v0-3.0
3309
- - @copilotkit/shared@1.5.0-coagents-v0-3.0
3310
-
3311
- ## 1.4.8
3312
-
3313
- ### Patch Changes
3314
-
3315
- - - Better error handling
3316
- - Introduce new "EmptyLLMAdapter" for when using CoAgents
3317
- - Improve dev console help options
3318
- - Allow CopilotKit remote endpoint without agents
3319
- - Updated dependencies
3320
- - @copilotkit/runtime-client-gql@1.4.8
3321
- - @copilotkit/shared@1.4.8
3322
-
3323
- ## 1.4.8-next.0
3324
-
3325
- ### Patch Changes
3326
-
3327
- - @copilotkit/runtime-client-gql@1.4.8-next.0
3328
- - @copilotkit/shared@1.4.8-next.0
3329
-
3330
- ## 1.4.7
3331
-
3332
- ### Patch Changes
3333
-
3334
- - Fix broken build script before release
3335
- - Updated dependencies
3336
- - @copilotkit/runtime-client-gql@1.4.7
3337
- - @copilotkit/shared@1.4.7
3338
-
3339
- ## 1.4.6
3340
-
3341
- ### Patch Changes
3342
-
3343
- - .
3344
-
3345
- ## 1.4.5
3346
-
3347
- ### Patch Changes
3348
-
3349
- - testing release workflow
3350
- - Updated dependencies
3351
- - @copilotkit/runtime-client-gql@1.4.5
3352
- - @copilotkit/shared@1.4.5
3353
-
3354
- ## 1.4.5-next.0
3355
-
3356
- ### Patch Changes
3357
-
3358
- - testing release workflow
3359
- - Updated dependencies
3360
- - @copilotkit/runtime-client-gql@1.4.5-next.0
3361
- - @copilotkit/shared@1.4.5-next.0
3362
-
3363
- ## 1.4.4
3364
-
3365
- ### Patch Changes
3366
-
3367
- - e35e6ad: - test
3368
- - update config.json
3369
- - Merge remote-tracking branch 'origin/main' into feat/test-changeset-bot-1
3370
- - test
3371
- - test
3372
- - @copilotkit/runtime-client-gql@1.4.4
3373
- - @copilotkit/shared@1.4.4
3374
-
3375
- ## 1.4.4-next.4
3376
-
3377
- ### Patch Changes
3378
-
3379
- - @copilotkit/runtime-client-gql@1.4.4-next.4
3380
- - @copilotkit/shared@1.4.4-next.4
3381
-
3382
- ## 1.4.4-next.3
3383
-
3384
- ### Patch Changes
3385
-
3386
- - @copilotkit/runtime-client-gql@1.4.4-next.3
3387
- - @copilotkit/shared@1.4.4-next.3
3388
-
3389
- ## 1.4.4-next.2
3390
-
3391
- ### Patch Changes
3392
-
3393
- - @copilotkit/runtime-client-gql@1.4.4-next.2
3394
- - @copilotkit/shared@1.4.4-next.2
3395
-
3396
- ## 1.4.4-next.1
3397
-
3398
- ### Patch Changes
3399
-
3400
- - @copilotkit/runtime-client-gql@1.4.4-next.1
3401
- - @copilotkit/shared@1.4.4-next.1
3402
-
3403
- ## 1.4.4-next.0
3404
-
3405
- ### Patch Changes
3406
-
3407
- - e35e6ad: - test
3408
- - update config.json
3409
- - Merge remote-tracking branch 'origin/main' into feat/test-changeset-bot-1
3410
- - test
3411
- - test
3412
- - @copilotkit/runtime-client-gql@1.4.4-next.0
3413
- - @copilotkit/shared@1.4.4-next.0
3414
-
3415
- ## 1.4.3
3416
-
3417
- ### Patch Changes
3418
-
3419
- - c296282: - Better error surfacing when using LangGraph Platform streaming
3420
- - Ensure state is immediately set without using flushSync
3421
- - - Better error surfacing when using LangGraph Platform streaming
3422
- - Ensure state is immediately set without using flushSync
3423
- - Updated dependencies [c296282]
3424
- - Updated dependencies
3425
- - @copilotkit/runtime-client-gql@1.4.3
3426
- - @copilotkit/shared@1.4.3
3427
-
3428
- ## 1.4.3-pre.0
3429
-
3430
- ### Patch Changes
3431
-
3432
- - - Better error surfacing when using LangGraph Platform streaming
3433
- - Ensure state is immediately set without using flushSync
3434
- - Updated dependencies
3435
- - @copilotkit/runtime-client-gql@1.4.3-pre.0
3436
- - @copilotkit/shared@1.4.3-pre.0
3437
-
3438
- ## 1.4.2
3439
-
3440
- ### Patch Changes
3441
-
3442
- - - Make sure agent state is set immediately (#1077)
3443
- - Support running an agent without messages (#1075)
3444
- - Updated dependencies
3445
- - @copilotkit/runtime-client-gql@1.4.2
3446
- - @copilotkit/shared@1.4.2
3447
-
3448
- ## 1.4.1
3449
-
3450
- ### Patch Changes
3451
-
3452
- - 1721cbd: lower case copilotkit property
3453
- - 1721cbd: add zod conversion
3454
- - 8d0144f: bump
3455
- - 8d0144f: bump
3456
- - 8d0144f: bump
3457
- - e16d95e: New prerelease
3458
- - 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
3459
- - CopilotKit Core:
3460
- - Improved error messages and overall logs
3461
- - `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
3462
- - Improved scrolling behavior. It is now possible to scroll up during LLM response generation
3463
- - Added Azure OpenAI integration
3464
- - Updated interfaces for better developer ergonomics
3465
-
3466
- CoAgents:
3467
- - Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
3468
- - Support for LangGraph Platform in Remote Endpoints
3469
- - LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
3470
- - Improved LangSmith integration - requests made through CoAgents will now surface in LangSmith
3471
- - Enhanced state management and message handling
3472
-
3473
- CopilotKid Back-end SDK:
3474
- - Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
3475
-
3476
- - 8d0144f: bump
3477
- - 8d0144f: bump
3478
- - fef1b74: fix assistant message CSS and propagate actions to LG JS
3479
- - Updated dependencies [1721cbd]
3480
- - Updated dependencies [1721cbd]
3481
- - Updated dependencies [8d0144f]
3482
- - Updated dependencies [8d0144f]
3483
- - Updated dependencies [8d0144f]
3484
- - Updated dependencies [e16d95e]
3485
- - Updated dependencies [1721cbd]
3486
- - Updated dependencies
3487
- - Updated dependencies [8d0144f]
3488
- - Updated dependencies [8d0144f]
3489
- - Updated dependencies [fef1b74]
3490
- - @copilotkit/runtime-client-gql@1.4.1
3491
- - @copilotkit/shared@1.4.1
3492
-
3493
- ## 1.4.1-pre.6
3494
-
3495
- ### Patch Changes
3496
-
3497
- - 1721cbd: lower case copilotkit property
3498
- - 1721cbd: add zod conversion
3499
- - 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
3500
- - fix assistant message CSS and propagate actions to LG JS
3501
- - Updated dependencies [1721cbd]
3502
- - Updated dependencies [1721cbd]
3503
- - Updated dependencies [1721cbd]
3504
- - Updated dependencies
3505
- - @copilotkit/runtime-client-gql@1.4.1-pre.6
3506
- - @copilotkit/shared@1.4.1-pre.6
3507
-
3508
- ## 1.4.1-pre.5
3509
-
3510
- ### Patch Changes
3511
-
3512
- - bump
3513
- - Updated dependencies
3514
- - @copilotkit/runtime-client-gql@1.4.1-pre.5
3515
- - @copilotkit/shared@1.4.1-pre.5
3516
-
3517
- ## 1.4.1-pre.4
3518
-
3519
- ### Patch Changes
3520
-
3521
- - bump
3522
- - Updated dependencies
3523
- - @copilotkit/runtime-client-gql@1.4.1-pre.4
3524
- - @copilotkit/shared@1.4.1-pre.4
3525
-
3526
- ## 1.4.1-pre.3
3527
-
3528
- ### Patch Changes
3529
-
3530
- - bump
3531
- - Updated dependencies
3532
- - @copilotkit/runtime-client-gql@1.4.1-pre.3
3533
- - @copilotkit/shared@1.4.1-pre.3
3534
-
3535
- ## 1.4.1-pre.2
3536
-
3537
- ### Patch Changes
3538
-
3539
- - bump
3540
- - Updated dependencies
3541
- - @copilotkit/runtime-client-gql@1.4.1-pre.2
3542
- - @copilotkit/shared@1.4.1-pre.2
3543
-
3544
- ## 1.4.1-pre.1
3545
-
3546
- ### Patch Changes
3547
-
3548
- - bump
3549
- - Updated dependencies
3550
- - @copilotkit/runtime-client-gql@1.4.1-pre.1
3551
- - @copilotkit/shared@1.4.1-pre.1
3552
-
3553
- ## 1.4.1-pre.0
3554
-
3555
- ### Patch Changes
3556
-
3557
- - New prerelease
3558
- - Updated dependencies
3559
- - @copilotkit/runtime-client-gql@1.4.1-pre.0
3560
- - @copilotkit/shared@1.4.1-pre.0
3561
-
3562
- ## 1.4.0
3563
-
3564
- ### Minor Changes
3565
-
3566
- CopilotKit Core:
3567
-
3568
- - Improved error messages and overall logs
3569
- - `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
3570
- - Improved scrolling behavior. It is now possible to scroll up during LLM response generation
3571
- - Added Azure OpenAI integration
3572
- - Updated interfaces for better developer ergonomics
3573
-
3574
- CoAgents:
3575
-
3576
- - Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
3577
- - Support for LangGraph Platform in Remote Endpoints
3578
- - LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
3579
- - Improved LangSmith integration - requests made through CoAgents will now surface in LangSmith
3580
- - Enhanced state management and message handling
3581
-
3582
- CopilotKid Back-end SDK:
3583
-
3584
- - Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
3585
-
3586
- ### Patch Changes
3587
-
3588
- - f6fab28: update tsup config
3589
- - f6fab28: update entry
3590
- - f6fab28: export langchain module
3591
- - 8a77944: Improve LangSmith support
3592
- - f6fab28: Ensure intermediate state config is sent as snake case
3593
- - f6fab28: update entry in tsup config
3594
- - 8a77944: Ensure the last message is sent to LangSmith
3595
- - a5efccd: Revert rxjs changes
3596
- - f6fab28: update entry
3597
- - f6fab28: Update exports
3598
- - f6fab28: Update exports
3599
- - 332d744: Add support for Azure OpenAI
3600
- - f6fab28: Export LangGraph functions
3601
- - f6fab28: Update lockfile
3602
- - Updated dependencies [f6fab28]
3603
- - Updated dependencies [f6fab28]
3604
- - Updated dependencies
3605
- - Updated dependencies [f6fab28]
3606
- - Updated dependencies [8a77944]
3607
- - Updated dependencies [f6fab28]
3608
- - Updated dependencies [f6fab28]
3609
- - Updated dependencies [8a77944]
3610
- - Updated dependencies [a5efccd]
3611
- - Updated dependencies [f6fab28]
3612
- - Updated dependencies [f6fab28]
3613
- - Updated dependencies [f6fab28]
3614
- - Updated dependencies [332d744]
3615
- - Updated dependencies [f6fab28]
3616
- - Updated dependencies [f6fab28]
3617
- - @copilotkit/runtime-client-gql@1.4.0
3618
- - @copilotkit/shared@1.4.0
3619
-
3620
- ## 1.3.16-mme-revert-rxjs-changes.10
3621
-
3622
- ### Patch Changes
3623
-
3624
- - f6fab28: update tsup config
3625
- - f6fab28: update entry
3626
- - f6fab28: export langchain module
3627
- - 8a77944: Improve LangSmith support
3628
- - f6fab28: Ensure intermediate state config is sent as snake case
3629
- - f6fab28: update entry in tsup config
3630
- - 8a77944: Ensure the last message is sent to LangSmith
3631
- - Revert rxjs changes
3632
- - f6fab28: update entry
3633
- - f6fab28: Update exports
3634
- - f6fab28: Update exports
3635
- - 332d744: Add support for Azure OpenAI
3636
- - f6fab28: Export LangGraph functions
3637
- - f6fab28: Update lockfile
3638
- - Updated dependencies [f6fab28]
3639
- - Updated dependencies [f6fab28]
3640
- - Updated dependencies [f6fab28]
3641
- - Updated dependencies [8a77944]
3642
- - Updated dependencies [f6fab28]
3643
- - Updated dependencies [f6fab28]
3644
- - Updated dependencies [8a77944]
3645
- - Updated dependencies
3646
- - Updated dependencies [f6fab28]
3647
- - Updated dependencies [f6fab28]
3648
- - Updated dependencies [f6fab28]
3649
- - Updated dependencies [332d744]
3650
- - Updated dependencies [f6fab28]
3651
- - Updated dependencies [f6fab28]
3652
- - @copilotkit/runtime-client-gql@1.3.16-mme-revert-rxjs-changes.10
3653
- - @copilotkit/shared@1.3.16-mme-revert-rxjs-changes.10
3654
-
3655
- ## 1.3.15
3656
-
3657
- ### Patch Changes
3658
-
3659
- - pass description for array and object action parameters in langchain adapter
3660
- - Updated dependencies
3661
- - @copilotkit/runtime-client-gql@1.3.15
3662
- - @copilotkit/shared@1.3.15
3663
-
3664
- ## 1.3.14
3665
-
3666
- ### Patch Changes
3667
-
3668
- - Add data-test-id to some elements for testing
3669
- - Updated dependencies
3670
- - @copilotkit/runtime-client-gql@1.3.14
3671
- - @copilotkit/shared@1.3.14
3672
-
3673
- ## 1.3.13
3674
-
3675
- ### Patch Changes
3676
-
3677
- - fix usage of one-at-a-time tool when called multiple times
3678
- - Updated dependencies
3679
- - @copilotkit/runtime-client-gql@1.3.13
3680
- - @copilotkit/shared@1.3.13
3681
-
3682
- ## 1.3.12
3683
-
3684
- ### Patch Changes
3685
-
3686
- - - enable dynamic parameters in langchain adapter tool call
3687
- - fix unparsable action arguments causing tool call crashes
3688
- - Updated dependencies
3689
- - @copilotkit/runtime-client-gql@1.3.12
3690
- - @copilotkit/shared@1.3.12
3691
-
3692
- ## 1.3.11
3693
-
3694
- ### Patch Changes
3695
-
3696
- - 08e8956: Fix duplicate messages
3697
- - Fix duplicate messages
3698
- - Updated dependencies [08e8956]
3699
- - Updated dependencies
3700
- - @copilotkit/runtime-client-gql@1.3.11
3701
- - @copilotkit/shared@1.3.11
3702
-
3703
- ## 1.3.11-mme-fix-duplicate-messages.0
3704
-
3705
- ### Patch Changes
3706
-
3707
- - Fix duplicate messages
3708
- - Updated dependencies
3709
- - @copilotkit/runtime-client-gql@1.3.11-mme-fix-duplicate-messages.0
3710
- - @copilotkit/shared@1.3.11-mme-fix-duplicate-messages.0
3711
-
3712
- ## 1.3.10
3713
-
3714
- ### Patch Changes
3715
-
3716
- - change how message chunk type is resolved (fixed langchain adapters)
3717
- - Updated dependencies
3718
- - @copilotkit/runtime-client-gql@1.3.10
3719
- - @copilotkit/shared@1.3.10
3720
-
3721
- ## 1.3.9
3722
-
3723
- ### Patch Changes
3724
-
3725
- - Fix message id issues
3726
- - Updated dependencies
3727
- - @copilotkit/runtime-client-gql@1.3.9
3728
- - @copilotkit/shared@1.3.9
3729
-
3730
- ## 1.3.8
3731
-
3732
- ### Patch Changes
3733
-
3734
- - fix textarea on multiple llm providers and memoize react ui context
3735
- - Updated dependencies
3736
- - @copilotkit/runtime-client-gql@1.3.8
3737
- - @copilotkit/shared@1.3.8
3738
-
3739
- ## 1.3.7
3740
-
3741
- ### Patch Changes
3742
-
3743
- - Fix libraries for React 19 and Next.js 15 support
3744
- - Updated dependencies
3745
- - @copilotkit/runtime-client-gql@1.3.7
3746
- - @copilotkit/shared@1.3.7
3747
-
3748
- ## 1.3.6
3749
-
3750
- ### Patch Changes
3751
-
3752
- - 1. Removes the usage of the `crypto` Node pacakge, instaed uses `uuid`. This ensures that non-Next.js React apps can use CopilotKit.
3753
- 2. Fixes Nest.js runtime docs
3754
-
3755
- - Updated dependencies
3756
- - @copilotkit/runtime-client-gql@1.3.6
3757
- - @copilotkit/shared@1.3.6
3758
-
3759
- ## 1.3.5
3760
-
3761
- ### Patch Changes
3762
-
3763
- - Improve CoAgent state render
3764
- - Updated dependencies
3765
- - @copilotkit/runtime-client-gql@1.3.5
3766
- - @copilotkit/shared@1.3.5
3767
-
3768
- ## 1.3.4
3769
-
3770
- ### Patch Changes
3771
-
3772
- - Add followUp property to useCopilotAction
3773
- - Updated dependencies
3774
- - @copilotkit/runtime-client-gql@1.3.4
3775
- - @copilotkit/shared@1.3.4
3776
-
3777
- ## 1.3.3
3778
-
3779
- ### Patch Changes
3780
-
3781
- - Impvovements to error handling and CoAgent protocol
3782
- - Updated dependencies
3783
- - @copilotkit/runtime-client-gql@1.3.3
3784
- - @copilotkit/shared@1.3.3
3785
-
3786
- ## 1.3.2
3787
-
3788
- ### Patch Changes
3789
-
3790
- - Features and bug fixes
3791
- - 30232c0: Ensure actions can be discovered on state change
3792
- - Updated dependencies
3793
- - Updated dependencies [30232c0]
3794
- - @copilotkit/runtime-client-gql@1.3.2
3795
- - @copilotkit/shared@1.3.2
3796
-
3797
- ## 1.3.2-mme-discover-actions.0
3798
-
3799
- ### Patch Changes
3800
-
3801
- - Ensure actions can be discovered on state change
3802
- - Updated dependencies
3803
- - @copilotkit/runtime-client-gql@1.3.2-mme-discover-actions.0
3804
- - @copilotkit/shared@1.3.2-mme-discover-actions.0
3805
-
3806
- ## 1.3.1
3807
-
3808
- ### Patch Changes
3809
-
3810
- - Revert CSS injection
3811
- - Updated dependencies
3812
- - @copilotkit/runtime-client-gql@1.3.1
3813
- - @copilotkit/shared@1.3.1
3814
-
3815
- ## 1.3.0
3816
-
3817
- ### Minor Changes
3818
-
3819
- - CoAgents and remote actions
3820
-
3821
- ### Patch Changes
3822
-
3823
- - 5b63f55: stream intermediate state
3824
- - b6fd3d8: Better message grouping
3825
- - 89420c6: Rename hooks and bugfixes
3826
- - b6e8824: useCoAgent/useCoAgentAction
3827
- - 91c35b9: useAgentState
3828
- - 00be203: Remote actions preview
3829
- - fb15f72: Reduce request size by skipping intermediate state
3830
- - 8ecc3e4: Fix useCoAgent start/stop bug
3831
- - Updated dependencies
3832
- - Updated dependencies [5b63f55]
3833
- - Updated dependencies [b6fd3d8]
3834
- - Updated dependencies [89420c6]
3835
- - Updated dependencies [b6e8824]
3836
- - Updated dependencies [91c35b9]
3837
- - Updated dependencies [00be203]
3838
- - Updated dependencies [fb15f72]
3839
- - Updated dependencies [8ecc3e4]
3840
- - @copilotkit/runtime-client-gql@1.3.0
3841
- - @copilotkit/shared@1.3.0
3842
-
3843
- ## 1.2.1
3844
-
3845
- ### Patch Changes
3846
-
3847
- - inject minified css in bundle
3848
- - removes the need to import `styles.css` manually
3849
- - empty `styles.css` included in the build for backwards compatibility
3850
- - uses tsup's `injectStyles` with `postcss` to bundle and minify the CSS, then inject it as a style tag
3851
- - 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
3852
- - remove material-ui, and use `react-icons` for icons (same icons as before)
3853
- - remove unused `IncludedFilesPreview` component
3854
- - updated docs
3855
-
3856
- - Updated dependencies
3857
- - @copilotkit/runtime-client-gql@1.2.1
3858
- - @copilotkit/shared@1.2.1
3859
-
3860
- ## 1.2.0
3861
-
3862
- ### Minor Changes
3863
-
3864
- - Fix errors related to crypto not being found, and other bug fixes
3865
-
3866
- ### Patch Changes
3867
-
3868
- - 638d51d: appendMessage fix 1
3869
- - faccbe1: state-abuse resistance for useCopilotChat
3870
- - b0cf700: remove unnecessary logging
3871
- - Updated dependencies
3872
- - Updated dependencies [638d51d]
3873
- - Updated dependencies [faccbe1]
3874
- - Updated dependencies [b0cf700]
3875
- - @copilotkit/runtime-client-gql@1.2.0
3876
- - @copilotkit/shared@1.2.0
3877
-
3878
- ## 1.1.2
3879
-
3880
- ### Patch Changes
3881
-
3882
- - Pin headless-ui/react version to v2.1.1
3883
- - Updated dependencies
3884
- - @copilotkit/runtime-client-gql@1.1.2
3885
- - @copilotkit/shared@1.1.2
3886
-
3887
- ## 1.1.1
3888
-
3889
- ### Patch Changes
3890
-
3891
- - - improved documentation
3892
- - center textarea popup
3893
- - show/hide dev console
3894
- - forward maxTokens, stop and force function calling
3895
- - Updated dependencies
3896
- - @copilotkit/runtime-client-gql@1.1.1
3897
- - @copilotkit/shared@1.1.1
3898
-
3899
- ## 1.1.0
3900
-
3901
- ### Minor Changes
3902
-
3903
- - Official support for Groq (`GroqAdapter`)
3904
-
3905
- ### Patch Changes
3906
-
3907
- - Updated dependencies
3908
- - @copilotkit/runtime-client-gql@1.1.0
3909
- - @copilotkit/shared@1.1.0
3910
-
3911
- ## 1.0.9
3912
-
3913
- ### Patch Changes
3914
-
3915
- - Dev console, bugfixes
3916
- - Updated dependencies
3917
- - @copilotkit/runtime-client-gql@1.0.9
3918
- - @copilotkit/shared@1.0.9
3919
-
3920
- ## 1.0.8
3921
-
3922
- ### Patch Changes
3923
-
3924
- - Remove redundant console logs
3925
- - Updated dependencies
3926
- - @copilotkit/runtime-client-gql@1.0.8
3927
- - @copilotkit/shared@1.0.8
3928
-
3929
- ## 1.0.7
3930
-
3931
- ### Patch Changes
3932
-
3933
- - Add \_copilotkit internal properties to runtime
3934
- - Updated dependencies
3935
- - @copilotkit/runtime-client-gql@1.0.7
3936
- - @copilotkit/shared@1.0.7
3937
-
3938
- ## 1.0.6
3939
-
3940
- ### Patch Changes
3941
-
3942
- - - Proactively prevent race conditions
3943
- - Improve token counting performance
3944
- - Updated dependencies
3945
- - @copilotkit/runtime-client-gql@1.0.6
3946
- - @copilotkit/shared@1.0.6
3947
-
3948
- ## 1.0.5
3949
-
3950
- ### Patch Changes
3951
-
3952
- - Include @copilotkit/runtime-client-gql NPM package version in request to Runtime
3953
- - Updated dependencies
3954
- - @copilotkit/runtime-client-gql@1.0.5
3955
- - @copilotkit/shared@1.0.5
3956
-
3957
- ## 1.0.4
3958
-
3959
- ### Patch Changes
3960
-
3961
- - Remove nanoid
3962
- - Updated dependencies
3963
- - @copilotkit/runtime-client-gql@1.0.4
3964
- - @copilotkit/shared@1.0.4
3965
-
3966
- ## 1.0.3
3967
-
3968
- ### Patch Changes
3969
-
3970
- - Add README.md to published packages and add keywords to package.json
3971
- - Updated dependencies
3972
- - @copilotkit/runtime-client-gql@1.0.3
3973
- - @copilotkit/shared@1.0.3
3974
-
3975
- ## 1.0.2
3976
-
3977
- ### Patch Changes
3978
-
3979
- - Add README.md and homepage/url to published packages
3980
- - Updated dependencies
3981
- - @copilotkit/runtime-client-gql@1.0.2
3982
- - @copilotkit/shared@1.0.2
3983
-
3984
- ## 1.0.1
3985
-
3986
- ### Patch Changes
3987
-
3988
- - Remove PostHog, use Segment Anonymous Telemetry instead
3989
- - Updated dependencies
3990
- - @copilotkit/runtime-client-gql@1.0.1
3991
- - @copilotkit/shared@1.0.1
3992
-
3993
- ## 1.0.0
3994
-
3995
- ### Major Changes
3996
-
3997
- - b6a4b6eb: V1.0 Release Candidate
3998
- - A robust new protocol between the frontend and the Copilot Runtime
3999
- - Support for Copilot Cloud
4000
- - Generative UI
4001
- - Support for LangChain universal tool calling
4002
- - OpenAI assistant API streaming
4003
-
4004
- - V1.0 Release
4005
- - A robust new protocol between the frontend and the Copilot Runtime
4006
- - Support for Copilot Cloud
4007
- - Generative UI
4008
- - Support for LangChain universal tool calling
4009
- - OpenAI assistant API streaming
4010
-
4011
- ### Patch Changes
4012
-
4013
- - b6a4b6eb: Introduce anonymous telemetry
4014
- - b6a4b6eb: Set default Copilot Cloud runtime URL to versioned URL (v1)
4015
- - Updated dependencies [b6a4b6eb]
4016
- - Updated dependencies [b6a4b6eb]
4017
- - Updated dependencies [b6a4b6eb]
4018
- - Updated dependencies
4019
- - @copilotkit/runtime-client-gql@1.0.0
4020
- - @copilotkit/shared@1.0.0
4021
-
4022
- ## 1.0.0-beta.2
4023
-
4024
- ### Patch Changes
4025
-
4026
- - Set default Copilot Cloud runtime URL to versioned URL (v1)
4027
- - Updated dependencies
4028
- - @copilotkit/runtime-client-gql@1.0.0-beta.2
4029
- - @copilotkit/shared@1.0.0-beta.2
4030
-
4031
- ## 1.0.0-beta.1
4032
-
4033
- ### Patch Changes
4034
-
4035
- - Introduce anonymous telemetry
4036
- - Updated dependencies
4037
- - @copilotkit/runtime-client-gql@1.0.0-beta.1
4038
- - @copilotkit/shared@1.0.0-beta.1
4039
-
4040
- ## 1.0.0-beta.0
4041
-
4042
- ### Major Changes
4043
-
4044
- - V1.0 Release Candidate
4045
- - A robust new protocol between the frontend and the Copilot Runtime
4046
- - Support for Copilot Cloud
4047
- - Generative UI
4048
- - Support for LangChain universal tool calling
4049
- - OpenAI assistant API streaming
4050
-
4051
- ### Patch Changes
4052
-
4053
- - Updated dependencies
4054
- - @copilotkit/runtime-client-gql@1.0.0-beta.0
4055
- - @copilotkit/shared@1.0.0-beta.0
4056
-
4057
- ## 0.37.0
4058
-
4059
- ### Minor Changes
4060
-
4061
- - f771353: Fix: Stale CopilotReadable
4062
- - 9df8d43: Remove unneeded tailwind components
4063
- - CSS improvements, useCopilotChat, invisible messages
4064
-
4065
- ### Patch Changes
4066
-
4067
- - Updated dependencies [f771353]
4068
- - Updated dependencies [9df8d43]
4069
- - Updated dependencies
4070
- - @copilotkit/shared@0.37.0
4071
-
4072
- ## 0.37.0-mme-fix-textarea-css.1
4073
-
4074
- ### Minor Changes
4075
-
4076
- - Remove unneeded tailwind components
4077
-
4078
- ### Patch Changes
4079
-
4080
- - Updated dependencies
4081
- - @copilotkit/shared@0.37.0-mme-fix-textarea-css.1
4082
-
4083
- ## 0.37.0-mme-fix-feedback-readable.0
4084
-
4085
- ### Minor Changes
4086
-
4087
- - Fix: Stale CopilotReadable
4088
-
4089
- ### Patch Changes
4090
-
4091
- - Updated dependencies
4092
- - @copilotkit/shared@0.37.0-mme-fix-feedback-readable.0
4093
-
4094
- ## 0.36.0
4095
-
4096
- ### Minor Changes
4097
-
4098
- - 8baa862: Add push to talk prototype
4099
- - chat suggestions, standalone chat component, gemini adapter, push to talk
4100
-
4101
- ### Patch Changes
4102
-
4103
- - Updated dependencies [8baa862]
4104
- - Updated dependencies
4105
- - @copilotkit/shared@0.36.0
4106
-
4107
- ## 0.36.0-mme-push-to-talk.0
4108
-
4109
- ### Minor Changes
4110
-
4111
- - Add push to talk prototype
4112
-
4113
- ### Patch Changes
4114
-
4115
- - Updated dependencies
4116
- - @copilotkit/shared@0.36.0-mme-push-to-talk.0
4117
-
4118
- ## 0.25.0
4119
-
4120
- ### Minor Changes
4121
-
4122
- - 718520b: gpt-4-turbo-april-2024 function calling fixes
4123
- - 95bcbd8: streamline cloud configuration
4124
- - 95bcbd8: Rename
4125
- - 95bcbd8: Upgrade langchain
4126
- - 95bcbd8: Support input guardrails (cloud)
4127
- - 95bcbd8: Unify api key handling
4128
- - CopilotCloud V1, useCopilotReadable and more...
4129
- - 95bcbd8: Get api key from headers dict
4130
- - 95bcbd8: Update comments
4131
- - 95bcbd8: Include reason in guardrails response
4132
- - 718520b: gpt-4-turbo-april-2024
4133
- - 95bcbd8: Update comments
4134
- - 5f6f57a: fix backend function calling return values
4135
- - 95bcbd8: Retrieve public API key
4136
-
4137
- ### Patch Changes
4138
-
4139
- - Updated dependencies [718520b]
4140
- - Updated dependencies [95bcbd8]
4141
- - Updated dependencies [95bcbd8]
4142
- - Updated dependencies [95bcbd8]
4143
- - Updated dependencies [95bcbd8]
4144
- - Updated dependencies [95bcbd8]
4145
- - Updated dependencies
4146
- - Updated dependencies [95bcbd8]
4147
- - Updated dependencies [95bcbd8]
4148
- - Updated dependencies [95bcbd8]
4149
- - Updated dependencies [718520b]
4150
- - Updated dependencies [95bcbd8]
4151
- - Updated dependencies [5f6f57a]
4152
- - Updated dependencies [95bcbd8]
4153
- - @copilotkit/shared@0.9.0
4154
-
4155
- ## 0.25.0-mme-cloud.7
4156
-
4157
- ### Minor Changes
4158
-
4159
- - Get api key from headers dict
4160
-
4161
- ### Patch Changes
4162
-
4163
- - Updated dependencies
4164
- - @copilotkit/shared@0.9.0-mme-cloud.7
4165
-
4166
- ## 0.25.0-mme-cloud.6
4167
-
4168
- ### Minor Changes
4169
-
4170
- - Upgrade langchain
4171
-
4172
- ### Patch Changes
4173
-
4174
- - Updated dependencies
4175
- - @copilotkit/shared@0.9.0-mme-cloud.6
4176
-
4177
- ## 0.25.0-mme-cloud.5
4178
-
4179
- ### Minor Changes
4180
-
4181
- - Update comments
4182
-
4183
- ### Patch Changes
4184
-
4185
- - Updated dependencies
4186
- - @copilotkit/shared@0.9.0-mme-cloud.5
4187
-
4188
- ## 0.25.0-mme-cloud.4
4189
-
4190
- ### Minor Changes
4191
-
4192
- - Update comments
4193
-
4194
- ### Patch Changes
4195
-
4196
- - Updated dependencies
4197
- - @copilotkit/shared@0.9.0-mme-cloud.4
4198
-
4199
- ## 0.25.0-mme-cloud.3
4200
-
4201
- ### Minor Changes
4202
-
4203
- - 85c029b: streamline cloud configuration
4204
- - Rename
4205
- - a5ade3b: Support input guardrails (cloud)
4206
- - 12ff590: Unify api key handling
4207
- - f0c4745: Include reason in guardrails response
4208
- - 17f4b1b: Retrieve public API key
4209
-
4210
- ### Patch Changes
4211
-
4212
- - Updated dependencies [85c029b]
4213
- - Updated dependencies
4214
- - Updated dependencies [a5ade3b]
4215
- - Updated dependencies [12ff590]
4216
- - Updated dependencies [f0c4745]
4217
- - Updated dependencies [17f4b1b]
4218
- - @copilotkit/shared@0.9.0-mme-cloud.3
4219
-
4220
- ## 0.25.0-function-calling-fixes.2
4221
-
4222
- ### Minor Changes
4223
-
4224
- - fix backend function calling return values
4225
-
4226
- ### Patch Changes
4227
-
4228
- - Updated dependencies
4229
- - @copilotkit/shared@0.9.0-function-calling-fixes.2
4230
-
4231
- ## 0.25.0-function-calling-fixes.1
4232
-
4233
- ### Minor Changes
4234
-
4235
- - gpt-4-turbo-april-2024 function calling fixes
4236
-
4237
- ### Patch Changes
4238
-
4239
- - Updated dependencies
4240
- - @copilotkit/shared@0.9.0-function-calling-fixes.1
4241
-
4242
- ## 0.25.0-alpha.0
4243
-
4244
- ### Minor Changes
4245
-
4246
- - gpt-4-turbo-april-2024
4247
-
4248
- ### Patch Changes
4249
-
4250
- - Updated dependencies
4251
- - @copilotkit/shared@0.9.0-alpha.0
4252
-
4253
- ## 0.24.0
4254
-
4255
- ### Minor Changes
4256
-
4257
- - 1f06d29: declare esm/cjs/types in export
4258
- - fix esm error
4259
- - 5a0b2cf: Inline codeblock style to avoid ESM error
4260
- - e12b921: ESM by default
4261
-
4262
- ### Patch Changes
4263
-
4264
- - Updated dependencies [1f06d29]
4265
- - Updated dependencies
4266
- - Updated dependencies [5a0b2cf]
4267
- - Updated dependencies [e12b921]
4268
- - @copilotkit/shared@0.8.0
4269
-
4270
- ## 0.24.0-mme-esm-error.2
4271
-
4272
- ### Minor Changes
4273
-
4274
- - Inline codeblock style to avoid ESM error
4275
-
4276
- ### Patch Changes
4277
-
4278
- - Updated dependencies
4279
- - @copilotkit/shared@0.8.0-mme-esm-error.2
4280
-
4281
- ## 0.24.0-mme-esm-error.1
4282
-
4283
- ### Minor Changes
4284
-
4285
- - declare esm/cjs/types in export
4286
-
4287
- ### Patch Changes
4288
-
4289
- - Updated dependencies
4290
- - @copilotkit/shared@0.8.0-mme-esm-error.1
4291
-
4292
- ## 0.24.0-mme-esm-error.0
4293
-
4294
- ### Minor Changes
4295
-
4296
- - ESM by default
4297
-
4298
- ### Patch Changes
4299
-
4300
- - Updated dependencies
4301
- - @copilotkit/shared@0.8.0-mme-esm-error.0
4302
-
4303
- ## 0.23.0
4304
-
4305
- ### Minor Changes
4306
-
4307
- - 899aa6e: Backend improvements for running on GCP
4308
- - Improve streamHttpServerResponse for express and firebase apps
4309
-
4310
- ### Patch Changes
4311
-
4312
- - Updated dependencies [899aa6e]
4313
- - Updated dependencies
4314
- - @copilotkit/shared@0.7.0
4315
-
4316
- ## 0.23.0-mme-firebase-fixes.0
4317
-
4318
- ### Minor Changes
4319
-
4320
- - Backend improvements for running on GCP
4321
-
4322
- ### Patch Changes
4323
-
4324
- - Updated dependencies
4325
- - @copilotkit/shared@0.7.0-mme-firebase-fixes.0
4326
-
4327
- ## 0.22.0
4328
-
4329
- ### Minor Changes
4330
-
4331
- - Improve Next.js support and action rendering
4332
-
4333
- ### Patch Changes
4334
-
4335
- - Updated dependencies
4336
- - @copilotkit/shared@0.6.0
4337
-
4338
- ## 0.21.0
4339
-
4340
- ### Minor Changes
4341
-
4342
- - c4010e7: Pre Release
4343
- - be00d61: Alpha
4344
- - ec8481c: Alpha
4345
- - 3fbee5d: OpenAIAdapter-getter
4346
- - e09dc44: Test backward compatibility of AnnotatedFunction on the backend
4347
- - 3f5ad60: OpenAIAdapter: make openai instance gettable
4348
- - 0dd6180: QA
4349
- - 225812d: QA new action type
4350
- - New actions: custom chat components, and typed arguments
4351
-
4352
- ### Patch Changes
4353
-
4354
- - Updated dependencies [c4010e7]
4355
- - Updated dependencies [be00d61]
4356
- - Updated dependencies [ec8481c]
4357
- - Updated dependencies [3fbee5d]
4358
- - Updated dependencies [e09dc44]
4359
- - Updated dependencies [3f5ad60]
4360
- - Updated dependencies [0dd6180]
4361
- - Updated dependencies [225812d]
4362
- - Updated dependencies
4363
- - @copilotkit/shared@0.5.0
4364
-
4365
- ## 0.21.0-mme-deprecate-annotated-function.4
4366
-
4367
- ### Minor Changes
4368
-
4369
- - Test backward compatibility of AnnotatedFunction on the backend
4370
-
4371
- ### Patch Changes
4372
-
4373
- - Updated dependencies
4374
- - @copilotkit/shared@0.5.0-mme-deprecate-annotated-function.4
4375
-
4376
- ## 0.21.0-mme-pre-release.3
4377
-
4378
- ### Minor Changes
4379
-
4380
- - Pre Release
4381
- - 3fbee5d: OpenAIAdapter-getter
4382
- - 3f5ad60: OpenAIAdapter: make openai instance gettable
4383
-
4384
- ### Patch Changes
4385
-
4386
- - Updated dependencies
4387
- - Updated dependencies [3fbee5d]
4388
- - Updated dependencies [3f5ad60]
4389
- - @copilotkit/shared@0.5.0-mme-pre-release.3
4390
-
4391
- ## 0.21.0-mme-function-call-labels.2
4392
-
4393
- ### Minor Changes
4394
-
4395
- - be00d61: Alpha
4396
- - QA
4397
-
4398
- ### Patch Changes
4399
-
4400
- - Updated dependencies [be00d61]
4401
- - Updated dependencies
4402
- - @copilotkit/shared@0.5.0-mme-function-call-labels.2
4403
-
4404
- ## 0.21.0-mme-experimental-actions.1
4405
-
4406
- ### Minor Changes
4407
-
4408
- - Alpha
4409
-
4410
- ### Patch Changes
4411
-
4412
- - Updated dependencies
4413
- - @copilotkit/shared@0.5.0-mme-experimental-actions.1
4414
-
4415
- ## 0.21.0-mme-experimental-actions.0
4416
-
4417
- ### Minor Changes
4418
-
4419
- - QA new action type
4420
-
4421
- ### Patch Changes
4422
-
4423
- - Updated dependencies
4424
- - @copilotkit/shared@0.5.0-mme-experimental-actions.0
4425
-
4426
- ## 0.20.1
4427
-
4428
- ### Patch Changes
4429
-
4430
- - 5ec8ad4: fix- bring back removeBackendOnlyProps
4431
- - 5a154d0: fix: bring back removeBackendOnlyProps
4432
- - fix: bring back removeBackendOnlyProps
4433
- - Updated dependencies [5ec8ad4]
4434
- - Updated dependencies [5a154d0]
4435
- - Updated dependencies
4436
- - @copilotkit/shared@0.4.1
4437
-
4438
- ## 0.20.1-atai-0223-fix-backendOnlyProps.1
4439
-
4440
- ### Patch Changes
4441
-
4442
- - fix- bring back removeBackendOnlyProps
4443
- - Updated dependencies
4444
- - @copilotkit/shared@0.4.1-atai-0223-fix-backendOnlyProps.1
4445
-
4446
- ## 0.20.1-atai-0223-fix-backendOnlyProps.0
4447
-
4448
- ### Patch Changes
4449
-
4450
- - fix: bring back removeBackendOnlyProps
4451
- - Updated dependencies
4452
- - @copilotkit/shared@0.4.1-atai-0223-fix-backendOnlyProps.0
4453
-
4454
- ## 0.20.0
4455
-
4456
- ### Minor Changes
4457
-
4458
- - CopilotTask, function return values, LangChain support, LangServe support
4459
- - 401e474: Test the tools API
4460
- - 2f3296e: Test automation
4461
-
4462
- ### Patch Changes
4463
-
4464
- - Updated dependencies
4465
- - Updated dependencies [401e474]
4466
- - Updated dependencies [2f3296e]
4467
- - @copilotkit/shared@0.4.0
4468
-
4469
- ## 0.20.0-beta-automation.1
4470
-
4471
- ### Minor Changes
4472
-
4473
- - Test automation
4474
-
4475
- ### Patch Changes
4476
-
4477
- - Updated dependencies
4478
- - @copilotkit/shared@0.4.0-beta-automation.1
4479
-
4480
- ## 0.20.0-tools.0
4481
-
4482
- ### Minor Changes
4483
-
4484
- - Test the tools API
4485
-
4486
- ### Patch Changes
4487
-
4488
- - Updated dependencies
4489
- - @copilotkit/shared@0.4.0-tools.0
4490
-
4491
- ## 0.19.0
4492
-
4493
- ### Minor Changes
4494
-
4495
- - node CopilotBackend support
4496
- - 58a8524: clean node example impl
4497
- - a34a226: node-native backend support
4498
-
4499
- ### Patch Changes
4500
-
4501
- - Updated dependencies
4502
- - Updated dependencies [58a8524]
4503
- - Updated dependencies [a34a226]
4504
- - @copilotkit/shared@0.3.0
4505
-
4506
- ## 0.19.0-alpha.1
4507
-
4508
- ### Minor Changes
4509
-
4510
- - clean node example impl
4511
-
4512
- ### Patch Changes
4513
-
4514
- - Updated dependencies
4515
- - @copilotkit/shared@0.3.0-alpha.1
4516
-
4517
- ## 0.19.0-alpha.0
4518
-
4519
- ### Minor Changes
4520
-
4521
- - node-native backend support
4522
-
4523
- ### Patch Changes
4524
-
4525
- - Updated dependencies
4526
- - @copilotkit/shared@0.3.0-alpha.0
4527
-
4528
- ## 0.18.0
4529
-
4530
- ### Minor Changes
4531
-
4532
- - eba87c7: .4
4533
- - 29ee27e: New Copilot ui
4534
- - 61168c7: no treeshake
4535
- - fb32fe3: .2
4536
- - eba87c7: .3
4537
- - new chatbot ui, new component names, new build system, new docs
4538
- - 61168c7: no treeshake take 2
4539
- - 61168c7: remove treeshake in build
4540
- - fb32fe3: build naming refactor
4541
- - eba87c7: .5
4542
- - 61168c7: cache clean
4543
- - fb32fe3: .3
4544
-
4545
- ### Patch Changes
4546
-
4547
- - Updated dependencies [eba87c7]
4548
- - Updated dependencies [61168c7]
4549
- - Updated dependencies [fb32fe3]
4550
- - Updated dependencies [eba87c7]
4551
- - Updated dependencies
4552
- - Updated dependencies [61168c7]
4553
- - Updated dependencies [61168c7]
4554
- - Updated dependencies [fb32fe3]
4555
- - Updated dependencies [eba87c7]
4556
- - Updated dependencies [61168c7]
4557
- - Updated dependencies [fb32fe3]
4558
- - @copilotkit/shared@0.2.0
4559
-
4560
- ## 0.18.0-alpha.9
4561
-
4562
- ### Minor Changes
4563
-
4564
- - cache clean
4565
-
4566
- ### Patch Changes
4567
-
4568
- - Updated dependencies
4569
- - @copilotkit/shared@0.2.0-alpha.8
4570
-
4571
- ## 0.18.0-alpha.8
4572
-
4573
- ### Minor Changes
4574
-
4575
- - no treeshake
4576
-
4577
- ### Patch Changes
4578
-
4579
- - Updated dependencies
4580
- - @copilotkit/shared@0.2.0-alpha.7
4581
-
4582
- ## 0.18.0-alpha.7
4583
-
4584
- ### Minor Changes
4585
-
4586
- - no treeshake take 2
4587
-
4588
- ### Patch Changes
4589
-
4590
- - Updated dependencies
4591
- - @copilotkit/shared@0.2.0-alpha.6
4592
-
4593
- ## 0.18.0-alpha.6
4594
-
4595
- ### Minor Changes
4596
-
4597
- - remove treeshake in build
4598
-
4599
- ### Patch Changes
4600
-
4601
- - Updated dependencies
4602
- - @copilotkit/shared@0.2.0-alpha.5
4603
-
4604
- ## 0.18.0-alpha.5
4605
-
4606
- ### Minor Changes
4607
-
4608
- - .5
4609
-
4610
- ### Patch Changes
4611
-
4612
- - Updated dependencies
4613
- - @copilotkit/shared@0.2.0-alpha.4
4614
-
4615
- ## 0.18.0-alpha.4
4616
-
4617
- ### Minor Changes
4618
-
4619
- - .4
4620
-
4621
- ### Patch Changes
4622
-
4623
- - Updated dependencies
4624
- - @copilotkit/shared@0.2.0-alpha.3
4625
-
4626
- ## 0.18.0-alpha.3
4627
-
4628
- ### Minor Changes
4629
-
4630
- - .3
4631
-
4632
- ### Patch Changes
4633
-
4634
- - Updated dependencies
4635
- - @copilotkit/shared@0.2.0-alpha.2
4636
-
4637
- ## 0.18.0-alpha.2
4638
-
4639
- ### Minor Changes
4640
-
4641
- - .2
4642
- - .3
4643
-
4644
- ### Patch Changes
4645
-
4646
- - Updated dependencies
4647
- - Updated dependencies
4648
- - @copilotkit/shared@0.2.0-alpha.1
4649
-
4650
- ## 0.18.0-alpha.1
4651
-
4652
- ### Minor Changes
4653
-
4654
- - build naming refactor
4655
-
4656
- ### Patch Changes
4657
-
4658
- - Updated dependencies
4659
- - @copilotkit/shared@0.2.0-alpha.0
4660
-
4661
- ## 0.18.0-alpha.0
4662
-
4663
- ### Minor Changes
4664
-
4665
- - New Copilot ui
4666
-
4667
- ## 0.17.1
4668
-
4669
- ### Patch Changes
4670
-
4671
- - stop generating button working
4672
- - aa6bc5a: fix stop generate
4673
- - cf0bde6: change order of operations on stop cleanup
4674
- - Updated dependencies
4675
- - Updated dependencies [aa6bc5a]
4676
- - Updated dependencies [cf0bde6]
4677
- - @copilotkit/shared@0.1.1
4678
-
4679
- ## 0.17.1-alpha.1
4680
-
4681
- ### Patch Changes
4682
-
4683
- - change order of operations on stop cleanup
4684
- - Updated dependencies
4685
- - @copilotkit/shared@0.1.1-alpha.1
4686
-
4687
- ## 0.17.1-alpha.0
4688
-
4689
- ### Patch Changes
4690
-
4691
- - fix stop generate
4692
- - Updated dependencies
4693
- - @copilotkit/shared@0.1.1-alpha.0
4694
-
4695
- ## 0.17.0
4696
-
4697
- ### Minor Changes
4698
-
4699
- - factor useChat into internal core
4700
- - a7b417a: insertion default prompt update
4701
- - 88d6654: release useChat fixes
4702
- - 51de9d5: textarea editing: default prompt + few shot update
4703
- - fa84257: remove vercel ai
4704
- - 98a37c8: strictly propagate copilot api params through the fetch arguments - not through any constructors
4705
- - 250032d: useChat: do not separately propagate options.url to constructor
4706
-
4707
- ## 0.17.0-alpha.5
4708
-
4709
- ### Minor Changes
4710
-
4711
- - release useChat fixes
4712
-
4713
- ## 0.17.0-alpha.4
4714
-
4715
- ### Minor Changes
4716
-
4717
- - insertion default prompt update
4718
-
4719
- ## 0.17.0-alpha.3
4720
-
4721
- ### Minor Changes
4722
-
4723
- - textarea editing: default prompt + few shot update
4724
-
4725
- ## 0.17.0-alpha.2
4726
-
4727
- ### Minor Changes
4728
-
4729
- - useChat: do not separately propagate options.url to constructor
4730
-
4731
- ## 0.17.0-alpha.1
4732
-
4733
- ### Minor Changes
4734
-
4735
- - strictly propagate copilot api params through the fetch arguments - not through any constructors
4736
-
4737
- ## 0.17.0-alpha.0
4738
-
4739
- ### Minor Changes
4740
-
4741
- - remove vercel ai
4742
-
4743
- ## 0.16.0
4744
-
4745
- ### Minor Changes
4746
-
4747
- - fixed backend pointing
4748
-
4749
- ## 0.15.0
4750
-
4751
- ### Minor Changes
4752
-
4753
- - 8a5cecd: only forward functions if non-empty
4754
- - 87f1fa0: rebase
4755
- - 15d4afc: debugging
4756
- - c40a0d1: Filter out empty function descriptions
4757
- - prep for chat protocol v2
4758
- - bbd152e: backend sdks prep
4759
- - 8517bb1: trying again
4760
- - 478840a: carry function propagation fix to chat v2
4761
-
4762
- ### Patch Changes
4763
-
4764
- - Updated dependencies [8a5cecd]
4765
- - Updated dependencies [87f1fa0]
4766
- - Updated dependencies [15d4afc]
4767
- - Updated dependencies [c40a0d1]
4768
- - Updated dependencies
4769
- - Updated dependencies [bbd152e]
4770
- - Updated dependencies [8517bb1]
4771
- - Updated dependencies [478840a]
4772
- - @copilotkit/shared@0.1.0
4773
-
4774
- ## 0.15.0-alpha.6
4775
-
4776
- ### Minor Changes
4777
-
4778
- - rebase
4779
-
4780
- ### Patch Changes
4781
-
4782
- - Updated dependencies
4783
- - @copilotkit/shared@0.1.0-alpha.6
4784
-
4785
- ## 0.15.0-alpha.5
4786
-
4787
- ### Minor Changes
4788
-
4789
- - carry function propagation fix to chat v2
4790
-
4791
- ### Patch Changes
4792
-
4793
- - Updated dependencies
4794
- - @copilotkit/shared@0.1.0-alpha.5
4795
-
4796
- ## 0.15.0-alpha.4
4797
-
4798
- ### Minor Changes
4799
-
4800
- - only forward functions if non-empty
4801
-
4802
- ### Patch Changes
4803
-
4804
- - Updated dependencies
4805
- - @copilotkit/shared@0.1.0-alpha.4
4806
-
4807
- ## 0.15.0-alpha.3
4808
-
4809
- ### Minor Changes
4810
-
4811
- - debugging
4812
-
4813
- ### Patch Changes
4814
-
4815
- - Updated dependencies
4816
- - @copilotkit/shared@0.1.0-alpha.3
4817
-
4818
- ## 0.15.0-alpha.2
4819
-
4820
- ### Minor Changes
4821
-
4822
- - trying again
4823
-
4824
- ### Patch Changes
4825
-
4826
- - Updated dependencies
4827
- - @copilotkit/shared@0.1.0-alpha.2
4828
-
4829
- ## 0.15.0-alpha.1
4830
-
4831
- ### Minor Changes
4832
-
4833
- - Filter out empty function descriptions
4834
-
4835
- ### Patch Changes
4836
-
4837
- - Updated dependencies
4838
- - @copilotkit/shared@0.1.0-alpha.1
4839
-
4840
- ## 0.15.0-alpha.0
4841
-
4842
- ### Minor Changes
4843
-
4844
- - backend sdks prep
4845
-
4846
- ### Patch Changes
4847
-
4848
- - Updated dependencies
4849
- - @copilotkit/shared@0.1.0-alpha.0
4850
-
4851
- ## 0.14.0
4852
-
4853
- ### Minor Changes
4854
-
4855
- - shouldToggleHoveringEditorOnKeyPress
4856
-
4857
- ## 0.13.0
4858
-
4859
- ### Minor Changes
4860
-
4861
- - contextCategories no longer optional for reading context
4862
-
4863
- ## 0.12.0
4864
-
4865
- ### Minor Changes
4866
-
4867
- - fixed bug: useMakeCopilotDocumentReadable category reference
4868
-
4869
- ## 0.11.0
4870
-
4871
- ### Minor Changes
4872
-
4873
- - support for custom api headers + body, fixed es5 build error on import
4874
- - 9abfea6: js import
4875
- - 2b9591a: esm.js maybe
4876
- - 2b9591a: headers and body propagation
4877
- - 2b9591a: cjs exp
4878
- - 2b9591a: treeshake
4879
- - 2b9591a: commonJS
4880
- - 222f5e6: undo alpha changes
4881
- - 2b9591a: cjs maybe
4882
-
4883
- ## 0.11.0-alpha.7
4884
-
4885
- ### Minor Changes
4886
-
4887
- - js import
4888
-
4889
- ## 0.11.0-alpha.6
4890
-
4891
- ### Minor Changes
4892
-
4893
- - undo alpha changes
4894
-
4895
- ## 0.11.0-alpha.5
4896
-
4897
- ### Minor Changes
4898
-
4899
- - commonJS
4900
-
4901
- ## 0.11.0-alpha.4
4902
-
4903
- ### Minor Changes
4904
-
4905
- - esm.js maybe
4906
-
4907
- ## 0.11.0-alpha.3
4908
-
4909
- ### Minor Changes
4910
-
4911
- - cjs maybe
4912
-
4913
- ## 0.11.0-alpha.2
4914
-
4915
- ### Minor Changes
4916
-
4917
- - cjs exp
4918
-
4919
- ## 0.11.0-alpha.1
4920
-
4921
- ### Minor Changes
4922
-
4923
- - treeshake
4924
-
4925
- ## 0.11.0-alpha.0
4926
-
4927
- ### Minor Changes
4928
-
4929
- - headers and body propagation
4930
-
4931
- ## 0.10.0
4932
-
4933
- ### Minor Changes
4934
-
4935
- - document contents funneled to prompt context
4936
-
4937
- ## 0.9.0
4938
-
4939
- ### Minor Changes
4940
-
4941
- - 0467f62: minor ergonomic improvement to CopilotProvider instantiation
4942
-
4943
- ## 0.8.0
4944
-
4945
- ### Minor Changes
4946
-
4947
- - 1b330b5: out of beta: centralized api, textarea insertions/edits
4948
- - e4ce3ab: textarea edits mvp
4949
- - 9e201c5: textarea insertions deletions etc
4950
- - c13ffcb: minor bugfix
4951
- - e4fe6a5: copilot textarea documents - provide with code skeleton
4952
- - 8e9f9b1: api endpoint centralization
4953
-
4954
- ### Patch Changes
4955
-
4956
- - 12407db: rebase master
4957
- - 939454e: prettify
4958
-
4959
- ## 0.8.0-alpha.6
4960
-
4961
- ### Minor Changes
4962
-
4963
- - copilot textarea documents - provide with code skeleton
4964
-
4965
- ## 0.8.0-alpha.5
4966
-
4967
- ### Minor Changes
4968
-
4969
- - minor bugfix
4970
-
4971
- ## 0.8.0-alpha.4
4972
-
4973
- ### Minor Changes
4974
-
4975
- - api endpoint centralization
4976
-
4977
- ## 0.8.0-alpha.3
4978
-
4979
- ### Minor Changes
4980
-
4981
- - textarea edits mvp
4982
-
4983
- ## 0.8.0-alpha.2
4984
-
4985
- ### Patch Changes
4986
-
4987
- - rebase master
4988
-
4989
- ## 0.8.0-alpha.1
4990
-
4991
- ### Patch Changes
4992
-
4993
- - prettify
4994
-
4995
- ## 0.8.0-alpha.0
4996
-
4997
- ### Minor Changes
4998
-
4999
- - textarea insertions deletions etc
5000
-
5001
- ## 0.7.0
5002
-
5003
- ### Minor Changes
5004
-
5005
- - ce193f7: Dependency fix
5006
-
5007
- ## 0.6.0
5008
-
5009
- ### Minor Changes
5010
-
5011
- - Introduced CopilotTextarea
5012
-
5013
- ## 0.5.0
5014
-
5015
- ### Minor Changes
5016
-
5017
- - bring private packages back into the void
5018
- - added tsconfig and eslint-config-custom to copilotkit scope
5019
-
5020
- ## 0.4.0
5021
-
5022
- ### Minor Changes
5023
-
5024
- - first beta release
5025
-
5026
- ## 0.3.0
5027
-
5028
- ### Minor Changes
5029
-
5030
- - working version
5031
- - 9d2f3cb: semi compiling
5032
-
5033
- ## 0.2.0
5034
-
5035
- ### Minor Changes
5036
-
5037
- - react core initialization
5038
-
5039
- ## 0.1.0
5040
-
5041
- ### Minor Changes
5042
-
5043
- - initial