@copilotkit/react-core 1.10.4-next.2 → 1.10.4
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 +18 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
+
## 1.10.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- ef98963: - feat: add platform-wide error surfacing for custom error rendering
|
|
8
|
+
- feat: add error as a message option and a component level onError
|
|
9
|
+
- 052d54d: - fix: enable erasing chat state on new thread creation
|
|
10
|
+
- Updated dependencies [a640d8e]
|
|
11
|
+
- @copilotkit/shared@1.10.4
|
|
12
|
+
- @copilotkit/runtime-client-gql@1.10.4
|
|
13
|
+
|
|
14
|
+
## 1.10.4-next.3
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- @copilotkit/runtime-client-gql@1.10.4-next.3
|
|
19
|
+
- @copilotkit/shared@1.10.4-next.3
|
|
20
|
+
|
|
3
21
|
## 1.10.4-next.2
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"version": "1.10.4
|
|
12
|
+
"version": "1.10.4",
|
|
13
13
|
"sideEffects": false,
|
|
14
14
|
"main": "./dist/index.js",
|
|
15
15
|
"module": "./dist/index.mjs",
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"@scarf/scarf": "^1.3.0",
|
|
48
48
|
"react-markdown": "^8.0.7",
|
|
49
49
|
"untruncate-json": "^0.0.1",
|
|
50
|
-
"@copilotkit/runtime-client-gql": "1.10.4
|
|
51
|
-
"@copilotkit/shared": "1.10.4
|
|
50
|
+
"@copilotkit/runtime-client-gql": "1.10.4",
|
|
51
|
+
"@copilotkit/shared": "1.10.4"
|
|
52
52
|
},
|
|
53
53
|
"keywords": [
|
|
54
54
|
"copilotkit",
|