@copilotkit/react-textarea 0.0.0-main-20250416144141 → 0.0.0-main-20260126221712
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 +1568 -11
- package/LICENSE +21 -0
- package/README.md +124 -29
- package/dist/{chunk-HDBI2WN5.mjs → chunk-2IWVZ4PP.mjs} +17 -27
- package/dist/chunk-2IWVZ4PP.mjs.map +1 -0
- package/dist/{chunk-XW3ICO4S.mjs → chunk-3QJOFG3V.mjs} +1 -1
- package/dist/chunk-3QJOFG3V.mjs.map +1 -0
- package/dist/{chunk-MGYT7RNL.mjs → chunk-6SGWO63I.mjs} +5 -5
- package/dist/{chunk-4XXU5BSA.mjs → chunk-72GJNLCO.mjs} +19 -24
- package/dist/chunk-72GJNLCO.mjs.map +1 -0
- package/dist/{chunk-RXV67GJN.mjs → chunk-DL3JWL2E.mjs} +4 -2
- package/dist/chunk-DL3JWL2E.mjs.map +1 -0
- package/dist/{chunk-7L6GIHDM.mjs → chunk-F2ULK22F.mjs} +1 -1
- package/dist/chunk-F2ULK22F.mjs.map +1 -0
- package/dist/{chunk-4CVSOOJY.mjs → chunk-F6RLSVG3.mjs} +5 -5
- package/dist/chunk-F6RLSVG3.mjs.map +1 -0
- package/dist/{chunk-PZYM7K4Y.mjs → chunk-FFYCP5ZP.mjs} +13 -9
- package/dist/chunk-FFYCP5ZP.mjs.map +1 -0
- package/dist/{chunk-2VMZ5ZWT.mjs → chunk-GU5LTWGL.mjs} +5 -8
- package/dist/chunk-GU5LTWGL.mjs.map +1 -0
- package/dist/{chunk-ABYCGF77.mjs → chunk-H5ZNEKUR.mjs} +2 -2
- package/dist/chunk-H5ZNEKUR.mjs.map +1 -0
- package/dist/{chunk-LQ2OWQU7.mjs → chunk-JLOABKLH.mjs} +2 -2
- package/dist/{chunk-LQ2OWQU7.mjs.map → chunk-JLOABKLH.mjs.map} +1 -1
- package/dist/{chunk-BNBGJBBM.mjs → chunk-KGU7Z4W7.mjs} +7 -7
- package/dist/chunk-KGU7Z4W7.mjs.map +1 -0
- package/dist/{chunk-3PQ7GSFE.mjs → chunk-NAFNY4FL.mjs} +1 -1
- package/dist/chunk-NAFNY4FL.mjs.map +1 -0
- package/dist/{chunk-F6GMWOLE.mjs → chunk-ZQSEYPNN.mjs} +6 -25
- package/dist/chunk-ZQSEYPNN.mjs.map +1 -0
- package/dist/components/base-copilot-textarea/base-copilot-textarea.js +210 -224
- package/dist/components/base-copilot-textarea/base-copilot-textarea.js.map +1 -1
- package/dist/components/base-copilot-textarea/base-copilot-textarea.mjs +11 -11
- package/dist/components/base-copilot-textarea/render-element.d.ts +3 -2
- package/dist/components/base-copilot-textarea/render-element.js.map +1 -1
- package/dist/components/base-copilot-textarea/render-element.mjs +1 -1
- package/dist/components/base-copilot-textarea/render-placeholder.d.ts +3 -2
- package/dist/components/base-copilot-textarea/render-placeholder.js.map +1 -1
- package/dist/components/base-copilot-textarea/render-placeholder.mjs +1 -1
- package/dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.js +1 -1
- package/dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.js.map +1 -1
- package/dist/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.mjs +1 -1
- package/dist/components/copilot-textarea/copilot-textarea.d.ts +4 -4
- package/dist/components/copilot-textarea/copilot-textarea.js +219 -247
- package/dist/components/copilot-textarea/copilot-textarea.js.map +1 -1
- package/dist/components/copilot-textarea/copilot-textarea.mjs +16 -16
- package/dist/components/hovering-toolbar/hovering-toolbar-components.d.ts +1 -1
- package/dist/components/hovering-toolbar/hovering-toolbar-components.js +16 -26
- package/dist/components/hovering-toolbar/hovering-toolbar-components.js.map +1 -1
- package/dist/components/hovering-toolbar/hovering-toolbar-components.mjs +1 -1
- package/dist/components/hovering-toolbar/hovering-toolbar.js +271 -289
- package/dist/components/hovering-toolbar/hovering-toolbar.js.map +1 -1
- package/dist/components/hovering-toolbar/hovering-toolbar.mjs +6 -6
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.js +0 -3
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.js.map +1 -1
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.mjs +3 -3
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.d.ts +0 -1
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.js +0 -3
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.js.map +1 -1
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.mjs +4 -4
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/index.js +0 -3
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/index.js.map +1 -1
- package/dist/components/hovering-toolbar/text-insertion-prompt-box/index.mjs +4 -4
- package/dist/components/index.js +221 -249
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +16 -16
- package/dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.js +4 -20
- package/dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.js.map +1 -1
- package/dist/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.mjs +1 -1
- package/dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.js +3 -1
- package/dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.js.map +1 -1
- package/dist/hooks/make-autosuggestions-function/use-make-standard-insertion-function.mjs +1 -1
- package/dist/hooks/misc/use-autosize-textarea.d.ts +1 -1
- package/dist/hooks/misc/use-autosize-textarea.js.map +1 -1
- package/dist/hooks/misc/use-autosize-textarea.mjs +1 -1
- package/dist/index.css +9 -10
- package/dist/index.css.map +1 -1
- package/dist/index.js +221 -249
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -16
- package/dist/types/autosuggestions-config/autosuggestions-config.js +4 -4
- package/dist/types/autosuggestions-config/autosuggestions-config.js.map +1 -1
- package/dist/types/autosuggestions-config/autosuggestions-config.mjs +3 -3
- package/dist/types/autosuggestions-config/index.js +4 -4
- package/dist/types/autosuggestions-config/index.js.map +1 -1
- package/dist/types/autosuggestions-config/index.mjs +3 -3
- package/dist/types/base/base-autosuggestions-config.d.ts +4 -0
- package/dist/types/base/base-autosuggestions-config.js +4 -4
- package/dist/types/base/base-autosuggestions-config.js.map +1 -1
- package/dist/types/base/base-autosuggestions-config.mjs +1 -1
- package/dist/types/base/index.js +4 -4
- package/dist/types/base/index.js.map +1 -1
- package/dist/types/base/index.mjs +1 -1
- package/dist/types/index.js +4 -4
- package/dist/types/index.js.map +1 -1
- package/dist/types/index.mjs +3 -3
- package/package.json +12 -11
- package/src/components/base-copilot-textarea/base-copilot-textarea.tsx +7 -1
- package/src/components/base-copilot-textarea/render-element.tsx +2 -1
- package/src/components/base-copilot-textarea/render-placeholder.tsx +2 -1
- package/src/components/base-copilot-textarea/track-cursor-moved-since-last-text-change.tsx +1 -1
- package/src/components/copilot-textarea/copilot-textarea.tsx +4 -4
- package/src/components/hovering-toolbar/hovering-toolbar-components.tsx +28 -40
- package/src/components/hovering-toolbar/hovering-toolbar.tsx +43 -40
- package/src/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box-core.tsx +0 -3
- package/src/components/hovering-toolbar/text-insertion-prompt-box/hovering-insertion-prompt-box.tsx +0 -1
- package/src/hooks/make-autosuggestions-function/use-make-standard-autosuggestions-function.tsx +24 -22
- package/src/hooks/make-autosuggestions-function/use-make-standard-insertion-function.tsx +2 -1
- package/src/hooks/misc/use-autosize-textarea.tsx +1 -1
- package/src/types/base/base-autosuggestions-config.tsx +9 -4
- package/tsup.config.ts +1 -6
- package/dist/chunk-2VMZ5ZWT.mjs.map +0 -1
- package/dist/chunk-3PQ7GSFE.mjs.map +0 -1
- package/dist/chunk-4CVSOOJY.mjs.map +0 -1
- package/dist/chunk-4XXU5BSA.mjs.map +0 -1
- package/dist/chunk-7L6GIHDM.mjs.map +0 -1
- package/dist/chunk-ABYCGF77.mjs.map +0 -1
- package/dist/chunk-BNBGJBBM.mjs.map +0 -1
- package/dist/chunk-F6GMWOLE.mjs.map +0 -1
- package/dist/chunk-HDBI2WN5.mjs.map +0 -1
- package/dist/chunk-PZYM7K4Y.mjs.map +0 -1
- package/dist/chunk-RXV67GJN.mjs.map +0 -1
- package/dist/chunk-XW3ICO4S.mjs.map +0 -1
- package/dist/lib/utils.test.d.ts +0 -2
- package/dist/lib/utils.test.js +0 -9
- package/dist/lib/utils.test.js.map +0 -1
- package/dist/lib/utils.test.mjs +0 -7
- package/dist/lib/utils.test.mjs.map +0 -1
- /package/dist/{chunk-MGYT7RNL.mjs.map → chunk-6SGWO63I.mjs.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,1577 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
-
## 0.0.0-main-
|
|
3
|
+
## 0.0.0-main-20260126221712
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [d655e75]
|
|
8
|
+
- @copilotkit/react-core@0.0.0-main-20260126221712
|
|
9
|
+
- @copilotkit/shared@0.0.0-main-20260126221712
|
|
10
|
+
- @copilotkit/runtime-client-gql@0.0.0-main-20260126221712
|
|
11
|
+
|
|
12
|
+
## 1.51.3-next.3
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [d655e75]
|
|
17
|
+
- @copilotkit/react-core@1.51.3-next.3
|
|
18
|
+
- @copilotkit/shared@1.51.3-next.3
|
|
19
|
+
- @copilotkit/runtime-client-gql@1.51.3-next.3
|
|
20
|
+
|
|
21
|
+
## 1.51.3-next.2
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- @copilotkit/react-core@1.51.3-next.2
|
|
26
|
+
- @copilotkit/runtime-client-gql@1.51.3-next.2
|
|
27
|
+
- @copilotkit/shared@1.51.3-next.2
|
|
28
|
+
|
|
29
|
+
## 1.51.3-next.1
|
|
30
|
+
|
|
31
|
+
### Patch Changes
|
|
32
|
+
|
|
33
|
+
- @copilotkit/runtime-client-gql@1.51.3-next.1
|
|
34
|
+
- @copilotkit/react-core@1.51.3-next.1
|
|
35
|
+
- @copilotkit/shared@1.51.3-next.1
|
|
36
|
+
|
|
37
|
+
## 1.51.3-next.0
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- @copilotkit/runtime-client-gql@1.51.3-next.0
|
|
42
|
+
- @copilotkit/react-core@1.51.3-next.0
|
|
43
|
+
- @copilotkit/shared@1.51.3-next.0
|
|
44
|
+
|
|
45
|
+
## 1.51.2
|
|
46
|
+
|
|
47
|
+
### Patch Changes
|
|
48
|
+
|
|
49
|
+
- e59d23f: Use deps instead of peerdeps
|
|
50
|
+
- e59d23f: Move in-repo deps from peerdeps to actual deps
|
|
51
|
+
- Updated dependencies [e59d23f]
|
|
52
|
+
- Updated dependencies [e59d23f]
|
|
53
|
+
- @copilotkit/runtime-client-gql@1.51.2
|
|
54
|
+
- @copilotkit/react-core@1.51.2
|
|
55
|
+
- @copilotkit/shared@1.51.2
|
|
56
|
+
|
|
57
|
+
## 1.51.2-next.1
|
|
58
|
+
|
|
59
|
+
### Patch Changes
|
|
60
|
+
|
|
61
|
+
- e59d23f: Use deps instead of peerdeps
|
|
62
|
+
- e59d23f: Move in-repo deps from peerdeps to actual deps
|
|
63
|
+
- Updated dependencies [e59d23f]
|
|
64
|
+
- Updated dependencies [e59d23f]
|
|
65
|
+
- @copilotkit/runtime-client-gql@1.51.2-next.1
|
|
66
|
+
- @copilotkit/react-core@1.51.2-next.1
|
|
67
|
+
- @copilotkit/shared@1.51.2-next.1
|
|
68
|
+
|
|
69
|
+
## 1.51.2-next.0
|
|
70
|
+
|
|
71
|
+
### Patch Changes
|
|
72
|
+
|
|
73
|
+
- @copilotkit/runtime-client-gql@1.51.2-next.0
|
|
74
|
+
- @copilotkit/react-core@1.51.2-next.0
|
|
75
|
+
- @copilotkit/shared@1.51.2-next.0
|
|
76
|
+
|
|
77
|
+
## 1.51.1
|
|
78
|
+
|
|
79
|
+
### Patch Changes
|
|
80
|
+
|
|
81
|
+
- Updated dependencies [329653b]
|
|
82
|
+
- @copilotkit/react-core@1.51.1
|
|
83
|
+
- @copilotkit/runtime-client-gql@1.51.1
|
|
84
|
+
- @copilotkit/shared@1.51.1
|
|
85
|
+
|
|
86
|
+
## 1.51.0
|
|
87
|
+
|
|
88
|
+
### Patch Changes
|
|
89
|
+
|
|
90
|
+
- 4b28c78: testing changeset versioning
|
|
91
|
+
- 2839a15: Update versioning strategy
|
|
92
|
+
- Updated dependencies [2839a15]
|
|
93
|
+
- Updated dependencies [2afd4e3]
|
|
94
|
+
- @copilotkit/runtime-client-gql@1.51.0
|
|
95
|
+
- @copilotkit/react-core@1.51.0
|
|
96
|
+
- @copilotkit/shared@1.51.0
|
|
97
|
+
|
|
98
|
+
## 1.51.0-next.4
|
|
99
|
+
|
|
100
|
+
### Patch Changes
|
|
101
|
+
|
|
102
|
+
- @copilotkit/runtime-client-gql@1.51.0-next.4
|
|
103
|
+
- @copilotkit/react-core@1.51.0-next.4
|
|
104
|
+
- @copilotkit/shared@1.51.0-next.4
|
|
105
|
+
|
|
106
|
+
## 1.51.0-next.3
|
|
107
|
+
|
|
108
|
+
### Patch Changes
|
|
109
|
+
|
|
110
|
+
- @copilotkit/runtime-client-gql@1.51.0-next.3
|
|
111
|
+
- @copilotkit/react-core@1.51.0-next.3
|
|
112
|
+
- @copilotkit/shared@1.51.0-next.3
|
|
113
|
+
|
|
114
|
+
## 1.51.0-next.2
|
|
115
|
+
|
|
116
|
+
### Patch Changes
|
|
117
|
+
|
|
118
|
+
- 4b28c78: testing changeset versioning
|
|
119
|
+
- Updated dependencies [2afd4e3]
|
|
120
|
+
- @copilotkit/shared@1.51.0-next.2
|
|
121
|
+
- @copilotkit/react-core@1.51.0-next.2
|
|
122
|
+
- @copilotkit/runtime-client-gql@1.51.0-next.2
|
|
123
|
+
|
|
124
|
+
## 1.51.0-next.1
|
|
125
|
+
|
|
126
|
+
### Patch Changes
|
|
127
|
+
|
|
128
|
+
- @copilotkit/react-core@1.51.0-next.1
|
|
129
|
+
- @copilotkit/runtime-client-gql@1.51.0-next.1
|
|
130
|
+
- @copilotkit/shared@1.51.0-next.1
|
|
131
|
+
|
|
132
|
+
## 1.50.2-next.0
|
|
133
|
+
|
|
134
|
+
### Patch Changes
|
|
135
|
+
|
|
136
|
+
- @copilotkit/runtime-client-gql@1.50.2-next.0
|
|
137
|
+
- @copilotkit/react-core@1.50.2-next.0
|
|
138
|
+
- @copilotkit/shared@1.50.2-next.0
|
|
139
|
+
|
|
140
|
+
## 1.50.1
|
|
141
|
+
|
|
142
|
+
### Patch Changes
|
|
143
|
+
|
|
144
|
+
- 80dffec: Updated the default model and API version for the Google GenAI adapter
|
|
145
|
+
- Updated dependencies [bdc7a8f]
|
|
146
|
+
- Updated dependencies [80dffec]
|
|
147
|
+
- Updated dependencies [cfa4185]
|
|
148
|
+
- Updated dependencies [eac8b20]
|
|
149
|
+
- @copilotkit/react-core@1.50.1
|
|
150
|
+
- @copilotkit/runtime-client-gql@1.50.1
|
|
151
|
+
- @copilotkit/shared@1.50.1
|
|
152
|
+
|
|
153
|
+
## 1.50.1-next.3
|
|
154
|
+
|
|
155
|
+
### Patch Changes
|
|
156
|
+
|
|
157
|
+
- Updated dependencies [eac8b20]
|
|
158
|
+
- @copilotkit/react-core@1.50.1-next.3
|
|
159
|
+
- @copilotkit/runtime-client-gql@1.50.1-next.3
|
|
160
|
+
- @copilotkit/shared@1.50.1-next.3
|
|
161
|
+
|
|
162
|
+
## 1.50.1-next.2
|
|
163
|
+
|
|
164
|
+
### Patch Changes
|
|
165
|
+
|
|
166
|
+
- Updated dependencies [bdc7a8f]
|
|
167
|
+
- @copilotkit/react-core@1.50.1-next.2
|
|
168
|
+
- @copilotkit/runtime-client-gql@1.50.1-next.2
|
|
169
|
+
- @copilotkit/shared@1.50.1-next.2
|
|
170
|
+
|
|
171
|
+
## 1.50.1-next.1
|
|
172
|
+
|
|
173
|
+
### Patch Changes
|
|
174
|
+
|
|
175
|
+
- Updated dependencies [cfa4185]
|
|
176
|
+
- @copilotkit/react-core@1.50.1-next.1
|
|
177
|
+
- @copilotkit/runtime-client-gql@1.50.1-next.1
|
|
178
|
+
- @copilotkit/shared@1.50.1-next.1
|
|
179
|
+
|
|
180
|
+
## 1.50.1-next.0
|
|
181
|
+
|
|
182
|
+
### Patch Changes
|
|
183
|
+
|
|
184
|
+
- Updated the default model and API version for the Google GenAI adapter
|
|
185
|
+
- Updated dependencies
|
|
186
|
+
- @copilotkit/runtime-client-gql@1.50.1-next.0
|
|
187
|
+
- @copilotkit/react-core@1.50.1-next.0
|
|
188
|
+
- @copilotkit/shared@1.50.1-next.0
|
|
189
|
+
|
|
190
|
+
## 1.50.0
|
|
191
|
+
|
|
192
|
+
### Minor Changes
|
|
193
|
+
|
|
194
|
+
- 0fc76d7: add new runner with telemetry baked in
|
|
195
|
+
- c942f9c: Minor fixes and stability improvements
|
|
196
|
+
- eed6021: Updating to the latest version of vnext
|
|
197
|
+
- 3b7367e: Improving general stability around LangChain
|
|
198
|
+
- 7ff9ca7: Minor fixes and improvements
|
|
199
|
+
- 974875e: Lint and format code to resolve Prettier errors
|
|
200
|
+
- 3bd484f: Minor fixes and stability improvements
|
|
201
|
+
- 5a534bf: fix telemetry in v1.50 runtime
|
|
202
|
+
- 907ae5d: - feat: route CPK implementation to 2.0 copilotkitnext
|
|
203
|
+
- 769a06c: Refactor suggestions to not always run
|
|
204
|
+
- 788292b: Improving langchain dependency resolution
|
|
205
|
+
- eab69a2: Enabling the new inspector
|
|
206
|
+
- 0a7bfe0: Updating dependency versions across all packages
|
|
207
|
+
|
|
208
|
+
### Patch Changes
|
|
209
|
+
|
|
210
|
+
- Updated dependencies [0fc76d7]
|
|
211
|
+
- Updated dependencies [c942f9c]
|
|
212
|
+
- Updated dependencies [bad5f06]
|
|
213
|
+
- Updated dependencies [8ce60af]
|
|
214
|
+
- Updated dependencies [33f47e3]
|
|
215
|
+
- Updated dependencies [04057d5]
|
|
216
|
+
- Updated dependencies [6ce0edc]
|
|
217
|
+
- Updated dependencies [2c93ff1]
|
|
218
|
+
- Updated dependencies [b0e3652]
|
|
219
|
+
- Updated dependencies [7643e71]
|
|
220
|
+
- Updated dependencies [d55a8bd]
|
|
221
|
+
- Updated dependencies [eed6021]
|
|
222
|
+
- Updated dependencies [3b7367e]
|
|
223
|
+
- Updated dependencies [c38da1c]
|
|
224
|
+
- Updated dependencies [7ff9ca7]
|
|
225
|
+
- Updated dependencies [3c60073]
|
|
226
|
+
- Updated dependencies [962546c]
|
|
227
|
+
- Updated dependencies [974875e]
|
|
228
|
+
- Updated dependencies [4942f62]
|
|
229
|
+
- Updated dependencies [3bd484f]
|
|
230
|
+
- Updated dependencies [5a534bf]
|
|
231
|
+
- Updated dependencies [ca8eb39]
|
|
232
|
+
- Updated dependencies [907ae5d]
|
|
233
|
+
- Updated dependencies [769a06c]
|
|
234
|
+
- Updated dependencies [788292b]
|
|
235
|
+
- Updated dependencies [c3d55e5]
|
|
236
|
+
- Updated dependencies [eab69a2]
|
|
237
|
+
- Updated dependencies [5840bab]
|
|
238
|
+
- Updated dependencies [7808fac]
|
|
239
|
+
- Updated dependencies [0a7bfe0]
|
|
240
|
+
- Updated dependencies [c70210e]
|
|
241
|
+
- Updated dependencies [d2c57a1]
|
|
242
|
+
- @copilotkit/runtime-client-gql@1.50.0
|
|
243
|
+
- @copilotkit/react-core@1.50.0
|
|
244
|
+
- @copilotkit/shared@1.50.0
|
|
245
|
+
|
|
246
|
+
## 1.50.0-beta.19
|
|
247
|
+
|
|
248
|
+
### Minor Changes
|
|
249
|
+
|
|
250
|
+
- Improving langchain dependency resolution
|
|
251
|
+
|
|
252
|
+
### Patch Changes
|
|
253
|
+
|
|
254
|
+
- Updated dependencies
|
|
255
|
+
- @copilotkit/runtime-client-gql@1.50.0-beta.19
|
|
256
|
+
- @copilotkit/react-core@1.50.0-beta.19
|
|
257
|
+
- @copilotkit/shared@1.50.0-beta.19
|
|
258
|
+
|
|
259
|
+
## 1.50.0-beta.18
|
|
260
|
+
|
|
261
|
+
### Minor Changes
|
|
262
|
+
|
|
263
|
+
- Improving general stability around LangChain
|
|
264
|
+
|
|
265
|
+
### Patch Changes
|
|
266
|
+
|
|
267
|
+
- Updated dependencies
|
|
268
|
+
- @copilotkit/runtime-client-gql@1.50.0-beta.18
|
|
269
|
+
- @copilotkit/react-core@1.50.0-beta.18
|
|
270
|
+
- @copilotkit/shared@1.50.0-beta.18
|
|
271
|
+
|
|
272
|
+
## 1.50.0-beta.17
|
|
273
|
+
|
|
274
|
+
### Minor Changes
|
|
275
|
+
|
|
276
|
+
- Minor fixes and improvements
|
|
277
|
+
|
|
278
|
+
### Patch Changes
|
|
279
|
+
|
|
280
|
+
- Updated dependencies
|
|
281
|
+
- @copilotkit/runtime-client-gql@1.50.0-beta.17
|
|
282
|
+
- @copilotkit/react-core@1.50.0-beta.17
|
|
283
|
+
- @copilotkit/shared@1.50.0-beta.17
|
|
284
|
+
|
|
285
|
+
## 1.50.0-beta.16
|
|
286
|
+
|
|
287
|
+
### Minor Changes
|
|
288
|
+
|
|
289
|
+
- Minor fixes and stability improvements
|
|
290
|
+
|
|
291
|
+
### Patch Changes
|
|
292
|
+
|
|
293
|
+
- Updated dependencies
|
|
294
|
+
- @copilotkit/runtime-client-gql@1.50.0-beta.16
|
|
295
|
+
- @copilotkit/react-core@1.50.0-beta.16
|
|
296
|
+
- @copilotkit/shared@1.50.0-beta.16
|
|
297
|
+
|
|
298
|
+
## 1.50.0-beta.15
|
|
299
|
+
|
|
300
|
+
### Minor Changes
|
|
301
|
+
|
|
302
|
+
- Lint and format code to resolve Prettier errors
|
|
303
|
+
|
|
304
|
+
### Patch Changes
|
|
305
|
+
|
|
306
|
+
- Updated dependencies
|
|
307
|
+
- @copilotkit/runtime-client-gql@1.50.0-beta.15
|
|
308
|
+
- @copilotkit/react-core@1.50.0-beta.15
|
|
309
|
+
- @copilotkit/shared@1.50.0-beta.15
|
|
310
|
+
|
|
311
|
+
## 1.50.0-beta.14
|
|
312
|
+
|
|
313
|
+
### Minor Changes
|
|
314
|
+
|
|
315
|
+
- Minor fixes and stability improvements
|
|
316
|
+
|
|
317
|
+
### Patch Changes
|
|
318
|
+
|
|
319
|
+
- Updated dependencies
|
|
320
|
+
- @copilotkit/runtime-client-gql@1.50.0-beta.14
|
|
321
|
+
- @copilotkit/react-core@1.50.0-beta.14
|
|
322
|
+
- @copilotkit/shared@1.50.0-beta.14
|
|
323
|
+
|
|
324
|
+
## 1.50.0-beta.13
|
|
325
|
+
|
|
326
|
+
### Minor Changes
|
|
327
|
+
|
|
328
|
+
- Updating to the latest version of vnext
|
|
329
|
+
|
|
330
|
+
### Patch Changes
|
|
331
|
+
|
|
332
|
+
- Updated dependencies
|
|
333
|
+
- @copilotkit/runtime-client-gql@1.50.0-beta.13
|
|
334
|
+
- @copilotkit/react-core@1.50.0-beta.13
|
|
335
|
+
- @copilotkit/shared@1.50.0-beta.13
|
|
336
|
+
|
|
337
|
+
## 1.50.0-beta.12
|
|
338
|
+
|
|
339
|
+
### Minor Changes
|
|
340
|
+
|
|
341
|
+
- eab69a2: Enabling the new inspector
|
|
342
|
+
|
|
343
|
+
### Patch Changes
|
|
344
|
+
|
|
345
|
+
- Updated dependencies [eab69a2]
|
|
346
|
+
- @copilotkit/runtime-client-gql@1.50.0-beta.12
|
|
347
|
+
- @copilotkit/react-core@1.50.0-beta.12
|
|
348
|
+
- @copilotkit/shared@1.50.0-beta.12
|
|
349
|
+
|
|
350
|
+
## 1.50.0-beta.11
|
|
351
|
+
|
|
352
|
+
### Minor Changes
|
|
353
|
+
|
|
354
|
+
- fix telemetry in v1.50 runtime
|
|
355
|
+
|
|
356
|
+
### Patch Changes
|
|
357
|
+
|
|
358
|
+
- Updated dependencies
|
|
359
|
+
- @copilotkit/runtime-client-gql@1.50.0-beta.11
|
|
360
|
+
- @copilotkit/react-core@1.50.0-beta.11
|
|
361
|
+
- @copilotkit/shared@1.50.0-beta.11
|
|
362
|
+
|
|
363
|
+
## 1.50.0-beta.10
|
|
364
|
+
|
|
365
|
+
### Minor Changes
|
|
366
|
+
|
|
367
|
+
- add new runner with telemetry baked in
|
|
368
|
+
|
|
369
|
+
### Patch Changes
|
|
370
|
+
|
|
371
|
+
- Updated dependencies
|
|
372
|
+
- @copilotkit/runtime-client-gql@1.50.0-beta.10
|
|
373
|
+
- @copilotkit/react-core@1.50.0-beta.10
|
|
374
|
+
- @copilotkit/shared@1.50.0-beta.10
|
|
375
|
+
|
|
376
|
+
## 1.50.0-beta.9
|
|
377
|
+
|
|
378
|
+
### Minor Changes
|
|
379
|
+
|
|
380
|
+
- Refactor suggestions to not always run
|
|
381
|
+
|
|
382
|
+
### Patch Changes
|
|
383
|
+
|
|
384
|
+
- Updated dependencies
|
|
385
|
+
- @copilotkit/runtime-client-gql@1.50.0-beta.9
|
|
386
|
+
- @copilotkit/react-core@1.50.0-beta.9
|
|
387
|
+
- @copilotkit/shared@1.50.0-beta.9
|
|
388
|
+
|
|
389
|
+
## 1.50.0-beta.8
|
|
390
|
+
|
|
391
|
+
### Patch Changes
|
|
392
|
+
|
|
393
|
+
- @copilotkit/react-core@1.50.0-beta.8
|
|
394
|
+
- @copilotkit/runtime-client-gql@1.50.0-beta.8
|
|
395
|
+
- @copilotkit/shared@1.50.0-beta.8
|
|
396
|
+
|
|
397
|
+
## 1.50.0-beta.7
|
|
398
|
+
|
|
399
|
+
### Patch Changes
|
|
400
|
+
|
|
401
|
+
- Updated dependencies [6ce0edc]
|
|
402
|
+
- @copilotkit/react-core@1.50.0-beta.7
|
|
403
|
+
- @copilotkit/runtime-client-gql@1.50.0-beta.7
|
|
404
|
+
- @copilotkit/shared@1.50.0-beta.7
|
|
405
|
+
|
|
406
|
+
## 1.50.0-beta.6
|
|
407
|
+
|
|
408
|
+
### Minor Changes
|
|
409
|
+
|
|
410
|
+
- Updating dependency versions across all packages
|
|
411
|
+
|
|
412
|
+
### Patch Changes
|
|
413
|
+
|
|
414
|
+
- Updated dependencies
|
|
415
|
+
- @copilotkit/runtime-client-gql@1.50.0-beta.6
|
|
416
|
+
- @copilotkit/react-core@1.50.0-beta.6
|
|
417
|
+
- @copilotkit/shared@1.50.0-beta.6
|
|
418
|
+
|
|
419
|
+
## 1.50.0-beta.4
|
|
420
|
+
|
|
421
|
+
### Minor Changes
|
|
422
|
+
|
|
423
|
+
- 907ae5d: - feat: route CPK implementation to 2.0 copilotkitnext
|
|
424
|
+
|
|
425
|
+
### Patch Changes
|
|
426
|
+
|
|
427
|
+
- Updated dependencies [bad5f06]
|
|
428
|
+
- Updated dependencies [8ce60af]
|
|
429
|
+
- Updated dependencies [33f47e3]
|
|
430
|
+
- Updated dependencies [04057d5]
|
|
431
|
+
- Updated dependencies [2c93ff1]
|
|
432
|
+
- Updated dependencies [b0e3652]
|
|
433
|
+
- Updated dependencies [7643e71]
|
|
434
|
+
- Updated dependencies [d55a8bd]
|
|
435
|
+
- Updated dependencies [c38da1c]
|
|
436
|
+
- Updated dependencies [3c60073]
|
|
437
|
+
- Updated dependencies [962546c]
|
|
438
|
+
- Updated dependencies [4942f62]
|
|
439
|
+
- Updated dependencies [ca8eb39]
|
|
440
|
+
- Updated dependencies [907ae5d]
|
|
441
|
+
- Updated dependencies [c3d55e5]
|
|
442
|
+
- Updated dependencies [5840bab]
|
|
443
|
+
- Updated dependencies [7808fac]
|
|
444
|
+
- Updated dependencies [c70210e]
|
|
445
|
+
- Updated dependencies [d2c57a1]
|
|
446
|
+
- @copilotkit/react-core@1.50.0-beta.4
|
|
447
|
+
- @copilotkit/runtime-client-gql@1.50.0-beta.4
|
|
448
|
+
- @copilotkit/shared@1.50.0-beta.4
|
|
449
|
+
|
|
450
|
+
## 1.10.7-next.0
|
|
451
|
+
|
|
452
|
+
### Patch Changes
|
|
453
|
+
|
|
454
|
+
- @copilotkit/react-core@1.10.7-next.0
|
|
455
|
+
- @copilotkit/runtime-client-gql@1.10.7-next.0
|
|
456
|
+
- @copilotkit/shared@1.10.7-next.0
|
|
457
|
+
|
|
458
|
+
## 1.10.6
|
|
459
|
+
|
|
460
|
+
### Patch Changes
|
|
461
|
+
|
|
462
|
+
- Updated dependencies [3ac64bf]
|
|
463
|
+
- Updated dependencies [c9e499f]
|
|
464
|
+
- Updated dependencies [8626c5a]
|
|
465
|
+
- Updated dependencies [e0dd5d5]
|
|
466
|
+
- @copilotkit/react-core@1.10.6
|
|
467
|
+
- @copilotkit/runtime-client-gql@1.10.6
|
|
468
|
+
- @copilotkit/shared@1.10.6
|
|
469
|
+
|
|
470
|
+
## 1.10.6-next.6
|
|
471
|
+
|
|
472
|
+
### Patch Changes
|
|
473
|
+
|
|
474
|
+
- @copilotkit/runtime-client-gql@1.10.6-next.6
|
|
475
|
+
- @copilotkit/react-core@1.10.6-next.6
|
|
476
|
+
- @copilotkit/shared@1.10.6-next.6
|
|
477
|
+
|
|
478
|
+
## 1.10.6-next.5
|
|
479
|
+
|
|
480
|
+
### Patch Changes
|
|
481
|
+
|
|
482
|
+
- Updated dependencies [e0dd5d5]
|
|
483
|
+
- @copilotkit/shared@1.10.6-next.5
|
|
484
|
+
- @copilotkit/runtime-client-gql@1.10.6-next.5
|
|
485
|
+
- @copilotkit/react-core@1.10.6-next.5
|
|
486
|
+
|
|
487
|
+
## 1.10.6-next.4
|
|
488
|
+
|
|
489
|
+
### Patch Changes
|
|
490
|
+
|
|
491
|
+
- Updated dependencies [8626c5a]
|
|
492
|
+
- @copilotkit/react-core@1.10.6-next.4
|
|
493
|
+
- @copilotkit/runtime-client-gql@1.10.6-next.4
|
|
494
|
+
- @copilotkit/shared@1.10.6-next.4
|
|
495
|
+
|
|
496
|
+
## 1.10.6-next.3
|
|
497
|
+
|
|
498
|
+
### Patch Changes
|
|
499
|
+
|
|
500
|
+
- @copilotkit/runtime-client-gql@1.10.6-next.3
|
|
501
|
+
- @copilotkit/react-core@1.10.6-next.3
|
|
502
|
+
- @copilotkit/shared@1.10.6-next.3
|
|
503
|
+
|
|
504
|
+
## 1.10.6-next.2
|
|
505
|
+
|
|
506
|
+
### Patch Changes
|
|
507
|
+
|
|
508
|
+
- Updated dependencies [3ac64bf]
|
|
509
|
+
- @copilotkit/react-core@1.10.6-next.2
|
|
510
|
+
- @copilotkit/runtime-client-gql@1.10.6-next.2
|
|
511
|
+
- @copilotkit/shared@1.10.6-next.2
|
|
512
|
+
|
|
513
|
+
## 1.10.6-next.1
|
|
514
|
+
|
|
515
|
+
### Patch Changes
|
|
516
|
+
|
|
517
|
+
- Updated dependencies [c9e499f]
|
|
518
|
+
- @copilotkit/react-core@1.10.6-next.1
|
|
519
|
+
- @copilotkit/runtime-client-gql@1.10.6-next.1
|
|
520
|
+
- @copilotkit/shared@1.10.6-next.1
|
|
521
|
+
|
|
522
|
+
## 1.10.6-next.0
|
|
523
|
+
|
|
524
|
+
### Patch Changes
|
|
525
|
+
|
|
526
|
+
- @copilotkit/react-core@1.10.6-next.0
|
|
527
|
+
- @copilotkit/runtime-client-gql@1.10.6-next.0
|
|
528
|
+
- @copilotkit/shared@1.10.6-next.0
|
|
529
|
+
|
|
530
|
+
## 1.10.5
|
|
531
|
+
|
|
532
|
+
### Patch Changes
|
|
533
|
+
|
|
534
|
+
- Updated dependencies [b7bc3a0]
|
|
535
|
+
- Updated dependencies [f3fdd7a]
|
|
536
|
+
- Updated dependencies [32c163e]
|
|
537
|
+
- Updated dependencies [6112a67]
|
|
538
|
+
- @copilotkit/react-core@1.10.5
|
|
539
|
+
- @copilotkit/runtime-client-gql@1.10.5
|
|
540
|
+
- @copilotkit/shared@1.10.5
|
|
541
|
+
|
|
542
|
+
## 1.10.5-next.10
|
|
543
|
+
|
|
544
|
+
### Patch Changes
|
|
545
|
+
|
|
546
|
+
- Updated dependencies [b79ed5c]
|
|
547
|
+
- @copilotkit/react-core@1.10.5-next.10
|
|
548
|
+
- @copilotkit/runtime-client-gql@1.10.5-next.10
|
|
549
|
+
- @copilotkit/shared@1.10.5-next.10
|
|
550
|
+
|
|
551
|
+
## 1.10.5-next.9
|
|
552
|
+
|
|
553
|
+
### Patch Changes
|
|
554
|
+
|
|
555
|
+
- @copilotkit/runtime-client-gql@1.10.5-next.9
|
|
556
|
+
- @copilotkit/react-core@1.10.5-next.9
|
|
557
|
+
- @copilotkit/shared@1.10.5-next.9
|
|
558
|
+
|
|
559
|
+
## 1.10.5-next.8
|
|
560
|
+
|
|
561
|
+
### Patch Changes
|
|
562
|
+
|
|
563
|
+
- @copilotkit/react-core@1.10.5-next.8
|
|
564
|
+
- @copilotkit/runtime-client-gql@1.10.5-next.8
|
|
565
|
+
- @copilotkit/shared@1.10.5-next.8
|
|
566
|
+
|
|
567
|
+
## 1.10.5-next.7
|
|
568
|
+
|
|
569
|
+
### Patch Changes
|
|
570
|
+
|
|
571
|
+
- @copilotkit/runtime-client-gql@1.10.5-next.7
|
|
572
|
+
- @copilotkit/react-core@1.10.5-next.7
|
|
573
|
+
- @copilotkit/shared@1.10.5-next.7
|
|
574
|
+
|
|
575
|
+
## 1.10.5-next.6
|
|
576
|
+
|
|
577
|
+
### Patch Changes
|
|
578
|
+
|
|
579
|
+
- Updated dependencies [f3fdd7a]
|
|
580
|
+
- @copilotkit/react-core@1.10.5-next.6
|
|
581
|
+
- @copilotkit/runtime-client-gql@1.10.5-next.6
|
|
582
|
+
- @copilotkit/shared@1.10.5-next.6
|
|
583
|
+
|
|
584
|
+
## 1.10.5-next.5
|
|
585
|
+
|
|
586
|
+
### Patch Changes
|
|
587
|
+
|
|
588
|
+
- Updated dependencies [6112a67]
|
|
589
|
+
- @copilotkit/react-core@1.10.5-next.5
|
|
590
|
+
- @copilotkit/runtime-client-gql@1.10.5-next.5
|
|
591
|
+
- @copilotkit/shared@1.10.5-next.5
|
|
592
|
+
|
|
593
|
+
## 1.10.5-next.4
|
|
594
|
+
|
|
595
|
+
### Patch Changes
|
|
596
|
+
|
|
597
|
+
- @copilotkit/runtime-client-gql@1.10.5-next.4
|
|
598
|
+
- @copilotkit/react-core@1.10.5-next.4
|
|
599
|
+
- @copilotkit/shared@1.10.5-next.4
|
|
600
|
+
|
|
601
|
+
## 1.10.5-next.3
|
|
602
|
+
|
|
603
|
+
### Patch Changes
|
|
604
|
+
|
|
605
|
+
- @copilotkit/runtime-client-gql@1.10.5-next.3
|
|
606
|
+
- @copilotkit/react-core@1.10.5-next.3
|
|
607
|
+
- @copilotkit/shared@1.10.5-next.3
|
|
608
|
+
|
|
609
|
+
## 1.10.5-next.2
|
|
610
|
+
|
|
611
|
+
### Patch Changes
|
|
612
|
+
|
|
613
|
+
- @copilotkit/runtime-client-gql@1.10.5-next.2
|
|
614
|
+
- @copilotkit/react-core@1.10.5-next.2
|
|
615
|
+
- @copilotkit/shared@1.10.5-next.2
|
|
616
|
+
|
|
617
|
+
## 1.10.5-next.1
|
|
618
|
+
|
|
619
|
+
### Patch Changes
|
|
620
|
+
|
|
621
|
+
- Updated dependencies [b7bc3a0]
|
|
622
|
+
- @copilotkit/react-core@1.10.5-next.1
|
|
623
|
+
- @copilotkit/runtime-client-gql@1.10.5-next.1
|
|
624
|
+
- @copilotkit/shared@1.10.5-next.1
|
|
625
|
+
|
|
626
|
+
## 1.10.5-next.0
|
|
627
|
+
|
|
628
|
+
### Patch Changes
|
|
629
|
+
|
|
630
|
+
- Updated dependencies [32c163e]
|
|
631
|
+
- @copilotkit/react-core@1.10.5-next.0
|
|
632
|
+
- @copilotkit/runtime-client-gql@1.10.5-next.0
|
|
633
|
+
- @copilotkit/shared@1.10.5-next.0
|
|
634
|
+
|
|
635
|
+
## 1.10.4
|
|
636
|
+
|
|
637
|
+
### Patch Changes
|
|
638
|
+
|
|
639
|
+
- Updated dependencies [ef98963]
|
|
640
|
+
- Updated dependencies [a640d8e]
|
|
641
|
+
- Updated dependencies [052d54d]
|
|
642
|
+
- @copilotkit/react-core@1.10.4
|
|
643
|
+
- @copilotkit/shared@1.10.4
|
|
644
|
+
- @copilotkit/runtime-client-gql@1.10.4
|
|
645
|
+
|
|
646
|
+
## 1.10.4-next.3
|
|
647
|
+
|
|
648
|
+
### Patch Changes
|
|
649
|
+
|
|
650
|
+
- @copilotkit/react-core@1.10.4-next.3
|
|
651
|
+
- @copilotkit/runtime-client-gql@1.10.4-next.3
|
|
652
|
+
- @copilotkit/shared@1.10.4-next.3
|
|
653
|
+
|
|
654
|
+
## 1.10.4-next.2
|
|
655
|
+
|
|
656
|
+
### Patch Changes
|
|
657
|
+
|
|
658
|
+
- Updated dependencies [ef98963]
|
|
659
|
+
- @copilotkit/react-core@1.10.4-next.2
|
|
660
|
+
- @copilotkit/runtime-client-gql@1.10.4-next.2
|
|
661
|
+
- @copilotkit/shared@1.10.4-next.2
|
|
662
|
+
|
|
663
|
+
## 1.10.4-next.1
|
|
664
|
+
|
|
665
|
+
### Patch Changes
|
|
666
|
+
|
|
667
|
+
- Updated dependencies [a640d8e]
|
|
668
|
+
- @copilotkit/shared@1.10.4-next.1
|
|
669
|
+
- @copilotkit/runtime-client-gql@1.10.4-next.1
|
|
670
|
+
- @copilotkit/react-core@1.10.4-next.1
|
|
671
|
+
|
|
672
|
+
## 1.10.4-next.0
|
|
673
|
+
|
|
674
|
+
### Patch Changes
|
|
675
|
+
|
|
676
|
+
- Updated dependencies [052d54d]
|
|
677
|
+
- @copilotkit/react-core@1.10.4-next.0
|
|
678
|
+
- @copilotkit/runtime-client-gql@1.10.4-next.0
|
|
679
|
+
- @copilotkit/shared@1.10.4-next.0
|
|
680
|
+
|
|
681
|
+
## 1.10.3
|
|
682
|
+
|
|
683
|
+
### Patch Changes
|
|
684
|
+
|
|
685
|
+
- Updated dependencies [ea74047]
|
|
686
|
+
- @copilotkit/shared@1.10.3
|
|
687
|
+
- @copilotkit/runtime-client-gql@1.10.3
|
|
688
|
+
- @copilotkit/react-core@1.10.3
|
|
689
|
+
|
|
690
|
+
## 1.10.3-next.3
|
|
691
|
+
|
|
692
|
+
### Patch Changes
|
|
693
|
+
|
|
694
|
+
- @copilotkit/runtime-client-gql@1.10.3-next.3
|
|
695
|
+
- @copilotkit/react-core@1.10.3-next.3
|
|
696
|
+
- @copilotkit/shared@1.10.3-next.3
|
|
697
|
+
|
|
698
|
+
## 1.10.3-next.2
|
|
699
|
+
|
|
700
|
+
### Patch Changes
|
|
701
|
+
|
|
702
|
+
- @copilotkit/runtime-client-gql@1.10.3-next.2
|
|
703
|
+
- @copilotkit/react-core@1.10.3-next.2
|
|
704
|
+
- @copilotkit/shared@1.10.3-next.2
|
|
705
|
+
|
|
706
|
+
## 1.10.3-next.1
|
|
707
|
+
|
|
708
|
+
### Patch Changes
|
|
709
|
+
|
|
710
|
+
- @copilotkit/react-core@1.10.3-next.1
|
|
711
|
+
- @copilotkit/runtime-client-gql@1.10.3-next.1
|
|
712
|
+
- @copilotkit/shared@1.10.3-next.1
|
|
713
|
+
|
|
714
|
+
## 1.10.3-next.0
|
|
715
|
+
|
|
716
|
+
### Patch Changes
|
|
717
|
+
|
|
718
|
+
- Updated dependencies [ea74047]
|
|
719
|
+
- @copilotkit/shared@1.10.3-next.0
|
|
720
|
+
- @copilotkit/runtime-client-gql@1.10.3-next.0
|
|
721
|
+
- @copilotkit/react-core@1.10.3-next.0
|
|
722
|
+
|
|
723
|
+
## 1.10.2
|
|
724
|
+
|
|
725
|
+
### Patch Changes
|
|
726
|
+
|
|
727
|
+
- Updated dependencies [db5bbda]
|
|
728
|
+
- @copilotkit/react-core@1.10.2
|
|
729
|
+
- @copilotkit/runtime-client-gql@1.10.2
|
|
730
|
+
- @copilotkit/shared@1.10.2
|
|
731
|
+
|
|
732
|
+
## 1.10.2-next.0
|
|
733
|
+
|
|
734
|
+
### Patch Changes
|
|
735
|
+
|
|
736
|
+
- Updated dependencies [db5bbda]
|
|
737
|
+
- @copilotkit/react-core@1.10.2-next.0
|
|
738
|
+
- @copilotkit/runtime-client-gql@1.10.2-next.0
|
|
739
|
+
- @copilotkit/shared@1.10.2-next.0
|
|
740
|
+
|
|
741
|
+
## 1.10.1
|
|
742
|
+
|
|
743
|
+
### Patch Changes
|
|
744
|
+
|
|
745
|
+
- Updated dependencies [76e2603]
|
|
746
|
+
- Updated dependencies [7bf9dfa]
|
|
747
|
+
- @copilotkit/runtime-client-gql@1.10.1
|
|
748
|
+
- @copilotkit/react-core@1.10.1
|
|
749
|
+
- @copilotkit/shared@1.10.1
|
|
750
|
+
|
|
751
|
+
## 1.10.1-next.2
|
|
752
|
+
|
|
753
|
+
### Patch Changes
|
|
754
|
+
|
|
755
|
+
- @copilotkit/react-core@1.10.1-next.2
|
|
756
|
+
- @copilotkit/runtime-client-gql@1.10.1-next.2
|
|
757
|
+
- @copilotkit/shared@1.10.1-next.2
|
|
758
|
+
|
|
759
|
+
## 1.10.1-next.1
|
|
760
|
+
|
|
761
|
+
### Patch Changes
|
|
762
|
+
|
|
763
|
+
- Updated dependencies [76e2603]
|
|
764
|
+
- @copilotkit/runtime-client-gql@1.10.1-next.1
|
|
765
|
+
- @copilotkit/react-core@1.10.1-next.1
|
|
766
|
+
- @copilotkit/shared@1.10.1-next.1
|
|
767
|
+
|
|
768
|
+
## 1.10.1-next.0
|
|
769
|
+
|
|
770
|
+
### Patch Changes
|
|
771
|
+
|
|
772
|
+
- Updated dependencies [7bf9dfa]
|
|
773
|
+
- @copilotkit/runtime-client-gql@1.10.1-next.0
|
|
774
|
+
- @copilotkit/react-core@1.10.1-next.0
|
|
775
|
+
- @copilotkit/shared@1.10.1-next.0
|
|
776
|
+
|
|
777
|
+
## 1.10.0
|
|
778
|
+
|
|
779
|
+
### Patch Changes
|
|
780
|
+
|
|
781
|
+
- Updated dependencies [967d0ab]
|
|
782
|
+
- Updated dependencies [a8c0263]
|
|
783
|
+
- Updated dependencies [8674da1]
|
|
784
|
+
- Updated dependencies [6d1de58]
|
|
785
|
+
- Updated dependencies [6de24ce]
|
|
786
|
+
- Updated dependencies [b64555d]
|
|
787
|
+
- @copilotkit/react-core@1.10.0
|
|
788
|
+
- @copilotkit/shared@1.10.0
|
|
789
|
+
- @copilotkit/runtime-client-gql@1.10.0
|
|
790
|
+
|
|
791
|
+
## 1.10.0-next.13
|
|
792
|
+
|
|
793
|
+
### Patch Changes
|
|
794
|
+
|
|
795
|
+
- @copilotkit/runtime-client-gql@1.10.0-next.13
|
|
796
|
+
- @copilotkit/react-core@1.10.0-next.13
|
|
797
|
+
- @copilotkit/shared@1.10.0-next.13
|
|
798
|
+
|
|
799
|
+
## 1.10.0-next.12
|
|
800
|
+
|
|
801
|
+
### Patch Changes
|
|
802
|
+
|
|
803
|
+
- Updated dependencies [b64555d]
|
|
804
|
+
- @copilotkit/react-core@1.10.0-next.12
|
|
805
|
+
- @copilotkit/runtime-client-gql@1.10.0-next.12
|
|
806
|
+
- @copilotkit/shared@1.10.0-next.12
|
|
807
|
+
|
|
808
|
+
## 1.10.0-next.11
|
|
809
|
+
|
|
810
|
+
### Patch Changes
|
|
811
|
+
|
|
812
|
+
- @copilotkit/runtime-client-gql@1.10.0-next.11
|
|
813
|
+
- @copilotkit/react-core@1.10.0-next.11
|
|
814
|
+
- @copilotkit/shared@1.10.0-next.11
|
|
815
|
+
|
|
816
|
+
## 1.10.0-next.10
|
|
817
|
+
|
|
818
|
+
### Patch Changes
|
|
819
|
+
|
|
820
|
+
- Updated dependencies [6d1de58]
|
|
821
|
+
- @copilotkit/react-core@1.10.0-next.10
|
|
822
|
+
- @copilotkit/shared@1.10.0-next.10
|
|
823
|
+
- @copilotkit/runtime-client-gql@1.10.0-next.10
|
|
824
|
+
|
|
825
|
+
## 1.10.0-next.9
|
|
826
|
+
|
|
827
|
+
### Patch Changes
|
|
828
|
+
|
|
829
|
+
- @copilotkit/react-core@1.10.0-next.9
|
|
830
|
+
- @copilotkit/runtime-client-gql@1.10.0-next.9
|
|
831
|
+
- @copilotkit/shared@1.10.0-next.9
|
|
832
|
+
|
|
833
|
+
## 1.10.0-next.8
|
|
834
|
+
|
|
835
|
+
### Patch Changes
|
|
836
|
+
|
|
837
|
+
- Updated dependencies [6de24ce]
|
|
838
|
+
- @copilotkit/react-core@1.10.0-next.8
|
|
839
|
+
- @copilotkit/runtime-client-gql@1.10.0-next.8
|
|
840
|
+
- @copilotkit/shared@1.10.0-next.8
|
|
841
|
+
|
|
842
|
+
## 1.10.0-next.7
|
|
843
|
+
|
|
844
|
+
### Patch Changes
|
|
845
|
+
|
|
846
|
+
- @copilotkit/runtime-client-gql@1.10.0-next.7
|
|
847
|
+
- @copilotkit/react-core@1.10.0-next.7
|
|
848
|
+
- @copilotkit/shared@1.10.0-next.7
|
|
849
|
+
|
|
850
|
+
## 1.10.0-next.6
|
|
851
|
+
|
|
852
|
+
### Patch Changes
|
|
853
|
+
|
|
854
|
+
- @copilotkit/runtime-client-gql@1.10.0-next.6
|
|
855
|
+
- @copilotkit/react-core@1.10.0-next.6
|
|
856
|
+
- @copilotkit/shared@1.10.0-next.6
|
|
857
|
+
|
|
858
|
+
## 1.10.0-next.5
|
|
859
|
+
|
|
860
|
+
### Patch Changes
|
|
861
|
+
|
|
862
|
+
- Updated dependencies [a8c0263]
|
|
863
|
+
- @copilotkit/shared@1.10.0-next.5
|
|
864
|
+
- @copilotkit/react-core@1.10.0-next.5
|
|
865
|
+
- @copilotkit/runtime-client-gql@1.10.0-next.5
|
|
866
|
+
|
|
867
|
+
## 1.10.0-next.4
|
|
868
|
+
|
|
869
|
+
### Patch Changes
|
|
870
|
+
|
|
871
|
+
- Updated dependencies [967d0ab]
|
|
872
|
+
- @copilotkit/react-core@1.10.0-next.4
|
|
873
|
+
- @copilotkit/runtime-client-gql@1.10.0-next.4
|
|
874
|
+
- @copilotkit/shared@1.10.0-next.4
|
|
875
|
+
|
|
876
|
+
## 1.10.0-next.3
|
|
877
|
+
|
|
878
|
+
### Patch Changes
|
|
879
|
+
|
|
880
|
+
- @copilotkit/runtime-client-gql@1.10.0-next.3
|
|
881
|
+
- @copilotkit/react-core@1.10.0-next.3
|
|
882
|
+
- @copilotkit/shared@1.10.0-next.3
|
|
883
|
+
|
|
884
|
+
## 1.10.0-next.2
|
|
885
|
+
|
|
886
|
+
### Patch Changes
|
|
887
|
+
|
|
888
|
+
- @copilotkit/runtime-client-gql@1.10.0-next.2
|
|
889
|
+
- @copilotkit/react-core@1.10.0-next.2
|
|
890
|
+
- @copilotkit/shared@1.10.0-next.2
|
|
891
|
+
|
|
892
|
+
## 1.10.0-next.1
|
|
893
|
+
|
|
894
|
+
### Patch Changes
|
|
895
|
+
|
|
896
|
+
- @copilotkit/runtime-client-gql@1.10.0-next.1
|
|
897
|
+
- @copilotkit/react-core@1.10.0-next.1
|
|
898
|
+
- @copilotkit/shared@1.10.0-next.1
|
|
899
|
+
|
|
900
|
+
## 1.10.0-next.0
|
|
901
|
+
|
|
902
|
+
### Patch Changes
|
|
903
|
+
|
|
904
|
+
- Updated dependencies [8674da1]
|
|
905
|
+
- @copilotkit/react-core@1.10.0-next.0
|
|
906
|
+
- @copilotkit/shared@1.10.0-next.0
|
|
907
|
+
- @copilotkit/runtime-client-gql@1.10.0-next.0
|
|
908
|
+
|
|
909
|
+
## 1.9.3
|
|
910
|
+
|
|
911
|
+
### Patch Changes
|
|
912
|
+
|
|
913
|
+
- Updated dependencies [f83bda0]
|
|
914
|
+
- Updated dependencies [1bda332]
|
|
915
|
+
- @copilotkit/react-core@1.9.3
|
|
916
|
+
- @copilotkit/shared@1.9.3
|
|
917
|
+
- @copilotkit/runtime-client-gql@1.9.3
|
|
918
|
+
|
|
919
|
+
## 1.9.3-next.4
|
|
920
|
+
|
|
921
|
+
### Patch Changes
|
|
922
|
+
|
|
923
|
+
- Updated dependencies [f83bda0]
|
|
924
|
+
- @copilotkit/react-core@1.9.3-next.4
|
|
925
|
+
- @copilotkit/runtime-client-gql@1.9.3-next.4
|
|
926
|
+
- @copilotkit/shared@1.9.3-next.4
|
|
927
|
+
|
|
928
|
+
## 1.9.3-next.3
|
|
929
|
+
|
|
930
|
+
### Patch Changes
|
|
931
|
+
|
|
932
|
+
- Updated dependencies [1bda332]
|
|
933
|
+
- @copilotkit/shared@1.9.3-next.3
|
|
934
|
+
- @copilotkit/runtime-client-gql@1.9.3-next.3
|
|
935
|
+
- @copilotkit/react-core@1.9.3-next.3
|
|
936
|
+
|
|
937
|
+
## 1.9.3-next.2
|
|
938
|
+
|
|
939
|
+
### Patch Changes
|
|
940
|
+
|
|
941
|
+
- @copilotkit/runtime-client-gql@1.9.3-next.2
|
|
942
|
+
- @copilotkit/react-core@1.9.3-next.2
|
|
943
|
+
- @copilotkit/shared@1.9.3-next.2
|
|
944
|
+
|
|
945
|
+
## 1.9.3-next.1
|
|
946
|
+
|
|
947
|
+
### Patch Changes
|
|
948
|
+
|
|
949
|
+
- @copilotkit/runtime-client-gql@1.9.3-next.1
|
|
950
|
+
- @copilotkit/react-core@1.9.3-next.1
|
|
951
|
+
- @copilotkit/shared@1.9.3-next.1
|
|
952
|
+
|
|
953
|
+
## 1.9.3-next.0
|
|
954
|
+
|
|
955
|
+
### Patch Changes
|
|
956
|
+
|
|
957
|
+
- @copilotkit/runtime-client-gql@1.9.3-next.0
|
|
958
|
+
- @copilotkit/react-core@1.9.3-next.0
|
|
959
|
+
- @copilotkit/shared@1.9.3-next.0
|
|
960
|
+
|
|
961
|
+
## 1.9.2
|
|
962
|
+
|
|
963
|
+
### Patch Changes
|
|
964
|
+
|
|
965
|
+
- Updated dependencies [cbeccb5]
|
|
966
|
+
- Updated dependencies [3f8c575]
|
|
967
|
+
- Updated dependencies [fac89c2]
|
|
968
|
+
- Updated dependencies [e1de032]
|
|
969
|
+
- Updated dependencies [92e8d1c]
|
|
970
|
+
- Updated dependencies [9169ad7]
|
|
971
|
+
- Updated dependencies [c75a04f]
|
|
972
|
+
- Updated dependencies [c75a04f]
|
|
973
|
+
- Updated dependencies [fe9009c]
|
|
974
|
+
- Updated dependencies [1d1c51d]
|
|
975
|
+
- Updated dependencies [10345a5]
|
|
976
|
+
- Updated dependencies [9169ad7]
|
|
977
|
+
- Updated dependencies [35537f1]
|
|
978
|
+
- @copilotkit/react-core@1.9.2
|
|
979
|
+
- @copilotkit/shared@1.9.2
|
|
980
|
+
- @copilotkit/runtime-client-gql@1.9.2
|
|
981
|
+
|
|
982
|
+
## 1.9.2-next.26
|
|
983
|
+
|
|
984
|
+
### Patch Changes
|
|
985
|
+
|
|
986
|
+
- @copilotkit/runtime-client-gql@1.9.2-next.26
|
|
987
|
+
- @copilotkit/react-core@1.9.2-next.26
|
|
988
|
+
- @copilotkit/shared@1.9.2-next.26
|
|
989
|
+
|
|
990
|
+
## 1.9.2-next.25
|
|
991
|
+
|
|
992
|
+
### Patch Changes
|
|
993
|
+
|
|
994
|
+
- @copilotkit/runtime-client-gql@1.9.2-next.25
|
|
995
|
+
- @copilotkit/react-core@1.9.2-next.25
|
|
996
|
+
- @copilotkit/shared@1.9.2-next.25
|
|
997
|
+
|
|
998
|
+
## 1.9.2-next.24
|
|
999
|
+
|
|
1000
|
+
### Patch Changes
|
|
1001
|
+
|
|
1002
|
+
- @copilotkit/runtime-client-gql@1.9.2-next.24
|
|
1003
|
+
- @copilotkit/react-core@1.9.2-next.24
|
|
1004
|
+
- @copilotkit/shared@1.9.2-next.24
|
|
1005
|
+
|
|
1006
|
+
## 1.9.2-next.23
|
|
1007
|
+
|
|
1008
|
+
### Patch Changes
|
|
1009
|
+
|
|
1010
|
+
- @copilotkit/runtime-client-gql@1.9.2-next.23
|
|
1011
|
+
- @copilotkit/react-core@1.9.2-next.23
|
|
1012
|
+
- @copilotkit/shared@1.9.2-next.23
|
|
1013
|
+
|
|
1014
|
+
## 1.9.2-next.22
|
|
1015
|
+
|
|
1016
|
+
### Patch Changes
|
|
1017
|
+
|
|
1018
|
+
- Updated dependencies [c75a04f]
|
|
1019
|
+
- Updated dependencies [c75a04f]
|
|
1020
|
+
- @copilotkit/react-core@1.9.2-next.22
|
|
1021
|
+
- @copilotkit/runtime-client-gql@1.9.2-next.22
|
|
1022
|
+
- @copilotkit/shared@1.9.2-next.22
|
|
1023
|
+
|
|
1024
|
+
## 1.9.2-next.21
|
|
1025
|
+
|
|
1026
|
+
### Patch Changes
|
|
1027
|
+
|
|
1028
|
+
- Updated dependencies [92e8d1c]
|
|
1029
|
+
- @copilotkit/react-core@1.9.2-next.21
|
|
1030
|
+
- @copilotkit/runtime-client-gql@1.9.2-next.21
|
|
1031
|
+
- @copilotkit/shared@1.9.2-next.21
|
|
1032
|
+
|
|
1033
|
+
## 1.9.2-next.20
|
|
1034
|
+
|
|
1035
|
+
### Patch Changes
|
|
1036
|
+
|
|
1037
|
+
- Updated dependencies [e1de032]
|
|
1038
|
+
- @copilotkit/react-core@1.9.2-next.20
|
|
1039
|
+
- @copilotkit/runtime-client-gql@1.9.2-next.20
|
|
1040
|
+
- @copilotkit/shared@1.9.2-next.20
|
|
1041
|
+
|
|
1042
|
+
## 1.9.2-next.19
|
|
1043
|
+
|
|
1044
|
+
### Patch Changes
|
|
1045
|
+
|
|
1046
|
+
- @copilotkit/runtime-client-gql@1.9.2-next.19
|
|
1047
|
+
- @copilotkit/react-core@1.9.2-next.19
|
|
1048
|
+
- @copilotkit/shared@1.9.2-next.19
|
|
1049
|
+
|
|
1050
|
+
## 1.9.2-next.18
|
|
1051
|
+
|
|
1052
|
+
### Patch Changes
|
|
1053
|
+
|
|
1054
|
+
- Updated dependencies [fac89c2]
|
|
1055
|
+
- @copilotkit/react-core@1.9.2-next.18
|
|
1056
|
+
- @copilotkit/shared@1.9.2-next.18
|
|
1057
|
+
- @copilotkit/runtime-client-gql@1.9.2-next.18
|
|
1058
|
+
|
|
1059
|
+
## 1.9.2-next.17
|
|
1060
|
+
|
|
1061
|
+
### Patch Changes
|
|
1062
|
+
|
|
1063
|
+
- @copilotkit/runtime-client-gql@1.9.2-next.17
|
|
1064
|
+
- @copilotkit/react-core@1.9.2-next.17
|
|
1065
|
+
- @copilotkit/shared@1.9.2-next.17
|
|
1066
|
+
|
|
1067
|
+
## 1.9.2-next.16
|
|
1068
|
+
|
|
1069
|
+
### Patch Changes
|
|
1070
|
+
|
|
1071
|
+
- Updated dependencies [fe9009c]
|
|
1072
|
+
- @copilotkit/react-core@1.9.2-next.16
|
|
1073
|
+
- @copilotkit/runtime-client-gql@1.9.2-next.16
|
|
1074
|
+
- @copilotkit/shared@1.9.2-next.16
|
|
1075
|
+
|
|
1076
|
+
## 1.9.2-next.15
|
|
1077
|
+
|
|
1078
|
+
### Patch Changes
|
|
1079
|
+
|
|
1080
|
+
- Updated dependencies [cbeccb5]
|
|
1081
|
+
- @copilotkit/react-core@1.9.2-next.15
|
|
1082
|
+
- @copilotkit/runtime-client-gql@1.9.2-next.15
|
|
1083
|
+
- @copilotkit/shared@1.9.2-next.15
|
|
1084
|
+
|
|
1085
|
+
## 1.9.2-next.14
|
|
1086
|
+
|
|
1087
|
+
### Patch Changes
|
|
1088
|
+
|
|
1089
|
+
- @copilotkit/runtime-client-gql@1.9.2-next.14
|
|
1090
|
+
- @copilotkit/react-core@1.9.2-next.14
|
|
1091
|
+
- @copilotkit/shared@1.9.2-next.14
|
|
1092
|
+
|
|
1093
|
+
## 1.9.2-next.13
|
|
1094
|
+
|
|
1095
|
+
### Patch Changes
|
|
1096
|
+
|
|
1097
|
+
- @copilotkit/runtime-client-gql@1.9.2-next.13
|
|
1098
|
+
- @copilotkit/react-core@1.9.2-next.13
|
|
1099
|
+
- @copilotkit/shared@1.9.2-next.13
|
|
1100
|
+
|
|
1101
|
+
## 1.9.2-next.12
|
|
1102
|
+
|
|
1103
|
+
### Patch Changes
|
|
1104
|
+
|
|
1105
|
+
- Updated dependencies [3f8c575]
|
|
1106
|
+
- @copilotkit/react-core@1.9.2-next.12
|
|
1107
|
+
- @copilotkit/runtime-client-gql@1.9.2-next.12
|
|
1108
|
+
- @copilotkit/shared@1.9.2-next.12
|
|
1109
|
+
|
|
1110
|
+
## 1.9.2-next.11
|
|
1111
|
+
|
|
1112
|
+
### Patch Changes
|
|
1113
|
+
|
|
1114
|
+
- @copilotkit/runtime-client-gql@1.9.2-next.11
|
|
1115
|
+
- @copilotkit/react-core@1.9.2-next.11
|
|
1116
|
+
- @copilotkit/shared@1.9.2-next.11
|
|
1117
|
+
|
|
1118
|
+
## 1.9.2-next.10
|
|
1119
|
+
|
|
1120
|
+
### Patch Changes
|
|
1121
|
+
|
|
1122
|
+
- @copilotkit/runtime-client-gql@1.9.2-next.10
|
|
1123
|
+
- @copilotkit/react-core@1.9.2-next.10
|
|
1124
|
+
- @copilotkit/shared@1.9.2-next.10
|
|
1125
|
+
|
|
1126
|
+
## 1.9.2-next.9
|
|
1127
|
+
|
|
1128
|
+
### Patch Changes
|
|
1129
|
+
|
|
1130
|
+
- Updated dependencies [1d1c51d]
|
|
1131
|
+
- @copilotkit/react-core@1.9.2-next.9
|
|
1132
|
+
- @copilotkit/runtime-client-gql@1.9.2-next.9
|
|
1133
|
+
- @copilotkit/shared@1.9.2-next.9
|
|
1134
|
+
|
|
1135
|
+
## 1.9.2-next.8
|
|
1136
|
+
|
|
1137
|
+
### Patch Changes
|
|
1138
|
+
|
|
1139
|
+
- @copilotkit/runtime-client-gql@1.9.2-next.8
|
|
1140
|
+
- @copilotkit/react-core@1.9.2-next.8
|
|
1141
|
+
- @copilotkit/shared@1.9.2-next.8
|
|
1142
|
+
|
|
1143
|
+
## 1.9.2-next.7
|
|
1144
|
+
|
|
1145
|
+
### Patch Changes
|
|
1146
|
+
|
|
1147
|
+
- @copilotkit/runtime-client-gql@1.9.2-next.7
|
|
1148
|
+
- @copilotkit/react-core@1.9.2-next.7
|
|
1149
|
+
- @copilotkit/shared@1.9.2-next.7
|
|
1150
|
+
|
|
1151
|
+
## 1.9.2-next.6
|
|
1152
|
+
|
|
1153
|
+
### Patch Changes
|
|
1154
|
+
|
|
1155
|
+
- @copilotkit/runtime-client-gql@1.9.2-next.6
|
|
1156
|
+
- @copilotkit/react-core@1.9.2-next.6
|
|
1157
|
+
- @copilotkit/shared@1.9.2-next.6
|
|
1158
|
+
|
|
1159
|
+
## 1.9.2-next.5
|
|
1160
|
+
|
|
1161
|
+
### Patch Changes
|
|
1162
|
+
|
|
1163
|
+
- @copilotkit/react-core@1.9.2-next.5
|
|
1164
|
+
- @copilotkit/runtime-client-gql@1.9.2-next.5
|
|
1165
|
+
- @copilotkit/shared@1.9.2-next.5
|
|
1166
|
+
|
|
1167
|
+
## 1.9.2-next.4
|
|
1168
|
+
|
|
1169
|
+
### Patch Changes
|
|
1170
|
+
|
|
1171
|
+
- Updated dependencies [9169ad7]
|
|
1172
|
+
- Updated dependencies [9169ad7]
|
|
1173
|
+
- @copilotkit/react-core@1.9.2-next.4
|
|
1174
|
+
- @copilotkit/shared@1.9.2-next.4
|
|
1175
|
+
- @copilotkit/runtime-client-gql@1.9.2-next.4
|
|
1176
|
+
|
|
1177
|
+
## 1.9.2-next.3
|
|
1178
|
+
|
|
1179
|
+
### Patch Changes
|
|
1180
|
+
|
|
1181
|
+
- Updated dependencies [35537f1]
|
|
1182
|
+
- @copilotkit/react-core@1.9.2-next.3
|
|
1183
|
+
- @copilotkit/runtime-client-gql@1.9.2-next.3
|
|
1184
|
+
- @copilotkit/shared@1.9.2-next.3
|
|
1185
|
+
|
|
1186
|
+
## 1.9.2-next.2
|
|
1187
|
+
|
|
1188
|
+
### Patch Changes
|
|
1189
|
+
|
|
1190
|
+
- @copilotkit/runtime-client-gql@1.9.2-next.2
|
|
1191
|
+
- @copilotkit/react-core@1.9.2-next.2
|
|
1192
|
+
- @copilotkit/shared@1.9.2-next.2
|
|
1193
|
+
|
|
1194
|
+
## 1.9.2-next.1
|
|
1195
|
+
|
|
1196
|
+
### Patch Changes
|
|
1197
|
+
|
|
1198
|
+
- @copilotkit/runtime-client-gql@1.9.2-next.1
|
|
1199
|
+
- @copilotkit/react-core@1.9.2-next.1
|
|
1200
|
+
- @copilotkit/shared@1.9.2-next.1
|
|
1201
|
+
|
|
1202
|
+
## 1.9.2-next.0
|
|
1203
|
+
|
|
1204
|
+
### Patch Changes
|
|
1205
|
+
|
|
1206
|
+
- Updated dependencies [10345a5]
|
|
1207
|
+
- @copilotkit/react-core@1.9.2-next.0
|
|
1208
|
+
- @copilotkit/runtime-client-gql@1.9.2-next.0
|
|
1209
|
+
- @copilotkit/shared@1.9.2-next.0
|
|
1210
|
+
|
|
1211
|
+
## 1.9.1
|
|
1212
|
+
|
|
1213
|
+
### Patch Changes
|
|
1214
|
+
|
|
1215
|
+
- Updated dependencies [deaeca0]
|
|
1216
|
+
- @copilotkit/shared@1.9.1
|
|
1217
|
+
- @copilotkit/runtime-client-gql@1.9.1
|
|
1218
|
+
- @copilotkit/react-core@1.9.1
|
|
1219
|
+
|
|
1220
|
+
## 1.9.1-next.0
|
|
1221
|
+
|
|
1222
|
+
### Patch Changes
|
|
1223
|
+
|
|
1224
|
+
- Updated dependencies [deaeca0]
|
|
1225
|
+
- @copilotkit/shared@1.9.1-next.0
|
|
1226
|
+
- @copilotkit/runtime-client-gql@1.9.1-next.0
|
|
1227
|
+
- @copilotkit/react-core@1.9.1-next.0
|
|
1228
|
+
|
|
1229
|
+
## 1.9.0
|
|
1230
|
+
|
|
1231
|
+
### Patch Changes
|
|
1232
|
+
|
|
1233
|
+
- 54cae30: - fix(react-core): allow custom toolChoice in forwardedParameters to override default
|
|
1234
|
+
- fix: move react-dom to peerDependencies in @copilotkit/react-textarea
|
|
1235
|
+
- feat: add amazon bedrock adapter support
|
|
1236
|
+
- Updated dependencies [54cae30]
|
|
1237
|
+
- @copilotkit/react-core@1.9.0
|
|
1238
|
+
- @copilotkit/runtime-client-gql@1.9.0
|
|
1239
|
+
- @copilotkit/shared@1.9.0
|
|
1240
|
+
|
|
1241
|
+
## 1.9.0-next.2
|
|
1242
|
+
|
|
1243
|
+
### Patch Changes
|
|
1244
|
+
|
|
1245
|
+
- @copilotkit/runtime-client-gql@1.9.0-next.2
|
|
1246
|
+
- @copilotkit/react-core@1.9.0-next.2
|
|
1247
|
+
- @copilotkit/shared@1.9.0-next.2
|
|
1248
|
+
|
|
1249
|
+
## 1.8.15-next.1
|
|
1250
|
+
|
|
1251
|
+
### Patch Changes
|
|
1252
|
+
|
|
1253
|
+
- 54cae30: - fix(react-core): allow custom toolChoice in forwardedParameters to override default
|
|
1254
|
+
- fix: move react-dom to peerDependencies in @copilotkit/react-textarea
|
|
1255
|
+
- feat: add amazon bedrock adapter support
|
|
1256
|
+
- Updated dependencies [54cae30]
|
|
1257
|
+
- @copilotkit/react-core@1.8.15-next.1
|
|
1258
|
+
- @copilotkit/runtime-client-gql@1.8.15-next.1
|
|
1259
|
+
- @copilotkit/shared@1.8.15-next.1
|
|
1260
|
+
|
|
1261
|
+
## 1.8.15-next.0
|
|
1262
|
+
|
|
1263
|
+
### Patch Changes
|
|
1264
|
+
|
|
1265
|
+
- @copilotkit/runtime-client-gql@1.8.15-next.0
|
|
1266
|
+
- @copilotkit/react-core@1.8.15-next.0
|
|
1267
|
+
- @copilotkit/shared@1.8.15-next.0
|
|
1268
|
+
|
|
1269
|
+
## 1.8.14
|
|
1270
|
+
|
|
1271
|
+
### Patch Changes
|
|
1272
|
+
|
|
1273
|
+
- Updated dependencies [34a78d8]
|
|
1274
|
+
- Updated dependencies [9cf1fda]
|
|
1275
|
+
- Updated dependencies [9cf1fda]
|
|
1276
|
+
- @copilotkit/shared@1.8.14
|
|
1277
|
+
- @copilotkit/react-core@1.8.14
|
|
1278
|
+
- @copilotkit/runtime-client-gql@1.8.14
|
|
1279
|
+
|
|
1280
|
+
## 1.8.14-next.5
|
|
1281
|
+
|
|
1282
|
+
### Patch Changes
|
|
1283
|
+
|
|
1284
|
+
- @copilotkit/runtime-client-gql@1.8.14-next.5
|
|
1285
|
+
- @copilotkit/react-core@1.8.14-next.5
|
|
1286
|
+
- @copilotkit/shared@1.8.14-next.5
|
|
1287
|
+
|
|
1288
|
+
## 1.8.14-next.4
|
|
1289
|
+
|
|
1290
|
+
### Patch Changes
|
|
1291
|
+
|
|
1292
|
+
- @copilotkit/runtime-client-gql@1.8.14-next.4
|
|
1293
|
+
- @copilotkit/react-core@1.8.14-next.4
|
|
1294
|
+
- @copilotkit/shared@1.8.14-next.4
|
|
1295
|
+
|
|
1296
|
+
## 1.8.14-next.3
|
|
1297
|
+
|
|
1298
|
+
### Patch Changes
|
|
1299
|
+
|
|
1300
|
+
- @copilotkit/runtime-client-gql@1.8.14-next.3
|
|
1301
|
+
- @copilotkit/react-core@1.8.14-next.3
|
|
1302
|
+
- @copilotkit/shared@1.8.14-next.3
|
|
1303
|
+
|
|
1304
|
+
## 1.8.14-next.2
|
|
1305
|
+
|
|
1306
|
+
### Patch Changes
|
|
1307
|
+
|
|
1308
|
+
- @copilotkit/runtime-client-gql@1.8.14-next.2
|
|
1309
|
+
- @copilotkit/react-core@1.8.14-next.2
|
|
1310
|
+
- @copilotkit/shared@1.8.14-next.2
|
|
1311
|
+
|
|
1312
|
+
## 1.8.14-next.1
|
|
1313
|
+
|
|
1314
|
+
### Patch Changes
|
|
1315
|
+
|
|
1316
|
+
- Updated dependencies [34a78d8]
|
|
1317
|
+
- @copilotkit/shared@1.8.14-next.1
|
|
1318
|
+
- @copilotkit/react-core@1.8.14-next.1
|
|
1319
|
+
- @copilotkit/runtime-client-gql@1.8.14-next.1
|
|
1320
|
+
|
|
1321
|
+
## 1.8.14-next.0
|
|
1322
|
+
|
|
1323
|
+
### Patch Changes
|
|
1324
|
+
|
|
1325
|
+
- Updated dependencies [9cf1fda]
|
|
1326
|
+
- Updated dependencies [9cf1fda]
|
|
1327
|
+
- @copilotkit/react-core@1.8.14-next.0
|
|
1328
|
+
- @copilotkit/runtime-client-gql@1.8.14-next.0
|
|
1329
|
+
- @copilotkit/shared@1.8.14-next.0
|
|
1330
|
+
|
|
1331
|
+
## 1.8.13
|
|
1332
|
+
|
|
1333
|
+
### Patch Changes
|
|
1334
|
+
|
|
1335
|
+
- Updated dependencies [7fcf5c4]
|
|
1336
|
+
- @copilotkit/react-core@1.8.13
|
|
1337
|
+
- @copilotkit/runtime-client-gql@1.8.13
|
|
1338
|
+
- @copilotkit/shared@1.8.13
|
|
1339
|
+
|
|
1340
|
+
## 1.8.13-next.3
|
|
1341
|
+
|
|
1342
|
+
### Patch Changes
|
|
1343
|
+
|
|
1344
|
+
- @copilotkit/react-core@1.8.13-next.3
|
|
1345
|
+
- @copilotkit/runtime-client-gql@1.8.13-next.3
|
|
1346
|
+
- @copilotkit/shared@1.8.13-next.3
|
|
1347
|
+
|
|
1348
|
+
## 1.8.13-next.2
|
|
1349
|
+
|
|
1350
|
+
### Patch Changes
|
|
1351
|
+
|
|
1352
|
+
- @copilotkit/react-core@1.8.13-next.2
|
|
1353
|
+
- @copilotkit/runtime-client-gql@1.8.13-next.2
|
|
1354
|
+
- @copilotkit/shared@1.8.13-next.2
|
|
1355
|
+
|
|
1356
|
+
## 1.8.13-next.1
|
|
1357
|
+
|
|
1358
|
+
### Patch Changes
|
|
1359
|
+
|
|
1360
|
+
- Updated dependencies [7fcf5c4]
|
|
1361
|
+
- @copilotkit/react-core@1.8.13-next.1
|
|
1362
|
+
- @copilotkit/runtime-client-gql@1.8.13-next.1
|
|
1363
|
+
- @copilotkit/shared@1.8.13-next.1
|
|
1364
|
+
|
|
1365
|
+
## 1.8.13-next.0
|
|
1366
|
+
|
|
1367
|
+
### Patch Changes
|
|
1368
|
+
|
|
1369
|
+
- @copilotkit/runtime-client-gql@1.8.13-next.0
|
|
1370
|
+
- @copilotkit/react-core@1.8.13-next.0
|
|
1371
|
+
- @copilotkit/shared@1.8.13-next.0
|
|
1372
|
+
|
|
1373
|
+
## 1.8.12
|
|
1374
|
+
|
|
1375
|
+
### Patch Changes
|
|
1376
|
+
|
|
1377
|
+
- Updated dependencies [3e09584]
|
|
1378
|
+
- Updated dependencies [33ba021]
|
|
1379
|
+
- @copilotkit/react-core@1.8.12
|
|
1380
|
+
- @copilotkit/runtime-client-gql@1.8.12
|
|
1381
|
+
- @copilotkit/shared@1.8.12
|
|
1382
|
+
|
|
1383
|
+
## 1.8.12-next.6
|
|
1384
|
+
|
|
1385
|
+
### Patch Changes
|
|
1386
|
+
|
|
1387
|
+
- Updated dependencies [3e09584]
|
|
1388
|
+
- @copilotkit/react-core@1.8.12-next.6
|
|
1389
|
+
- @copilotkit/runtime-client-gql@1.8.12-next.6
|
|
1390
|
+
- @copilotkit/shared@1.8.12-next.6
|
|
1391
|
+
|
|
1392
|
+
## 1.8.12-next.5
|
|
1393
|
+
|
|
1394
|
+
### Patch Changes
|
|
1395
|
+
|
|
1396
|
+
- @copilotkit/react-core@1.8.12-next.5
|
|
1397
|
+
- @copilotkit/runtime-client-gql@1.8.12-next.5
|
|
1398
|
+
- @copilotkit/shared@1.8.12-next.5
|
|
1399
|
+
|
|
1400
|
+
## 1.8.12-next.4
|
|
1401
|
+
|
|
1402
|
+
### Patch Changes
|
|
1403
|
+
|
|
1404
|
+
- @copilotkit/runtime-client-gql@1.8.12-next.4
|
|
1405
|
+
- @copilotkit/react-core@1.8.12-next.4
|
|
1406
|
+
- @copilotkit/shared@1.8.12-next.4
|
|
1407
|
+
|
|
1408
|
+
## 1.8.12-next.3
|
|
1409
|
+
|
|
1410
|
+
### Patch Changes
|
|
1411
|
+
|
|
1412
|
+
- @copilotkit/react-core@1.8.12-next.3
|
|
1413
|
+
- @copilotkit/runtime-client-gql@1.8.12-next.3
|
|
1414
|
+
- @copilotkit/shared@1.8.12-next.3
|
|
1415
|
+
|
|
1416
|
+
## 1.8.12-next.2
|
|
1417
|
+
|
|
1418
|
+
### Patch Changes
|
|
1419
|
+
|
|
1420
|
+
- Updated dependencies [33ba021]
|
|
1421
|
+
- @copilotkit/react-core@1.8.12-next.2
|
|
1422
|
+
- @copilotkit/runtime-client-gql@1.8.12-next.2
|
|
1423
|
+
- @copilotkit/shared@1.8.12-next.2
|
|
1424
|
+
|
|
1425
|
+
## 1.8.12-next.1
|
|
1426
|
+
|
|
1427
|
+
### Patch Changes
|
|
1428
|
+
|
|
1429
|
+
- @copilotkit/runtime-client-gql@1.8.12-next.1
|
|
1430
|
+
- @copilotkit/react-core@1.8.12-next.1
|
|
1431
|
+
- @copilotkit/shared@1.8.12-next.1
|
|
1432
|
+
|
|
1433
|
+
## 1.8.12-next.0
|
|
1434
|
+
|
|
1435
|
+
### Patch Changes
|
|
1436
|
+
|
|
1437
|
+
- @copilotkit/runtime-client-gql@1.8.12-next.0
|
|
1438
|
+
- @copilotkit/react-core@1.8.12-next.0
|
|
1439
|
+
- @copilotkit/shared@1.8.12-next.0
|
|
1440
|
+
|
|
1441
|
+
## 1.8.11
|
|
1442
|
+
|
|
1443
|
+
### Patch Changes
|
|
1444
|
+
|
|
1445
|
+
- @copilotkit/runtime-client-gql@1.8.11
|
|
1446
|
+
- @copilotkit/react-core@1.8.11
|
|
1447
|
+
- @copilotkit/shared@1.8.11
|
|
1448
|
+
|
|
1449
|
+
## 1.8.11-next.1
|
|
1450
|
+
|
|
1451
|
+
### Patch Changes
|
|
1452
|
+
|
|
1453
|
+
- @copilotkit/runtime-client-gql@1.8.11-next.1
|
|
1454
|
+
- @copilotkit/react-core@1.8.11-next.1
|
|
1455
|
+
- @copilotkit/shared@1.8.11-next.1
|
|
1456
|
+
|
|
1457
|
+
## 1.8.11-next.0
|
|
1458
|
+
|
|
1459
|
+
### Patch Changes
|
|
1460
|
+
|
|
1461
|
+
- @copilotkit/react-core@1.8.11-next.0
|
|
1462
|
+
- @copilotkit/runtime-client-gql@1.8.11-next.0
|
|
1463
|
+
- @copilotkit/shared@1.8.11-next.0
|
|
1464
|
+
|
|
1465
|
+
## 1.8.10
|
|
1466
|
+
|
|
1467
|
+
### Patch Changes
|
|
1468
|
+
|
|
1469
|
+
- Updated dependencies [742efbb]
|
|
1470
|
+
- @copilotkit/react-core@1.8.10
|
|
1471
|
+
- @copilotkit/runtime-client-gql@1.8.10
|
|
1472
|
+
- @copilotkit/shared@1.8.10
|
|
1473
|
+
|
|
1474
|
+
## 1.8.10-next.3
|
|
1475
|
+
|
|
1476
|
+
### Patch Changes
|
|
1477
|
+
|
|
1478
|
+
- @copilotkit/react-core@1.8.10-next.3
|
|
1479
|
+
- @copilotkit/runtime-client-gql@1.8.10-next.3
|
|
1480
|
+
- @copilotkit/shared@1.8.10-next.3
|
|
1481
|
+
|
|
1482
|
+
## 1.8.10-next.2
|
|
1483
|
+
|
|
1484
|
+
### Patch Changes
|
|
1485
|
+
|
|
1486
|
+
- @copilotkit/runtime-client-gql@1.8.10-next.2
|
|
1487
|
+
- @copilotkit/react-core@1.8.10-next.2
|
|
1488
|
+
- @copilotkit/shared@1.8.10-next.2
|
|
1489
|
+
|
|
1490
|
+
## 1.8.10-next.1
|
|
1491
|
+
|
|
1492
|
+
### Patch Changes
|
|
1493
|
+
|
|
1494
|
+
- @copilotkit/react-core@1.8.10-next.1
|
|
1495
|
+
- @copilotkit/runtime-client-gql@1.8.10-next.1
|
|
1496
|
+
- @copilotkit/shared@1.8.10-next.1
|
|
1497
|
+
|
|
1498
|
+
## 1.8.10-next.0
|
|
1499
|
+
|
|
1500
|
+
### Patch Changes
|
|
1501
|
+
|
|
1502
|
+
- Updated dependencies [742efbb]
|
|
1503
|
+
- @copilotkit/react-core@1.8.10-next.0
|
|
1504
|
+
- @copilotkit/runtime-client-gql@1.8.10-next.0
|
|
1505
|
+
- @copilotkit/shared@1.8.10-next.0
|
|
1506
|
+
|
|
1507
|
+
## 1.8.9
|
|
1508
|
+
|
|
1509
|
+
### Patch Changes
|
|
1510
|
+
|
|
1511
|
+
- @copilotkit/runtime-client-gql@1.8.9
|
|
1512
|
+
- @copilotkit/react-core@1.8.9
|
|
1513
|
+
- @copilotkit/shared@1.8.9
|
|
1514
|
+
|
|
1515
|
+
## 1.8.9-next.0
|
|
1516
|
+
|
|
1517
|
+
### Patch Changes
|
|
1518
|
+
|
|
1519
|
+
- @copilotkit/runtime-client-gql@1.8.9-next.0
|
|
1520
|
+
- @copilotkit/react-core@1.8.9-next.0
|
|
1521
|
+
- @copilotkit/shared@1.8.9-next.0
|
|
1522
|
+
|
|
1523
|
+
## 1.8.8
|
|
1524
|
+
|
|
1525
|
+
### Patch Changes
|
|
1526
|
+
|
|
1527
|
+
- Updated dependencies [dfb67c3]
|
|
1528
|
+
- @copilotkit/react-core@1.8.8
|
|
1529
|
+
- @copilotkit/runtime-client-gql@1.8.8
|
|
1530
|
+
- @copilotkit/shared@1.8.8
|
|
1531
|
+
|
|
1532
|
+
## 1.8.8-next.1
|
|
1533
|
+
|
|
1534
|
+
### Patch Changes
|
|
1535
|
+
|
|
1536
|
+
- @copilotkit/runtime-client-gql@1.8.8-next.1
|
|
1537
|
+
- @copilotkit/react-core@1.8.8-next.1
|
|
1538
|
+
- @copilotkit/shared@1.8.8-next.1
|
|
1539
|
+
|
|
1540
|
+
## 1.8.8-next.0
|
|
1541
|
+
|
|
1542
|
+
### Patch Changes
|
|
1543
|
+
|
|
1544
|
+
- Updated dependencies [dfb67c3]
|
|
1545
|
+
- @copilotkit/react-core@1.8.8-next.0
|
|
1546
|
+
- @copilotkit/runtime-client-gql@1.8.8-next.0
|
|
1547
|
+
- @copilotkit/shared@1.8.8-next.0
|
|
1548
|
+
|
|
1549
|
+
## 1.8.7
|
|
1550
|
+
|
|
1551
|
+
### Patch Changes
|
|
1552
|
+
|
|
1553
|
+
- Updated dependencies [8b8474f]
|
|
1554
|
+
- @copilotkit/runtime-client-gql@1.8.7
|
|
1555
|
+
- @copilotkit/react-core@1.8.7
|
|
1556
|
+
- @copilotkit/shared@1.8.7
|
|
1557
|
+
|
|
1558
|
+
## 1.8.7-next.0
|
|
1559
|
+
|
|
1560
|
+
### Patch Changes
|
|
1561
|
+
|
|
1562
|
+
- Updated dependencies [8b8474f]
|
|
1563
|
+
- @copilotkit/runtime-client-gql@1.8.7-next.0
|
|
1564
|
+
- @copilotkit/react-core@1.8.7-next.0
|
|
1565
|
+
- @copilotkit/shared@1.8.7-next.0
|
|
1566
|
+
|
|
1567
|
+
## 1.8.6
|
|
4
1568
|
|
|
5
1569
|
### Patch Changes
|
|
6
1570
|
|
|
7
1571
|
- Updated dependencies [7a04bd1]
|
|
8
|
-
- @copilotkit/react-core@
|
|
9
|
-
- @copilotkit/runtime-client-gql@
|
|
10
|
-
- @copilotkit/shared@
|
|
1572
|
+
- @copilotkit/react-core@1.8.6
|
|
1573
|
+
- @copilotkit/runtime-client-gql@1.8.6
|
|
1574
|
+
- @copilotkit/shared@1.8.6
|
|
11
1575
|
|
|
12
1576
|
## 1.8.6-next.0
|
|
13
1577
|
|
|
@@ -1251,7 +2815,6 @@
|
|
|
1251
2815
|
- e16d95e: New prerelease
|
|
1252
2816
|
- 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
|
|
1253
2817
|
- CopilotKit Core:
|
|
1254
|
-
|
|
1255
2818
|
- Improved error messages and overall logs
|
|
1256
2819
|
- `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
|
|
1257
2820
|
- Improved scrolling behavior. It is now possible to scroll up during LLM response generation
|
|
@@ -1259,7 +2822,6 @@
|
|
|
1259
2822
|
- Updated interfaces for better developer ergonomics
|
|
1260
2823
|
|
|
1261
2824
|
CoAgents:
|
|
1262
|
-
|
|
1263
2825
|
- Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
|
|
1264
2826
|
- Support for LangGraph Platform in Remote Endpoints
|
|
1265
2827
|
- LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
|
|
@@ -1267,7 +2829,6 @@
|
|
|
1267
2829
|
- Enhanced state management and message handling
|
|
1268
2830
|
|
|
1269
2831
|
CopilotKid Back-end SDK:
|
|
1270
|
-
|
|
1271
2832
|
- Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
|
|
1272
2833
|
|
|
1273
2834
|
- 8d0144f: bump
|
|
@@ -1670,7 +3231,6 @@ CopilotKid Back-end SDK:
|
|
|
1670
3231
|
### Patch Changes
|
|
1671
3232
|
|
|
1672
3233
|
- inject minified css in bundle
|
|
1673
|
-
|
|
1674
3234
|
- removes the need to import `styles.css` manually
|
|
1675
3235
|
- empty `styles.css` included in the build for backwards compatibility
|
|
1676
3236
|
- uses tsup's `injectStyles` with `postcss` to bundle and minify the CSS, then inject it as a style tag
|
|
@@ -1835,7 +3395,6 @@ CopilotKid Back-end SDK:
|
|
|
1835
3395
|
### Major Changes
|
|
1836
3396
|
|
|
1837
3397
|
- b6a4b6eb: V1.0 Release Candidate
|
|
1838
|
-
|
|
1839
3398
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
1840
3399
|
- Support for Copilot Cloud
|
|
1841
3400
|
- Generative UI
|
|
@@ -1843,7 +3402,6 @@ CopilotKid Back-end SDK:
|
|
|
1843
3402
|
- OpenAI assistant API streaming
|
|
1844
3403
|
|
|
1845
3404
|
- V1.0 Release
|
|
1846
|
-
|
|
1847
3405
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
1848
3406
|
- Support for Copilot Cloud
|
|
1849
3407
|
- Generative UI
|
|
@@ -1887,7 +3445,6 @@ CopilotKid Back-end SDK:
|
|
|
1887
3445
|
### Major Changes
|
|
1888
3446
|
|
|
1889
3447
|
- V1.0 Release Candidate
|
|
1890
|
-
|
|
1891
3448
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
1892
3449
|
- Support for Copilot Cloud
|
|
1893
3450
|
- Generative UI
|