@copilotkit/react-ui 1.2.2-feat-runtime-remote-actions.1 → 1.3.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 +8 -17
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,22 +1,13 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
-
## 1.
|
|
3
|
+
## 1.3.0
|
|
4
4
|
|
|
5
|
-
###
|
|
6
|
-
|
|
7
|
-
- Fix useCoAgent start/stop bug
|
|
8
|
-
- Updated dependencies
|
|
9
|
-
- @copilotkit/runtime-client-gql@1.2.2-feat-runtime-remote-actions.1
|
|
10
|
-
- @copilotkit/react-core@1.2.2-feat-runtime-remote-actions.1
|
|
11
|
-
- @copilotkit/shared@1.2.2-feat-runtime-remote-actions.1
|
|
5
|
+
### Minor Changes
|
|
12
6
|
|
|
13
|
-
|
|
7
|
+
- CoAgents and remote actions
|
|
14
8
|
|
|
15
9
|
### Patch Changes
|
|
16
10
|
|
|
17
|
-
- Prerelease
|
|
18
|
-
- 0d54450: Include agent state
|
|
19
|
-
- 8d32e22: Show agent state in the chat window
|
|
20
11
|
- 5b63f55: stream intermediate state
|
|
21
12
|
- b6fd3d8: Better message grouping
|
|
22
13
|
- 89420c6: Rename hooks and bugfixes
|
|
@@ -24,9 +15,8 @@
|
|
|
24
15
|
- 91c35b9: useAgentState
|
|
25
16
|
- 00be203: Remote actions preview
|
|
26
17
|
- fb15f72: Reduce request size by skipping intermediate state
|
|
18
|
+
- 8ecc3e4: Fix useCoAgent start/stop bug
|
|
27
19
|
- Updated dependencies
|
|
28
|
-
- Updated dependencies [0d54450]
|
|
29
|
-
- Updated dependencies [8d32e22]
|
|
30
20
|
- Updated dependencies [5b63f55]
|
|
31
21
|
- Updated dependencies [b6fd3d8]
|
|
32
22
|
- Updated dependencies [89420c6]
|
|
@@ -34,9 +24,10 @@
|
|
|
34
24
|
- Updated dependencies [91c35b9]
|
|
35
25
|
- Updated dependencies [00be203]
|
|
36
26
|
- Updated dependencies [fb15f72]
|
|
37
|
-
|
|
38
|
-
- @copilotkit/react-core@1.
|
|
39
|
-
- @copilotkit/
|
|
27
|
+
- Updated dependencies [8ecc3e4]
|
|
28
|
+
- @copilotkit/react-core@1.3.0
|
|
29
|
+
- @copilotkit/runtime-client-gql@1.3.0
|
|
30
|
+
- @copilotkit/shared@1.3.0
|
|
40
31
|
|
|
41
32
|
## 1.2.1
|
|
42
33
|
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"version": "1.
|
|
12
|
+
"version": "1.3.0",
|
|
13
13
|
"sideEffects": [
|
|
14
14
|
"**/*.css"
|
|
15
15
|
],
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
"ts-jest": "^29.1.1",
|
|
49
49
|
"tsup-async-inject-style": "0.0.2",
|
|
50
50
|
"typescript": "^5.5.4",
|
|
51
|
-
"eslint-config-custom": "1.
|
|
52
|
-
"tailwind-config": "1.
|
|
53
|
-
"tsconfig": "1.
|
|
51
|
+
"eslint-config-custom": "1.3.0",
|
|
52
|
+
"tailwind-config": "1.3.0",
|
|
53
|
+
"tsconfig": "1.3.0"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@headlessui/react": "^2.1.3",
|
|
@@ -58,9 +58,9 @@
|
|
|
58
58
|
"react-syntax-highlighter": "^15.5.0",
|
|
59
59
|
"remark-gfm": "^3.0.1",
|
|
60
60
|
"remark-math": "^5.1.1",
|
|
61
|
-
"@copilotkit/react-core": "1.
|
|
62
|
-
"@copilotkit/runtime-client-gql": "1.
|
|
63
|
-
"@copilotkit/shared": "1.
|
|
61
|
+
"@copilotkit/react-core": "1.3.0",
|
|
62
|
+
"@copilotkit/runtime-client-gql": "1.3.0",
|
|
63
|
+
"@copilotkit/shared": "1.3.0"
|
|
64
64
|
},
|
|
65
65
|
"keywords": [
|
|
66
66
|
"copilotkit",
|