@copilotkit/shared 0.0.0-mme-load-agent-state-20250117154700

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 (127) hide show
  1. package/CHANGELOG.md +982 -0
  2. package/README.md +46 -0
  3. package/dist/chunk-53DC2JUS.mjs +18 -0
  4. package/dist/chunk-53DC2JUS.mjs.map +1 -0
  5. package/dist/chunk-6QGXWNS5.mjs +34 -0
  6. package/dist/chunk-6QGXWNS5.mjs.map +1 -0
  7. package/dist/chunk-BANDZXMP.mjs +1 -0
  8. package/dist/chunk-BANDZXMP.mjs.map +1 -0
  9. package/dist/chunk-CYDWEPFL.mjs +1 -0
  10. package/dist/chunk-CYDWEPFL.mjs.map +1 -0
  11. package/dist/chunk-FCCOSO5L.mjs +1 -0
  12. package/dist/chunk-FCCOSO5L.mjs.map +1 -0
  13. package/dist/chunk-GYZIHHE6.mjs +13 -0
  14. package/dist/chunk-GYZIHHE6.mjs.map +1 -0
  15. package/dist/chunk-IAFBVORQ.mjs +1 -0
  16. package/dist/chunk-IAFBVORQ.mjs.map +1 -0
  17. package/dist/chunk-JP2M4U4G.mjs +112 -0
  18. package/dist/chunk-JP2M4U4G.mjs.map +1 -0
  19. package/dist/chunk-MSUB6DGR.mjs +1 -0
  20. package/dist/chunk-MSUB6DGR.mjs.map +1 -0
  21. package/dist/chunk-NAFEBKSO.mjs +1 -0
  22. package/dist/chunk-NAFEBKSO.mjs.map +1 -0
  23. package/dist/chunk-P7STFMPO.mjs +1 -0
  24. package/dist/chunk-P7STFMPO.mjs.map +1 -0
  25. package/dist/chunk-QFITLWYZ.mjs +96 -0
  26. package/dist/chunk-QFITLWYZ.mjs.map +1 -0
  27. package/dist/constants/index.d.ts +6 -0
  28. package/dist/constants/index.js +40 -0
  29. package/dist/constants/index.js.map +1 -0
  30. package/dist/constants/index.mjs +13 -0
  31. package/dist/constants/index.mjs.map +1 -0
  32. package/dist/index.d.ts +15 -0
  33. package/dist/index.js +295 -0
  34. package/dist/index.js.map +1 -0
  35. package/dist/index.mjs +46 -0
  36. package/dist/index.mjs.map +1 -0
  37. package/dist/telemetry/events.d.ts +39 -0
  38. package/dist/telemetry/events.js +19 -0
  39. package/dist/telemetry/events.js.map +1 -0
  40. package/dist/telemetry/events.mjs +1 -0
  41. package/dist/telemetry/events.mjs.map +1 -0
  42. package/dist/telemetry/index.d.ts +3 -0
  43. package/dist/telemetry/index.js +144 -0
  44. package/dist/telemetry/index.js.map +1 -0
  45. package/dist/telemetry/index.mjs +9 -0
  46. package/dist/telemetry/index.mjs.map +1 -0
  47. package/dist/telemetry/security-check.d.ts +2 -0
  48. package/dist/telemetry/security-check.js +2 -0
  49. package/dist/telemetry/security-check.js.map +1 -0
  50. package/dist/telemetry/security-check.mjs +1 -0
  51. package/dist/telemetry/security-check.mjs.map +1 -0
  52. package/dist/telemetry/telemetry-client.d.ts +33 -0
  53. package/dist/telemetry/telemetry-client.js +142 -0
  54. package/dist/telemetry/telemetry-client.js.map +1 -0
  55. package/dist/telemetry/telemetry-client.mjs +8 -0
  56. package/dist/telemetry/telemetry-client.mjs.map +1 -0
  57. package/dist/telemetry/utils.d.ts +8 -0
  58. package/dist/telemetry/utils.js +69 -0
  59. package/dist/telemetry/utils.js.map +1 -0
  60. package/dist/telemetry/utils.mjs +9 -0
  61. package/dist/telemetry/utils.mjs.map +1 -0
  62. package/dist/types/action.d.ts +58 -0
  63. package/dist/types/action.js +19 -0
  64. package/dist/types/action.js.map +1 -0
  65. package/dist/types/action.mjs +2 -0
  66. package/dist/types/action.mjs.map +1 -0
  67. package/dist/types/copilot-cloud-config.d.ts +13 -0
  68. package/dist/types/copilot-cloud-config.js +19 -0
  69. package/dist/types/copilot-cloud-config.js.map +1 -0
  70. package/dist/types/copilot-cloud-config.mjs +2 -0
  71. package/dist/types/copilot-cloud-config.mjs.map +1 -0
  72. package/dist/types/index.d.ts +4 -0
  73. package/dist/types/index.js +19 -0
  74. package/dist/types/index.js.map +1 -0
  75. package/dist/types/index.mjs +6 -0
  76. package/dist/types/index.mjs.map +1 -0
  77. package/dist/types/openai-assistant.d.ts +53 -0
  78. package/dist/types/openai-assistant.js +19 -0
  79. package/dist/types/openai-assistant.js.map +1 -0
  80. package/dist/types/openai-assistant.mjs +2 -0
  81. package/dist/types/openai-assistant.mjs.map +1 -0
  82. package/dist/types/utility.d.ts +3 -0
  83. package/dist/types/utility.js +19 -0
  84. package/dist/types/utility.js.map +1 -0
  85. package/dist/types/utility.mjs +2 -0
  86. package/dist/types/utility.mjs.map +1 -0
  87. package/dist/utils/index.d.ts +4 -0
  88. package/dist/utils/index.js +157 -0
  89. package/dist/utils/index.js.map +1 -0
  90. package/dist/utils/index.mjs +18 -0
  91. package/dist/utils/index.mjs.map +1 -0
  92. package/dist/utils/json-schema.d.ts +32 -0
  93. package/dist/utils/json-schema.js +137 -0
  94. package/dist/utils/json-schema.js.map +1 -0
  95. package/dist/utils/json-schema.mjs +9 -0
  96. package/dist/utils/json-schema.mjs.map +1 -0
  97. package/dist/utils/json-schema.test.d.ts +2 -0
  98. package/dist/utils/json-schema.test.js +173 -0
  99. package/dist/utils/json-schema.test.js.map +1 -0
  100. package/dist/utils/json-schema.test.mjs +140 -0
  101. package/dist/utils/json-schema.test.mjs.map +1 -0
  102. package/dist/utils/random-id.d.ts +5 -0
  103. package/dist/utils/random-id.js +44 -0
  104. package/dist/utils/random-id.js.map +1 -0
  105. package/dist/utils/random-id.mjs +11 -0
  106. package/dist/utils/random-id.mjs.map +1 -0
  107. package/jest.config.js +5 -0
  108. package/package.json +64 -0
  109. package/src/constants/index.ts +4 -0
  110. package/src/index.ts +7 -0
  111. package/src/telemetry/events.ts +35 -0
  112. package/src/telemetry/index.ts +1 -0
  113. package/src/telemetry/security-check.ts +0 -0
  114. package/src/telemetry/telemetry-client.ts +126 -0
  115. package/src/telemetry/utils.ts +39 -0
  116. package/src/types/action.ts +128 -0
  117. package/src/types/copilot-cloud-config.ts +11 -0
  118. package/src/types/index.ts +4 -0
  119. package/src/types/openai-assistant.ts +62 -0
  120. package/src/types/utility.ts +1 -0
  121. package/src/utils/index.ts +2 -0
  122. package/src/utils/json-schema.test.ts +169 -0
  123. package/src/utils/json-schema.ts +154 -0
  124. package/src/utils/random-id.ts +13 -0
  125. package/tsconfig.json +9 -0
  126. package/tsup.config.ts +16 -0
  127. package/typedoc.json +4 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,982 @@
1
+ # @copilotkit/shared
2
+
3
+ ## 0.0.0-mme-load-agent-state-20250117154700
4
+
5
+ ## 1.5.12-next.4
6
+
7
+ ## 1.5.12-next.3
8
+
9
+ ## 1.5.12-next.2
10
+
11
+ ## 1.5.12-next.1
12
+
13
+ ## 1.5.12-next.0
14
+
15
+ ## 1.5.11
16
+
17
+ ## 1.5.11-next.0
18
+
19
+ ## 1.5.10
20
+
21
+ ## 1.5.10-next.0
22
+
23
+ ## 1.5.9
24
+
25
+ ## 1.5.8
26
+
27
+ ## 1.5.6-next.0
28
+
29
+ ## 1.5.5-next.5
30
+
31
+ ## 1.5.5-next.3
32
+
33
+ ## 1.5.5-next.2
34
+
35
+ ## 1.5.4
36
+
37
+ ## 1.5.3
38
+
39
+ ## 1.5.2
40
+
41
+ ## 1.5.1
42
+
43
+ ### Patch Changes
44
+
45
+ - 5c01e9e: test prerelease #4
46
+ - da280ed: Test prerelease script
47
+ - 27e42d7: testing a prerelease
48
+ - 05240a9: test pre #2
49
+ - 33218fe: test prerelease #3
50
+ - 03f3d6f: Test next prerelease
51
+
52
+ ## 1.5.1-next.3
53
+
54
+ ### Patch Changes
55
+
56
+ - 33218fe: test prerelease #3
57
+
58
+ ## 1.5.1-next.2
59
+
60
+ ### Patch Changes
61
+
62
+ - da280ed: Test prerelease script
63
+
64
+ ## 1.5.1-next.1
65
+
66
+ ### Patch Changes
67
+
68
+ - 03f3d6f: Test next prerelease
69
+
70
+ ## 1.5.1-next.0
71
+
72
+ ### Patch Changes
73
+
74
+ - 27e42d7: testing a prerelease
75
+
76
+ ## 1.5.0
77
+
78
+ ### Minor Changes
79
+
80
+ - 1b47092: Synchronize LangGraph messages with CopilotKit
81
+
82
+ ### Patch Changes
83
+
84
+ - 1b47092: CoAgents v0.3 prerelease
85
+
86
+ ## 1.5.0-coagents-v0-3.0
87
+
88
+ ### Minor Changes
89
+
90
+ - Synchronize LangGraph messages with CopilotKit
91
+
92
+ ### Patch Changes
93
+
94
+ - e66bce4: CoAgents v0.3 prerelease
95
+
96
+ ## 1.4.8
97
+
98
+ ### Patch Changes
99
+
100
+ - - Better error handling
101
+ - Introduce new "EmptyLLMAdapter" for when using CoAgents
102
+ - Improve dev console help options
103
+ - Allow CopilotKit remote endpoint without agents
104
+
105
+ ## 1.4.8-next.0
106
+
107
+ ## 1.4.7
108
+
109
+ ### Patch Changes
110
+
111
+ - Fix broken build script before release
112
+
113
+ ## 1.4.6
114
+
115
+ ### Patch Changes
116
+
117
+ - .
118
+
119
+ ## 1.4.5
120
+
121
+ ### Patch Changes
122
+
123
+ - testing release workflow
124
+
125
+ ## 1.4.5-next.0
126
+
127
+ ### Patch Changes
128
+
129
+ - testing release workflow
130
+
131
+ ## 1.4.4
132
+
133
+ ## 1.4.4-next.4
134
+
135
+ ## 1.4.4-next.3
136
+
137
+ ## 1.4.4-next.2
138
+
139
+ ## 1.4.4-next.1
140
+
141
+ ## 1.4.4-next.0
142
+
143
+ ## 1.4.3
144
+
145
+ ### Patch Changes
146
+
147
+ - c296282: - Better error surfacing when using LangGraph Platform streaming
148
+ - Ensure state is immediately set without using flushSync
149
+ - - Better error surfacing when using LangGraph Platform streaming
150
+ - Ensure state is immediately set without using flushSync
151
+
152
+ ## 1.4.3-pre.0
153
+
154
+ ### Patch Changes
155
+
156
+ - - Better error surfacing when using LangGraph Platform streaming
157
+ - Ensure state is immediately set without using flushSync
158
+
159
+ ## 1.4.2
160
+
161
+ ### Patch Changes
162
+
163
+ - - Make sure agent state is set immediately (#1077)
164
+ - Support running an agent without messages (#1075)
165
+
166
+ ## 1.4.1
167
+
168
+ ### Patch Changes
169
+
170
+ - 1721cbd: lower case copilotkit property
171
+ - 1721cbd: add zod conversion
172
+ - 8d0144f: bump
173
+ - 8d0144f: bump
174
+ - 8d0144f: bump
175
+ - e16d95e: New prerelease
176
+ - 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
177
+ - CopilotKit Core:
178
+
179
+ - Improved error messages and overall logs
180
+ - `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
181
+ - Improved scrolling behavior. It is now possible to scroll up during LLM response generation
182
+ - Added Azure OpenAI integration
183
+ - Updated interfaces for better developer ergonomics
184
+
185
+ CoAgents:
186
+
187
+ - Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
188
+ - Support for LangGraph Platform in Remote Endpoints
189
+ - LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
190
+ - Improved LangSmith integration - requests made through CoAgents will now surface in LangSmith
191
+ - Enhanced state management and message handling
192
+
193
+ CopilotKid Back-end SDK:
194
+
195
+ - Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
196
+
197
+ - 8d0144f: bump
198
+ - 8d0144f: bump
199
+ - fef1b74: fix assistant message CSS and propagate actions to LG JS
200
+
201
+ ## 1.4.1-pre.6
202
+
203
+ ### Patch Changes
204
+
205
+ - 1721cbd: lower case copilotkit property
206
+ - 1721cbd: add zod conversion
207
+ - 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
208
+ - fix assistant message CSS and propagate actions to LG JS
209
+
210
+ ## 1.4.1-pre.5
211
+
212
+ ### Patch Changes
213
+
214
+ - bump
215
+
216
+ ## 1.4.1-pre.4
217
+
218
+ ### Patch Changes
219
+
220
+ - bump
221
+
222
+ ## 1.4.1-pre.3
223
+
224
+ ### Patch Changes
225
+
226
+ - bump
227
+
228
+ ## 1.4.1-pre.2
229
+
230
+ ### Patch Changes
231
+
232
+ - bump
233
+
234
+ ## 1.4.1-pre.1
235
+
236
+ ### Patch Changes
237
+
238
+ - bump
239
+
240
+ ## 1.4.1-pre.0
241
+
242
+ ### Patch Changes
243
+
244
+ - New prerelease
245
+
246
+ ## 1.4.0
247
+
248
+ ### Minor Changes
249
+
250
+ CopilotKit Core:
251
+
252
+ - Improved error messages and overall logs
253
+ - `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
254
+ - Improved scrolling behavior. It is now possible to scroll up during LLM response generation
255
+ - Added Azure OpenAI integration
256
+ - Updated interfaces for better developer ergonomics
257
+
258
+ CoAgents:
259
+
260
+ - Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
261
+ - Support for LangGraph Platform in Remote Endpoints
262
+ - LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
263
+ - Improved LangSmith integration - requests made through CoAgents will now surface in LangSmith
264
+ - Enhanced state management and message handling
265
+
266
+ CopilotKid Back-end SDK:
267
+
268
+ - Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
269
+
270
+ ### Patch Changes
271
+
272
+ - f6fab28: update tsup config
273
+ - f6fab28: update entry
274
+ - f6fab28: export langchain module
275
+ - 8a77944: Improve LangSmith support
276
+ - f6fab28: Ensure intermediate state config is sent as snake case
277
+ - f6fab28: update entry in tsup config
278
+ - 8a77944: Ensure the last message is sent to LangSmith
279
+ - a5efccd: Revert rxjs changes
280
+ - f6fab28: update entry
281
+ - f6fab28: Update exports
282
+ - f6fab28: Update exports
283
+ - 332d744: Add support for Azure OpenAI
284
+ - f6fab28: Export LangGraph functions
285
+ - f6fab28: Update lockfile
286
+
287
+ ## 1.3.16-mme-revert-rxjs-changes.10
288
+
289
+ ### Patch Changes
290
+
291
+ - f6fab28: update tsup config
292
+ - f6fab28: update entry
293
+ - f6fab28: export langchain module
294
+ - 8a77944: Improve LangSmith support
295
+ - f6fab28: Ensure intermediate state config is sent as snake case
296
+ - f6fab28: update entry in tsup config
297
+ - 8a77944: Ensure the last message is sent to LangSmith
298
+ - Revert rxjs changes
299
+ - f6fab28: update entry
300
+ - f6fab28: Update exports
301
+ - f6fab28: Update exports
302
+ - 332d744: Add support for Azure OpenAI
303
+ - f6fab28: Export LangGraph functions
304
+ - f6fab28: Update lockfile
305
+
306
+ ## 1.3.15
307
+
308
+ ### Patch Changes
309
+
310
+ - pass description for array and object action parameters in langchain adapter
311
+
312
+ ## 1.3.14
313
+
314
+ ### Patch Changes
315
+
316
+ - Add data-test-id to some elements for testing
317
+
318
+ ## 1.3.13
319
+
320
+ ### Patch Changes
321
+
322
+ - fix usage of one-at-a-time tool when called multiple times
323
+
324
+ ## 1.3.12
325
+
326
+ ### Patch Changes
327
+
328
+ - - enable dynamic parameters in langchain adapter tool call
329
+ - fix unparsable action arguments causing tool call crashes
330
+
331
+ ## 1.3.11
332
+
333
+ ### Patch Changes
334
+
335
+ - 08e8956: Fix duplicate messages
336
+ - Fix duplicate messages
337
+
338
+ ## 1.3.11-mme-fix-duplicate-messages.0
339
+
340
+ ### Patch Changes
341
+
342
+ - Fix duplicate messages
343
+
344
+ ## 1.3.10
345
+
346
+ ### Patch Changes
347
+
348
+ - change how message chunk type is resolved (fixed langchain adapters)
349
+
350
+ ## 1.3.9
351
+
352
+ ### Patch Changes
353
+
354
+ - Fix message id issues
355
+
356
+ ## 1.3.8
357
+
358
+ ### Patch Changes
359
+
360
+ - fix textarea on multiple llm providers and memoize react ui context
361
+
362
+ ## 1.3.7
363
+
364
+ ### Patch Changes
365
+
366
+ - Fix libraries for React 19 and Next.js 15 support
367
+
368
+ ## 1.3.6
369
+
370
+ ### Patch Changes
371
+
372
+ - 1. Removes the usage of the `crypto` Node pacakge, instaed uses `uuid`. This ensures that non-Next.js React apps can use CopilotKit.
373
+ 2. Fixes Nest.js runtime docs
374
+
375
+ ## 1.3.5
376
+
377
+ ### Patch Changes
378
+
379
+ - Improve CoAgent state render
380
+
381
+ ## 1.3.4
382
+
383
+ ### Patch Changes
384
+
385
+ - Add followUp property to useCopilotAction
386
+
387
+ ## 1.3.3
388
+
389
+ ### Patch Changes
390
+
391
+ - Impvovements to error handling and CoAgent protocol
392
+
393
+ ## 1.3.2
394
+
395
+ ### Patch Changes
396
+
397
+ - Features and bug fixes
398
+ - 30232c0: Ensure actions can be discovered on state change
399
+
400
+ ## 1.3.2-mme-discover-actions.0
401
+
402
+ ### Patch Changes
403
+
404
+ - Ensure actions can be discovered on state change
405
+
406
+ ## 1.3.1
407
+
408
+ ### Patch Changes
409
+
410
+ - Revert CSS injection
411
+
412
+ ## 1.3.0
413
+
414
+ ### Minor Changes
415
+
416
+ - CoAgents and remote actions
417
+
418
+ ### Patch Changes
419
+
420
+ - 5b63f55: stream intermediate state
421
+ - b6fd3d8: Better message grouping
422
+ - 89420c6: Rename hooks and bugfixes
423
+ - b6e8824: useCoAgent/useCoAgentAction
424
+ - 91c35b9: useAgentState
425
+ - 00be203: Remote actions preview
426
+ - fb15f72: Reduce request size by skipping intermediate state
427
+ - 8ecc3e4: Fix useCoAgent start/stop bug
428
+
429
+ ## 1.2.1
430
+
431
+ ### Patch Changes
432
+
433
+ - inject minified css in bundle
434
+
435
+ - removes the need to import `styles.css` manually
436
+ - empty `styles.css` included in the build for backwards compatibility
437
+ - uses tsup's `injectStyles` with `postcss` to bundle and minify the CSS, then inject it as a style tag
438
+ - 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
439
+ - remove material-ui, and use `react-icons` for icons (same icons as before)
440
+ - remove unused `IncludedFilesPreview` component
441
+ - updated docs
442
+
443
+ ## 1.2.0
444
+
445
+ ### Minor Changes
446
+
447
+ - Fix errors related to crypto not being found, and other bug fixes
448
+
449
+ ### Patch Changes
450
+
451
+ - 638d51d: appendMessage fix 1
452
+ - faccbe1: state-abuse resistance for useCopilotChat
453
+ - b0cf700: remove unnecessary logging
454
+
455
+ ## 1.1.2
456
+
457
+ ### Patch Changes
458
+
459
+ - Pin headless-ui/react version to v2.1.1
460
+
461
+ ## 1.1.1
462
+
463
+ ### Patch Changes
464
+
465
+ - - improved documentation
466
+ - center textarea popup
467
+ - show/hide dev console
468
+ - forward maxTokens, stop and force function calling
469
+
470
+ ## 1.1.0
471
+
472
+ ### Minor Changes
473
+
474
+ - Official support for Groq (`GroqAdapter`)
475
+
476
+ ## 1.0.9
477
+
478
+ ### Patch Changes
479
+
480
+ - Dev console, bugfixes
481
+
482
+ ## 1.0.8
483
+
484
+ ### Patch Changes
485
+
486
+ - Remove redundant console logs
487
+
488
+ ## 1.0.7
489
+
490
+ ### Patch Changes
491
+
492
+ - Add \_copilotkit internal properties to runtime
493
+
494
+ ## 1.0.6
495
+
496
+ ### Patch Changes
497
+
498
+ - - Proactively prevent race conditions
499
+ - Improve token counting performance
500
+
501
+ ## 1.0.5
502
+
503
+ ### Patch Changes
504
+
505
+ - Include @copilotkit/runtime-client-gql NPM package version in request to Runtime
506
+
507
+ ## 1.0.4
508
+
509
+ ### Patch Changes
510
+
511
+ - Remove nanoid
512
+
513
+ ## 1.0.3
514
+
515
+ ### Patch Changes
516
+
517
+ - Add README.md to published packages and add keywords to package.json
518
+
519
+ ## 1.0.2
520
+
521
+ ### Patch Changes
522
+
523
+ - Add README.md and homepage/url to published packages
524
+
525
+ ## 1.0.1
526
+
527
+ ### Patch Changes
528
+
529
+ - Remove PostHog, use Segment Anonymous Telemetry instead
530
+
531
+ ## 1.0.0
532
+
533
+ ### Major Changes
534
+
535
+ - b6a4b6eb: V1.0 Release Candidate
536
+
537
+ - A robust new protocol between the frontend and the Copilot Runtime
538
+ - Support for Copilot Cloud
539
+ - Generative UI
540
+ - Support for LangChain universal tool calling
541
+ - OpenAI assistant API streaming
542
+
543
+ - V1.0 Release
544
+
545
+ - A robust new protocol between the frontend and the Copilot Runtime
546
+ - Support for Copilot Cloud
547
+ - Generative UI
548
+ - Support for LangChain universal tool calling
549
+ - OpenAI assistant API streaming
550
+
551
+ ### Patch Changes
552
+
553
+ - b6a4b6eb: Introduce anonymous telemetry
554
+ - b6a4b6eb: Set default Copilot Cloud runtime URL to versioned URL (v1)
555
+
556
+ ## 1.0.0-beta.2
557
+
558
+ ### Patch Changes
559
+
560
+ - Set default Copilot Cloud runtime URL to versioned URL (v1)
561
+
562
+ ## 1.0.0-beta.1
563
+
564
+ ### Patch Changes
565
+
566
+ - Introduce anonymous telemetry
567
+
568
+ ## 1.0.0-beta.0
569
+
570
+ ### Major Changes
571
+
572
+ - V1.0 Release Candidate
573
+
574
+ - A robust new protocol between the frontend and the Copilot Runtime
575
+ - Support for Copilot Cloud
576
+ - Generative UI
577
+ - Support for LangChain universal tool calling
578
+ - OpenAI assistant API streaming
579
+
580
+ ## 0.37.0
581
+
582
+ ### Minor Changes
583
+
584
+ - f771353: Fix: Stale CopilotReadable
585
+ - 9df8d43: Remove unneeded tailwind components
586
+ - CSS improvements, useCopilotChat, invisible messages
587
+
588
+ ## 0.37.0-mme-fix-textarea-css.1
589
+
590
+ ### Minor Changes
591
+
592
+ - Remove unneeded tailwind components
593
+
594
+ ## 0.37.0-mme-fix-feedback-readable.0
595
+
596
+ ### Minor Changes
597
+
598
+ - Fix: Stale CopilotReadable
599
+
600
+ ## 0.36.0
601
+
602
+ ### Minor Changes
603
+
604
+ - 8baa862: Add push to talk prototype
605
+ - chat suggestions, standalone chat component, gemini adapter, push to talk
606
+
607
+ ## 0.36.0-mme-push-to-talk.0
608
+
609
+ ### Minor Changes
610
+
611
+ - Add push to talk prototype
612
+
613
+ ## 0.9.0
614
+
615
+ ### Minor Changes
616
+
617
+ - 718520b: gpt-4-turbo-april-2024 function calling fixes
618
+ - 95bcbd8: streamline cloud configuration
619
+ - 95bcbd8: Rename
620
+ - 95bcbd8: Upgrade langchain
621
+ - 95bcbd8: Support input guardrails (cloud)
622
+ - 95bcbd8: Unify api key handling
623
+ - CopilotCloud V1, useCopilotReadable and more...
624
+ - 95bcbd8: Get api key from headers dict
625
+ - 95bcbd8: Update comments
626
+ - 95bcbd8: Include reason in guardrails response
627
+ - 718520b: gpt-4-turbo-april-2024
628
+ - 95bcbd8: Update comments
629
+ - 5f6f57a: fix backend function calling return values
630
+ - 95bcbd8: Retrieve public API key
631
+
632
+ ## 0.9.0-mme-cloud.7
633
+
634
+ ### Minor Changes
635
+
636
+ - Get api key from headers dict
637
+
638
+ ## 0.9.0-mme-cloud.6
639
+
640
+ ### Minor Changes
641
+
642
+ - Upgrade langchain
643
+
644
+ ## 0.9.0-mme-cloud.5
645
+
646
+ ### Minor Changes
647
+
648
+ - Update comments
649
+
650
+ ## 0.9.0-mme-cloud.4
651
+
652
+ ### Minor Changes
653
+
654
+ - Update comments
655
+
656
+ ## 0.9.0-mme-cloud.3
657
+
658
+ ### Minor Changes
659
+
660
+ - 85c029b: streamline cloud configuration
661
+ - Rename
662
+ - a5ade3b: Support input guardrails (cloud)
663
+ - 12ff590: Unify api key handling
664
+ - f0c4745: Include reason in guardrails response
665
+ - 17f4b1b: Retrieve public API key
666
+
667
+ ## 0.9.0-function-calling-fixes.2
668
+
669
+ ### Minor Changes
670
+
671
+ - fix backend function calling return values
672
+
673
+ ## 0.9.0-function-calling-fixes.1
674
+
675
+ ### Minor Changes
676
+
677
+ - gpt-4-turbo-april-2024 function calling fixes
678
+
679
+ ## 0.9.0-alpha.0
680
+
681
+ ### Minor Changes
682
+
683
+ - gpt-4-turbo-april-2024
684
+
685
+ ## 0.8.0
686
+
687
+ ### Minor Changes
688
+
689
+ - 1f06d29: declare esm/cjs/types in export
690
+ - fix esm error
691
+ - 5a0b2cf: Inline codeblock style to avoid ESM error
692
+ - e12b921: ESM by default
693
+
694
+ ## 0.8.0-mme-esm-error.2
695
+
696
+ ### Minor Changes
697
+
698
+ - Inline codeblock style to avoid ESM error
699
+
700
+ ## 0.8.0-mme-esm-error.1
701
+
702
+ ### Minor Changes
703
+
704
+ - declare esm/cjs/types in export
705
+
706
+ ## 0.8.0-mme-esm-error.0
707
+
708
+ ### Minor Changes
709
+
710
+ - ESM by default
711
+
712
+ ## 0.7.0
713
+
714
+ ### Minor Changes
715
+
716
+ - 899aa6e: Backend improvements for running on GCP
717
+ - Improve streamHttpServerResponse for express and firebase apps
718
+
719
+ ## 0.7.0-mme-firebase-fixes.0
720
+
721
+ ### Minor Changes
722
+
723
+ - Backend improvements for running on GCP
724
+
725
+ ## 0.6.0
726
+
727
+ ### Minor Changes
728
+
729
+ - Improve Next.js support and action rendering
730
+
731
+ ## 0.5.0
732
+
733
+ ### Minor Changes
734
+
735
+ - c4010e7: Pre Release
736
+ - be00d61: Alpha
737
+ - ec8481c: Alpha
738
+ - 3fbee5d: OpenAIAdapter-getter
739
+ - e09dc44: Test backward compatibility of AnnotatedFunction on the backend
740
+ - 3f5ad60: OpenAIAdapter: make openai instance gettable
741
+ - 0dd6180: QA
742
+ - 225812d: QA new action type
743
+ - New actions: custom chat components, and typed arguments
744
+
745
+ ## 0.5.0-mme-deprecate-annotated-function.4
746
+
747
+ ### Minor Changes
748
+
749
+ - Test backward compatibility of AnnotatedFunction on the backend
750
+
751
+ ## 0.5.0-mme-pre-release.3
752
+
753
+ ### Minor Changes
754
+
755
+ - Pre Release
756
+ - 3fbee5d: OpenAIAdapter-getter
757
+ - 3f5ad60: OpenAIAdapter: make openai instance gettable
758
+
759
+ ## 0.5.0-mme-function-call-labels.2
760
+
761
+ ### Minor Changes
762
+
763
+ - be00d61: Alpha
764
+ - QA
765
+
766
+ ## 0.5.0-mme-experimental-actions.1
767
+
768
+ ### Minor Changes
769
+
770
+ - Alpha
771
+
772
+ ## 0.5.0-mme-experimental-actions.0
773
+
774
+ ### Minor Changes
775
+
776
+ - QA new action type
777
+
778
+ ## 0.4.1
779
+
780
+ ### Patch Changes
781
+
782
+ - 5ec8ad4: fix- bring back removeBackendOnlyProps
783
+ - 5a154d0: fix: bring back removeBackendOnlyProps
784
+ - fix: bring back removeBackendOnlyProps
785
+
786
+ ## 0.4.1-atai-0223-fix-backendOnlyProps.1
787
+
788
+ ### Patch Changes
789
+
790
+ - fix- bring back removeBackendOnlyProps
791
+
792
+ ## 0.4.1-atai-0223-fix-backendOnlyProps.0
793
+
794
+ ### Patch Changes
795
+
796
+ - fix: bring back removeBackendOnlyProps
797
+
798
+ ## 0.4.0
799
+
800
+ ### Minor Changes
801
+
802
+ - CopilotTask, function return values, LangChain support, LangServe support
803
+ - 401e474: Test the tools API
804
+ - 2f3296e: Test automation
805
+
806
+ ## 0.4.0-beta-automation.1
807
+
808
+ ### Minor Changes
809
+
810
+ - Test automation
811
+
812
+ ## 0.4.0-tools.0
813
+
814
+ ### Minor Changes
815
+
816
+ - Test the tools API
817
+
818
+ ## 0.3.0
819
+
820
+ ### Minor Changes
821
+
822
+ - node CopilotBackend support
823
+ - 58a8524: clean node example impl
824
+ - a34a226: node-native backend support
825
+
826
+ ## 0.3.0-alpha.1
827
+
828
+ ### Minor Changes
829
+
830
+ - clean node example impl
831
+
832
+ ## 0.3.0-alpha.0
833
+
834
+ ### Minor Changes
835
+
836
+ - node-native backend support
837
+
838
+ ## 0.2.0
839
+
840
+ ### Minor Changes
841
+
842
+ - eba87c7: .4
843
+ - 61168c7: no treeshake
844
+ - fb32fe3: .2
845
+ - eba87c7: .3
846
+ - new chatbot ui, new component names, new build system, new docs
847
+ - 61168c7: no treeshake take 2
848
+ - 61168c7: remove treeshake in build
849
+ - fb32fe3: build naming refactor
850
+ - eba87c7: .5
851
+ - 61168c7: cache clean
852
+ - fb32fe3: .3
853
+
854
+ ## 0.2.0-alpha.8
855
+
856
+ ### Minor Changes
857
+
858
+ - cache clean
859
+
860
+ ## 0.2.0-alpha.7
861
+
862
+ ### Minor Changes
863
+
864
+ - no treeshake
865
+
866
+ ## 0.2.0-alpha.6
867
+
868
+ ### Minor Changes
869
+
870
+ - no treeshake take 2
871
+
872
+ ## 0.2.0-alpha.5
873
+
874
+ ### Minor Changes
875
+
876
+ - remove treeshake in build
877
+
878
+ ## 0.2.0-alpha.4
879
+
880
+ ### Minor Changes
881
+
882
+ - .5
883
+
884
+ ## 0.2.0-alpha.3
885
+
886
+ ### Minor Changes
887
+
888
+ - .4
889
+
890
+ ## 0.2.0-alpha.2
891
+
892
+ ### Minor Changes
893
+
894
+ - .3
895
+
896
+ ## 0.2.0-alpha.1
897
+
898
+ ### Minor Changes
899
+
900
+ - .2
901
+ - .3
902
+
903
+ ## 0.2.0-alpha.0
904
+
905
+ ### Minor Changes
906
+
907
+ - build naming refactor
908
+
909
+ ## 0.1.1
910
+
911
+ ### Patch Changes
912
+
913
+ - stop generating button working
914
+ - aa6bc5a: fix stop generate
915
+ - cf0bde6: change order of operations on stop cleanup
916
+
917
+ ## 0.1.1-alpha.1
918
+
919
+ ### Patch Changes
920
+
921
+ - change order of operations on stop cleanup
922
+
923
+ ## 0.1.1-alpha.0
924
+
925
+ ### Patch Changes
926
+
927
+ - fix stop generate
928
+
929
+ ## 0.1.0
930
+
931
+ ### Minor Changes
932
+
933
+ - 8a5cecd: only forward functions if non-empty
934
+ - 87f1fa0: rebase
935
+ - 15d4afc: debugging
936
+ - c40a0d1: Filter out empty function descriptions
937
+ - prep for chat protocol v2
938
+ - bbd152e: backend sdks prep
939
+ - 8517bb1: trying again
940
+ - 478840a: carry function propagation fix to chat v2
941
+
942
+ ## 0.1.0-alpha.6
943
+
944
+ ### Minor Changes
945
+
946
+ - rebase
947
+
948
+ ## 0.1.0-alpha.5
949
+
950
+ ### Minor Changes
951
+
952
+ - carry function propagation fix to chat v2
953
+
954
+ ## 0.1.0-alpha.4
955
+
956
+ ### Minor Changes
957
+
958
+ - only forward functions if non-empty
959
+
960
+ ## 0.1.0-alpha.3
961
+
962
+ ### Minor Changes
963
+
964
+ - debugging
965
+
966
+ ## 0.1.0-alpha.2
967
+
968
+ ### Minor Changes
969
+
970
+ - trying again
971
+
972
+ ## 0.1.0-alpha.1
973
+
974
+ ### Minor Changes
975
+
976
+ - Filter out empty function descriptions
977
+
978
+ ## 0.1.0-alpha.0
979
+
980
+ ### Minor Changes
981
+
982
+ - backend sdks prep