@copilotkit/react-ui 1.4.0-pre.16 → 1.4.1-pre.0
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 +77 -198
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,230 +1,109 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
-
## 1.4.
|
|
4
|
-
|
|
5
|
-
### Minor Changes
|
|
6
|
-
|
|
7
|
-
- lgc and lgjs alpha
|
|
8
|
-
|
|
9
|
-
### Patch Changes
|
|
10
|
-
|
|
11
|
-
- Updated dependencies
|
|
12
|
-
- @copilotkit/runtime-client-gql@1.4.0-pre.16
|
|
13
|
-
- @copilotkit/react-core@1.4.0-pre.16
|
|
14
|
-
- @copilotkit/shared@1.4.0-pre.16
|
|
15
|
-
|
|
16
|
-
## 1.4.0-pre.15
|
|
17
|
-
|
|
18
|
-
### Patch Changes
|
|
19
|
-
|
|
20
|
-
- No changes
|
|
21
|
-
- Updated dependencies
|
|
22
|
-
- @copilotkit/runtime-client-gql@1.4.0-pre.15
|
|
23
|
-
- @copilotkit/react-core@1.4.0-pre.15
|
|
24
|
-
- @copilotkit/shared@1.4.0-pre.15
|
|
25
|
-
|
|
26
|
-
## 1.4.0-pre-1-4-0.14
|
|
27
|
-
|
|
28
|
-
### Minor Changes
|
|
29
|
-
|
|
30
|
-
- lgc & lgjs alpha release
|
|
3
|
+
## 1.4.1-pre.0
|
|
31
4
|
|
|
32
5
|
### Patch Changes
|
|
33
6
|
|
|
34
|
-
-
|
|
35
|
-
- Updated dependencies [a5efccd]
|
|
7
|
+
- lower case copilotkit property
|
|
36
8
|
- Updated dependencies
|
|
37
|
-
- @copilotkit/react-core@1.4.
|
|
38
|
-
- @copilotkit/runtime-client-gql@1.4.
|
|
39
|
-
- @copilotkit/shared@1.4.
|
|
9
|
+
- @copilotkit/react-core@1.4.1-pre.0
|
|
10
|
+
- @copilotkit/runtime-client-gql@1.4.1-pre.0
|
|
11
|
+
- @copilotkit/shared@1.4.1-pre.0
|
|
40
12
|
|
|
41
|
-
## 1.4.0
|
|
13
|
+
## 1.4.0
|
|
42
14
|
|
|
43
15
|
### Minor Changes
|
|
44
16
|
|
|
45
|
-
|
|
17
|
+
CopilotKit Core:
|
|
46
18
|
|
|
47
|
-
|
|
19
|
+
- Improved error messages and overall logs
|
|
20
|
+
- `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
|
|
21
|
+
- Improved scrolling behavior. It is now possible to scroll up during LLM response generation
|
|
22
|
+
- Added Azure OpenAI integration
|
|
23
|
+
- Updated interfaces for better developer ergonomics
|
|
48
24
|
|
|
49
|
-
|
|
50
|
-
- @copilotkit/runtime-client-gql@1.4.0-pre-1-4-0.13
|
|
51
|
-
- @copilotkit/react-core@1.4.0-pre-1-4-0.13
|
|
52
|
-
- @copilotkit/shared@1.4.0-pre-1-4-0.13
|
|
25
|
+
CoAgents:
|
|
53
26
|
|
|
54
|
-
|
|
27
|
+
- Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
|
|
28
|
+
- Support for LangGraph Platform in Remote Endpoints
|
|
29
|
+
- LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
|
|
30
|
+
- Improved LangSmith integration - requests made through CoAgents will now surface in LangSmith
|
|
31
|
+
- Enhanced state management and message handling
|
|
55
32
|
|
|
56
|
-
|
|
33
|
+
CopilotKid Back-end SDK:
|
|
57
34
|
|
|
58
|
-
-
|
|
59
|
-
- 7cc6cc8: LangGraph Cloud and LangGraphJS alpha release
|
|
60
|
-
- prerelease lgc and lgjs
|
|
61
|
-
- Add LangGraph Platform and LangGraph JS support
|
|
62
|
-
- b318b18: Add LangGraph Cloud support
|
|
35
|
+
- Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
|
|
63
36
|
|
|
64
37
|
### Patch Changes
|
|
65
38
|
|
|
66
|
-
-
|
|
67
|
-
-
|
|
68
|
-
-
|
|
39
|
+
- f6fab28: update tsup config
|
|
40
|
+
- f6fab28: update entry
|
|
41
|
+
- f6fab28: export langchain module
|
|
69
42
|
- 8a77944: Improve LangSmith support
|
|
70
|
-
-
|
|
71
|
-
-
|
|
43
|
+
- f6fab28: Ensure intermediate state config is sent as snake case
|
|
44
|
+
- f6fab28: update entry in tsup config
|
|
72
45
|
- 8a77944: Ensure the last message is sent to LangSmith
|
|
73
|
-
-
|
|
74
|
-
-
|
|
75
|
-
-
|
|
46
|
+
- a5efccd: Revert rxjs changes
|
|
47
|
+
- f6fab28: update entry
|
|
48
|
+
- f6fab28: Update exports
|
|
49
|
+
- f6fab28: Update exports
|
|
76
50
|
- 332d744: Add support for Azure OpenAI
|
|
77
|
-
-
|
|
78
|
-
-
|
|
79
|
-
- Updated dependencies [
|
|
80
|
-
- Updated dependencies [
|
|
81
|
-
- Updated dependencies [c6b489d]
|
|
82
|
-
- Updated dependencies [7cc6cc8]
|
|
83
|
-
- Updated dependencies [e71d469]
|
|
84
|
-
- Updated dependencies [8a77944]
|
|
85
|
-
- Updated dependencies [3caa5d5]
|
|
86
|
-
- Updated dependencies [cf3a787]
|
|
87
|
-
- Updated dependencies
|
|
51
|
+
- f6fab28: Export LangGraph functions
|
|
52
|
+
- f6fab28: Update lockfile
|
|
53
|
+
- Updated dependencies [f6fab28]
|
|
54
|
+
- Updated dependencies [f6fab28]
|
|
88
55
|
- Updated dependencies
|
|
56
|
+
- Updated dependencies [f6fab28]
|
|
89
57
|
- Updated dependencies [8a77944]
|
|
90
|
-
- Updated dependencies [
|
|
91
|
-
- Updated dependencies [
|
|
92
|
-
- Updated dependencies [
|
|
58
|
+
- Updated dependencies [f6fab28]
|
|
59
|
+
- Updated dependencies [f6fab28]
|
|
60
|
+
- Updated dependencies [8a77944]
|
|
61
|
+
- Updated dependencies [a5efccd]
|
|
62
|
+
- Updated dependencies [f6fab28]
|
|
63
|
+
- Updated dependencies [f6fab28]
|
|
64
|
+
- Updated dependencies [f6fab28]
|
|
93
65
|
- Updated dependencies [332d744]
|
|
94
|
-
- Updated dependencies [
|
|
95
|
-
- Updated dependencies [
|
|
96
|
-
-
|
|
97
|
-
- @copilotkit/
|
|
98
|
-
- @copilotkit/
|
|
99
|
-
- @copilotkit/shared@1.4.0-pre-1-4-0.12
|
|
100
|
-
|
|
101
|
-
## 1.4.0-pre-1-4-0.11
|
|
102
|
-
|
|
103
|
-
### Minor Changes
|
|
104
|
-
|
|
105
|
-
- LangGraph Platform and LangGraph JS support
|
|
106
|
-
|
|
107
|
-
### Patch Changes
|
|
108
|
-
|
|
109
|
-
- Updated dependencies
|
|
110
|
-
- @copilotkit/runtime-client-gql@1.4.0-pre-1-4-0.11
|
|
111
|
-
- @copilotkit/react-core@1.4.0-pre-1-4-0.11
|
|
112
|
-
- @copilotkit/shared@1.4.0-pre-1-4-0.11
|
|
113
|
-
|
|
114
|
-
## 1.4.0-pre-1-4-0.10
|
|
115
|
-
|
|
116
|
-
### Minor Changes
|
|
117
|
-
|
|
118
|
-
- LangGraph Cloud and LangGraphJS alpha release
|
|
119
|
-
- b318b18: Add LangGraph Cloud support
|
|
120
|
-
|
|
121
|
-
### Patch Changes
|
|
122
|
-
|
|
123
|
-
- Updated dependencies
|
|
124
|
-
- Updated dependencies [b318b18]
|
|
125
|
-
- @copilotkit/runtime-client-gql@1.4.0-pre-1-4-0.10
|
|
126
|
-
- @copilotkit/react-core@1.4.0-pre-1-4-0.10
|
|
127
|
-
- @copilotkit/shared@1.4.0-pre-1-4-0.10
|
|
128
|
-
|
|
129
|
-
## 1.3.16-mme-lgc-langgraph-package.9
|
|
130
|
-
|
|
131
|
-
### Patch Changes
|
|
132
|
-
|
|
133
|
-
- update entry
|
|
134
|
-
- Updated dependencies
|
|
135
|
-
- @copilotkit/runtime-client-gql@1.3.16-mme-lgc-langgraph-package.9
|
|
136
|
-
- @copilotkit/react-core@1.3.16-mme-lgc-langgraph-package.9
|
|
137
|
-
- @copilotkit/shared@1.3.16-mme-lgc-langgraph-package.9
|
|
66
|
+
- Updated dependencies [f6fab28]
|
|
67
|
+
- Updated dependencies [f6fab28]
|
|
68
|
+
- @copilotkit/runtime-client-gql@1.4.0
|
|
69
|
+
- @copilotkit/react-core@1.4.0
|
|
70
|
+
- @copilotkit/shared@1.4.0
|
|
138
71
|
|
|
139
|
-
## 1.3.16-mme-
|
|
72
|
+
## 1.3.16-mme-revert-rxjs-changes.10
|
|
140
73
|
|
|
141
74
|
### Patch Changes
|
|
142
75
|
|
|
143
|
-
- update
|
|
144
|
-
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
-
|
|
154
|
-
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
-
|
|
164
|
-
- Updated dependencies
|
|
165
|
-
- @copilotkit/runtime-client-gql@1.3.16-mme-lgc-langgraph-package.6
|
|
166
|
-
- @copilotkit/react-core@1.3.16-mme-lgc-langgraph-package.6
|
|
167
|
-
- @copilotkit/shared@1.3.16-mme-lgc-langgraph-package.6
|
|
168
|
-
|
|
169
|
-
## 1.3.16-mme-lgc-langgraph-package.5
|
|
170
|
-
|
|
171
|
-
### Patch Changes
|
|
172
|
-
|
|
173
|
-
- update tsup config
|
|
174
|
-
- Updated dependencies
|
|
175
|
-
- @copilotkit/runtime-client-gql@1.3.16-mme-lgc-langgraph-package.5
|
|
176
|
-
- @copilotkit/react-core@1.3.16-mme-lgc-langgraph-package.5
|
|
177
|
-
- @copilotkit/shared@1.3.16-mme-lgc-langgraph-package.5
|
|
178
|
-
|
|
179
|
-
## 1.3.16-mme-lgc-langgraph-package.4
|
|
180
|
-
|
|
181
|
-
### Patch Changes
|
|
182
|
-
|
|
183
|
-
- Update exports
|
|
184
|
-
- Updated dependencies
|
|
185
|
-
- @copilotkit/runtime-client-gql@1.3.16-mme-lgc-langgraph-package.4
|
|
186
|
-
- @copilotkit/react-core@1.3.16-mme-lgc-langgraph-package.4
|
|
187
|
-
- @copilotkit/shared@1.3.16-mme-lgc-langgraph-package.4
|
|
188
|
-
|
|
189
|
-
## 1.3.16-mme-lgc-langgraph-package.3
|
|
190
|
-
|
|
191
|
-
### Patch Changes
|
|
192
|
-
|
|
193
|
-
- export langchain module
|
|
194
|
-
- Updated dependencies
|
|
195
|
-
- @copilotkit/runtime-client-gql@1.3.16-mme-lgc-langgraph-package.3
|
|
196
|
-
- @copilotkit/react-core@1.3.16-mme-lgc-langgraph-package.3
|
|
197
|
-
- @copilotkit/shared@1.3.16-mme-lgc-langgraph-package.3
|
|
198
|
-
|
|
199
|
-
## 1.3.16-mme-sdk-js.2
|
|
200
|
-
|
|
201
|
-
### Patch Changes
|
|
202
|
-
|
|
203
|
-
- Ensure intermediate state config is sent as snake case
|
|
204
|
-
- Updated dependencies
|
|
205
|
-
- @copilotkit/runtime-client-gql@1.3.16-mme-sdk-js.2
|
|
206
|
-
- @copilotkit/react-core@1.3.16-mme-sdk-js.2
|
|
207
|
-
- @copilotkit/shared@1.3.16-mme-sdk-js.2
|
|
208
|
-
|
|
209
|
-
## 1.3.16-mme-sdk-js.1
|
|
210
|
-
|
|
211
|
-
### Patch Changes
|
|
212
|
-
|
|
213
|
-
- Update lockfile
|
|
214
|
-
- Updated dependencies
|
|
215
|
-
- @copilotkit/runtime-client-gql@1.3.16-mme-sdk-js.1
|
|
216
|
-
- @copilotkit/react-core@1.3.16-mme-sdk-js.1
|
|
217
|
-
- @copilotkit/shared@1.3.16-mme-sdk-js.1
|
|
218
|
-
|
|
219
|
-
## 1.3.16-mme-sdk-js.0
|
|
220
|
-
|
|
221
|
-
### Patch Changes
|
|
222
|
-
|
|
223
|
-
- Export LangGraph functions
|
|
76
|
+
- f6fab28: update tsup config
|
|
77
|
+
- f6fab28: update entry
|
|
78
|
+
- f6fab28: export langchain module
|
|
79
|
+
- 8a77944: Improve LangSmith support
|
|
80
|
+
- f6fab28: Ensure intermediate state config is sent as snake case
|
|
81
|
+
- f6fab28: update entry in tsup config
|
|
82
|
+
- 8a77944: Ensure the last message is sent to LangSmith
|
|
83
|
+
- Revert rxjs changes
|
|
84
|
+
- f6fab28: update entry
|
|
85
|
+
- f6fab28: Update exports
|
|
86
|
+
- f6fab28: Update exports
|
|
87
|
+
- 332d744: Add support for Azure OpenAI
|
|
88
|
+
- f6fab28: Export LangGraph functions
|
|
89
|
+
- f6fab28: Update lockfile
|
|
90
|
+
- Updated dependencies [f6fab28]
|
|
91
|
+
- Updated dependencies [f6fab28]
|
|
92
|
+
- Updated dependencies [f6fab28]
|
|
93
|
+
- Updated dependencies [8a77944]
|
|
94
|
+
- Updated dependencies [f6fab28]
|
|
95
|
+
- Updated dependencies [f6fab28]
|
|
96
|
+
- Updated dependencies [8a77944]
|
|
224
97
|
- Updated dependencies
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
98
|
+
- Updated dependencies [f6fab28]
|
|
99
|
+
- Updated dependencies [f6fab28]
|
|
100
|
+
- Updated dependencies [f6fab28]
|
|
101
|
+
- Updated dependencies [332d744]
|
|
102
|
+
- Updated dependencies [f6fab28]
|
|
103
|
+
- Updated dependencies [f6fab28]
|
|
104
|
+
- @copilotkit/runtime-client-gql@1.3.16-mme-revert-rxjs-changes.10
|
|
105
|
+
- @copilotkit/react-core@1.3.16-mme-revert-rxjs-changes.10
|
|
106
|
+
- @copilotkit/shared@1.3.16-mme-revert-rxjs-changes.10
|
|
228
107
|
|
|
229
108
|
## 1.3.15
|
|
230
109
|
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"version": "1.4.
|
|
12
|
+
"version": "1.4.1-pre.0",
|
|
13
13
|
"sideEffects": [
|
|
14
14
|
"**/*.css"
|
|
15
15
|
],
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"ts-jest": "^29.1.1",
|
|
41
41
|
"tsup": "^6.7.0",
|
|
42
42
|
"typescript": "^5.2.3",
|
|
43
|
-
"eslint-config-custom": "1.4.
|
|
44
|
-
"tailwind-config": "1.4.
|
|
45
|
-
"tsconfig": "1.4.
|
|
43
|
+
"eslint-config-custom": "1.4.1-pre.0",
|
|
44
|
+
"tailwind-config": "1.4.1-pre.0",
|
|
45
|
+
"tsconfig": "1.4.1-pre.0"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@headlessui/react": "^2.1.3",
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
"react-syntax-highlighter": "^15.5.0",
|
|
51
51
|
"remark-gfm": "^3.0.1",
|
|
52
52
|
"remark-math": "^5.1.1",
|
|
53
|
-
"@copilotkit/react-core": "1.4.
|
|
54
|
-
"@copilotkit/runtime-client-gql": "1.4.
|
|
55
|
-
"@copilotkit/shared": "1.4.
|
|
53
|
+
"@copilotkit/react-core": "1.4.1-pre.0",
|
|
54
|
+
"@copilotkit/runtime-client-gql": "1.4.1-pre.0",
|
|
55
|
+
"@copilotkit/shared": "1.4.1-pre.0"
|
|
56
56
|
},
|
|
57
57
|
"keywords": [
|
|
58
58
|
"copilotkit",
|