@copilotkit/react-core 0.0.0-feat-langgraph-interrupt-hook-20250203094147 → 0.0.0-feat-enable-setting-recursion-limit-20250424165940
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 +676 -5
- package/dist/{chunk-HZCROITJ.mjs → chunk-22ENANUU.mjs} +21 -15
- package/dist/chunk-22ENANUU.mjs.map +1 -0
- package/dist/{chunk-FMROB4TE.mjs → chunk-42SVH3TY.mjs} +186 -88
- package/dist/chunk-42SVH3TY.mjs.map +1 -0
- package/dist/{chunk-XERJQUHA.mjs → chunk-4CEQJ2X6.mjs} +2 -2
- package/dist/{chunk-XERJQUHA.mjs.map → chunk-4CEQJ2X6.mjs.map} +1 -1
- package/dist/{chunk-UMQQA6HK.mjs → chunk-534J55RX.mjs} +20 -14
- package/dist/chunk-534J55RX.mjs.map +1 -0
- package/dist/{chunk-WU53OU3E.mjs → chunk-5TVV6FJD.mjs} +27 -4
- package/dist/chunk-5TVV6FJD.mjs.map +1 -0
- package/dist/chunk-6YOKPWQ7.mjs +1 -0
- package/dist/chunk-7VCWAAWC.mjs +24 -0
- package/dist/chunk-7VCWAAWC.mjs.map +1 -0
- package/dist/{chunk-CQWEXISS.mjs → chunk-BKTARDXX.mjs} +8 -3
- package/dist/chunk-BKTARDXX.mjs.map +1 -0
- package/dist/{chunk-IU7OLWWW.mjs → chunk-CMEX33KD.mjs} +34 -15
- package/dist/chunk-CMEX33KD.mjs.map +1 -0
- package/dist/chunk-CQPYJIBH.mjs +1 -0
- package/dist/{chunk-ZAU4EMBM.mjs → chunk-DMQB35FC.mjs} +5 -6
- package/dist/chunk-DMQB35FC.mjs.map +1 -0
- package/dist/{chunk-DEPX7JPX.mjs → chunk-EI2J4CP6.mjs} +11 -8
- package/dist/chunk-EI2J4CP6.mjs.map +1 -0
- package/dist/{chunk-5SGZKEPX.mjs → chunk-FGOCUTAU.mjs} +71 -51
- package/dist/chunk-FGOCUTAU.mjs.map +1 -0
- package/dist/{chunk-GANI4ZZM.mjs → chunk-FRRPZKXW.mjs} +3 -3
- package/dist/{chunk-LH3RYVV2.mjs → chunk-FXVXAJVG.mjs} +5 -6
- package/dist/chunk-FXVXAJVG.mjs.map +1 -0
- package/dist/{chunk-7HWSAEOY.mjs → chunk-GOK4PDQO.mjs} +13 -4
- package/dist/{chunk-7HWSAEOY.mjs.map → chunk-GOK4PDQO.mjs.map} +1 -1
- package/dist/chunk-HGZXDC4Y.mjs +63 -0
- package/dist/chunk-HGZXDC4Y.mjs.map +1 -0
- package/dist/{chunk-AL3MOOKF.mjs → chunk-JWE4IXSG.mjs} +18 -4
- package/dist/chunk-JWE4IXSG.mjs.map +1 -0
- package/dist/{chunk-XOHLZIZK.mjs → chunk-KF5SB2VB.mjs} +2 -2
- package/dist/{chunk-H2OR7FUU.mjs → chunk-TWWQG3EF.mjs} +3 -3
- package/dist/{chunk-ZM56S3LJ.mjs → chunk-UDUFMGWQ.mjs} +3 -1
- package/dist/chunk-UDUFMGWQ.mjs.map +1 -0
- package/dist/chunk-YPBKY4KY.mjs +1 -0
- package/dist/chunk-YPBKY4KY.mjs.map +1 -0
- package/dist/components/copilot-provider/copilot-messages.js +30 -16
- package/dist/components/copilot-provider/copilot-messages.js.map +1 -1
- package/dist/components/copilot-provider/copilot-messages.mjs +2 -2
- package/dist/components/copilot-provider/copilotkit-props.d.ts +18 -2
- package/dist/components/copilot-provider/copilotkit-props.js.map +1 -1
- package/dist/components/copilot-provider/copilotkit.d.ts +1 -2
- package/dist/components/copilot-provider/copilotkit.js +104 -54
- package/dist/components/copilot-provider/copilotkit.js.map +1 -1
- package/dist/components/copilot-provider/copilotkit.mjs +7 -7
- package/dist/components/copilot-provider/index.d.ts +1 -2
- package/dist/components/copilot-provider/index.js +104 -54
- package/dist/components/copilot-provider/index.js.map +1 -1
- package/dist/components/copilot-provider/index.mjs +7 -7
- package/dist/components/error-boundary/error-boundary.d.ts +1 -1
- package/dist/components/error-boundary/error-boundary.js +18 -12
- package/dist/components/error-boundary/error-boundary.js.map +1 -1
- package/dist/components/error-boundary/error-boundary.mjs +2 -2
- package/dist/components/error-boundary/error-utils.js.map +1 -1
- package/dist/components/error-boundary/error-utils.mjs +1 -1
- package/dist/components/index.d.ts +1 -2
- package/dist/components/index.js +104 -54
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +7 -7
- package/dist/components/toast/toast-provider.js +20 -14
- package/dist/components/toast/toast-provider.js.map +1 -1
- package/dist/components/toast/toast-provider.mjs +1 -1
- package/dist/context/copilot-context.d.ts +10 -148
- package/dist/context/copilot-context.js +2 -0
- package/dist/context/copilot-context.js.map +1 -1
- package/dist/context/copilot-context.mjs +1 -1
- package/dist/context/index.d.ts +1 -2
- package/dist/context/index.js +2 -0
- package/dist/context/index.js.map +1 -1
- package/dist/context/index.mjs +1 -1
- package/dist/copilot-context-0e923eb1.d.ts +194 -0
- package/dist/hooks/index.d.ts +2 -2
- package/dist/hooks/index.js +336 -150
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +23 -19
- package/dist/hooks/use-chat.d.ts +2 -3
- package/dist/hooks/use-chat.js +185 -85
- package/dist/hooks/use-chat.js.map +1 -1
- package/dist/hooks/use-chat.mjs +4 -4
- package/dist/hooks/use-coagent-state-render.d.ts +2 -7
- package/dist/hooks/use-coagent-state-render.js +26 -1
- package/dist/hooks/use-coagent-state-render.js.map +1 -1
- package/dist/hooks/use-coagent-state-render.mjs +3 -3
- package/dist/hooks/use-coagent.d.ts +20 -15
- package/dist/hooks/use-coagent.js +261 -136
- package/dist/hooks/use-coagent.js.map +1 -1
- package/dist/hooks/use-coagent.mjs +11 -11
- package/dist/hooks/use-copilot-action.js +15 -0
- package/dist/hooks/use-copilot-action.js.map +1 -1
- package/dist/hooks/use-copilot-action.mjs +3 -3
- package/dist/hooks/use-copilot-additional-instructions.d.ts +26 -0
- package/dist/hooks/use-copilot-additional-instructions.js +162 -0
- package/dist/hooks/use-copilot-additional-instructions.js.map +1 -0
- package/dist/hooks/use-copilot-additional-instructions.mjs +9 -0
- package/dist/hooks/use-copilot-additional-instructions.mjs.map +1 -0
- package/dist/hooks/use-copilot-authenticated-action.js +15 -0
- package/dist/hooks/use-copilot-authenticated-action.js.map +1 -1
- package/dist/hooks/use-copilot-authenticated-action.mjs +4 -4
- package/dist/hooks/use-copilot-chat.d.ts +2 -3
- package/dist/hooks/use-copilot-chat.js +196 -91
- package/dist/hooks/use-copilot-chat.js.map +1 -1
- package/dist/hooks/use-copilot-chat.mjs +10 -10
- package/dist/hooks/use-copilot-readable.d.ts +5 -1
- package/dist/hooks/use-copilot-readable.js +13 -2
- package/dist/hooks/use-copilot-readable.js.map +1 -1
- package/dist/hooks/use-copilot-readable.mjs +2 -2
- package/dist/hooks/use-copilot-runtime-client.js +6 -1
- package/dist/hooks/use-copilot-runtime-client.js.map +1 -1
- package/dist/hooks/use-copilot-runtime-client.mjs +2 -2
- package/dist/hooks/use-langgraph-interrupt-render.js +5 -4
- package/dist/hooks/use-langgraph-interrupt-render.js.map +1 -1
- package/dist/hooks/use-langgraph-interrupt-render.mjs +2 -2
- package/dist/hooks/use-langgraph-interrupt.d.ts +10 -41
- package/dist/hooks/use-langgraph-interrupt.js +197 -93
- package/dist/hooks/use-langgraph-interrupt.js.map +1 -1
- package/dist/hooks/use-langgraph-interrupt.mjs +11 -11
- package/dist/hooks/use-make-copilot-document-readable.js +2 -0
- package/dist/hooks/use-make-copilot-document-readable.js.map +1 -1
- package/dist/hooks/use-make-copilot-document-readable.mjs +2 -2
- package/dist/index.d.ts +4 -3
- package/dist/index.js +448 -219
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +26 -21
- package/dist/lib/copilot-task.d.ts +1 -2
- package/dist/lib/copilot-task.js +1 -1
- package/dist/lib/copilot-task.js.map +1 -1
- package/dist/lib/copilot-task.mjs +9 -9
- package/dist/lib/index.d.ts +1 -2
- package/dist/lib/index.js +1 -1
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +9 -9
- package/dist/types/coagent-state.d.ts +4 -0
- package/dist/types/coagent-state.js.map +1 -1
- package/dist/types/crew.d.ts +79 -0
- package/dist/types/crew.js +19 -0
- package/dist/types/crew.js.map +1 -0
- package/dist/types/crew.mjs +2 -0
- package/dist/types/crew.mjs.map +1 -0
- package/dist/types/frontend-action.d.ts +2 -1
- package/dist/types/frontend-action.js +1 -1
- package/dist/types/frontend-action.js.map +1 -1
- package/dist/types/frontend-action.mjs +1 -1
- package/dist/types/index.d.ts +2 -1
- package/dist/types/index.js.map +1 -1
- package/dist/types/index.mjs +2 -1
- package/dist/types/interrupt-action.d.ts +10 -35
- package/dist/types/interrupt-action.js.map +1 -1
- package/dist/utils/extract.d.ts +1 -2
- package/dist/utils/extract.js.map +1 -1
- package/dist/utils/extract.mjs +7 -7
- package/dist/utils/index.d.ts +1 -2
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/index.mjs +7 -7
- package/package.json +3 -3
- package/src/components/copilot-provider/copilot-messages.tsx +33 -18
- package/src/components/copilot-provider/copilotkit-props.tsx +15 -0
- package/src/components/copilot-provider/copilotkit.tsx +24 -3
- package/src/components/error-boundary/error-boundary.tsx +24 -13
- package/src/components/toast/toast-provider.tsx +20 -17
- package/src/context/copilot-context.tsx +13 -0
- package/src/hooks/index.ts +1 -0
- package/src/hooks/use-chat.ts +219 -79
- package/src/hooks/use-coagent-state-render.ts +39 -8
- package/src/hooks/use-coagent.ts +107 -75
- package/src/hooks/use-copilot-action.ts +16 -0
- package/src/hooks/use-copilot-additional-instructions.ts +85 -0
- package/src/hooks/use-copilot-chat.ts +9 -5
- package/src/hooks/use-copilot-readable.ts +16 -2
- package/src/hooks/use-copilot-runtime-client.ts +6 -1
- package/src/hooks/use-langgraph-interrupt-render.ts +7 -3
- package/src/hooks/use-langgraph-interrupt.ts +3 -42
- package/src/types/coagent-state.ts +4 -0
- package/src/types/crew.ts +89 -0
- package/src/types/frontend-action.ts +5 -2
- package/src/types/index.ts +8 -0
- package/src/types/interrupt-action.ts +17 -13
- package/dist/chunk-5SGZKEPX.mjs.map +0 -1
- package/dist/chunk-AL3MOOKF.mjs.map +0 -1
- package/dist/chunk-CQWEXISS.mjs.map +0 -1
- package/dist/chunk-DEPX7JPX.mjs.map +0 -1
- package/dist/chunk-EFZPSZWO.mjs +0 -1
- package/dist/chunk-FMROB4TE.mjs.map +0 -1
- package/dist/chunk-HZCROITJ.mjs.map +0 -1
- package/dist/chunk-IGLITGLC.mjs +0 -1
- package/dist/chunk-IHWTLSHY.mjs +0 -51
- package/dist/chunk-IHWTLSHY.mjs.map +0 -1
- package/dist/chunk-IU7OLWWW.mjs.map +0 -1
- package/dist/chunk-LH3RYVV2.mjs.map +0 -1
- package/dist/chunk-UMQQA6HK.mjs.map +0 -1
- package/dist/chunk-WU53OU3E.mjs.map +0 -1
- package/dist/chunk-ZAU4EMBM.mjs.map +0 -1
- package/dist/chunk-ZM56S3LJ.mjs.map +0 -1
- /package/dist/{chunk-EFZPSZWO.mjs.map → chunk-6YOKPWQ7.mjs.map} +0 -0
- /package/dist/{chunk-IGLITGLC.mjs.map → chunk-CQPYJIBH.mjs.map} +0 -0
- /package/dist/{chunk-GANI4ZZM.mjs.map → chunk-FRRPZKXW.mjs.map} +0 -0
- /package/dist/{chunk-XOHLZIZK.mjs.map → chunk-KF5SB2VB.mjs.map} +0 -0
- /package/dist/{chunk-H2OR7FUU.mjs.map → chunk-TWWQG3EF.mjs.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,687 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
-
## 0.0.0-feat-
|
|
3
|
+
## 0.0.0-feat-enable-setting-recursion-limit-20250424165940
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- 1d2ae5a: - feat: enable setting langgraph config from ui
|
|
8
|
+
- chore: document usage of new config
|
|
9
|
+
- @copilotkit/runtime-client-gql@0.0.0-feat-enable-setting-recursion-limit-20250424165940
|
|
10
|
+
- @copilotkit/shared@0.0.0-feat-enable-setting-recursion-limit-20250424165940
|
|
11
|
+
|
|
12
|
+
## 1.8.7
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [8b8474f]
|
|
17
|
+
- @copilotkit/runtime-client-gql@1.8.7
|
|
18
|
+
- @copilotkit/shared@1.8.7
|
|
19
|
+
|
|
20
|
+
## 1.8.7-next.0
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- Updated dependencies [8b8474f]
|
|
25
|
+
- @copilotkit/runtime-client-gql@1.8.7-next.0
|
|
26
|
+
- @copilotkit/shared@1.8.7-next.0
|
|
27
|
+
|
|
28
|
+
## 1.8.6
|
|
29
|
+
|
|
30
|
+
### Patch Changes
|
|
31
|
+
|
|
32
|
+
- 7a04bd1: - fix: fix how results are communicated back on interrupt
|
|
33
|
+
- fix: do not allow followup for interrupt actions
|
|
34
|
+
- chore: improve TS docs for interrupt
|
|
35
|
+
- @copilotkit/runtime-client-gql@1.8.6
|
|
36
|
+
- @copilotkit/shared@1.8.6
|
|
37
|
+
|
|
38
|
+
## 1.8.6-next.0
|
|
39
|
+
|
|
40
|
+
### Patch Changes
|
|
41
|
+
|
|
42
|
+
- 7a04bd1: - fix: fix how results are communicated back on interrupt
|
|
43
|
+
- fix: do not allow followup for interrupt actions
|
|
44
|
+
- chore: improve TS docs for interrupt
|
|
45
|
+
- @copilotkit/runtime-client-gql@1.8.6-next.0
|
|
46
|
+
- @copilotkit/shared@1.8.6-next.0
|
|
47
|
+
|
|
48
|
+
## 1.8.5
|
|
49
|
+
|
|
50
|
+
### Patch Changes
|
|
51
|
+
|
|
52
|
+
- c0d3261: - full AWP support
|
|
53
|
+
|
|
54
|
+
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
55
|
+
|
|
56
|
+
- refactor: address linter issues with the new pages
|
|
57
|
+
|
|
58
|
+
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
59
|
+
|
|
60
|
+
- Merge branch 'mme/acp' into mme/mastra
|
|
61
|
+
- add sse example
|
|
62
|
+
- Create small-turkeys-agree.md
|
|
63
|
+
- upgrade AWP
|
|
64
|
+
- Merge branch 'mme/mastra' of github.com:CopilotKit/CopilotKit into mme/mastra
|
|
65
|
+
- make agents a dict
|
|
66
|
+
- update docs
|
|
67
|
+
- send tools
|
|
68
|
+
- update to latest packages
|
|
69
|
+
- fix problem where state sync are preventing tool calls
|
|
70
|
+
- set possibly undefined toolCalls to an empty array
|
|
71
|
+
- fix missing tool call ids
|
|
72
|
+
|
|
73
|
+
- 77a7457: - feat: Add Model Context Protocol (MCP) support
|
|
74
|
+
- d0e8a1e: - fix: fix duplicate messages on regenerate
|
|
75
|
+
- @copilotkit/runtime-client-gql@1.8.5
|
|
76
|
+
- @copilotkit/shared@1.8.5
|
|
77
|
+
|
|
78
|
+
## 1.8.5-next.5
|
|
79
|
+
|
|
80
|
+
### Patch Changes
|
|
81
|
+
|
|
82
|
+
- c0d3261: - full AWP support
|
|
83
|
+
|
|
84
|
+
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
85
|
+
|
|
86
|
+
- refactor: address linter issues with the new pages
|
|
87
|
+
|
|
88
|
+
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
89
|
+
|
|
90
|
+
- Merge branch 'mme/acp' into mme/mastra
|
|
91
|
+
- add sse example
|
|
92
|
+
- Create small-turkeys-agree.md
|
|
93
|
+
- upgrade AWP
|
|
94
|
+
- Merge branch 'mme/mastra' of github.com:CopilotKit/CopilotKit into mme/mastra
|
|
95
|
+
- make agents a dict
|
|
96
|
+
- update docs
|
|
97
|
+
- send tools
|
|
98
|
+
- update to latest packages
|
|
99
|
+
- fix problem where state sync are preventing tool calls
|
|
100
|
+
- set possibly undefined toolCalls to an empty array
|
|
101
|
+
- fix missing tool call ids
|
|
102
|
+
- @copilotkit/runtime-client-gql@1.8.5-next.5
|
|
103
|
+
- @copilotkit/shared@1.8.5-next.5
|
|
104
|
+
|
|
105
|
+
## 1.8.5-next.4
|
|
106
|
+
|
|
107
|
+
### Patch Changes
|
|
108
|
+
|
|
109
|
+
- @copilotkit/runtime-client-gql@1.8.5-next.4
|
|
110
|
+
- @copilotkit/shared@1.8.5-next.4
|
|
111
|
+
|
|
112
|
+
## 1.8.5-next.3
|
|
113
|
+
|
|
114
|
+
### Patch Changes
|
|
115
|
+
|
|
116
|
+
- 77a7457: - feat: Add Model Context Protocol (MCP) support
|
|
117
|
+
- @copilotkit/runtime-client-gql@1.8.5-next.3
|
|
118
|
+
- @copilotkit/shared@1.8.5-next.3
|
|
119
|
+
|
|
120
|
+
## 1.8.5-next.2
|
|
121
|
+
|
|
122
|
+
### Patch Changes
|
|
123
|
+
|
|
124
|
+
- @copilotkit/runtime-client-gql@1.8.5-next.2
|
|
125
|
+
- @copilotkit/shared@1.8.5-next.2
|
|
126
|
+
|
|
127
|
+
## 1.8.5-next.1
|
|
128
|
+
|
|
129
|
+
### Patch Changes
|
|
130
|
+
|
|
131
|
+
- d0e8a1e: - fix: fix duplicate messages on regenerate
|
|
132
|
+
- @copilotkit/runtime-client-gql@1.8.5-next.1
|
|
133
|
+
- @copilotkit/shared@1.8.5-next.1
|
|
134
|
+
|
|
135
|
+
## 1.8.5-next.0
|
|
136
|
+
|
|
137
|
+
### Patch Changes
|
|
138
|
+
|
|
139
|
+
- @copilotkit/runtime-client-gql@1.8.5-next.0
|
|
140
|
+
- @copilotkit/shared@1.8.5-next.0
|
|
141
|
+
|
|
142
|
+
## 1.8.4
|
|
143
|
+
|
|
144
|
+
### Patch Changes
|
|
145
|
+
|
|
146
|
+
- 4e28414: - use new interface properly
|
|
147
|
+
- Updated dependencies [f363760]
|
|
148
|
+
- @copilotkit/shared@1.8.4
|
|
149
|
+
- @copilotkit/runtime-client-gql@1.8.4
|
|
150
|
+
|
|
151
|
+
## 1.8.4-next.4
|
|
152
|
+
|
|
153
|
+
### Patch Changes
|
|
154
|
+
|
|
155
|
+
- 4e28414: - use new interface properly
|
|
156
|
+
- @copilotkit/runtime-client-gql@1.8.4-next.4
|
|
157
|
+
- @copilotkit/shared@1.8.4-next.4
|
|
158
|
+
|
|
159
|
+
## 1.8.4-next.3
|
|
160
|
+
|
|
161
|
+
### Patch Changes
|
|
162
|
+
|
|
163
|
+
- @copilotkit/runtime-client-gql@1.8.4-next.3
|
|
164
|
+
- @copilotkit/shared@1.8.4-next.3
|
|
165
|
+
|
|
166
|
+
## 1.8.4-next.2
|
|
167
|
+
|
|
168
|
+
### Patch Changes
|
|
169
|
+
|
|
170
|
+
- @copilotkit/runtime-client-gql@1.8.4-next.2
|
|
171
|
+
- @copilotkit/shared@1.8.4-next.2
|
|
172
|
+
|
|
173
|
+
## 1.8.4-next.1
|
|
174
|
+
|
|
175
|
+
### Patch Changes
|
|
176
|
+
|
|
177
|
+
- Updated dependencies [f363760]
|
|
178
|
+
- @copilotkit/shared@1.8.4-next.1
|
|
179
|
+
- @copilotkit/runtime-client-gql@1.8.4-next.1
|
|
180
|
+
|
|
181
|
+
## 1.8.4-next.0
|
|
182
|
+
|
|
183
|
+
### Patch Changes
|
|
184
|
+
|
|
185
|
+
- @copilotkit/runtime-client-gql@1.8.4-next.0
|
|
186
|
+
- @copilotkit/shared@1.8.4-next.0
|
|
187
|
+
|
|
188
|
+
## 1.8.3
|
|
189
|
+
|
|
190
|
+
### Patch Changes
|
|
191
|
+
|
|
192
|
+
- @copilotkit/runtime-client-gql@1.8.3
|
|
193
|
+
- @copilotkit/shared@1.8.3
|
|
194
|
+
|
|
195
|
+
## 1.8.3-next.0
|
|
196
|
+
|
|
197
|
+
### Patch Changes
|
|
198
|
+
|
|
199
|
+
- @copilotkit/runtime-client-gql@1.8.3-next.0
|
|
200
|
+
- @copilotkit/shared@1.8.3-next.0
|
|
201
|
+
|
|
202
|
+
## 1.8.2-next.3
|
|
203
|
+
|
|
204
|
+
### Patch Changes
|
|
205
|
+
|
|
206
|
+
- @copilotkit/runtime-client-gql@1.8.2-next.3
|
|
207
|
+
- @copilotkit/shared@1.8.2-next.3
|
|
208
|
+
|
|
209
|
+
## 1.8.2-next.2
|
|
210
|
+
|
|
211
|
+
### Patch Changes
|
|
212
|
+
|
|
213
|
+
- @copilotkit/runtime-client-gql@1.8.2-next.2
|
|
214
|
+
- @copilotkit/shared@1.8.2-next.2
|
|
215
|
+
|
|
216
|
+
## 1.8.2-next.1
|
|
217
|
+
|
|
218
|
+
### Patch Changes
|
|
219
|
+
|
|
220
|
+
- @copilotkit/runtime-client-gql@1.8.2-next.1
|
|
221
|
+
- @copilotkit/shared@1.8.2-next.1
|
|
222
|
+
|
|
223
|
+
## 1.8.2-next.0
|
|
224
|
+
|
|
225
|
+
### Patch Changes
|
|
226
|
+
|
|
227
|
+
- @copilotkit/runtime-client-gql@1.8.2-next.0
|
|
228
|
+
- @copilotkit/shared@1.8.2-next.0
|
|
229
|
+
|
|
230
|
+
## 1.8.1
|
|
231
|
+
|
|
232
|
+
### Patch Changes
|
|
233
|
+
|
|
234
|
+
- 7a42944: - fix(react-core): update agentSession when agent props change #1497
|
|
235
|
+
- @copilotkit/runtime-client-gql@1.8.1
|
|
236
|
+
- @copilotkit/shared@1.8.1
|
|
237
|
+
|
|
238
|
+
## 1.8.1-next.1
|
|
239
|
+
|
|
240
|
+
### Patch Changes
|
|
241
|
+
|
|
242
|
+
- @copilotkit/runtime-client-gql@1.8.1-next.1
|
|
243
|
+
- @copilotkit/shared@1.8.1-next.1
|
|
244
|
+
|
|
245
|
+
## 1.8.1-next.0
|
|
246
|
+
|
|
247
|
+
### Patch Changes
|
|
248
|
+
|
|
249
|
+
- 7a42944: - fix(react-core): update agentSession when agent props change #1497
|
|
250
|
+
- @copilotkit/runtime-client-gql@1.8.1-next.0
|
|
251
|
+
- @copilotkit/shared@1.8.1-next.0
|
|
252
|
+
|
|
253
|
+
## 1.8.0
|
|
254
|
+
|
|
255
|
+
### Patch Changes
|
|
256
|
+
|
|
257
|
+
- 73f5eaa: - fix(react-core): export missing action-related types for public API
|
|
258
|
+
- a50f4c1: - move default components out of ui
|
|
259
|
+
- @copilotkit/runtime-client-gql@1.8.0
|
|
260
|
+
- @copilotkit/shared@1.8.0
|
|
261
|
+
|
|
262
|
+
## 1.8.0-next.8
|
|
263
|
+
|
|
264
|
+
### Patch Changes
|
|
265
|
+
|
|
266
|
+
- @copilotkit/runtime-client-gql@1.8.0-next.8
|
|
267
|
+
- @copilotkit/shared@1.8.0-next.8
|
|
268
|
+
|
|
269
|
+
## 1.8.0-next.7
|
|
270
|
+
|
|
271
|
+
### Patch Changes
|
|
272
|
+
|
|
273
|
+
- @copilotkit/runtime-client-gql@1.8.0-next.7
|
|
274
|
+
- @copilotkit/shared@1.8.0-next.7
|
|
275
|
+
|
|
276
|
+
## 1.8.0-next.6
|
|
277
|
+
|
|
278
|
+
### Patch Changes
|
|
279
|
+
|
|
280
|
+
- @copilotkit/runtime-client-gql@1.8.0-next.6
|
|
281
|
+
- @copilotkit/shared@1.8.0-next.6
|
|
282
|
+
|
|
283
|
+
## 1.8.0-next.5
|
|
284
|
+
|
|
285
|
+
### Patch Changes
|
|
286
|
+
|
|
287
|
+
- a50f4c1: - move default components out of ui
|
|
288
|
+
- @copilotkit/runtime-client-gql@1.8.0-next.5
|
|
289
|
+
- @copilotkit/shared@1.8.0-next.5
|
|
290
|
+
|
|
291
|
+
## 1.8.0-next.4
|
|
292
|
+
|
|
293
|
+
### Patch Changes
|
|
294
|
+
|
|
295
|
+
- @copilotkit/runtime-client-gql@1.8.0-next.4
|
|
296
|
+
- @copilotkit/shared@1.8.0-next.4
|
|
297
|
+
|
|
298
|
+
## 1.8.0-next.3
|
|
299
|
+
|
|
300
|
+
### Patch Changes
|
|
301
|
+
|
|
302
|
+
- @copilotkit/runtime-client-gql@1.8.0-next.3
|
|
303
|
+
- @copilotkit/shared@1.8.0-next.3
|
|
304
|
+
|
|
305
|
+
## 1.7.2-next.2
|
|
306
|
+
|
|
307
|
+
### Patch Changes
|
|
308
|
+
|
|
309
|
+
- @copilotkit/runtime-client-gql@1.7.2-next.2
|
|
310
|
+
- @copilotkit/shared@1.7.2-next.2
|
|
311
|
+
|
|
312
|
+
## 1.7.2-next.1
|
|
313
|
+
|
|
314
|
+
### Patch Changes
|
|
315
|
+
|
|
316
|
+
- 73f5eaa: - fix(react-core): export missing action-related types for public API
|
|
317
|
+
- @copilotkit/runtime-client-gql@1.7.2-next.1
|
|
318
|
+
- @copilotkit/shared@1.7.2-next.1
|
|
319
|
+
|
|
320
|
+
## 1.7.2-next.0
|
|
321
|
+
|
|
322
|
+
### Patch Changes
|
|
323
|
+
|
|
324
|
+
- @copilotkit/runtime-client-gql@1.7.2-next.0
|
|
325
|
+
- @copilotkit/shared@1.7.2-next.0
|
|
326
|
+
|
|
327
|
+
## 1.7.1
|
|
328
|
+
|
|
329
|
+
### Patch Changes
|
|
330
|
+
|
|
331
|
+
- @copilotkit/runtime-client-gql@1.7.1
|
|
332
|
+
- @copilotkit/shared@1.7.1
|
|
333
|
+
|
|
334
|
+
## 1.7.1-next.0
|
|
335
|
+
|
|
336
|
+
### Patch Changes
|
|
337
|
+
|
|
338
|
+
- @copilotkit/runtime-client-gql@1.7.1-next.0
|
|
339
|
+
- @copilotkit/shared@1.7.1-next.0
|
|
340
|
+
|
|
341
|
+
## 1.7.0
|
|
342
|
+
|
|
343
|
+
### Patch Changes
|
|
344
|
+
|
|
345
|
+
- @copilotkit/runtime-client-gql@1.7.0
|
|
346
|
+
- @copilotkit/shared@1.7.0
|
|
347
|
+
|
|
348
|
+
## 1.7.0-next.1
|
|
349
|
+
|
|
350
|
+
### Patch Changes
|
|
351
|
+
|
|
352
|
+
- @copilotkit/runtime-client-gql@1.7.0-next.1
|
|
353
|
+
- @copilotkit/shared@1.7.0-next.1
|
|
354
|
+
|
|
355
|
+
## 1.7.0-next.0
|
|
356
|
+
|
|
357
|
+
### Patch Changes
|
|
358
|
+
|
|
359
|
+
- @copilotkit/runtime-client-gql@1.7.0-next.0
|
|
360
|
+
- @copilotkit/shared@1.7.0-next.0
|
|
361
|
+
|
|
362
|
+
## 1.6.0
|
|
363
|
+
|
|
364
|
+
### Minor Changes
|
|
365
|
+
|
|
366
|
+
- 7d061d9: - feat(configurable): execute langgraph with user config
|
|
367
|
+
|
|
368
|
+
### Patch Changes
|
|
369
|
+
|
|
370
|
+
- d833f4c: - fix: provide the ability to type interrupt event value
|
|
371
|
+
- d800f03: - fix: use memoization in useCoAgent internal functions
|
|
372
|
+
- 85753b3: - feat(actions): enable restricting actions to frontend only
|
|
373
|
+
- b454827: - fix: simplify condition options for langgraph interrupts
|
|
374
|
+
- chore: add new enabled to e2e tests
|
|
375
|
+
- fix: refine argument types
|
|
376
|
+
- chore: document hook API reference
|
|
377
|
+
- c1cc77f: - feat: new useCopilotAdditionalInstructions hook and available property on useCopilotReadable
|
|
378
|
+
- Updated dependencies [d833f4c]
|
|
379
|
+
- Updated dependencies [090203d]
|
|
380
|
+
- @copilotkit/runtime-client-gql@1.6.0
|
|
381
|
+
- @copilotkit/shared@1.6.0
|
|
382
|
+
|
|
383
|
+
## 1.6.0-next.12
|
|
384
|
+
|
|
385
|
+
### Patch Changes
|
|
386
|
+
|
|
387
|
+
- @copilotkit/runtime-client-gql@1.6.0-next.12
|
|
388
|
+
- @copilotkit/shared@1.6.0-next.12
|
|
389
|
+
|
|
390
|
+
## 1.6.0-next.11
|
|
391
|
+
|
|
392
|
+
### Patch Changes
|
|
393
|
+
|
|
394
|
+
- 85753b3: - feat(actions): enable restricting actions to frontend only
|
|
395
|
+
- @copilotkit/runtime-client-gql@1.6.0-next.11
|
|
396
|
+
- @copilotkit/shared@1.6.0-next.11
|
|
397
|
+
|
|
398
|
+
## 1.6.0-next.10
|
|
399
|
+
|
|
400
|
+
### Patch Changes
|
|
401
|
+
|
|
402
|
+
- @copilotkit/runtime-client-gql@1.6.0-next.10
|
|
403
|
+
- @copilotkit/shared@1.6.0-next.10
|
|
404
|
+
|
|
405
|
+
## 1.6.0-next.9
|
|
406
|
+
|
|
407
|
+
### Patch Changes
|
|
408
|
+
|
|
409
|
+
- @copilotkit/runtime-client-gql@1.6.0-next.9
|
|
410
|
+
- @copilotkit/shared@1.6.0-next.9
|
|
411
|
+
|
|
412
|
+
## 1.6.0-next.8
|
|
413
|
+
|
|
414
|
+
### Patch Changes
|
|
415
|
+
|
|
416
|
+
- @copilotkit/runtime-client-gql@1.6.0-next.8
|
|
417
|
+
- @copilotkit/shared@1.6.0-next.8
|
|
418
|
+
|
|
419
|
+
## 1.6.0-next.7
|
|
420
|
+
|
|
421
|
+
### Patch Changes
|
|
422
|
+
|
|
423
|
+
- d800f03: - fix: use memoization in useCoAgent internal functions
|
|
424
|
+
- @copilotkit/runtime-client-gql@1.6.0-next.7
|
|
425
|
+
- @copilotkit/shared@1.6.0-next.7
|
|
426
|
+
|
|
427
|
+
## 1.6.0-next.6
|
|
428
|
+
|
|
429
|
+
### Patch Changes
|
|
430
|
+
|
|
431
|
+
- @copilotkit/runtime-client-gql@1.6.0-next.6
|
|
432
|
+
- @copilotkit/shared@1.6.0-next.6
|
|
433
|
+
|
|
434
|
+
## 1.6.0-next.5
|
|
435
|
+
|
|
436
|
+
### Patch Changes
|
|
437
|
+
|
|
438
|
+
- Updated dependencies [090203d]
|
|
439
|
+
- @copilotkit/shared@1.6.0-next.5
|
|
440
|
+
- @copilotkit/runtime-client-gql@1.6.0-next.5
|
|
441
|
+
|
|
442
|
+
## 1.6.0-next.4
|
|
443
|
+
|
|
444
|
+
### Patch Changes
|
|
445
|
+
|
|
446
|
+
- @copilotkit/runtime-client-gql@1.6.0-next.4
|
|
447
|
+
- @copilotkit/shared@1.6.0-next.4
|
|
448
|
+
|
|
449
|
+
## 1.6.0-next.3
|
|
450
|
+
|
|
451
|
+
### Patch Changes
|
|
452
|
+
|
|
453
|
+
- @copilotkit/runtime-client-gql@1.6.0-next.3
|
|
454
|
+
- @copilotkit/shared@1.6.0-next.3
|
|
455
|
+
|
|
456
|
+
## 1.6.0-next.2
|
|
457
|
+
|
|
458
|
+
### Patch Changes
|
|
459
|
+
|
|
460
|
+
- b454827: - fix: simplify condition options for langgraph interrupts
|
|
461
|
+
- chore: add new enabled to e2e tests
|
|
462
|
+
- fix: refine argument types
|
|
463
|
+
- chore: document hook API reference
|
|
464
|
+
- @copilotkit/runtime-client-gql@1.6.0-next.2
|
|
465
|
+
- @copilotkit/shared@1.6.0-next.2
|
|
466
|
+
|
|
467
|
+
## 1.6.0-next.1
|
|
468
|
+
|
|
469
|
+
### Patch Changes
|
|
470
|
+
|
|
471
|
+
- d833f4c: - fix: provide the ability to type interrupt event value
|
|
472
|
+
- Updated dependencies [d833f4c]
|
|
473
|
+
- @copilotkit/runtime-client-gql@1.6.0-next.1
|
|
474
|
+
- @copilotkit/shared@1.6.0-next.1
|
|
475
|
+
|
|
476
|
+
## 1.6.0-next.0
|
|
477
|
+
|
|
478
|
+
### Minor Changes
|
|
479
|
+
|
|
480
|
+
- 7d061d9: - feat(configurable): execute langgraph with user config
|
|
481
|
+
|
|
482
|
+
### Patch Changes
|
|
483
|
+
|
|
484
|
+
- @copilotkit/runtime-client-gql@1.6.0-next.0
|
|
485
|
+
- @copilotkit/shared@1.6.0-next.0
|
|
486
|
+
|
|
487
|
+
## 1.5.20
|
|
488
|
+
|
|
489
|
+
### Patch Changes
|
|
490
|
+
|
|
491
|
+
- Updated dependencies [51f0d66]
|
|
492
|
+
- @copilotkit/shared@1.5.20
|
|
493
|
+
- @copilotkit/runtime-client-gql@1.5.20
|
|
494
|
+
|
|
495
|
+
## 1.5.20-next.0
|
|
496
|
+
|
|
497
|
+
### Patch Changes
|
|
498
|
+
|
|
499
|
+
- Updated dependencies [51f0d66]
|
|
500
|
+
- @copilotkit/shared@1.5.20-next.0
|
|
501
|
+
- @copilotkit/runtime-client-gql@1.5.20-next.0
|
|
502
|
+
|
|
503
|
+
## 1.5.19
|
|
504
|
+
|
|
505
|
+
### Patch Changes
|
|
506
|
+
|
|
507
|
+
- 0dd1ab9: - fix(errors): allow non copilotkit errors to pass to consumer app error boundary
|
|
508
|
+
- 5bc68f8: - fix(actions): warn on action duplication
|
|
509
|
+
- fix(actions): warn on coagent state render duplication
|
|
510
|
+
- Updated dependencies [0dd1ab9]
|
|
511
|
+
- @copilotkit/shared@1.5.19
|
|
512
|
+
- @copilotkit/runtime-client-gql@1.5.19
|
|
513
|
+
|
|
514
|
+
## 1.5.19-next.1
|
|
515
|
+
|
|
516
|
+
### Patch Changes
|
|
517
|
+
|
|
518
|
+
- 0dd1ab9: - fix(errors): allow non copilotkit errors to pass to consumer app error boundary
|
|
519
|
+
- Updated dependencies [0dd1ab9]
|
|
520
|
+
- @copilotkit/shared@1.5.19-next.1
|
|
521
|
+
- @copilotkit/runtime-client-gql@1.5.19-next.1
|
|
522
|
+
|
|
523
|
+
## 1.5.19-next.0
|
|
524
|
+
|
|
525
|
+
### Patch Changes
|
|
526
|
+
|
|
527
|
+
- 5bc68f8: - fix(actions): warn on action duplication
|
|
528
|
+
- fix(actions): warn on coagent state render duplication
|
|
529
|
+
- @copilotkit/runtime-client-gql@1.5.19-next.0
|
|
530
|
+
- @copilotkit/shared@1.5.19-next.0
|
|
531
|
+
|
|
532
|
+
## 1.5.18
|
|
533
|
+
|
|
534
|
+
### Patch Changes
|
|
535
|
+
|
|
536
|
+
- f77a7b9: - fix: use warning when version mismatch is not expected to error out
|
|
537
|
+
- Updated dependencies [d47cd26]
|
|
538
|
+
- Updated dependencies [f77a7b9]
|
|
539
|
+
- Updated dependencies [38d3ac2]
|
|
540
|
+
- @copilotkit/runtime-client-gql@1.5.18
|
|
541
|
+
- @copilotkit/shared@1.5.18
|
|
542
|
+
|
|
543
|
+
## 1.5.18-next.3
|
|
544
|
+
|
|
545
|
+
### Patch Changes
|
|
546
|
+
|
|
547
|
+
- f77a7b9: - fix: use warning when version mismatch is not expected to error out
|
|
548
|
+
- Updated dependencies [f77a7b9]
|
|
549
|
+
- @copilotkit/runtime-client-gql@1.5.18-next.3
|
|
550
|
+
- @copilotkit/shared@1.5.18-next.3
|
|
551
|
+
|
|
552
|
+
## 1.5.18-next.2
|
|
553
|
+
|
|
554
|
+
### Patch Changes
|
|
555
|
+
|
|
556
|
+
- Updated dependencies [38d3ac2]
|
|
557
|
+
- @copilotkit/shared@1.5.18-next.2
|
|
558
|
+
- @copilotkit/runtime-client-gql@1.5.18-next.2
|
|
559
|
+
|
|
560
|
+
## 1.5.18-next.1
|
|
561
|
+
|
|
562
|
+
### Patch Changes
|
|
563
|
+
|
|
564
|
+
- @copilotkit/runtime-client-gql@1.5.18-next.1
|
|
565
|
+
- @copilotkit/shared@1.5.18-next.1
|
|
566
|
+
|
|
567
|
+
## 1.5.18-next.0
|
|
568
|
+
|
|
569
|
+
### Patch Changes
|
|
570
|
+
|
|
571
|
+
- Updated dependencies [d47cd26]
|
|
572
|
+
- @copilotkit/runtime-client-gql@1.5.18-next.0
|
|
573
|
+
- @copilotkit/shared@1.5.18-next.0
|
|
574
|
+
|
|
575
|
+
## 1.5.17
|
|
576
|
+
|
|
577
|
+
### Patch Changes
|
|
578
|
+
|
|
579
|
+
- Updated dependencies [1fc3902]
|
|
580
|
+
- @copilotkit/runtime-client-gql@1.5.17
|
|
581
|
+
- @copilotkit/shared@1.5.17
|
|
582
|
+
|
|
583
|
+
## 1.5.17-next.0
|
|
584
|
+
|
|
585
|
+
### Patch Changes
|
|
586
|
+
|
|
587
|
+
- Updated dependencies [1fc3902]
|
|
588
|
+
- @copilotkit/runtime-client-gql@1.5.17-next.0
|
|
589
|
+
- @copilotkit/shared@1.5.17-next.0
|
|
590
|
+
|
|
591
|
+
## 1.5.16
|
|
592
|
+
|
|
593
|
+
### Patch Changes
|
|
594
|
+
|
|
595
|
+
- 07be5ca: - fix: disable error toasts if dev console is disabled
|
|
596
|
+
- Updated dependencies [48b7c7b]
|
|
597
|
+
- @copilotkit/runtime-client-gql@1.5.16
|
|
598
|
+
- @copilotkit/shared@1.5.16
|
|
599
|
+
|
|
600
|
+
## 1.5.16-next.2
|
|
601
|
+
|
|
602
|
+
### Patch Changes
|
|
603
|
+
|
|
604
|
+
- @copilotkit/runtime-client-gql@1.5.16-next.2
|
|
605
|
+
- @copilotkit/shared@1.5.16-next.2
|
|
606
|
+
|
|
607
|
+
## 1.5.16-next.1
|
|
608
|
+
|
|
609
|
+
### Patch Changes
|
|
610
|
+
|
|
611
|
+
- Updated dependencies [48b7c7b]
|
|
612
|
+
- @copilotkit/runtime-client-gql@1.5.16-next.1
|
|
613
|
+
- @copilotkit/shared@1.5.16-next.1
|
|
614
|
+
|
|
615
|
+
## 1.5.16-next.0
|
|
616
|
+
|
|
617
|
+
### Patch Changes
|
|
618
|
+
|
|
619
|
+
- 07be5ca: - fix: disable error toasts if dev console is disabled
|
|
620
|
+
- @copilotkit/runtime-client-gql@1.5.16-next.0
|
|
621
|
+
- @copilotkit/shared@1.5.16-next.0
|
|
622
|
+
|
|
623
|
+
## 1.5.15
|
|
624
|
+
|
|
625
|
+
### Patch Changes
|
|
626
|
+
|
|
627
|
+
- 06f9f35: - feat(interrupt): add copilotkit interrupt as messages with copilotkit interrupt convenience fn
|
|
628
|
+
- chore(deps): update dependencies for demos
|
|
629
|
+
- chore(interrupt-as-message): add e2e test for interrupt as message
|
|
630
|
+
- 7b3141d: - feat(interrupt): support LG interrupt with useLangGraphInterrupt hook
|
|
8
631
|
- chore(interrupt): add e2e test to interrupt functionality
|
|
9
632
|
- feat(interrupt): add support for multiple interrupts and conditions
|
|
10
|
-
-
|
|
633
|
+
- c9ae305: - perf: prevent redundant API calls
|
|
634
|
+
- Updated dependencies [0dc0f43]
|
|
635
|
+
- Updated dependencies [06f9f35]
|
|
636
|
+
- Updated dependencies [7b3141d]
|
|
11
637
|
- Updated dependencies [0bbb4ab]
|
|
12
|
-
- @copilotkit/runtime-client-gql@
|
|
13
|
-
- @copilotkit/shared@
|
|
638
|
+
- @copilotkit/runtime-client-gql@1.5.15
|
|
639
|
+
- @copilotkit/shared@1.5.15
|
|
640
|
+
|
|
641
|
+
## 1.5.15-next.8
|
|
642
|
+
|
|
643
|
+
### Patch Changes
|
|
644
|
+
|
|
645
|
+
- 06f9f35: - feat(interrupt): add copilotkit interrupt as messages with copilotkit interrupt convenience fn
|
|
646
|
+
- chore(deps): update dependencies for demos
|
|
647
|
+
- chore(interrupt-as-message): add e2e test for interrupt as message
|
|
648
|
+
- Updated dependencies [06f9f35]
|
|
649
|
+
- @copilotkit/runtime-client-gql@1.5.15-next.8
|
|
650
|
+
- @copilotkit/shared@1.5.15-next.8
|
|
651
|
+
|
|
652
|
+
## 1.5.15-next.7
|
|
653
|
+
|
|
654
|
+
### Patch Changes
|
|
655
|
+
|
|
656
|
+
- @copilotkit/runtime-client-gql@1.5.15-next.7
|
|
657
|
+
- @copilotkit/shared@1.5.15-next.7
|
|
658
|
+
|
|
659
|
+
## 1.5.15-next.6
|
|
660
|
+
|
|
661
|
+
### Patch Changes
|
|
662
|
+
|
|
663
|
+
- c9ae305: - perf: prevent redundant API calls
|
|
664
|
+
- @copilotkit/runtime-client-gql@1.5.15-next.6
|
|
665
|
+
- @copilotkit/shared@1.5.15-next.6
|
|
666
|
+
|
|
667
|
+
## 1.5.15-next.5
|
|
668
|
+
|
|
669
|
+
### Patch Changes
|
|
670
|
+
|
|
671
|
+
- Updated dependencies [0dc0f43]
|
|
672
|
+
- @copilotkit/runtime-client-gql@1.5.15-next.5
|
|
673
|
+
- @copilotkit/shared@1.5.15-next.5
|
|
674
|
+
|
|
675
|
+
## 1.5.15-next.4
|
|
676
|
+
|
|
677
|
+
### Patch Changes
|
|
678
|
+
|
|
679
|
+
- 7b3141d: - feat(interrupt): support LG interrupt with useLangGraphInterrupt hook
|
|
680
|
+
- chore(interrupt): add e2e test to interrupt functionality
|
|
681
|
+
- feat(interrupt): add support for multiple interrupts and conditions
|
|
682
|
+
- Updated dependencies [7b3141d]
|
|
683
|
+
- @copilotkit/runtime-client-gql@1.5.15-next.4
|
|
684
|
+
- @copilotkit/shared@1.5.15-next.4
|
|
14
685
|
|
|
15
686
|
## 1.5.15-next.3
|
|
16
687
|
|