@copilotkit/sdk-js 0.0.0-0.0.0-max-changeset-10101010101010-20260109191632
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.
- package/CHANGELOG.md +2168 -0
- package/LICENSE +21 -0
- package/README.md +57 -0
- package/dist/chunk-5AVAJKYU.mjs +434 -0
- package/dist/chunk-5AVAJKYU.mjs.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -0
- package/dist/langchain-db7cb6cb.d.ts +427 -0
- package/dist/langchain.d.ts +6 -0
- package/dist/langchain.js +284 -0
- package/dist/langchain.js.map +1 -0
- package/dist/langchain.mjs +26 -0
- package/dist/langchain.mjs.map +1 -0
- package/dist/langgraph/index.d.ts +10 -0
- package/dist/langgraph.js +477 -0
- package/dist/langgraph.js.map +1 -0
- package/dist/langgraph.mjs +27 -0
- package/dist/langgraph.mjs.map +1 -0
- package/jest.config.js +5 -0
- package/package.json +85 -0
- package/src/__tests__/error-handling.test.ts +207 -0
- package/src/index.ts +0 -0
- package/src/langchain.ts +17 -0
- package/src/langgraph/index.ts +3 -0
- package/src/langgraph/middleware.ts +146 -0
- package/src/langgraph/types.ts +29 -0
- package/src/langgraph/utils.ts +491 -0
- package/tsconfig.json +11 -0
- package/tsup.config.ts +23 -0
- package/typedoc.json +4 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,2168 @@
|
|
|
1
|
+
# @copilotkit/sdk-js
|
|
2
|
+
|
|
3
|
+
## 0.0.0-0.0.0-max-changeset-10101010101010-20260109191632
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 4fb8075: create copilotkit langgraph middleware
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 6da0e74: Update versioning strategy
|
|
12
|
+
- Updated dependencies [6da0e74]
|
|
13
|
+
- @copilotkit/shared@0.0.0-0.0.0-max-changeset-10101010101010-20260109191632
|
|
14
|
+
|
|
15
|
+
## 1.50.2-next.0
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- @copilotkit/shared@1.50.2-next.0
|
|
20
|
+
|
|
21
|
+
## 1.50.1
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- 80dffec: Updated the default model and API version for the Google GenAI adapter
|
|
26
|
+
- Updated dependencies [80dffec]
|
|
27
|
+
- @copilotkit/shared@1.50.1
|
|
28
|
+
|
|
29
|
+
## 1.50.1-next.3
|
|
30
|
+
|
|
31
|
+
### Patch Changes
|
|
32
|
+
|
|
33
|
+
- @copilotkit/shared@1.50.1-next.3
|
|
34
|
+
|
|
35
|
+
## 1.50.1-next.2
|
|
36
|
+
|
|
37
|
+
### Patch Changes
|
|
38
|
+
|
|
39
|
+
- @copilotkit/shared@1.50.1-next.2
|
|
40
|
+
|
|
41
|
+
## 1.50.1-next.1
|
|
42
|
+
|
|
43
|
+
### Patch Changes
|
|
44
|
+
|
|
45
|
+
- @copilotkit/shared@1.50.1-next.1
|
|
46
|
+
|
|
47
|
+
## 1.50.1-next.0
|
|
48
|
+
|
|
49
|
+
### Patch Changes
|
|
50
|
+
|
|
51
|
+
- Updated the default model and API version for the Google GenAI adapter
|
|
52
|
+
- Updated dependencies
|
|
53
|
+
- @copilotkit/shared@1.50.1-next.0
|
|
54
|
+
|
|
55
|
+
## 1.50.0
|
|
56
|
+
|
|
57
|
+
### Minor Changes
|
|
58
|
+
|
|
59
|
+
- 0fc76d7: add new runner with telemetry baked in
|
|
60
|
+
- c942f9c: Minor fixes and stability improvements
|
|
61
|
+
- eed6021: Updating to the latest version of vnext
|
|
62
|
+
- 3b7367e: Improving general stability around LangChain
|
|
63
|
+
- 7ff9ca7: Minor fixes and improvements
|
|
64
|
+
- 974875e: Lint and format code to resolve Prettier errors
|
|
65
|
+
- 3bd484f: Minor fixes and stability improvements
|
|
66
|
+
- 5a534bf: fix telemetry in v1.50 runtime
|
|
67
|
+
- 769a06c: Refactor suggestions to not always run
|
|
68
|
+
- 788292b: Improving langchain dependency resolution
|
|
69
|
+
- eab69a2: Enabling the new inspector
|
|
70
|
+
- 0a7bfe0: Updating dependency versions across all packages
|
|
71
|
+
|
|
72
|
+
### Patch Changes
|
|
73
|
+
|
|
74
|
+
- d1089a7: - fix: allow langgraph 1.0
|
|
75
|
+
- Updated dependencies [0fc76d7]
|
|
76
|
+
- Updated dependencies [c942f9c]
|
|
77
|
+
- Updated dependencies [b0e3652]
|
|
78
|
+
- Updated dependencies [eed6021]
|
|
79
|
+
- Updated dependencies [3b7367e]
|
|
80
|
+
- Updated dependencies [7ff9ca7]
|
|
81
|
+
- Updated dependencies [974875e]
|
|
82
|
+
- Updated dependencies [4942f62]
|
|
83
|
+
- Updated dependencies [3bd484f]
|
|
84
|
+
- Updated dependencies [5a534bf]
|
|
85
|
+
- Updated dependencies [769a06c]
|
|
86
|
+
- Updated dependencies [788292b]
|
|
87
|
+
- Updated dependencies [eab69a2]
|
|
88
|
+
- Updated dependencies [0a7bfe0]
|
|
89
|
+
- @copilotkit/shared@1.50.0
|
|
90
|
+
|
|
91
|
+
## 1.50.0-beta.19
|
|
92
|
+
|
|
93
|
+
### Minor Changes
|
|
94
|
+
|
|
95
|
+
- Improving langchain dependency resolution
|
|
96
|
+
|
|
97
|
+
### Patch Changes
|
|
98
|
+
|
|
99
|
+
- Updated dependencies
|
|
100
|
+
- @copilotkit/shared@1.50.0-beta.19
|
|
101
|
+
|
|
102
|
+
## 1.50.0-beta.18
|
|
103
|
+
|
|
104
|
+
### Minor Changes
|
|
105
|
+
|
|
106
|
+
- Improving general stability around LangChain
|
|
107
|
+
|
|
108
|
+
### Patch Changes
|
|
109
|
+
|
|
110
|
+
- Updated dependencies
|
|
111
|
+
- @copilotkit/shared@1.50.0-beta.18
|
|
112
|
+
|
|
113
|
+
## 1.50.0-beta.17
|
|
114
|
+
|
|
115
|
+
### Minor Changes
|
|
116
|
+
|
|
117
|
+
- Minor fixes and improvements
|
|
118
|
+
|
|
119
|
+
### Patch Changes
|
|
120
|
+
|
|
121
|
+
- Updated dependencies
|
|
122
|
+
- @copilotkit/shared@1.50.0-beta.17
|
|
123
|
+
|
|
124
|
+
## 1.50.0-beta.16
|
|
125
|
+
|
|
126
|
+
### Minor Changes
|
|
127
|
+
|
|
128
|
+
- Minor fixes and stability improvements
|
|
129
|
+
|
|
130
|
+
### Patch Changes
|
|
131
|
+
|
|
132
|
+
- Updated dependencies
|
|
133
|
+
- @copilotkit/shared@1.50.0-beta.16
|
|
134
|
+
|
|
135
|
+
## 1.50.0-beta.15
|
|
136
|
+
|
|
137
|
+
### Minor Changes
|
|
138
|
+
|
|
139
|
+
- Lint and format code to resolve Prettier errors
|
|
140
|
+
|
|
141
|
+
### Patch Changes
|
|
142
|
+
|
|
143
|
+
- Updated dependencies
|
|
144
|
+
- @copilotkit/shared@1.50.0-beta.15
|
|
145
|
+
|
|
146
|
+
## 1.50.0-beta.14
|
|
147
|
+
|
|
148
|
+
### Minor Changes
|
|
149
|
+
|
|
150
|
+
- Minor fixes and stability improvements
|
|
151
|
+
|
|
152
|
+
### Patch Changes
|
|
153
|
+
|
|
154
|
+
- Updated dependencies
|
|
155
|
+
- @copilotkit/shared@1.50.0-beta.14
|
|
156
|
+
|
|
157
|
+
## 1.50.0-beta.13
|
|
158
|
+
|
|
159
|
+
### Minor Changes
|
|
160
|
+
|
|
161
|
+
- Updating to the latest version of vnext
|
|
162
|
+
|
|
163
|
+
### Patch Changes
|
|
164
|
+
|
|
165
|
+
- Updated dependencies
|
|
166
|
+
- @copilotkit/shared@1.50.0-beta.13
|
|
167
|
+
|
|
168
|
+
## 1.50.0-beta.12
|
|
169
|
+
|
|
170
|
+
### Minor Changes
|
|
171
|
+
|
|
172
|
+
- eab69a2: Enabling the new inspector
|
|
173
|
+
|
|
174
|
+
### Patch Changes
|
|
175
|
+
|
|
176
|
+
- Updated dependencies [eab69a2]
|
|
177
|
+
- @copilotkit/shared@1.50.0-beta.12
|
|
178
|
+
|
|
179
|
+
## 1.50.0-beta.11
|
|
180
|
+
|
|
181
|
+
### Minor Changes
|
|
182
|
+
|
|
183
|
+
- fix telemetry in v1.50 runtime
|
|
184
|
+
|
|
185
|
+
### Patch Changes
|
|
186
|
+
|
|
187
|
+
- Updated dependencies
|
|
188
|
+
- @copilotkit/shared@1.50.0-beta.11
|
|
189
|
+
|
|
190
|
+
## 1.50.0-beta.10
|
|
191
|
+
|
|
192
|
+
### Minor Changes
|
|
193
|
+
|
|
194
|
+
- add new runner with telemetry baked in
|
|
195
|
+
|
|
196
|
+
### Patch Changes
|
|
197
|
+
|
|
198
|
+
- Updated dependencies
|
|
199
|
+
- @copilotkit/shared@1.50.0-beta.10
|
|
200
|
+
|
|
201
|
+
## 1.50.0-beta.9
|
|
202
|
+
|
|
203
|
+
### Minor Changes
|
|
204
|
+
|
|
205
|
+
- Refactor suggestions to not always run
|
|
206
|
+
|
|
207
|
+
### Patch Changes
|
|
208
|
+
|
|
209
|
+
- Updated dependencies
|
|
210
|
+
- @copilotkit/shared@1.50.0-beta.9
|
|
211
|
+
|
|
212
|
+
## 1.50.0-beta.8
|
|
213
|
+
|
|
214
|
+
### Patch Changes
|
|
215
|
+
|
|
216
|
+
- d1089a7: - fix: allow langgraph 1.0
|
|
217
|
+
- @copilotkit/shared@1.50.0-beta.8
|
|
218
|
+
|
|
219
|
+
## 1.50.0-beta.7
|
|
220
|
+
|
|
221
|
+
### Patch Changes
|
|
222
|
+
|
|
223
|
+
- @copilotkit/shared@1.50.0-beta.7
|
|
224
|
+
|
|
225
|
+
## 1.50.0-beta.6
|
|
226
|
+
|
|
227
|
+
### Minor Changes
|
|
228
|
+
|
|
229
|
+
- Updating dependency versions across all packages
|
|
230
|
+
|
|
231
|
+
### Patch Changes
|
|
232
|
+
|
|
233
|
+
- Updated dependencies
|
|
234
|
+
- @copilotkit/shared@1.50.0-beta.6
|
|
235
|
+
|
|
236
|
+
## 1.50.0-beta.4
|
|
237
|
+
|
|
238
|
+
### Patch Changes
|
|
239
|
+
|
|
240
|
+
- Updated dependencies [b0e3652]
|
|
241
|
+
- Updated dependencies [4942f62]
|
|
242
|
+
- @copilotkit/shared@1.50.0-beta.4
|
|
243
|
+
|
|
244
|
+
## 1.10.7-next.0
|
|
245
|
+
|
|
246
|
+
### Patch Changes
|
|
247
|
+
|
|
248
|
+
- @copilotkit/shared@1.10.7-next.0
|
|
249
|
+
|
|
250
|
+
## 1.10.6
|
|
251
|
+
|
|
252
|
+
### Patch Changes
|
|
253
|
+
|
|
254
|
+
- Updated dependencies [e0dd5d5]
|
|
255
|
+
- @copilotkit/shared@1.10.6
|
|
256
|
+
|
|
257
|
+
## 1.10.6-next.6
|
|
258
|
+
|
|
259
|
+
### Patch Changes
|
|
260
|
+
|
|
261
|
+
- @copilotkit/shared@1.10.6-next.6
|
|
262
|
+
|
|
263
|
+
## 1.10.6-next.5
|
|
264
|
+
|
|
265
|
+
### Patch Changes
|
|
266
|
+
|
|
267
|
+
- Updated dependencies [e0dd5d5]
|
|
268
|
+
- @copilotkit/shared@1.10.6-next.5
|
|
269
|
+
|
|
270
|
+
## 1.10.6-next.4
|
|
271
|
+
|
|
272
|
+
### Patch Changes
|
|
273
|
+
|
|
274
|
+
- @copilotkit/shared@1.10.6-next.4
|
|
275
|
+
|
|
276
|
+
## 1.10.6-next.3
|
|
277
|
+
|
|
278
|
+
### Patch Changes
|
|
279
|
+
|
|
280
|
+
- @copilotkit/shared@1.10.6-next.3
|
|
281
|
+
|
|
282
|
+
## 1.10.6-next.2
|
|
283
|
+
|
|
284
|
+
### Patch Changes
|
|
285
|
+
|
|
286
|
+
- @copilotkit/shared@1.10.6-next.2
|
|
287
|
+
|
|
288
|
+
## 1.10.6-next.1
|
|
289
|
+
|
|
290
|
+
### Patch Changes
|
|
291
|
+
|
|
292
|
+
- @copilotkit/shared@1.10.6-next.1
|
|
293
|
+
|
|
294
|
+
## 1.10.6-next.0
|
|
295
|
+
|
|
296
|
+
### Patch Changes
|
|
297
|
+
|
|
298
|
+
- @copilotkit/shared@1.10.6-next.0
|
|
299
|
+
|
|
300
|
+
## 1.10.5
|
|
301
|
+
|
|
302
|
+
### Patch Changes
|
|
303
|
+
|
|
304
|
+
- @copilotkit/shared@1.10.5
|
|
305
|
+
|
|
306
|
+
## 1.10.5-next.10
|
|
307
|
+
|
|
308
|
+
### Patch Changes
|
|
309
|
+
|
|
310
|
+
- @copilotkit/shared@1.10.5-next.10
|
|
311
|
+
|
|
312
|
+
## 1.10.5-next.9
|
|
313
|
+
|
|
314
|
+
### Patch Changes
|
|
315
|
+
|
|
316
|
+
- @copilotkit/shared@1.10.5-next.9
|
|
317
|
+
|
|
318
|
+
## 1.10.5-next.8
|
|
319
|
+
|
|
320
|
+
### Patch Changes
|
|
321
|
+
|
|
322
|
+
- @copilotkit/shared@1.10.5-next.8
|
|
323
|
+
|
|
324
|
+
## 1.10.5-next.7
|
|
325
|
+
|
|
326
|
+
### Patch Changes
|
|
327
|
+
|
|
328
|
+
- @copilotkit/shared@1.10.5-next.7
|
|
329
|
+
|
|
330
|
+
## 1.10.5-next.6
|
|
331
|
+
|
|
332
|
+
### Patch Changes
|
|
333
|
+
|
|
334
|
+
- @copilotkit/shared@1.10.5-next.6
|
|
335
|
+
|
|
336
|
+
## 1.10.5-next.5
|
|
337
|
+
|
|
338
|
+
### Patch Changes
|
|
339
|
+
|
|
340
|
+
- @copilotkit/shared@1.10.5-next.5
|
|
341
|
+
|
|
342
|
+
## 1.10.5-next.4
|
|
343
|
+
|
|
344
|
+
### Patch Changes
|
|
345
|
+
|
|
346
|
+
- @copilotkit/shared@1.10.5-next.4
|
|
347
|
+
|
|
348
|
+
## 1.10.5-next.3
|
|
349
|
+
|
|
350
|
+
### Patch Changes
|
|
351
|
+
|
|
352
|
+
- @copilotkit/shared@1.10.5-next.3
|
|
353
|
+
|
|
354
|
+
## 1.10.5-next.2
|
|
355
|
+
|
|
356
|
+
### Patch Changes
|
|
357
|
+
|
|
358
|
+
- @copilotkit/shared@1.10.5-next.2
|
|
359
|
+
|
|
360
|
+
## 1.10.5-next.1
|
|
361
|
+
|
|
362
|
+
### Patch Changes
|
|
363
|
+
|
|
364
|
+
- @copilotkit/shared@1.10.5-next.1
|
|
365
|
+
|
|
366
|
+
## 1.10.5-next.0
|
|
367
|
+
|
|
368
|
+
### Patch Changes
|
|
369
|
+
|
|
370
|
+
- @copilotkit/shared@1.10.5-next.0
|
|
371
|
+
|
|
372
|
+
## 1.10.4
|
|
373
|
+
|
|
374
|
+
### Patch Changes
|
|
375
|
+
|
|
376
|
+
- Updated dependencies [a640d8e]
|
|
377
|
+
- @copilotkit/shared@1.10.4
|
|
378
|
+
|
|
379
|
+
## 1.10.4-next.3
|
|
380
|
+
|
|
381
|
+
### Patch Changes
|
|
382
|
+
|
|
383
|
+
- @copilotkit/shared@1.10.4-next.3
|
|
384
|
+
|
|
385
|
+
## 1.10.4-next.2
|
|
386
|
+
|
|
387
|
+
### Patch Changes
|
|
388
|
+
|
|
389
|
+
- @copilotkit/shared@1.10.4-next.2
|
|
390
|
+
|
|
391
|
+
## 1.10.4-next.1
|
|
392
|
+
|
|
393
|
+
### Patch Changes
|
|
394
|
+
|
|
395
|
+
- Updated dependencies [a640d8e]
|
|
396
|
+
- @copilotkit/shared@1.10.4-next.1
|
|
397
|
+
|
|
398
|
+
## 1.10.4-next.0
|
|
399
|
+
|
|
400
|
+
### Patch Changes
|
|
401
|
+
|
|
402
|
+
- @copilotkit/shared@1.10.4-next.0
|
|
403
|
+
|
|
404
|
+
## 1.10.3
|
|
405
|
+
|
|
406
|
+
### Patch Changes
|
|
407
|
+
|
|
408
|
+
- f566562: - fix: allow dependents to decide langgraph version by using peer dependencies
|
|
409
|
+
- fix: adjust sdk to accept two forms of actions from agui
|
|
410
|
+
- Updated dependencies [ea74047]
|
|
411
|
+
- @copilotkit/shared@1.10.3
|
|
412
|
+
|
|
413
|
+
## 1.10.3-next.3
|
|
414
|
+
|
|
415
|
+
### Patch Changes
|
|
416
|
+
|
|
417
|
+
- @copilotkit/shared@1.10.3-next.3
|
|
418
|
+
|
|
419
|
+
## 1.10.3-next.2
|
|
420
|
+
|
|
421
|
+
### Patch Changes
|
|
422
|
+
|
|
423
|
+
- @copilotkit/shared@1.10.3-next.2
|
|
424
|
+
|
|
425
|
+
## 1.10.3-next.1
|
|
426
|
+
|
|
427
|
+
### Patch Changes
|
|
428
|
+
|
|
429
|
+
- f566562: - fix: allow dependents to decide langgraph version by using peer dependencies
|
|
430
|
+
- fix: adjust sdk to accept two forms of actions from agui
|
|
431
|
+
- @copilotkit/shared@1.10.3-next.1
|
|
432
|
+
|
|
433
|
+
## 1.10.3-next.0
|
|
434
|
+
|
|
435
|
+
### Patch Changes
|
|
436
|
+
|
|
437
|
+
- Updated dependencies [ea74047]
|
|
438
|
+
- @copilotkit/shared@1.10.3-next.0
|
|
439
|
+
|
|
440
|
+
## 1.10.2
|
|
441
|
+
|
|
442
|
+
### Patch Changes
|
|
443
|
+
|
|
444
|
+
- @copilotkit/shared@1.10.2
|
|
445
|
+
|
|
446
|
+
## 1.10.2-next.0
|
|
447
|
+
|
|
448
|
+
### Patch Changes
|
|
449
|
+
|
|
450
|
+
- @copilotkit/shared@1.10.2-next.0
|
|
451
|
+
|
|
452
|
+
## 1.10.1
|
|
453
|
+
|
|
454
|
+
### Patch Changes
|
|
455
|
+
|
|
456
|
+
- @copilotkit/shared@1.10.1
|
|
457
|
+
|
|
458
|
+
## 1.10.1-next.2
|
|
459
|
+
|
|
460
|
+
### Patch Changes
|
|
461
|
+
|
|
462
|
+
- @copilotkit/shared@1.10.1-next.2
|
|
463
|
+
|
|
464
|
+
## 1.10.1-next.1
|
|
465
|
+
|
|
466
|
+
### Patch Changes
|
|
467
|
+
|
|
468
|
+
- @copilotkit/shared@1.10.1-next.1
|
|
469
|
+
|
|
470
|
+
## 1.10.1-next.0
|
|
471
|
+
|
|
472
|
+
### Patch Changes
|
|
473
|
+
|
|
474
|
+
- @copilotkit/shared@1.10.1-next.0
|
|
475
|
+
|
|
476
|
+
## 1.10.0
|
|
477
|
+
|
|
478
|
+
### Patch Changes
|
|
479
|
+
|
|
480
|
+
- Updated dependencies [a8c0263]
|
|
481
|
+
- Updated dependencies [8674da1]
|
|
482
|
+
- Updated dependencies [6d1de58]
|
|
483
|
+
- @copilotkit/shared@1.10.0
|
|
484
|
+
|
|
485
|
+
## 1.10.0-next.13
|
|
486
|
+
|
|
487
|
+
### Patch Changes
|
|
488
|
+
|
|
489
|
+
- @copilotkit/shared@1.10.0-next.13
|
|
490
|
+
|
|
491
|
+
## 1.10.0-next.12
|
|
492
|
+
|
|
493
|
+
### Patch Changes
|
|
494
|
+
|
|
495
|
+
- @copilotkit/shared@1.10.0-next.12
|
|
496
|
+
|
|
497
|
+
## 1.10.0-next.11
|
|
498
|
+
|
|
499
|
+
### Patch Changes
|
|
500
|
+
|
|
501
|
+
- @copilotkit/shared@1.10.0-next.11
|
|
502
|
+
|
|
503
|
+
## 1.10.0-next.10
|
|
504
|
+
|
|
505
|
+
### Patch Changes
|
|
506
|
+
|
|
507
|
+
- Updated dependencies [6d1de58]
|
|
508
|
+
- @copilotkit/shared@1.10.0-next.10
|
|
509
|
+
|
|
510
|
+
## 1.10.0-next.9
|
|
511
|
+
|
|
512
|
+
### Patch Changes
|
|
513
|
+
|
|
514
|
+
- @copilotkit/shared@1.10.0-next.9
|
|
515
|
+
|
|
516
|
+
## 1.10.0-next.8
|
|
517
|
+
|
|
518
|
+
### Patch Changes
|
|
519
|
+
|
|
520
|
+
- @copilotkit/shared@1.10.0-next.8
|
|
521
|
+
|
|
522
|
+
## 1.10.0-next.7
|
|
523
|
+
|
|
524
|
+
### Patch Changes
|
|
525
|
+
|
|
526
|
+
- @copilotkit/shared@1.10.0-next.7
|
|
527
|
+
|
|
528
|
+
## 1.10.0-next.6
|
|
529
|
+
|
|
530
|
+
### Patch Changes
|
|
531
|
+
|
|
532
|
+
- @copilotkit/shared@1.10.0-next.6
|
|
533
|
+
|
|
534
|
+
## 1.10.0-next.5
|
|
535
|
+
|
|
536
|
+
### Patch Changes
|
|
537
|
+
|
|
538
|
+
- Updated dependencies [a8c0263]
|
|
539
|
+
- @copilotkit/shared@1.10.0-next.5
|
|
540
|
+
|
|
541
|
+
## 1.10.0-next.4
|
|
542
|
+
|
|
543
|
+
### Patch Changes
|
|
544
|
+
|
|
545
|
+
- @copilotkit/shared@1.10.0-next.4
|
|
546
|
+
|
|
547
|
+
## 1.10.0-next.3
|
|
548
|
+
|
|
549
|
+
### Patch Changes
|
|
550
|
+
|
|
551
|
+
- @copilotkit/shared@1.10.0-next.3
|
|
552
|
+
|
|
553
|
+
## 1.10.0-next.2
|
|
554
|
+
|
|
555
|
+
### Patch Changes
|
|
556
|
+
|
|
557
|
+
- @copilotkit/shared@1.10.0-next.2
|
|
558
|
+
|
|
559
|
+
## 1.10.0-next.1
|
|
560
|
+
|
|
561
|
+
### Patch Changes
|
|
562
|
+
|
|
563
|
+
- @copilotkit/shared@1.10.0-next.1
|
|
564
|
+
|
|
565
|
+
## 1.10.0-next.0
|
|
566
|
+
|
|
567
|
+
### Patch Changes
|
|
568
|
+
|
|
569
|
+
- Updated dependencies [8674da1]
|
|
570
|
+
- @copilotkit/shared@1.10.0-next.0
|
|
571
|
+
|
|
572
|
+
## 1.9.3
|
|
573
|
+
|
|
574
|
+
### Patch Changes
|
|
575
|
+
|
|
576
|
+
- Updated dependencies [1bda332]
|
|
577
|
+
- @copilotkit/shared@1.9.3
|
|
578
|
+
|
|
579
|
+
## 1.9.3-next.4
|
|
580
|
+
|
|
581
|
+
### Patch Changes
|
|
582
|
+
|
|
583
|
+
- @copilotkit/shared@1.9.3-next.4
|
|
584
|
+
|
|
585
|
+
## 1.9.3-next.3
|
|
586
|
+
|
|
587
|
+
### Patch Changes
|
|
588
|
+
|
|
589
|
+
- Updated dependencies [1bda332]
|
|
590
|
+
- @copilotkit/shared@1.9.3-next.3
|
|
591
|
+
|
|
592
|
+
## 1.9.3-next.2
|
|
593
|
+
|
|
594
|
+
### Patch Changes
|
|
595
|
+
|
|
596
|
+
- @copilotkit/shared@1.9.3-next.2
|
|
597
|
+
|
|
598
|
+
## 1.9.3-next.1
|
|
599
|
+
|
|
600
|
+
### Patch Changes
|
|
601
|
+
|
|
602
|
+
- @copilotkit/shared@1.9.3-next.1
|
|
603
|
+
|
|
604
|
+
## 1.9.3-next.0
|
|
605
|
+
|
|
606
|
+
### Patch Changes
|
|
607
|
+
|
|
608
|
+
- @copilotkit/shared@1.9.3-next.0
|
|
609
|
+
|
|
610
|
+
## 1.9.2
|
|
611
|
+
|
|
612
|
+
### Patch Changes
|
|
613
|
+
|
|
614
|
+
- 1d1c51d: - feat: surface all errors in structured format
|
|
615
|
+
- 10345a5: - feat: structured error visibility system for streaming errors
|
|
616
|
+
- Updated dependencies [fac89c2]
|
|
617
|
+
- Updated dependencies [9169ad7]
|
|
618
|
+
- Updated dependencies [1d1c51d]
|
|
619
|
+
- Updated dependencies [10345a5]
|
|
620
|
+
- Updated dependencies [9169ad7]
|
|
621
|
+
- @copilotkit/shared@1.9.2
|
|
622
|
+
|
|
623
|
+
## 1.9.2-next.26
|
|
624
|
+
|
|
625
|
+
### Patch Changes
|
|
626
|
+
|
|
627
|
+
- @copilotkit/shared@1.9.2-next.26
|
|
628
|
+
|
|
629
|
+
## 1.9.2-next.25
|
|
630
|
+
|
|
631
|
+
### Patch Changes
|
|
632
|
+
|
|
633
|
+
- @copilotkit/shared@1.9.2-next.25
|
|
634
|
+
|
|
635
|
+
## 1.9.2-next.24
|
|
636
|
+
|
|
637
|
+
### Patch Changes
|
|
638
|
+
|
|
639
|
+
- @copilotkit/shared@1.9.2-next.24
|
|
640
|
+
|
|
641
|
+
## 1.9.2-next.23
|
|
642
|
+
|
|
643
|
+
### Patch Changes
|
|
644
|
+
|
|
645
|
+
- @copilotkit/shared@1.9.2-next.23
|
|
646
|
+
|
|
647
|
+
## 1.9.2-next.22
|
|
648
|
+
|
|
649
|
+
### Patch Changes
|
|
650
|
+
|
|
651
|
+
- @copilotkit/shared@1.9.2-next.22
|
|
652
|
+
|
|
653
|
+
## 1.9.2-next.21
|
|
654
|
+
|
|
655
|
+
### Patch Changes
|
|
656
|
+
|
|
657
|
+
- @copilotkit/shared@1.9.2-next.21
|
|
658
|
+
|
|
659
|
+
## 1.9.2-next.20
|
|
660
|
+
|
|
661
|
+
### Patch Changes
|
|
662
|
+
|
|
663
|
+
- @copilotkit/shared@1.9.2-next.20
|
|
664
|
+
|
|
665
|
+
## 1.9.2-next.19
|
|
666
|
+
|
|
667
|
+
### Patch Changes
|
|
668
|
+
|
|
669
|
+
- @copilotkit/shared@1.9.2-next.19
|
|
670
|
+
|
|
671
|
+
## 1.9.2-next.18
|
|
672
|
+
|
|
673
|
+
### Patch Changes
|
|
674
|
+
|
|
675
|
+
- Updated dependencies [fac89c2]
|
|
676
|
+
- @copilotkit/shared@1.9.2-next.18
|
|
677
|
+
|
|
678
|
+
## 1.9.2-next.17
|
|
679
|
+
|
|
680
|
+
### Patch Changes
|
|
681
|
+
|
|
682
|
+
- @copilotkit/shared@1.9.2-next.17
|
|
683
|
+
|
|
684
|
+
## 1.9.2-next.16
|
|
685
|
+
|
|
686
|
+
### Patch Changes
|
|
687
|
+
|
|
688
|
+
- @copilotkit/shared@1.9.2-next.16
|
|
689
|
+
|
|
690
|
+
## 1.9.2-next.15
|
|
691
|
+
|
|
692
|
+
### Patch Changes
|
|
693
|
+
|
|
694
|
+
- @copilotkit/shared@1.9.2-next.15
|
|
695
|
+
|
|
696
|
+
## 1.9.2-next.14
|
|
697
|
+
|
|
698
|
+
### Patch Changes
|
|
699
|
+
|
|
700
|
+
- @copilotkit/shared@1.9.2-next.14
|
|
701
|
+
|
|
702
|
+
## 1.9.2-next.13
|
|
703
|
+
|
|
704
|
+
### Patch Changes
|
|
705
|
+
|
|
706
|
+
- @copilotkit/shared@1.9.2-next.13
|
|
707
|
+
|
|
708
|
+
## 1.9.2-next.12
|
|
709
|
+
|
|
710
|
+
### Patch Changes
|
|
711
|
+
|
|
712
|
+
- @copilotkit/shared@1.9.2-next.12
|
|
713
|
+
|
|
714
|
+
## 1.9.2-next.11
|
|
715
|
+
|
|
716
|
+
### Patch Changes
|
|
717
|
+
|
|
718
|
+
- @copilotkit/shared@1.9.2-next.11
|
|
719
|
+
|
|
720
|
+
## 1.9.2-next.10
|
|
721
|
+
|
|
722
|
+
### Patch Changes
|
|
723
|
+
|
|
724
|
+
- @copilotkit/shared@1.9.2-next.10
|
|
725
|
+
|
|
726
|
+
## 1.9.2-next.9
|
|
727
|
+
|
|
728
|
+
### Patch Changes
|
|
729
|
+
|
|
730
|
+
- 1d1c51d: - feat: surface all errors in structured format
|
|
731
|
+
- Updated dependencies [1d1c51d]
|
|
732
|
+
- @copilotkit/shared@1.9.2-next.9
|
|
733
|
+
|
|
734
|
+
## 1.9.2-next.8
|
|
735
|
+
|
|
736
|
+
### Patch Changes
|
|
737
|
+
|
|
738
|
+
- @copilotkit/shared@1.9.2-next.8
|
|
739
|
+
|
|
740
|
+
## 1.9.2-next.7
|
|
741
|
+
|
|
742
|
+
### Patch Changes
|
|
743
|
+
|
|
744
|
+
- @copilotkit/shared@1.9.2-next.7
|
|
745
|
+
|
|
746
|
+
## 1.9.2-next.6
|
|
747
|
+
|
|
748
|
+
### Patch Changes
|
|
749
|
+
|
|
750
|
+
- @copilotkit/shared@1.9.2-next.6
|
|
751
|
+
|
|
752
|
+
## 1.9.2-next.5
|
|
753
|
+
|
|
754
|
+
### Patch Changes
|
|
755
|
+
|
|
756
|
+
- @copilotkit/shared@1.9.2-next.5
|
|
757
|
+
|
|
758
|
+
## 1.9.2-next.4
|
|
759
|
+
|
|
760
|
+
### Patch Changes
|
|
761
|
+
|
|
762
|
+
- Updated dependencies [9169ad7]
|
|
763
|
+
- Updated dependencies [9169ad7]
|
|
764
|
+
- @copilotkit/shared@1.9.2-next.4
|
|
765
|
+
|
|
766
|
+
## 1.9.2-next.3
|
|
767
|
+
|
|
768
|
+
### Patch Changes
|
|
769
|
+
|
|
770
|
+
- @copilotkit/shared@1.9.2-next.3
|
|
771
|
+
|
|
772
|
+
## 1.9.2-next.2
|
|
773
|
+
|
|
774
|
+
### Patch Changes
|
|
775
|
+
|
|
776
|
+
- @copilotkit/shared@1.9.2-next.2
|
|
777
|
+
|
|
778
|
+
## 1.9.2-next.1
|
|
779
|
+
|
|
780
|
+
### Patch Changes
|
|
781
|
+
|
|
782
|
+
- @copilotkit/shared@1.9.2-next.1
|
|
783
|
+
|
|
784
|
+
## 1.9.2-next.0
|
|
785
|
+
|
|
786
|
+
### Patch Changes
|
|
787
|
+
|
|
788
|
+
- 10345a5: - feat: structured error visibility system for streaming errors
|
|
789
|
+
- Updated dependencies [10345a5]
|
|
790
|
+
- @copilotkit/shared@1.9.2-next.0
|
|
791
|
+
|
|
792
|
+
## 1.9.1
|
|
793
|
+
|
|
794
|
+
### Patch Changes
|
|
795
|
+
|
|
796
|
+
- Updated dependencies [deaeca0]
|
|
797
|
+
- @copilotkit/shared@1.9.1
|
|
798
|
+
|
|
799
|
+
## 1.9.1-next.0
|
|
800
|
+
|
|
801
|
+
### Patch Changes
|
|
802
|
+
|
|
803
|
+
- Updated dependencies [deaeca0]
|
|
804
|
+
- @copilotkit/shared@1.9.1-next.0
|
|
805
|
+
|
|
806
|
+
## 1.9.0
|
|
807
|
+
|
|
808
|
+
### Patch Changes
|
|
809
|
+
|
|
810
|
+
- @copilotkit/shared@1.9.0
|
|
811
|
+
|
|
812
|
+
## 1.9.0-next.2
|
|
813
|
+
|
|
814
|
+
### Patch Changes
|
|
815
|
+
|
|
816
|
+
- @copilotkit/shared@1.9.0-next.2
|
|
817
|
+
|
|
818
|
+
## 1.8.15-next.1
|
|
819
|
+
|
|
820
|
+
### Patch Changes
|
|
821
|
+
|
|
822
|
+
- @copilotkit/shared@1.8.15-next.1
|
|
823
|
+
|
|
824
|
+
## 1.8.15-next.0
|
|
825
|
+
|
|
826
|
+
### Patch Changes
|
|
827
|
+
|
|
828
|
+
- @copilotkit/shared@1.8.15-next.0
|
|
829
|
+
|
|
830
|
+
## 1.8.14
|
|
831
|
+
|
|
832
|
+
### Patch Changes
|
|
833
|
+
|
|
834
|
+
- Updated dependencies [34a78d8]
|
|
835
|
+
- @copilotkit/shared@1.8.14
|
|
836
|
+
|
|
837
|
+
## 1.8.14-next.5
|
|
838
|
+
|
|
839
|
+
### Patch Changes
|
|
840
|
+
|
|
841
|
+
- @copilotkit/shared@1.8.14-next.5
|
|
842
|
+
|
|
843
|
+
## 1.8.14-next.4
|
|
844
|
+
|
|
845
|
+
### Patch Changes
|
|
846
|
+
|
|
847
|
+
- @copilotkit/shared@1.8.14-next.4
|
|
848
|
+
|
|
849
|
+
## 1.8.14-next.3
|
|
850
|
+
|
|
851
|
+
### Patch Changes
|
|
852
|
+
|
|
853
|
+
- @copilotkit/shared@1.8.14-next.3
|
|
854
|
+
|
|
855
|
+
## 1.8.14-next.2
|
|
856
|
+
|
|
857
|
+
### Patch Changes
|
|
858
|
+
|
|
859
|
+
- @copilotkit/shared@1.8.14-next.2
|
|
860
|
+
|
|
861
|
+
## 1.8.14-next.1
|
|
862
|
+
|
|
863
|
+
### Patch Changes
|
|
864
|
+
|
|
865
|
+
- Updated dependencies [34a78d8]
|
|
866
|
+
- @copilotkit/shared@1.8.14-next.1
|
|
867
|
+
|
|
868
|
+
## 1.8.14-next.0
|
|
869
|
+
|
|
870
|
+
### Patch Changes
|
|
871
|
+
|
|
872
|
+
- @copilotkit/shared@1.8.14-next.0
|
|
873
|
+
|
|
874
|
+
## 1.8.13
|
|
875
|
+
|
|
876
|
+
### Patch Changes
|
|
877
|
+
|
|
878
|
+
- @copilotkit/shared@1.8.13
|
|
879
|
+
|
|
880
|
+
## 1.8.13-next.3
|
|
881
|
+
|
|
882
|
+
### Patch Changes
|
|
883
|
+
|
|
884
|
+
- @copilotkit/shared@1.8.13-next.3
|
|
885
|
+
|
|
886
|
+
## 1.8.13-next.2
|
|
887
|
+
|
|
888
|
+
### Patch Changes
|
|
889
|
+
|
|
890
|
+
- @copilotkit/shared@1.8.13-next.2
|
|
891
|
+
|
|
892
|
+
## 1.8.13-next.1
|
|
893
|
+
|
|
894
|
+
### Patch Changes
|
|
895
|
+
|
|
896
|
+
- @copilotkit/shared@1.8.13-next.1
|
|
897
|
+
|
|
898
|
+
## 1.8.13-next.0
|
|
899
|
+
|
|
900
|
+
### Patch Changes
|
|
901
|
+
|
|
902
|
+
- @copilotkit/shared@1.8.13-next.0
|
|
903
|
+
|
|
904
|
+
## 1.8.12
|
|
905
|
+
|
|
906
|
+
### Patch Changes
|
|
907
|
+
|
|
908
|
+
- @copilotkit/shared@1.8.12
|
|
909
|
+
|
|
910
|
+
## 1.8.12-next.6
|
|
911
|
+
|
|
912
|
+
### Patch Changes
|
|
913
|
+
|
|
914
|
+
- @copilotkit/shared@1.8.12-next.6
|
|
915
|
+
|
|
916
|
+
## 1.8.12-next.5
|
|
917
|
+
|
|
918
|
+
### Patch Changes
|
|
919
|
+
|
|
920
|
+
- @copilotkit/shared@1.8.12-next.5
|
|
921
|
+
|
|
922
|
+
## 1.8.12-next.4
|
|
923
|
+
|
|
924
|
+
### Patch Changes
|
|
925
|
+
|
|
926
|
+
- @copilotkit/shared@1.8.12-next.4
|
|
927
|
+
|
|
928
|
+
## 1.8.12-next.3
|
|
929
|
+
|
|
930
|
+
### Patch Changes
|
|
931
|
+
|
|
932
|
+
- @copilotkit/shared@1.8.12-next.3
|
|
933
|
+
|
|
934
|
+
## 1.8.12-next.2
|
|
935
|
+
|
|
936
|
+
### Patch Changes
|
|
937
|
+
|
|
938
|
+
- @copilotkit/shared@1.8.12-next.2
|
|
939
|
+
|
|
940
|
+
## 1.8.12-next.1
|
|
941
|
+
|
|
942
|
+
### Patch Changes
|
|
943
|
+
|
|
944
|
+
- @copilotkit/shared@1.8.12-next.1
|
|
945
|
+
|
|
946
|
+
## 1.8.12-next.0
|
|
947
|
+
|
|
948
|
+
### Patch Changes
|
|
949
|
+
|
|
950
|
+
- @copilotkit/shared@1.8.12-next.0
|
|
951
|
+
|
|
952
|
+
## 1.8.11
|
|
953
|
+
|
|
954
|
+
### Patch Changes
|
|
955
|
+
|
|
956
|
+
- @copilotkit/shared@1.8.11
|
|
957
|
+
|
|
958
|
+
## 1.8.11-next.1
|
|
959
|
+
|
|
960
|
+
### Patch Changes
|
|
961
|
+
|
|
962
|
+
- @copilotkit/shared@1.8.11-next.1
|
|
963
|
+
|
|
964
|
+
## 1.8.11-next.0
|
|
965
|
+
|
|
966
|
+
### Patch Changes
|
|
967
|
+
|
|
968
|
+
- @copilotkit/shared@1.8.11-next.0
|
|
969
|
+
|
|
970
|
+
## 1.8.10
|
|
971
|
+
|
|
972
|
+
### Patch Changes
|
|
973
|
+
|
|
974
|
+
- @copilotkit/shared@1.8.10
|
|
975
|
+
|
|
976
|
+
## 1.8.10-next.3
|
|
977
|
+
|
|
978
|
+
### Patch Changes
|
|
979
|
+
|
|
980
|
+
- @copilotkit/shared@1.8.10-next.3
|
|
981
|
+
|
|
982
|
+
## 1.8.10-next.2
|
|
983
|
+
|
|
984
|
+
### Patch Changes
|
|
985
|
+
|
|
986
|
+
- @copilotkit/shared@1.8.10-next.2
|
|
987
|
+
|
|
988
|
+
## 1.8.10-next.1
|
|
989
|
+
|
|
990
|
+
### Patch Changes
|
|
991
|
+
|
|
992
|
+
- @copilotkit/shared@1.8.10-next.1
|
|
993
|
+
|
|
994
|
+
## 1.8.10-next.0
|
|
995
|
+
|
|
996
|
+
### Patch Changes
|
|
997
|
+
|
|
998
|
+
- @copilotkit/shared@1.8.10-next.0
|
|
999
|
+
|
|
1000
|
+
## 1.8.9
|
|
1001
|
+
|
|
1002
|
+
### Patch Changes
|
|
1003
|
+
|
|
1004
|
+
- @copilotkit/shared@1.8.9
|
|
1005
|
+
|
|
1006
|
+
## 1.8.9-next.0
|
|
1007
|
+
|
|
1008
|
+
### Patch Changes
|
|
1009
|
+
|
|
1010
|
+
- @copilotkit/shared@1.8.9-next.0
|
|
1011
|
+
|
|
1012
|
+
## 1.8.8
|
|
1013
|
+
|
|
1014
|
+
### Patch Changes
|
|
1015
|
+
|
|
1016
|
+
- @copilotkit/shared@1.8.8
|
|
1017
|
+
|
|
1018
|
+
## 1.8.8-next.1
|
|
1019
|
+
|
|
1020
|
+
### Patch Changes
|
|
1021
|
+
|
|
1022
|
+
- @copilotkit/shared@1.8.8-next.1
|
|
1023
|
+
|
|
1024
|
+
## 1.8.8-next.0
|
|
1025
|
+
|
|
1026
|
+
### Patch Changes
|
|
1027
|
+
|
|
1028
|
+
- @copilotkit/shared@1.8.8-next.0
|
|
1029
|
+
|
|
1030
|
+
## 1.8.7
|
|
1031
|
+
|
|
1032
|
+
### Patch Changes
|
|
1033
|
+
|
|
1034
|
+
- @copilotkit/shared@1.8.7
|
|
1035
|
+
|
|
1036
|
+
## 1.8.7-next.0
|
|
1037
|
+
|
|
1038
|
+
### Patch Changes
|
|
1039
|
+
|
|
1040
|
+
- @copilotkit/shared@1.8.7-next.0
|
|
1041
|
+
|
|
1042
|
+
## 1.8.6
|
|
1043
|
+
|
|
1044
|
+
### Patch Changes
|
|
1045
|
+
|
|
1046
|
+
- 7a04bd1: - fix: fix how results are communicated back on interrupt
|
|
1047
|
+
- fix: do not allow followup for interrupt actions
|
|
1048
|
+
- chore: improve TS docs for interrupt
|
|
1049
|
+
- @copilotkit/shared@1.8.6
|
|
1050
|
+
|
|
1051
|
+
## 1.8.6-next.0
|
|
1052
|
+
|
|
1053
|
+
### Patch Changes
|
|
1054
|
+
|
|
1055
|
+
- 7a04bd1: - fix: fix how results are communicated back on interrupt
|
|
1056
|
+
- fix: do not allow followup for interrupt actions
|
|
1057
|
+
- chore: improve TS docs for interrupt
|
|
1058
|
+
- @copilotkit/shared@1.8.6-next.0
|
|
1059
|
+
|
|
1060
|
+
## 1.8.5
|
|
1061
|
+
|
|
1062
|
+
### Patch Changes
|
|
1063
|
+
|
|
1064
|
+
- @copilotkit/shared@1.8.5
|
|
1065
|
+
|
|
1066
|
+
## 1.8.5-next.5
|
|
1067
|
+
|
|
1068
|
+
### Patch Changes
|
|
1069
|
+
|
|
1070
|
+
- @copilotkit/shared@1.8.5-next.5
|
|
1071
|
+
|
|
1072
|
+
## 1.8.5-next.4
|
|
1073
|
+
|
|
1074
|
+
### Patch Changes
|
|
1075
|
+
|
|
1076
|
+
- @copilotkit/shared@1.8.5-next.4
|
|
1077
|
+
|
|
1078
|
+
## 1.8.5-next.3
|
|
1079
|
+
|
|
1080
|
+
### Patch Changes
|
|
1081
|
+
|
|
1082
|
+
- @copilotkit/shared@1.8.5-next.3
|
|
1083
|
+
|
|
1084
|
+
## 1.8.5-next.2
|
|
1085
|
+
|
|
1086
|
+
### Patch Changes
|
|
1087
|
+
|
|
1088
|
+
- @copilotkit/shared@1.8.5-next.2
|
|
1089
|
+
|
|
1090
|
+
## 1.8.5-next.1
|
|
1091
|
+
|
|
1092
|
+
### Patch Changes
|
|
1093
|
+
|
|
1094
|
+
- @copilotkit/shared@1.8.5-next.1
|
|
1095
|
+
|
|
1096
|
+
## 1.8.5-next.0
|
|
1097
|
+
|
|
1098
|
+
### Patch Changes
|
|
1099
|
+
|
|
1100
|
+
- @copilotkit/shared@1.8.5-next.0
|
|
1101
|
+
|
|
1102
|
+
## 1.8.4
|
|
1103
|
+
|
|
1104
|
+
### Patch Changes
|
|
1105
|
+
|
|
1106
|
+
- Updated dependencies [f363760]
|
|
1107
|
+
- @copilotkit/shared@1.8.4
|
|
1108
|
+
|
|
1109
|
+
## 1.8.4-next.4
|
|
1110
|
+
|
|
1111
|
+
### Patch Changes
|
|
1112
|
+
|
|
1113
|
+
- @copilotkit/shared@1.8.4-next.4
|
|
1114
|
+
|
|
1115
|
+
## 1.8.4-next.3
|
|
1116
|
+
|
|
1117
|
+
### Patch Changes
|
|
1118
|
+
|
|
1119
|
+
- @copilotkit/shared@1.8.4-next.3
|
|
1120
|
+
|
|
1121
|
+
## 1.8.4-next.2
|
|
1122
|
+
|
|
1123
|
+
### Patch Changes
|
|
1124
|
+
|
|
1125
|
+
- @copilotkit/shared@1.8.4-next.2
|
|
1126
|
+
|
|
1127
|
+
## 1.8.4-next.1
|
|
1128
|
+
|
|
1129
|
+
### Patch Changes
|
|
1130
|
+
|
|
1131
|
+
- Updated dependencies [f363760]
|
|
1132
|
+
- @copilotkit/shared@1.8.4-next.1
|
|
1133
|
+
|
|
1134
|
+
## 1.8.4-next.0
|
|
1135
|
+
|
|
1136
|
+
### Patch Changes
|
|
1137
|
+
|
|
1138
|
+
- @copilotkit/shared@1.8.4-next.0
|
|
1139
|
+
|
|
1140
|
+
## 1.8.3
|
|
1141
|
+
|
|
1142
|
+
### Patch Changes
|
|
1143
|
+
|
|
1144
|
+
- @copilotkit/shared@1.8.3
|
|
1145
|
+
|
|
1146
|
+
## 1.8.3-next.0
|
|
1147
|
+
|
|
1148
|
+
### Patch Changes
|
|
1149
|
+
|
|
1150
|
+
- @copilotkit/shared@1.8.3-next.0
|
|
1151
|
+
|
|
1152
|
+
## 1.8.2-next.3
|
|
1153
|
+
|
|
1154
|
+
### Patch Changes
|
|
1155
|
+
|
|
1156
|
+
- @copilotkit/shared@1.8.2-next.3
|
|
1157
|
+
|
|
1158
|
+
## 1.8.2-next.2
|
|
1159
|
+
|
|
1160
|
+
### Patch Changes
|
|
1161
|
+
|
|
1162
|
+
- @copilotkit/shared@1.8.2-next.2
|
|
1163
|
+
|
|
1164
|
+
## 1.8.2-next.1
|
|
1165
|
+
|
|
1166
|
+
### Patch Changes
|
|
1167
|
+
|
|
1168
|
+
- @copilotkit/shared@1.8.2-next.1
|
|
1169
|
+
|
|
1170
|
+
## 1.8.2-next.0
|
|
1171
|
+
|
|
1172
|
+
### Patch Changes
|
|
1173
|
+
|
|
1174
|
+
- @copilotkit/shared@1.8.2-next.0
|
|
1175
|
+
|
|
1176
|
+
## 1.8.1
|
|
1177
|
+
|
|
1178
|
+
### Patch Changes
|
|
1179
|
+
|
|
1180
|
+
- @copilotkit/shared@1.8.1
|
|
1181
|
+
|
|
1182
|
+
## 1.8.1-next.1
|
|
1183
|
+
|
|
1184
|
+
### Patch Changes
|
|
1185
|
+
|
|
1186
|
+
- @copilotkit/shared@1.8.1-next.1
|
|
1187
|
+
|
|
1188
|
+
## 1.8.1-next.0
|
|
1189
|
+
|
|
1190
|
+
### Patch Changes
|
|
1191
|
+
|
|
1192
|
+
- @copilotkit/shared@1.8.1-next.0
|
|
1193
|
+
|
|
1194
|
+
## 1.8.0
|
|
1195
|
+
|
|
1196
|
+
### Patch Changes
|
|
1197
|
+
|
|
1198
|
+
- f31b093: - fix: add types for js sdk export
|
|
1199
|
+
- @copilotkit/shared@1.8.0
|
|
1200
|
+
|
|
1201
|
+
## 1.8.0-next.8
|
|
1202
|
+
|
|
1203
|
+
### Patch Changes
|
|
1204
|
+
|
|
1205
|
+
- @copilotkit/shared@1.8.0-next.8
|
|
1206
|
+
|
|
1207
|
+
## 1.8.0-next.7
|
|
1208
|
+
|
|
1209
|
+
### Patch Changes
|
|
1210
|
+
|
|
1211
|
+
- @copilotkit/shared@1.8.0-next.7
|
|
1212
|
+
|
|
1213
|
+
## 1.8.0-next.6
|
|
1214
|
+
|
|
1215
|
+
### Patch Changes
|
|
1216
|
+
|
|
1217
|
+
- f31b093: - fix: add types for js sdk export
|
|
1218
|
+
- @copilotkit/shared@1.8.0-next.6
|
|
1219
|
+
|
|
1220
|
+
## 1.8.0-next.5
|
|
1221
|
+
|
|
1222
|
+
### Patch Changes
|
|
1223
|
+
|
|
1224
|
+
- @copilotkit/shared@1.8.0-next.5
|
|
1225
|
+
|
|
1226
|
+
## 1.8.0-next.4
|
|
1227
|
+
|
|
1228
|
+
### Patch Changes
|
|
1229
|
+
|
|
1230
|
+
- @copilotkit/shared@1.8.0-next.4
|
|
1231
|
+
|
|
1232
|
+
## 1.8.0-next.3
|
|
1233
|
+
|
|
1234
|
+
### Patch Changes
|
|
1235
|
+
|
|
1236
|
+
- @copilotkit/shared@1.8.0-next.3
|
|
1237
|
+
|
|
1238
|
+
## 1.7.2-next.2
|
|
1239
|
+
|
|
1240
|
+
### Patch Changes
|
|
1241
|
+
|
|
1242
|
+
- @copilotkit/shared@1.7.2-next.2
|
|
1243
|
+
|
|
1244
|
+
## 1.7.2-next.1
|
|
1245
|
+
|
|
1246
|
+
### Patch Changes
|
|
1247
|
+
|
|
1248
|
+
- @copilotkit/shared@1.7.2-next.1
|
|
1249
|
+
|
|
1250
|
+
## 1.7.2-next.0
|
|
1251
|
+
|
|
1252
|
+
### Patch Changes
|
|
1253
|
+
|
|
1254
|
+
- @copilotkit/shared@1.7.2-next.0
|
|
1255
|
+
|
|
1256
|
+
## 1.7.1
|
|
1257
|
+
|
|
1258
|
+
### Patch Changes
|
|
1259
|
+
|
|
1260
|
+
- @copilotkit/shared@1.7.1
|
|
1261
|
+
|
|
1262
|
+
## 1.7.1-next.0
|
|
1263
|
+
|
|
1264
|
+
### Patch Changes
|
|
1265
|
+
|
|
1266
|
+
- @copilotkit/shared@1.7.1-next.0
|
|
1267
|
+
|
|
1268
|
+
## 1.7.0
|
|
1269
|
+
|
|
1270
|
+
### Patch Changes
|
|
1271
|
+
|
|
1272
|
+
- @copilotkit/shared@1.7.0
|
|
1273
|
+
|
|
1274
|
+
## 1.7.0-next.1
|
|
1275
|
+
|
|
1276
|
+
### Patch Changes
|
|
1277
|
+
|
|
1278
|
+
- @copilotkit/shared@1.7.0-next.1
|
|
1279
|
+
|
|
1280
|
+
## 1.7.0-next.0
|
|
1281
|
+
|
|
1282
|
+
### Patch Changes
|
|
1283
|
+
|
|
1284
|
+
- @copilotkit/shared@1.7.0-next.0
|
|
1285
|
+
|
|
1286
|
+
## 1.6.0
|
|
1287
|
+
|
|
1288
|
+
### Patch Changes
|
|
1289
|
+
|
|
1290
|
+
- Updated dependencies [090203d]
|
|
1291
|
+
- @copilotkit/shared@1.6.0
|
|
1292
|
+
|
|
1293
|
+
## 1.6.0-next.12
|
|
1294
|
+
|
|
1295
|
+
### Patch Changes
|
|
1296
|
+
|
|
1297
|
+
- @copilotkit/shared@1.6.0-next.12
|
|
1298
|
+
|
|
1299
|
+
## 1.6.0-next.11
|
|
1300
|
+
|
|
1301
|
+
### Patch Changes
|
|
1302
|
+
|
|
1303
|
+
- @copilotkit/shared@1.6.0-next.11
|
|
1304
|
+
|
|
1305
|
+
## 1.6.0-next.10
|
|
1306
|
+
|
|
1307
|
+
### Patch Changes
|
|
1308
|
+
|
|
1309
|
+
- @copilotkit/shared@1.6.0-next.10
|
|
1310
|
+
|
|
1311
|
+
## 1.6.0-next.9
|
|
1312
|
+
|
|
1313
|
+
### Patch Changes
|
|
1314
|
+
|
|
1315
|
+
- @copilotkit/shared@1.6.0-next.9
|
|
1316
|
+
|
|
1317
|
+
## 1.6.0-next.8
|
|
1318
|
+
|
|
1319
|
+
### Patch Changes
|
|
1320
|
+
|
|
1321
|
+
- @copilotkit/shared@1.6.0-next.8
|
|
1322
|
+
|
|
1323
|
+
## 1.6.0-next.7
|
|
1324
|
+
|
|
1325
|
+
### Patch Changes
|
|
1326
|
+
|
|
1327
|
+
- @copilotkit/shared@1.6.0-next.7
|
|
1328
|
+
|
|
1329
|
+
## 1.6.0-next.6
|
|
1330
|
+
|
|
1331
|
+
### Patch Changes
|
|
1332
|
+
|
|
1333
|
+
- @copilotkit/shared@1.6.0-next.6
|
|
1334
|
+
|
|
1335
|
+
## 1.6.0-next.5
|
|
1336
|
+
|
|
1337
|
+
### Patch Changes
|
|
1338
|
+
|
|
1339
|
+
- Updated dependencies [090203d]
|
|
1340
|
+
- @copilotkit/shared@1.6.0-next.5
|
|
1341
|
+
|
|
1342
|
+
## 1.6.0-next.4
|
|
1343
|
+
|
|
1344
|
+
### Patch Changes
|
|
1345
|
+
|
|
1346
|
+
- @copilotkit/shared@1.6.0-next.4
|
|
1347
|
+
|
|
1348
|
+
## 1.6.0-next.3
|
|
1349
|
+
|
|
1350
|
+
### Patch Changes
|
|
1351
|
+
|
|
1352
|
+
- @copilotkit/shared@1.6.0-next.3
|
|
1353
|
+
|
|
1354
|
+
## 1.6.0-next.2
|
|
1355
|
+
|
|
1356
|
+
### Patch Changes
|
|
1357
|
+
|
|
1358
|
+
- @copilotkit/shared@1.6.0-next.2
|
|
1359
|
+
|
|
1360
|
+
## 1.6.0-next.1
|
|
1361
|
+
|
|
1362
|
+
### Patch Changes
|
|
1363
|
+
|
|
1364
|
+
- @copilotkit/shared@1.6.0-next.1
|
|
1365
|
+
|
|
1366
|
+
## 1.6.0-next.0
|
|
1367
|
+
|
|
1368
|
+
### Patch Changes
|
|
1369
|
+
|
|
1370
|
+
- @copilotkit/shared@1.6.0-next.0
|
|
1371
|
+
|
|
1372
|
+
## 1.5.20
|
|
1373
|
+
|
|
1374
|
+
### Patch Changes
|
|
1375
|
+
|
|
1376
|
+
- Updated dependencies [51f0d66]
|
|
1377
|
+
- @copilotkit/shared@1.5.20
|
|
1378
|
+
|
|
1379
|
+
## 1.5.20-next.0
|
|
1380
|
+
|
|
1381
|
+
### Patch Changes
|
|
1382
|
+
|
|
1383
|
+
- Updated dependencies [51f0d66]
|
|
1384
|
+
- @copilotkit/shared@1.5.20-next.0
|
|
1385
|
+
|
|
1386
|
+
## 1.5.19
|
|
1387
|
+
|
|
1388
|
+
### Patch Changes
|
|
1389
|
+
|
|
1390
|
+
- Updated dependencies [0dd1ab9]
|
|
1391
|
+
- @copilotkit/shared@1.5.19
|
|
1392
|
+
|
|
1393
|
+
## 1.5.19-next.1
|
|
1394
|
+
|
|
1395
|
+
### Patch Changes
|
|
1396
|
+
|
|
1397
|
+
- Updated dependencies [0dd1ab9]
|
|
1398
|
+
- @copilotkit/shared@1.5.19-next.1
|
|
1399
|
+
|
|
1400
|
+
## 1.5.19-next.0
|
|
1401
|
+
|
|
1402
|
+
### Patch Changes
|
|
1403
|
+
|
|
1404
|
+
- @copilotkit/shared@1.5.19-next.0
|
|
1405
|
+
|
|
1406
|
+
## 1.5.18
|
|
1407
|
+
|
|
1408
|
+
### Patch Changes
|
|
1409
|
+
|
|
1410
|
+
- Updated dependencies [d47cd26]
|
|
1411
|
+
- Updated dependencies [f77a7b9]
|
|
1412
|
+
- Updated dependencies [38d3ac2]
|
|
1413
|
+
- @copilotkit/shared@1.5.18
|
|
1414
|
+
|
|
1415
|
+
## 1.5.18-next.3
|
|
1416
|
+
|
|
1417
|
+
### Patch Changes
|
|
1418
|
+
|
|
1419
|
+
- Updated dependencies [f77a7b9]
|
|
1420
|
+
- @copilotkit/shared@1.5.18-next.3
|
|
1421
|
+
|
|
1422
|
+
## 1.5.18-next.2
|
|
1423
|
+
|
|
1424
|
+
### Patch Changes
|
|
1425
|
+
|
|
1426
|
+
- Updated dependencies [38d3ac2]
|
|
1427
|
+
- @copilotkit/shared@1.5.18-next.2
|
|
1428
|
+
|
|
1429
|
+
## 1.5.18-next.1
|
|
1430
|
+
|
|
1431
|
+
### Patch Changes
|
|
1432
|
+
|
|
1433
|
+
- @copilotkit/shared@1.5.18-next.1
|
|
1434
|
+
|
|
1435
|
+
## 1.5.18-next.0
|
|
1436
|
+
|
|
1437
|
+
### Patch Changes
|
|
1438
|
+
|
|
1439
|
+
- Updated dependencies [d47cd26]
|
|
1440
|
+
- @copilotkit/shared@1.5.18-next.0
|
|
1441
|
+
|
|
1442
|
+
## 1.5.17
|
|
1443
|
+
|
|
1444
|
+
### Patch Changes
|
|
1445
|
+
|
|
1446
|
+
- Updated dependencies [1fc3902]
|
|
1447
|
+
- @copilotkit/shared@1.5.17
|
|
1448
|
+
|
|
1449
|
+
## 1.5.17-next.0
|
|
1450
|
+
|
|
1451
|
+
### Patch Changes
|
|
1452
|
+
|
|
1453
|
+
- Updated dependencies [1fc3902]
|
|
1454
|
+
- @copilotkit/shared@1.5.17-next.0
|
|
1455
|
+
|
|
1456
|
+
## 1.5.16
|
|
1457
|
+
|
|
1458
|
+
### Patch Changes
|
|
1459
|
+
|
|
1460
|
+
- Updated dependencies [48b7c7b]
|
|
1461
|
+
- @copilotkit/shared@1.5.16
|
|
1462
|
+
|
|
1463
|
+
## 1.5.16-next.2
|
|
1464
|
+
|
|
1465
|
+
### Patch Changes
|
|
1466
|
+
|
|
1467
|
+
- @copilotkit/shared@1.5.16-next.2
|
|
1468
|
+
|
|
1469
|
+
## 1.5.16-next.1
|
|
1470
|
+
|
|
1471
|
+
### Patch Changes
|
|
1472
|
+
|
|
1473
|
+
- Updated dependencies [48b7c7b]
|
|
1474
|
+
- @copilotkit/shared@1.5.16-next.1
|
|
1475
|
+
|
|
1476
|
+
## 1.5.16-next.0
|
|
1477
|
+
|
|
1478
|
+
### Patch Changes
|
|
1479
|
+
|
|
1480
|
+
- @copilotkit/shared@1.5.16-next.0
|
|
1481
|
+
|
|
1482
|
+
## 1.5.15
|
|
1483
|
+
|
|
1484
|
+
### Patch Changes
|
|
1485
|
+
|
|
1486
|
+
- 06f9f35: - feat(interrupt): add copilotkit interrupt as messages with copilotkit interrupt convenience fn
|
|
1487
|
+
- chore(deps): update dependencies for demos
|
|
1488
|
+
- chore(interrupt-as-message): add e2e test for interrupt as message
|
|
1489
|
+
- Updated dependencies [7b3141d]
|
|
1490
|
+
- @copilotkit/shared@1.5.15
|
|
1491
|
+
|
|
1492
|
+
## 1.5.15-next.8
|
|
1493
|
+
|
|
1494
|
+
### Patch Changes
|
|
1495
|
+
|
|
1496
|
+
- 06f9f35: - feat(interrupt): add copilotkit interrupt as messages with copilotkit interrupt convenience fn
|
|
1497
|
+
- chore(deps): update dependencies for demos
|
|
1498
|
+
- chore(interrupt-as-message): add e2e test for interrupt as message
|
|
1499
|
+
- @copilotkit/shared@1.5.15-next.8
|
|
1500
|
+
|
|
1501
|
+
## 1.5.15-next.7
|
|
1502
|
+
|
|
1503
|
+
### Patch Changes
|
|
1504
|
+
|
|
1505
|
+
- @copilotkit/shared@1.5.15-next.7
|
|
1506
|
+
|
|
1507
|
+
## 1.5.15-next.6
|
|
1508
|
+
|
|
1509
|
+
### Patch Changes
|
|
1510
|
+
|
|
1511
|
+
- @copilotkit/shared@1.5.15-next.6
|
|
1512
|
+
|
|
1513
|
+
## 1.5.15-next.5
|
|
1514
|
+
|
|
1515
|
+
### Patch Changes
|
|
1516
|
+
|
|
1517
|
+
- @copilotkit/shared@1.5.15-next.5
|
|
1518
|
+
|
|
1519
|
+
## 1.5.15-next.4
|
|
1520
|
+
|
|
1521
|
+
### Patch Changes
|
|
1522
|
+
|
|
1523
|
+
- Updated dependencies [7b3141d]
|
|
1524
|
+
- @copilotkit/shared@1.5.15-next.4
|
|
1525
|
+
|
|
1526
|
+
## 1.5.15-next.3
|
|
1527
|
+
|
|
1528
|
+
### Patch Changes
|
|
1529
|
+
|
|
1530
|
+
- @copilotkit/shared@1.5.15-next.3
|
|
1531
|
+
|
|
1532
|
+
## 1.5.15-next.2
|
|
1533
|
+
|
|
1534
|
+
### Patch Changes
|
|
1535
|
+
|
|
1536
|
+
- @copilotkit/shared@1.5.15-next.2
|
|
1537
|
+
|
|
1538
|
+
## 1.5.15-next.1
|
|
1539
|
+
|
|
1540
|
+
### Patch Changes
|
|
1541
|
+
|
|
1542
|
+
- @copilotkit/shared@1.5.15-next.1
|
|
1543
|
+
|
|
1544
|
+
## 1.5.15-next.0
|
|
1545
|
+
|
|
1546
|
+
### Patch Changes
|
|
1547
|
+
|
|
1548
|
+
- @copilotkit/shared@1.5.15-next.0
|
|
1549
|
+
|
|
1550
|
+
## 1.5.14
|
|
1551
|
+
|
|
1552
|
+
### Patch Changes
|
|
1553
|
+
|
|
1554
|
+
- Updated dependencies [0061f65]
|
|
1555
|
+
- @copilotkit/shared@1.5.14
|
|
1556
|
+
|
|
1557
|
+
## 1.5.14-next.0
|
|
1558
|
+
|
|
1559
|
+
### Patch Changes
|
|
1560
|
+
|
|
1561
|
+
- Updated dependencies [0061f65]
|
|
1562
|
+
- @copilotkit/shared@1.5.14-next.0
|
|
1563
|
+
|
|
1564
|
+
## 1.5.13
|
|
1565
|
+
|
|
1566
|
+
### Patch Changes
|
|
1567
|
+
|
|
1568
|
+
- @copilotkit/shared@1.5.13
|
|
1569
|
+
|
|
1570
|
+
## 1.5.13-next.0
|
|
1571
|
+
|
|
1572
|
+
### Patch Changes
|
|
1573
|
+
|
|
1574
|
+
- @copilotkit/shared@1.5.13-next.0
|
|
1575
|
+
|
|
1576
|
+
## 1.5.12
|
|
1577
|
+
|
|
1578
|
+
### Patch Changes
|
|
1579
|
+
|
|
1580
|
+
- Updated dependencies [6136a57]
|
|
1581
|
+
- @copilotkit/shared@1.5.12
|
|
1582
|
+
|
|
1583
|
+
## 1.5.12-next.7
|
|
1584
|
+
|
|
1585
|
+
### Patch Changes
|
|
1586
|
+
|
|
1587
|
+
- @copilotkit/shared@1.5.12-next.7
|
|
1588
|
+
|
|
1589
|
+
## 1.5.12-next.6
|
|
1590
|
+
|
|
1591
|
+
### Patch Changes
|
|
1592
|
+
|
|
1593
|
+
- Updated dependencies [6136a57]
|
|
1594
|
+
- @copilotkit/shared@1.5.12-next.6
|
|
1595
|
+
|
|
1596
|
+
## 1.5.12-next.5
|
|
1597
|
+
|
|
1598
|
+
### Patch Changes
|
|
1599
|
+
|
|
1600
|
+
- @copilotkit/shared@1.5.12-next.5
|
|
1601
|
+
|
|
1602
|
+
## 1.5.12-next.4
|
|
1603
|
+
|
|
1604
|
+
### Patch Changes
|
|
1605
|
+
|
|
1606
|
+
- @copilotkit/shared@1.5.12-next.4
|
|
1607
|
+
|
|
1608
|
+
## 1.5.12-next.3
|
|
1609
|
+
|
|
1610
|
+
### Patch Changes
|
|
1611
|
+
|
|
1612
|
+
- @copilotkit/shared@1.5.12-next.3
|
|
1613
|
+
|
|
1614
|
+
## 1.5.12-next.2
|
|
1615
|
+
|
|
1616
|
+
### Patch Changes
|
|
1617
|
+
|
|
1618
|
+
- @copilotkit/shared@1.5.12-next.2
|
|
1619
|
+
|
|
1620
|
+
## 1.5.12-next.1
|
|
1621
|
+
|
|
1622
|
+
### Patch Changes
|
|
1623
|
+
|
|
1624
|
+
- @copilotkit/shared@1.5.12-next.1
|
|
1625
|
+
|
|
1626
|
+
## 1.5.12-next.0
|
|
1627
|
+
|
|
1628
|
+
### Patch Changes
|
|
1629
|
+
|
|
1630
|
+
- @copilotkit/shared@1.5.12-next.0
|
|
1631
|
+
|
|
1632
|
+
## 1.5.11
|
|
1633
|
+
|
|
1634
|
+
### Patch Changes
|
|
1635
|
+
|
|
1636
|
+
- @copilotkit/shared@1.5.11
|
|
1637
|
+
|
|
1638
|
+
## 1.5.11-next.0
|
|
1639
|
+
|
|
1640
|
+
### Patch Changes
|
|
1641
|
+
|
|
1642
|
+
- @copilotkit/shared@1.5.11-next.0
|
|
1643
|
+
|
|
1644
|
+
## 1.5.10
|
|
1645
|
+
|
|
1646
|
+
### Patch Changes
|
|
1647
|
+
|
|
1648
|
+
- @copilotkit/shared@1.5.10
|
|
1649
|
+
|
|
1650
|
+
## 1.5.10-next.0
|
|
1651
|
+
|
|
1652
|
+
### Patch Changes
|
|
1653
|
+
|
|
1654
|
+
- @copilotkit/shared@1.5.10-next.0
|
|
1655
|
+
|
|
1656
|
+
## 1.5.9
|
|
1657
|
+
|
|
1658
|
+
### Patch Changes
|
|
1659
|
+
|
|
1660
|
+
- @copilotkit/shared@1.5.9
|
|
1661
|
+
|
|
1662
|
+
## 1.5.8
|
|
1663
|
+
|
|
1664
|
+
### Patch Changes
|
|
1665
|
+
|
|
1666
|
+
- @copilotkit/shared@1.5.8
|
|
1667
|
+
|
|
1668
|
+
## 1.5.6-next.0
|
|
1669
|
+
|
|
1670
|
+
### Patch Changes
|
|
1671
|
+
|
|
1672
|
+
- @copilotkit/shared@1.5.6-next.0
|
|
1673
|
+
|
|
1674
|
+
## 1.5.5-next.5
|
|
1675
|
+
|
|
1676
|
+
### Patch Changes
|
|
1677
|
+
|
|
1678
|
+
- @copilotkit/shared@1.5.5-next.5
|
|
1679
|
+
|
|
1680
|
+
## 1.5.5-next.3
|
|
1681
|
+
|
|
1682
|
+
### Patch Changes
|
|
1683
|
+
|
|
1684
|
+
- @copilotkit/shared@1.5.5-next.3
|
|
1685
|
+
|
|
1686
|
+
## 1.5.5-next.2
|
|
1687
|
+
|
|
1688
|
+
### Patch Changes
|
|
1689
|
+
|
|
1690
|
+
- @copilotkit/shared@1.5.5-next.2
|
|
1691
|
+
|
|
1692
|
+
## 1.5.4
|
|
1693
|
+
|
|
1694
|
+
### Patch Changes
|
|
1695
|
+
|
|
1696
|
+
- @copilotkit/shared@1.5.4
|
|
1697
|
+
|
|
1698
|
+
## 1.5.3
|
|
1699
|
+
|
|
1700
|
+
### Patch Changes
|
|
1701
|
+
|
|
1702
|
+
- @copilotkit/shared@1.5.3
|
|
1703
|
+
|
|
1704
|
+
## 1.5.2
|
|
1705
|
+
|
|
1706
|
+
### Patch Changes
|
|
1707
|
+
|
|
1708
|
+
- @copilotkit/shared@1.5.2
|
|
1709
|
+
|
|
1710
|
+
## 1.5.1
|
|
1711
|
+
|
|
1712
|
+
### Patch Changes
|
|
1713
|
+
|
|
1714
|
+
- 5c01e9e: test prerelease #4
|
|
1715
|
+
- da280ed: Test prerelease script
|
|
1716
|
+
- 27e42d7: testing a prerelease
|
|
1717
|
+
- 05240a9: test pre #2
|
|
1718
|
+
- 33218fe: test prerelease #3
|
|
1719
|
+
- 03f3d6f: Test next prerelease
|
|
1720
|
+
- Updated dependencies [5c01e9e]
|
|
1721
|
+
- Updated dependencies [da280ed]
|
|
1722
|
+
- Updated dependencies [27e42d7]
|
|
1723
|
+
- Updated dependencies [05240a9]
|
|
1724
|
+
- Updated dependencies [33218fe]
|
|
1725
|
+
- Updated dependencies [03f3d6f]
|
|
1726
|
+
- @copilotkit/shared@1.5.1
|
|
1727
|
+
|
|
1728
|
+
## 1.5.1-next.3
|
|
1729
|
+
|
|
1730
|
+
### Patch Changes
|
|
1731
|
+
|
|
1732
|
+
- 33218fe: test prerelease #3
|
|
1733
|
+
- Updated dependencies [33218fe]
|
|
1734
|
+
- @copilotkit/shared@1.5.1-next.3
|
|
1735
|
+
|
|
1736
|
+
## 1.5.1-next.2
|
|
1737
|
+
|
|
1738
|
+
### Patch Changes
|
|
1739
|
+
|
|
1740
|
+
- da280ed: Test prerelease script
|
|
1741
|
+
- Updated dependencies [da280ed]
|
|
1742
|
+
- @copilotkit/shared@1.5.1-next.2
|
|
1743
|
+
|
|
1744
|
+
## 1.5.1-next.1
|
|
1745
|
+
|
|
1746
|
+
### Patch Changes
|
|
1747
|
+
|
|
1748
|
+
- 03f3d6f: Test next prerelease
|
|
1749
|
+
- Updated dependencies [03f3d6f]
|
|
1750
|
+
- @copilotkit/shared@1.5.1-next.1
|
|
1751
|
+
|
|
1752
|
+
## 1.5.1-next.0
|
|
1753
|
+
|
|
1754
|
+
### Patch Changes
|
|
1755
|
+
|
|
1756
|
+
- 27e42d7: testing a prerelease
|
|
1757
|
+
- Updated dependencies [27e42d7]
|
|
1758
|
+
- @copilotkit/shared@1.5.1-next.0
|
|
1759
|
+
|
|
1760
|
+
## 1.5.0
|
|
1761
|
+
|
|
1762
|
+
### Minor Changes
|
|
1763
|
+
|
|
1764
|
+
- 1b47092: Synchronize LangGraph messages with CopilotKit
|
|
1765
|
+
|
|
1766
|
+
### Patch Changes
|
|
1767
|
+
|
|
1768
|
+
- 1b47092: CoAgents v0.3 prerelease
|
|
1769
|
+
- Updated dependencies [1b47092]
|
|
1770
|
+
- Updated dependencies [1b47092]
|
|
1771
|
+
- @copilotkit/shared@1.5.0
|
|
1772
|
+
|
|
1773
|
+
## 1.5.0-coagents-v0-3.0
|
|
1774
|
+
|
|
1775
|
+
### Minor Changes
|
|
1776
|
+
|
|
1777
|
+
- Synchronize LangGraph messages with CopilotKit
|
|
1778
|
+
|
|
1779
|
+
### Patch Changes
|
|
1780
|
+
|
|
1781
|
+
- e66bce4: CoAgents v0.3 prerelease
|
|
1782
|
+
- Updated dependencies
|
|
1783
|
+
- Updated dependencies [e66bce4]
|
|
1784
|
+
- @copilotkit/shared@1.5.0-coagents-v0-3.0
|
|
1785
|
+
|
|
1786
|
+
## 1.4.8
|
|
1787
|
+
|
|
1788
|
+
### Patch Changes
|
|
1789
|
+
|
|
1790
|
+
- - Better error handling
|
|
1791
|
+
- Introduce new "EmptyLLMAdapter" for when using CoAgents
|
|
1792
|
+
- Improve dev console help options
|
|
1793
|
+
- Allow CopilotKit remote endpoint without agents
|
|
1794
|
+
- Updated dependencies
|
|
1795
|
+
- @copilotkit/shared@1.4.8
|
|
1796
|
+
|
|
1797
|
+
## 1.4.8-next.0
|
|
1798
|
+
|
|
1799
|
+
### Patch Changes
|
|
1800
|
+
|
|
1801
|
+
- @copilotkit/shared@1.4.8-next.0
|
|
1802
|
+
|
|
1803
|
+
## 1.4.7
|
|
1804
|
+
|
|
1805
|
+
### Patch Changes
|
|
1806
|
+
|
|
1807
|
+
- Fix broken build script before release
|
|
1808
|
+
- Updated dependencies
|
|
1809
|
+
- @copilotkit/shared@1.4.7
|
|
1810
|
+
|
|
1811
|
+
## 1.4.6
|
|
1812
|
+
|
|
1813
|
+
### Patch Changes
|
|
1814
|
+
|
|
1815
|
+
- .
|
|
1816
|
+
|
|
1817
|
+
## 1.4.5
|
|
1818
|
+
|
|
1819
|
+
### Patch Changes
|
|
1820
|
+
|
|
1821
|
+
- testing release workflow
|
|
1822
|
+
- Updated dependencies
|
|
1823
|
+
- @copilotkit/shared@1.4.5
|
|
1824
|
+
|
|
1825
|
+
## 1.4.5-next.0
|
|
1826
|
+
|
|
1827
|
+
### Patch Changes
|
|
1828
|
+
|
|
1829
|
+
- testing release workflow
|
|
1830
|
+
- Updated dependencies
|
|
1831
|
+
- @copilotkit/shared@1.4.5-next.0
|
|
1832
|
+
|
|
1833
|
+
## 1.4.4
|
|
1834
|
+
|
|
1835
|
+
### Patch Changes
|
|
1836
|
+
|
|
1837
|
+
- @copilotkit/shared@1.4.4
|
|
1838
|
+
|
|
1839
|
+
## 1.4.4-next.4
|
|
1840
|
+
|
|
1841
|
+
### Patch Changes
|
|
1842
|
+
|
|
1843
|
+
- @copilotkit/shared@1.4.4-next.4
|
|
1844
|
+
|
|
1845
|
+
## 1.4.4-next.3
|
|
1846
|
+
|
|
1847
|
+
### Patch Changes
|
|
1848
|
+
|
|
1849
|
+
- @copilotkit/shared@1.4.4-next.3
|
|
1850
|
+
|
|
1851
|
+
## 1.4.4-next.2
|
|
1852
|
+
|
|
1853
|
+
### Patch Changes
|
|
1854
|
+
|
|
1855
|
+
- @copilotkit/shared@1.4.4-next.2
|
|
1856
|
+
|
|
1857
|
+
## 1.4.4-next.1
|
|
1858
|
+
|
|
1859
|
+
### Patch Changes
|
|
1860
|
+
|
|
1861
|
+
- @copilotkit/shared@1.4.4-next.1
|
|
1862
|
+
|
|
1863
|
+
## 1.4.4-next.0
|
|
1864
|
+
|
|
1865
|
+
### Patch Changes
|
|
1866
|
+
|
|
1867
|
+
- @copilotkit/shared@1.4.4-next.0
|
|
1868
|
+
|
|
1869
|
+
## 1.4.3
|
|
1870
|
+
|
|
1871
|
+
### Patch Changes
|
|
1872
|
+
|
|
1873
|
+
- c296282: - Better error surfacing when using LangGraph Platform streaming
|
|
1874
|
+
- Ensure state is immediately set without using flushSync
|
|
1875
|
+
- - Better error surfacing when using LangGraph Platform streaming
|
|
1876
|
+
- Ensure state is immediately set without using flushSync
|
|
1877
|
+
- Updated dependencies [c296282]
|
|
1878
|
+
- Updated dependencies
|
|
1879
|
+
- @copilotkit/shared@1.4.3
|
|
1880
|
+
|
|
1881
|
+
## 1.4.3-pre.0
|
|
1882
|
+
|
|
1883
|
+
### Patch Changes
|
|
1884
|
+
|
|
1885
|
+
- - Better error surfacing when using LangGraph Platform streaming
|
|
1886
|
+
- Ensure state is immediately set without using flushSync
|
|
1887
|
+
- Updated dependencies
|
|
1888
|
+
- @copilotkit/shared@1.4.3-pre.0
|
|
1889
|
+
|
|
1890
|
+
## 1.4.2
|
|
1891
|
+
|
|
1892
|
+
### Patch Changes
|
|
1893
|
+
|
|
1894
|
+
- - Make sure agent state is set immediately (#1077)
|
|
1895
|
+
- Support running an agent without messages (#1075)
|
|
1896
|
+
- Updated dependencies
|
|
1897
|
+
- @copilotkit/shared@1.4.2
|
|
1898
|
+
|
|
1899
|
+
## 1.4.1
|
|
1900
|
+
|
|
1901
|
+
### Patch Changes
|
|
1902
|
+
|
|
1903
|
+
- 1721cbd: lower case copilotkit property
|
|
1904
|
+
- 1721cbd: add zod conversion
|
|
1905
|
+
- 8d0144f: bump
|
|
1906
|
+
- 8d0144f: bump
|
|
1907
|
+
- 8d0144f: bump
|
|
1908
|
+
- e16d95e: New prerelease
|
|
1909
|
+
- 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
|
|
1910
|
+
- CopilotKit Core:
|
|
1911
|
+
- Improved error messages and overall logs
|
|
1912
|
+
- `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
|
|
1913
|
+
- Improved scrolling behavior. It is now possible to scroll up during LLM response generation
|
|
1914
|
+
- Added Azure OpenAI integration
|
|
1915
|
+
- Updated interfaces for better developer ergonomics
|
|
1916
|
+
|
|
1917
|
+
CoAgents:
|
|
1918
|
+
- Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
|
|
1919
|
+
- Support for LangGraph Platform in Remote Endpoints
|
|
1920
|
+
- LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
|
|
1921
|
+
- Improved LangSmith integration - requests made through CoAgents will now surface in LangSmith
|
|
1922
|
+
- Enhanced state management and message handling
|
|
1923
|
+
|
|
1924
|
+
CopilotKid Back-end SDK:
|
|
1925
|
+
- Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
|
|
1926
|
+
|
|
1927
|
+
- 8d0144f: bump
|
|
1928
|
+
- 8d0144f: bump
|
|
1929
|
+
- fef1b74: fix assistant message CSS and propagate actions to LG JS
|
|
1930
|
+
- Updated dependencies [1721cbd]
|
|
1931
|
+
- Updated dependencies [1721cbd]
|
|
1932
|
+
- Updated dependencies [8d0144f]
|
|
1933
|
+
- Updated dependencies [8d0144f]
|
|
1934
|
+
- Updated dependencies [8d0144f]
|
|
1935
|
+
- Updated dependencies [e16d95e]
|
|
1936
|
+
- Updated dependencies [1721cbd]
|
|
1937
|
+
- Updated dependencies
|
|
1938
|
+
- Updated dependencies [8d0144f]
|
|
1939
|
+
- Updated dependencies [8d0144f]
|
|
1940
|
+
- Updated dependencies [fef1b74]
|
|
1941
|
+
- @copilotkit/shared@1.4.1
|
|
1942
|
+
|
|
1943
|
+
## 1.4.1-pre.6
|
|
1944
|
+
|
|
1945
|
+
### Patch Changes
|
|
1946
|
+
|
|
1947
|
+
- 1721cbd: lower case copilotkit property
|
|
1948
|
+
- 1721cbd: add zod conversion
|
|
1949
|
+
- 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
|
|
1950
|
+
- fix assistant message CSS and propagate actions to LG JS
|
|
1951
|
+
- Updated dependencies [1721cbd]
|
|
1952
|
+
- Updated dependencies [1721cbd]
|
|
1953
|
+
- Updated dependencies [1721cbd]
|
|
1954
|
+
- Updated dependencies
|
|
1955
|
+
- @copilotkit/shared@1.4.1-pre.6
|
|
1956
|
+
|
|
1957
|
+
## 1.4.1-pre.5
|
|
1958
|
+
|
|
1959
|
+
### Patch Changes
|
|
1960
|
+
|
|
1961
|
+
- bump
|
|
1962
|
+
- Updated dependencies
|
|
1963
|
+
- @copilotkit/shared@1.4.1-pre.5
|
|
1964
|
+
|
|
1965
|
+
## 1.4.1-pre.4
|
|
1966
|
+
|
|
1967
|
+
### Patch Changes
|
|
1968
|
+
|
|
1969
|
+
- bump
|
|
1970
|
+
- Updated dependencies
|
|
1971
|
+
- @copilotkit/shared@1.4.1-pre.4
|
|
1972
|
+
|
|
1973
|
+
## 1.4.1-pre.3
|
|
1974
|
+
|
|
1975
|
+
### Patch Changes
|
|
1976
|
+
|
|
1977
|
+
- bump
|
|
1978
|
+
- Updated dependencies
|
|
1979
|
+
- @copilotkit/shared@1.4.1-pre.3
|
|
1980
|
+
|
|
1981
|
+
## 1.4.1-pre.2
|
|
1982
|
+
|
|
1983
|
+
### Patch Changes
|
|
1984
|
+
|
|
1985
|
+
- bump
|
|
1986
|
+
- Updated dependencies
|
|
1987
|
+
- @copilotkit/shared@1.4.1-pre.2
|
|
1988
|
+
|
|
1989
|
+
## 1.4.1-pre.1
|
|
1990
|
+
|
|
1991
|
+
### Patch Changes
|
|
1992
|
+
|
|
1993
|
+
- bump
|
|
1994
|
+
- Updated dependencies
|
|
1995
|
+
- @copilotkit/shared@1.4.1-pre.1
|
|
1996
|
+
|
|
1997
|
+
## 1.4.1-pre.0
|
|
1998
|
+
|
|
1999
|
+
### Patch Changes
|
|
2000
|
+
|
|
2001
|
+
- New prerelease
|
|
2002
|
+
- Updated dependencies
|
|
2003
|
+
- @copilotkit/shared@1.4.1-pre.0
|
|
2004
|
+
|
|
2005
|
+
## 1.4.0
|
|
2006
|
+
|
|
2007
|
+
### Minor Changes
|
|
2008
|
+
|
|
2009
|
+
CopilotKit Core:
|
|
2010
|
+
|
|
2011
|
+
- Improved error messages and overall logs
|
|
2012
|
+
- `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
|
|
2013
|
+
- Improved scrolling behavior. It is now possible to scroll up during LLM response generation
|
|
2014
|
+
- Added Azure OpenAI integration
|
|
2015
|
+
- Updated interfaces for better developer ergonomics
|
|
2016
|
+
|
|
2017
|
+
CoAgents:
|
|
2018
|
+
|
|
2019
|
+
- Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
|
|
2020
|
+
- Support for LangGraph Platform in Remote Endpoints
|
|
2021
|
+
- LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
|
|
2022
|
+
- Improved LangSmith integration - requests made through CoAgents will now surface in LangSmith
|
|
2023
|
+
- Enhanced state management and message handling
|
|
2024
|
+
|
|
2025
|
+
CopilotKid Back-end SDK:
|
|
2026
|
+
|
|
2027
|
+
- Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
|
|
2028
|
+
|
|
2029
|
+
### Patch Changes
|
|
2030
|
+
|
|
2031
|
+
- f6fab28: update tsup config
|
|
2032
|
+
- f6fab28: update entry
|
|
2033
|
+
- f6fab28: export langchain module
|
|
2034
|
+
- f6fab28: Ensure intermediate state config is sent as snake case
|
|
2035
|
+
- f6fab28: update entry in tsup config
|
|
2036
|
+
- a5efccd: Revert rxjs changes
|
|
2037
|
+
- f6fab28: update entry
|
|
2038
|
+
- f6fab28: Update exports
|
|
2039
|
+
- f6fab28: Update exports
|
|
2040
|
+
- f6fab28: Export LangGraph functions
|
|
2041
|
+
- f6fab28: Update lockfile
|
|
2042
|
+
- Updated dependencies [f6fab28]
|
|
2043
|
+
- Updated dependencies [f6fab28]
|
|
2044
|
+
- Updated dependencies
|
|
2045
|
+
- Updated dependencies [f6fab28]
|
|
2046
|
+
- Updated dependencies [8a77944]
|
|
2047
|
+
- Updated dependencies [f6fab28]
|
|
2048
|
+
- Updated dependencies [f6fab28]
|
|
2049
|
+
- Updated dependencies [8a77944]
|
|
2050
|
+
- Updated dependencies [a5efccd]
|
|
2051
|
+
- Updated dependencies [f6fab28]
|
|
2052
|
+
- Updated dependencies [f6fab28]
|
|
2053
|
+
- Updated dependencies [f6fab28]
|
|
2054
|
+
- Updated dependencies [332d744]
|
|
2055
|
+
- Updated dependencies [f6fab28]
|
|
2056
|
+
- Updated dependencies [f6fab28]
|
|
2057
|
+
- @copilotkit/shared@1.4.0
|
|
2058
|
+
|
|
2059
|
+
## 1.3.16-mme-revert-rxjs-changes.10
|
|
2060
|
+
|
|
2061
|
+
### Patch Changes
|
|
2062
|
+
|
|
2063
|
+
- f6fab28: update tsup config
|
|
2064
|
+
- f6fab28: update entry
|
|
2065
|
+
- f6fab28: export langchain module
|
|
2066
|
+
- f6fab28: Ensure intermediate state config is sent as snake case
|
|
2067
|
+
- f6fab28: update entry in tsup config
|
|
2068
|
+
- Revert rxjs changes
|
|
2069
|
+
- f6fab28: update entry
|
|
2070
|
+
- f6fab28: Update exports
|
|
2071
|
+
- f6fab28: Update exports
|
|
2072
|
+
- f6fab28: Export LangGraph functions
|
|
2073
|
+
- f6fab28: Update lockfile
|
|
2074
|
+
- Updated dependencies [f6fab28]
|
|
2075
|
+
- Updated dependencies [f6fab28]
|
|
2076
|
+
- Updated dependencies [f6fab28]
|
|
2077
|
+
- Updated dependencies [8a77944]
|
|
2078
|
+
- Updated dependencies [f6fab28]
|
|
2079
|
+
- Updated dependencies [f6fab28]
|
|
2080
|
+
- Updated dependencies [8a77944]
|
|
2081
|
+
- Updated dependencies
|
|
2082
|
+
- Updated dependencies [f6fab28]
|
|
2083
|
+
- Updated dependencies [f6fab28]
|
|
2084
|
+
- Updated dependencies [f6fab28]
|
|
2085
|
+
- Updated dependencies [332d744]
|
|
2086
|
+
- Updated dependencies [f6fab28]
|
|
2087
|
+
- Updated dependencies [f6fab28]
|
|
2088
|
+
- @copilotkit/shared@1.3.16-mme-revert-rxjs-changes.10
|
|
2089
|
+
|
|
2090
|
+
## 1.3.16-mme-lgc-langgraph-package.9
|
|
2091
|
+
|
|
2092
|
+
### Patch Changes
|
|
2093
|
+
|
|
2094
|
+
- update entry
|
|
2095
|
+
- Updated dependencies
|
|
2096
|
+
- @copilotkit/shared@1.3.16-mme-lgc-langgraph-package.9
|
|
2097
|
+
|
|
2098
|
+
## 1.3.16-mme-lgc-langgraph-package.8
|
|
2099
|
+
|
|
2100
|
+
### Patch Changes
|
|
2101
|
+
|
|
2102
|
+
- update entry
|
|
2103
|
+
- Updated dependencies
|
|
2104
|
+
- @copilotkit/shared@1.3.16-mme-lgc-langgraph-package.8
|
|
2105
|
+
|
|
2106
|
+
## 1.3.16-mme-lgc-langgraph-package.7
|
|
2107
|
+
|
|
2108
|
+
### Patch Changes
|
|
2109
|
+
|
|
2110
|
+
- update entry in tsup config
|
|
2111
|
+
- Updated dependencies
|
|
2112
|
+
- @copilotkit/shared@1.3.16-mme-lgc-langgraph-package.7
|
|
2113
|
+
|
|
2114
|
+
## 1.3.16-mme-lgc-langgraph-package.6
|
|
2115
|
+
|
|
2116
|
+
### Patch Changes
|
|
2117
|
+
|
|
2118
|
+
- Update exports
|
|
2119
|
+
- Updated dependencies
|
|
2120
|
+
- @copilotkit/shared@1.3.16-mme-lgc-langgraph-package.6
|
|
2121
|
+
|
|
2122
|
+
## 1.3.16-mme-lgc-langgraph-package.5
|
|
2123
|
+
|
|
2124
|
+
### Patch Changes
|
|
2125
|
+
|
|
2126
|
+
- update tsup config
|
|
2127
|
+
- Updated dependencies
|
|
2128
|
+
- @copilotkit/shared@1.3.16-mme-lgc-langgraph-package.5
|
|
2129
|
+
|
|
2130
|
+
## 1.3.16-mme-lgc-langgraph-package.4
|
|
2131
|
+
|
|
2132
|
+
### Patch Changes
|
|
2133
|
+
|
|
2134
|
+
- Update exports
|
|
2135
|
+
- Updated dependencies
|
|
2136
|
+
- @copilotkit/shared@1.3.16-mme-lgc-langgraph-package.4
|
|
2137
|
+
|
|
2138
|
+
## 1.3.16-mme-lgc-langgraph-package.3
|
|
2139
|
+
|
|
2140
|
+
### Patch Changes
|
|
2141
|
+
|
|
2142
|
+
- export langchain module
|
|
2143
|
+
- Updated dependencies
|
|
2144
|
+
- @copilotkit/shared@1.3.16-mme-lgc-langgraph-package.3
|
|
2145
|
+
|
|
2146
|
+
## 1.3.16-mme-sdk-js.2
|
|
2147
|
+
|
|
2148
|
+
### Patch Changes
|
|
2149
|
+
|
|
2150
|
+
- Ensure intermediate state config is sent as snake case
|
|
2151
|
+
- Updated dependencies
|
|
2152
|
+
- @copilotkit/shared@1.3.16-mme-sdk-js.2
|
|
2153
|
+
|
|
2154
|
+
## 1.3.16-mme-sdk-js.1
|
|
2155
|
+
|
|
2156
|
+
### Patch Changes
|
|
2157
|
+
|
|
2158
|
+
- Update lockfile
|
|
2159
|
+
- Updated dependencies
|
|
2160
|
+
- @copilotkit/shared@1.3.16-mme-sdk-js.1
|
|
2161
|
+
|
|
2162
|
+
## 1.3.16-mme-sdk-js.0
|
|
2163
|
+
|
|
2164
|
+
### Patch Changes
|
|
2165
|
+
|
|
2166
|
+
- Export LangGraph functions
|
|
2167
|
+
- Updated dependencies
|
|
2168
|
+
- @copilotkit/shared@1.3.16-mme-sdk-js.0
|