@copilotkit/react-core 1.54.0-next.9 → 1.54.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 +22 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
+
## 1.54.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- fa0d1cd: Add support for Standard Schema (instead of just Zod)
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- c80498e: feat(core): add copilotkit.runTool() for programmatic tool execution
|
|
12
|
+
- af11b1e: Fixed hook render registrations lost under React Strict Mode.
|
|
13
|
+
- Updated dependencies [eb1e0bf]
|
|
14
|
+
- Updated dependencies [3780c6a]
|
|
15
|
+
- Updated dependencies [6e0cddf]
|
|
16
|
+
- Updated dependencies [fa0d1cd]
|
|
17
|
+
- Updated dependencies [c80498e]
|
|
18
|
+
- Updated dependencies [d746e4f]
|
|
19
|
+
- Updated dependencies [f1571ef]
|
|
20
|
+
- @copilotkitnext/core@1.54.0
|
|
21
|
+
- @copilotkitnext/react@1.54.0
|
|
22
|
+
- @copilotkit/runtime-client-gql@1.54.0
|
|
23
|
+
- @copilotkit/shared@1.54.0
|
|
24
|
+
|
|
3
25
|
## 1.54.0-next.9
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"publishConfig": {
|
|
11
11
|
"access": "public"
|
|
12
12
|
},
|
|
13
|
-
"version": "1.54.0
|
|
13
|
+
"version": "1.54.0",
|
|
14
14
|
"sideEffects": [
|
|
15
15
|
"**/*.css"
|
|
16
16
|
],
|
|
@@ -51,18 +51,18 @@
|
|
|
51
51
|
"tsdown": "^0.20.3",
|
|
52
52
|
"typescript": "^5.2.3",
|
|
53
53
|
"zod": ">=3.0.0",
|
|
54
|
-
"eslint-config-custom": "1.4.
|
|
55
|
-
"tsconfig": "1.4.
|
|
54
|
+
"eslint-config-custom": "1.4.12",
|
|
55
|
+
"tsconfig": "1.4.12"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@ag-ui/client": "^0.0.47",
|
|
59
59
|
"@scarf/scarf": "^1.3.0",
|
|
60
60
|
"react-markdown": "^8.0.7",
|
|
61
61
|
"untruncate-json": "^0.0.1",
|
|
62
|
-
"@copilotkit/runtime-client-gql": "1.54.0
|
|
63
|
-
"@copilotkit/shared": "1.54.0
|
|
64
|
-
"@copilotkitnext/core": "1.54.0
|
|
65
|
-
"@copilotkitnext/react": "1.54.0
|
|
62
|
+
"@copilotkit/runtime-client-gql": "1.54.0",
|
|
63
|
+
"@copilotkit/shared": "1.54.0",
|
|
64
|
+
"@copilotkitnext/core": "1.54.0",
|
|
65
|
+
"@copilotkitnext/react": "1.54.0"
|
|
66
66
|
},
|
|
67
67
|
"keywords": [
|
|
68
68
|
"copilotkit",
|