@copilotkit/react-core 0.0.0-feat-a2ui-default-renderer-20260305151820 → 0.0.0-feat-a2ui-eager-default-renderer-20260306182834
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 +101 -8
- package/dist/copilotkit-BRPQ2sqS.d.cts +670 -0
- package/dist/copilotkit-BRPQ2sqS.d.cts.map +1 -0
- package/dist/copilotkit-C94ayZbs.cjs +2161 -0
- package/dist/copilotkit-C94ayZbs.cjs.map +1 -0
- package/dist/copilotkit-CwZMFmSK.d.mts +670 -0
- package/dist/copilotkit-CwZMFmSK.d.mts.map +1 -0
- package/dist/copilotkit-Yh_Ld_FX.mjs +2031 -0
- package/dist/copilotkit-Yh_Ld_FX.mjs.map +1 -0
- package/dist/index.cjs +33 -2037
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +13 -674
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +13 -674
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +7 -1983
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +114 -65
- package/dist/index.umd.js.map +1 -1
- package/dist/v2/index.cjs +3 -1
- package/dist/v2/index.css +1 -1
- package/dist/v2/index.d.cts +3 -1
- package/dist/v2/index.d.mts +3 -1
- package/dist/v2/index.mjs +3 -1
- package/dist/v2/index.umd.js +1979 -7
- package/dist/v2/index.umd.js.map +1 -0
- package/package.json +7 -8
- package/src/components/copilot-provider/copilotkit.tsx +112 -73
- package/src/hooks/__tests__/use-copilot-chat-internal-connect.test.tsx +234 -0
- package/src/hooks/use-copilot-chat_internal.ts +14 -3
- package/src/v2/index.ts +3 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,109 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
-
## 0.0.0-feat-a2ui-default-renderer-
|
|
3
|
+
## 0.0.0-feat-a2ui-eager-default-renderer-20260306182834
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
- Updated dependencies [
|
|
9
|
-
- @
|
|
10
|
-
- @
|
|
11
|
-
- @
|
|
12
|
-
- @
|
|
13
|
-
|
|
7
|
+
- Updated dependencies [6e0cddf]
|
|
8
|
+
- Updated dependencies [d746e4f]
|
|
9
|
+
- @copilotkitnext/react@0.0.0-feat-a2ui-eager-default-renderer-20260306182834
|
|
10
|
+
- @copilotkit/runtime-client-gql@0.0.0-feat-a2ui-eager-default-renderer-20260306182834
|
|
11
|
+
- @copilotkit/shared@0.0.0-feat-a2ui-eager-default-renderer-20260306182834
|
|
12
|
+
- @copilotkitnext/core@0.0.0-feat-a2ui-eager-default-renderer-20260306182834
|
|
13
|
+
|
|
14
|
+
## 1.53.1-next.0
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies [6e0cddf]
|
|
19
|
+
- @copilotkitnext/react@1.53.1-next.0
|
|
20
|
+
- @copilotkit/runtime-client-gql@1.53.1-next.0
|
|
21
|
+
- @copilotkit/shared@1.53.1-next.0
|
|
22
|
+
- @copilotkitnext/core@1.53.1-next.0
|
|
23
|
+
|
|
24
|
+
## 1.53.0
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- 1510f64: feat: enable mcp and a2ui middleware directly from copilotkit runtime
|
|
29
|
+
- f1eaa4c: Fixing a regression with setModalOpen
|
|
30
|
+
- ac31331: - Prevents error propagating out of CPK when an agent runtime is defined but not reachable
|
|
31
|
+
- Adds an onError callback to CopilotChat and CopilotKitProvider
|
|
32
|
+
- Updated dependencies [1510f64]
|
|
33
|
+
- Updated dependencies [bf1fc6f]
|
|
34
|
+
- @copilotkit/shared@1.53.0
|
|
35
|
+
- @copilotkitnext/core@1.53.0
|
|
36
|
+
- @copilotkitnext/react@1.53.0
|
|
37
|
+
- @copilotkit/runtime-client-gql@1.53.0
|
|
38
|
+
|
|
39
|
+
## 1.53.0-next.6
|
|
40
|
+
|
|
41
|
+
### Patch Changes
|
|
42
|
+
|
|
43
|
+
- @copilotkit/runtime-client-gql@1.53.0-next.6
|
|
44
|
+
- @copilotkit/shared@1.53.0-next.6
|
|
45
|
+
- @copilotkitnext/core@1.53.0-next.6
|
|
46
|
+
- @copilotkitnext/react@1.53.0-next.6
|
|
47
|
+
|
|
48
|
+
## 1.53.0-next.5
|
|
49
|
+
|
|
50
|
+
### Patch Changes
|
|
51
|
+
|
|
52
|
+
- @copilotkit/runtime-client-gql@1.53.0-next.5
|
|
53
|
+
- @copilotkit/shared@1.53.0-next.5
|
|
54
|
+
- @copilotkitnext/core@1.53.0-next.5
|
|
55
|
+
- @copilotkitnext/react@1.53.0-next.5
|
|
56
|
+
|
|
57
|
+
## 1.52.2-next.4
|
|
58
|
+
|
|
59
|
+
### Patch Changes
|
|
60
|
+
|
|
61
|
+
- ac31331: - Prevents error propagating out of CPK when an agent runtime is defined but not reachable
|
|
62
|
+
- Adds an onError callback to CopilotChat and CopilotKitProvider
|
|
63
|
+
- @copilotkit/runtime-client-gql@1.52.2-next.4
|
|
64
|
+
- @copilotkit/shared@1.52.2-next.4
|
|
65
|
+
- @copilotkitnext/core@1.52.2-next.4
|
|
66
|
+
- @copilotkitnext/react@1.52.2-next.4
|
|
67
|
+
|
|
68
|
+
## 1.52.2-next.3
|
|
69
|
+
|
|
70
|
+
### Patch Changes
|
|
71
|
+
|
|
72
|
+
- 1510f64: feat: enable mcp and a2ui middleware directly from copilotkit runtime
|
|
73
|
+
- Updated dependencies [1510f64]
|
|
74
|
+
- @copilotkit/shared@1.52.2-next.3
|
|
75
|
+
- @copilotkitnext/core@1.52.2-next.3
|
|
76
|
+
- @copilotkitnext/react@1.52.2-next.3
|
|
77
|
+
- @copilotkit/runtime-client-gql@1.52.2-next.3
|
|
78
|
+
|
|
79
|
+
## 1.52.2-next.2
|
|
80
|
+
|
|
81
|
+
### Patch Changes
|
|
82
|
+
|
|
83
|
+
- @copilotkit/runtime-client-gql@1.52.2-next.2
|
|
84
|
+
- @copilotkit/shared@1.52.2-next.2
|
|
85
|
+
- @copilotkitnext/core@1.52.2-next.2
|
|
86
|
+
- @copilotkitnext/react@1.52.2-next.2
|
|
87
|
+
|
|
88
|
+
## 1.52.2-next.1
|
|
89
|
+
|
|
90
|
+
### Patch Changes
|
|
91
|
+
|
|
92
|
+
- Updated dependencies [bf1fc6f]
|
|
93
|
+
- @copilotkit/shared@1.52.2-next.1
|
|
94
|
+
- @copilotkit/runtime-client-gql@1.52.2-next.1
|
|
95
|
+
- @copilotkitnext/core@1.52.2-next.1
|
|
96
|
+
- @copilotkitnext/react@1.52.2-next.1
|
|
97
|
+
|
|
98
|
+
## 1.52.2-next.0
|
|
99
|
+
|
|
100
|
+
### Patch Changes
|
|
101
|
+
|
|
102
|
+
- f1eaa4c: Fixing a regression with setModalOpen
|
|
103
|
+
- @copilotkit/runtime-client-gql@1.52.2-next.0
|
|
104
|
+
- @copilotkit/shared@1.52.2-next.0
|
|
105
|
+
- @copilotkitnext/core@1.52.2-next.0
|
|
106
|
+
- @copilotkitnext/react@1.52.2-next.0
|
|
14
107
|
|
|
15
108
|
## 1.52.1
|
|
16
109
|
|