@copilotkit/react-ui 1.4.2-tyler-reset-chat.1 → 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 CHANGED
@@ -1,24 +1,17 @@
1
1
  # ui
2
2
 
3
- ## 1.4.2-tyler-reset-chat.1
3
+ ## 1.5.0-tyler-reset-chat.0
4
4
 
5
- ### Patch Changes
6
-
7
- - Fixing a small issue where the abort controller reference was being clobbered
8
- - Updated dependencies
9
- - @copilotkit/runtime-client-gql@1.4.2-tyler-reset-chat.1
10
- - @copilotkit/react-core@1.4.2-tyler-reset-chat.1
11
- - @copilotkit/shared@1.4.2-tyler-reset-chat.1
5
+ ### Minor Changes
12
6
 
13
- ## 1.4.2-tyler-reset-chat.0
7
+ - Merging Markus' reset fixes with main + a new change for stopping an agent during execution of FE actions
14
8
 
15
9
  ### Patch Changes
16
10
 
17
- - Add Markus' reset chat changes along with everything in 1.4.1 + a fix for resetting the agent during front-end action calls
18
11
  - Updated dependencies
19
- - @copilotkit/react-core@1.4.2-tyler-reset-chat.0
20
- - @copilotkit/runtime-client-gql@1.4.2-tyler-reset-chat.0
21
- - @copilotkit/shared@1.4.2-tyler-reset-chat.0
12
+ - @copilotkit/react-core@1.5.0-tyler-reset-chat.0
13
+ - @copilotkit/runtime-client-gql@1.5.0-tyler-reset-chat.0
14
+ - @copilotkit/shared@1.5.0-tyler-reset-chat.0
22
15
 
23
16
  ## 1.4.1
24
17
 
package/dist/index.mjs CHANGED
@@ -1,6 +1,5 @@
1
1
  "use client";
2
2
  import "./chunk-EFZPSZWO.mjs";
3
- import "./chunk-IU3WTXLQ.mjs";
4
3
  import "./chunk-MMVDU6DF.mjs";
5
4
  import "./chunk-MRFF7GSQ.mjs";
6
5
  import {
@@ -43,6 +42,7 @@ import {
43
42
  } from "./chunk-CBBFRI3Q.mjs";
44
43
  import "./chunk-UPTB2MVO.mjs";
45
44
  import "./chunk-FZC7X5PK.mjs";
45
+ import "./chunk-IU3WTXLQ.mjs";
46
46
  import "./chunk-T26KLXLH.mjs";
47
47
  import {
48
48
  useCopilotChatSuggestions
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "1.4.2-tyler-reset-chat.1",
12
+ "version": "1.5.0-tyler-reset-chat.0",
13
13
  "sideEffects": [
14
14
  "**/*.css"
15
15
  ],
@@ -50,9 +50,9 @@
50
50
  "react-syntax-highlighter": "^15.5.0",
51
51
  "remark-gfm": "^3.0.1",
52
52
  "remark-math": "^5.1.1",
53
- "@copilotkit/react-core": "1.4.2-tyler-reset-chat.1",
54
- "@copilotkit/runtime-client-gql": "1.4.2-tyler-reset-chat.1",
55
- "@copilotkit/shared": "1.4.2-tyler-reset-chat.1"
53
+ "@copilotkit/react-core": "1.5.0-tyler-reset-chat.0",
54
+ "@copilotkit/runtime-client-gql": "1.5.0-tyler-reset-chat.0",
55
+ "@copilotkit/shared": "1.5.0-tyler-reset-chat.0"
56
56
  },
57
57
  "keywords": [
58
58
  "copilotkit",