@copilotkit/react-ui 1.2.2-mme-coagents-final.0 → 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 +9 -6
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,30 +1,33 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
-
## 1.
|
|
3
|
+
## 1.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- CoAgents and remote actions
|
|
4
8
|
|
|
5
9
|
### Patch Changes
|
|
6
10
|
|
|
7
11
|
- 5b63f55: stream intermediate state
|
|
8
12
|
- b6fd3d8: Better message grouping
|
|
9
|
-
- Final pre
|
|
10
13
|
- 89420c6: Rename hooks and bugfixes
|
|
11
14
|
- b6e8824: useCoAgent/useCoAgentAction
|
|
12
15
|
- 91c35b9: useAgentState
|
|
13
16
|
- 00be203: Remote actions preview
|
|
14
17
|
- fb15f72: Reduce request size by skipping intermediate state
|
|
15
18
|
- 8ecc3e4: Fix useCoAgent start/stop bug
|
|
19
|
+
- Updated dependencies
|
|
16
20
|
- Updated dependencies [5b63f55]
|
|
17
21
|
- Updated dependencies [b6fd3d8]
|
|
18
|
-
- Updated dependencies
|
|
19
22
|
- Updated dependencies [89420c6]
|
|
20
23
|
- Updated dependencies [b6e8824]
|
|
21
24
|
- Updated dependencies [91c35b9]
|
|
22
25
|
- Updated dependencies [00be203]
|
|
23
26
|
- Updated dependencies [fb15f72]
|
|
24
27
|
- Updated dependencies [8ecc3e4]
|
|
25
|
-
- @copilotkit/
|
|
26
|
-
- @copilotkit/
|
|
27
|
-
- @copilotkit/shared@1.
|
|
28
|
+
- @copilotkit/react-core@1.3.0
|
|
29
|
+
- @copilotkit/runtime-client-gql@1.3.0
|
|
30
|
+
- @copilotkit/shared@1.3.0
|
|
28
31
|
|
|
29
32
|
## 1.2.1
|
|
30
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",
|