@copilotkit/react-core 0.0.0-main-20260402184302 → 0.0.0-main-20260403195251
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 +8 -6
- package/dist/copilotkit-BYNyIuE7.d.ts +2208 -0
- package/dist/copilotkit-BYNyIuE7.d.ts.map +1 -0
- package/dist/index.d.ts +667 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/v2/index.d.ts +6 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
-
## 0.0.0-main-
|
|
3
|
+
## 0.0.0-main-20260403195251
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -13,15 +13,17 @@
|
|
|
13
13
|
- 1ceb963: fix: race condition in RunHandler.runAgent() causes dropped runs
|
|
14
14
|
- 1ceb963: fix: address scroll bar styling when using mouse-wheel
|
|
15
15
|
- 53e5669: Fix multiple CopilotChat components with different threadIds sharing message state. The useAgent hook now creates per-thread agent clones when threadId is provided, ensuring each chat instance maintains isolated messages and state.
|
|
16
|
+
- 52a9322: Fixing license warnings, barrel export and typing
|
|
16
17
|
- c341ed2: chore: kick CI to verify publish pipeline
|
|
17
18
|
- Updated dependencies [1ceb963]
|
|
18
19
|
- Updated dependencies [1ceb963]
|
|
20
|
+
- Updated dependencies [52a9322]
|
|
19
21
|
- Updated dependencies [1ceb963]
|
|
20
|
-
- @copilotkit/a2ui-renderer@0.0.0-main-
|
|
21
|
-
- @copilotkit/core@0.0.0-main-
|
|
22
|
-
- @copilotkit/runtime-client-gql@0.0.0-main-
|
|
23
|
-
- @copilotkit/shared@0.0.0-main-
|
|
24
|
-
- @copilotkit/web-inspector@0.0.0-main-
|
|
22
|
+
- @copilotkit/a2ui-renderer@0.0.0-main-20260403195251
|
|
23
|
+
- @copilotkit/core@0.0.0-main-20260403195251
|
|
24
|
+
- @copilotkit/runtime-client-gql@0.0.0-main-20260403195251
|
|
25
|
+
- @copilotkit/shared@0.0.0-main-20260403195251
|
|
26
|
+
- @copilotkit/web-inspector@0.0.0-main-20260403195251
|
|
25
27
|
|
|
26
28
|
## 1.55.0-next.8
|
|
27
29
|
|