@copilotkit/shared 0.0.0-feat-dynamic-copilotcloud-qa-20250117190454

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