@copilotkit/react-textarea 1.4.2-tyler-reset-chat.2 → 1.4.3-pre.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 +12 -20
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,34 +1,26 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
-
## 1.4.
|
|
3
|
+
## 1.4.3-pre.0
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- - Better error surfacing when using LangGraph Platform streaming
|
|
8
|
+
- Ensure state is immediately set without using flushSync
|
|
8
9
|
- Updated dependencies
|
|
9
|
-
- @copilotkit/
|
|
10
|
-
- @copilotkit/
|
|
11
|
-
- @copilotkit/shared@1.4.
|
|
10
|
+
- @copilotkit/react-core@1.4.3-pre.0
|
|
11
|
+
- @copilotkit/runtime-client-gql@1.4.3-pre.0
|
|
12
|
+
- @copilotkit/shared@1.4.3-pre.0
|
|
12
13
|
|
|
13
|
-
## 1.4.2
|
|
14
|
+
## 1.4.2
|
|
14
15
|
|
|
15
16
|
### Patch Changes
|
|
16
17
|
|
|
17
|
-
-
|
|
18
|
+
- - Make sure agent state is set immediately (#1077)
|
|
19
|
+
- Support running an agent without messages (#1075)
|
|
18
20
|
- Updated dependencies
|
|
19
|
-
- @copilotkit/
|
|
20
|
-
- @copilotkit/
|
|
21
|
-
- @copilotkit/shared@1.4.2
|
|
22
|
-
|
|
23
|
-
## 1.4.2-tyler-reset-chat.0
|
|
24
|
-
|
|
25
|
-
### Patch Changes
|
|
26
|
-
|
|
27
|
-
- Add Markus' reset chat changes along with everything in 1.4.1 + a fix for resetting the agent during front-end action calls
|
|
28
|
-
- Updated dependencies
|
|
29
|
-
- @copilotkit/react-core@1.4.2-tyler-reset-chat.0
|
|
30
|
-
- @copilotkit/runtime-client-gql@1.4.2-tyler-reset-chat.0
|
|
31
|
-
- @copilotkit/shared@1.4.2-tyler-reset-chat.0
|
|
21
|
+
- @copilotkit/react-core@1.4.2
|
|
22
|
+
- @copilotkit/runtime-client-gql@1.4.2
|
|
23
|
+
- @copilotkit/shared@1.4.2
|
|
32
24
|
|
|
33
25
|
## 1.4.1
|
|
34
26
|
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"version": "1.4.
|
|
12
|
+
"version": "1.4.3-pre.0",
|
|
13
13
|
"sideEffects": [
|
|
14
14
|
"**/*.css"
|
|
15
15
|
],
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
"ts-jest": "^29.1.1",
|
|
44
44
|
"tsup": "^6.7.0",
|
|
45
45
|
"typescript": "^5.2.3",
|
|
46
|
-
"eslint-config-custom": "1.4.
|
|
47
|
-
"tailwind-config": "1.4.
|
|
48
|
-
"tsconfig": "1.4.
|
|
46
|
+
"eslint-config-custom": "1.4.3-pre.0",
|
|
47
|
+
"tailwind-config": "1.4.3-pre.0",
|
|
48
|
+
"tsconfig": "1.4.3-pre.0"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@emotion/css": "^11.11.2",
|
|
@@ -67,9 +67,9 @@
|
|
|
67
67
|
"slate-history": "^0.93.0",
|
|
68
68
|
"slate-react": "^0.98.1",
|
|
69
69
|
"tailwind-merge": "^1.13.2",
|
|
70
|
-
"@copilotkit/react-core": "1.4.
|
|
71
|
-
"@copilotkit/runtime-client-gql": "1.4.
|
|
72
|
-
"@copilotkit/shared": "1.4.
|
|
70
|
+
"@copilotkit/react-core": "1.4.3-pre.0",
|
|
71
|
+
"@copilotkit/runtime-client-gql": "1.4.3-pre.0",
|
|
72
|
+
"@copilotkit/shared": "1.4.3-pre.0"
|
|
73
73
|
},
|
|
74
74
|
"keywords": [
|
|
75
75
|
"copilotkit",
|