@copilotkit/react-core 1.4.2-tyler-reset-chat.0 → 1.5.0-tyler-reset-chat.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 +7 -4
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
-
## 1.
|
|
3
|
+
## 1.5.0-tyler-reset-chat.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Merging Markus' reset fixes with main + a new change for stopping an agent during execution of FE actions
|
|
4
8
|
|
|
5
9
|
### Patch Changes
|
|
6
10
|
|
|
7
|
-
- Add Markus' reset chat changes along with everything in 1.4.1 + a fix for resetting the agent during front-end action calls
|
|
8
11
|
- Updated dependencies
|
|
9
|
-
- @copilotkit/runtime-client-gql@1.
|
|
10
|
-
- @copilotkit/shared@1.
|
|
12
|
+
- @copilotkit/runtime-client-gql@1.5.0-tyler-reset-chat.0
|
|
13
|
+
- @copilotkit/shared@1.5.0-tyler-reset-chat.0
|
|
11
14
|
|
|
12
15
|
## 1.4.1
|
|
13
16
|
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"version": "1.
|
|
12
|
+
"version": "1.5.0-tyler-reset-chat.0",
|
|
13
13
|
"sideEffects": false,
|
|
14
14
|
"main": "./dist/index.js",
|
|
15
15
|
"module": "./dist/index.mjs",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@scarf/scarf": "^1.3.0",
|
|
44
44
|
"untruncate-json": "^0.0.1",
|
|
45
|
-
"@copilotkit/runtime-client-gql": "1.
|
|
46
|
-
"@copilotkit/shared": "1.
|
|
45
|
+
"@copilotkit/runtime-client-gql": "1.5.0-tyler-reset-chat.0",
|
|
46
|
+
"@copilotkit/shared": "1.5.0-tyler-reset-chat.0"
|
|
47
47
|
},
|
|
48
48
|
"keywords": [
|
|
49
49
|
"copilotkit",
|