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