@copilotkit/react-core 1.9.2-next.20 → 1.9.2-next.21
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 -0
- package/dist/{chunk-UGJGKBFB.mjs → chunk-4URMLOBR.mjs} +2 -2
- package/dist/{chunk-ZOMEQ3XC.mjs → chunk-DDIBJUWK.mjs} +2 -2
- package/dist/{chunk-R2LNRHJP.mjs → chunk-DGON3GZX.mjs} +2 -2
- package/dist/{chunk-R2LNRHJP.mjs.map → chunk-DGON3GZX.mjs.map} +1 -1
- package/dist/{chunk-KWQPQ4MM.mjs → chunk-N2M65NJ2.mjs} +2 -2
- package/dist/{chunk-K42OD3J6.mjs → chunk-QKEH3O4S.mjs} +2 -2
- package/dist/{chunk-3SLA7Q2N.mjs → chunk-RAQK4M64.mjs} +2 -2
- package/dist/components/copilot-provider/copilot-messages.js +1 -1
- package/dist/components/copilot-provider/copilot-messages.js.map +1 -1
- package/dist/components/copilot-provider/copilot-messages.mjs +1 -1
- package/dist/components/copilot-provider/copilotkit.js +1 -1
- package/dist/components/copilot-provider/copilotkit.js.map +1 -1
- package/dist/components/copilot-provider/copilotkit.mjs +2 -2
- package/dist/components/copilot-provider/index.js +1 -1
- package/dist/components/copilot-provider/index.js.map +1 -1
- package/dist/components/copilot-provider/index.mjs +2 -2
- package/dist/components/index.js +1 -1
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +2 -2
- package/dist/hooks/index.mjs +5 -5
- package/dist/hooks/use-coagent.mjs +4 -4
- package/dist/hooks/use-copilot-chat.mjs +3 -3
- package/dist/hooks/use-langgraph-interrupt.mjs +4 -4
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -6
- package/dist/lib/copilot-task.mjs +3 -3
- package/dist/lib/index.mjs +3 -3
- package/dist/utils/extract.mjs +2 -2
- package/dist/utils/index.mjs +2 -2
- package/package.json +3 -3
- package/src/components/copilot-provider/copilot-messages.tsx +1 -1
- /package/dist/{chunk-UGJGKBFB.mjs.map → chunk-4URMLOBR.mjs.map} +0 -0
- /package/dist/{chunk-ZOMEQ3XC.mjs.map → chunk-DDIBJUWK.mjs.map} +0 -0
- /package/dist/{chunk-KWQPQ4MM.mjs.map → chunk-N2M65NJ2.mjs.map} +0 -0
- /package/dist/{chunk-K42OD3J6.mjs.map → chunk-QKEH3O4S.mjs.map} +0 -0
- /package/dist/{chunk-3SLA7Q2N.mjs.map → chunk-RAQK4M64.mjs.map} +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
CopilotKit,
|
|
3
3
|
defaultCopilotContextCategories
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-N2M65NJ2.mjs";
|
|
5
5
|
import "../chunk-SJJNFYGQ.mjs";
|
|
6
|
-
import "../chunk-
|
|
6
|
+
import "../chunk-DGON3GZX.mjs";
|
|
7
7
|
import "../chunk-5FHSUKQL.mjs";
|
|
8
8
|
import "../chunk-RKTVJRK7.mjs";
|
|
9
9
|
import "../chunk-PMAFHQ7P.mjs";
|
package/dist/hooks/index.mjs
CHANGED
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
} from "../chunk-VDADWRS3.mjs";
|
|
5
5
|
import {
|
|
6
6
|
useLangGraphInterrupt
|
|
7
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-4URMLOBR.mjs";
|
|
8
8
|
import {
|
|
9
9
|
useMakeCopilotDocumentReadable
|
|
10
10
|
} from "../chunk-36MGCCPZ.mjs";
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
startAgent,
|
|
17
17
|
stopAgent,
|
|
18
18
|
useCoAgent
|
|
19
|
-
} from "../chunk-
|
|
19
|
+
} from "../chunk-DDIBJUWK.mjs";
|
|
20
20
|
import {
|
|
21
21
|
useCopilotAdditionalInstructions
|
|
22
22
|
} from "../chunk-BVK7PLK6.mjs";
|
|
@@ -28,13 +28,13 @@ import {
|
|
|
28
28
|
} from "../chunk-NJA5ZLAZ.mjs";
|
|
29
29
|
import {
|
|
30
30
|
useCopilotChat
|
|
31
|
-
} from "../chunk-
|
|
31
|
+
} from "../chunk-QKEH3O4S.mjs";
|
|
32
32
|
import {
|
|
33
33
|
useCopilotReadable
|
|
34
34
|
} from "../chunk-5BSUSFHM.mjs";
|
|
35
|
-
import "../chunk-
|
|
35
|
+
import "../chunk-N2M65NJ2.mjs";
|
|
36
36
|
import "../chunk-SJJNFYGQ.mjs";
|
|
37
|
-
import "../chunk-
|
|
37
|
+
import "../chunk-DGON3GZX.mjs";
|
|
38
38
|
import "../chunk-5FHSUKQL.mjs";
|
|
39
39
|
import "../chunk-RKTVJRK7.mjs";
|
|
40
40
|
import "../chunk-PMAFHQ7P.mjs";
|
|
@@ -3,11 +3,11 @@ import {
|
|
|
3
3
|
startAgent,
|
|
4
4
|
stopAgent,
|
|
5
5
|
useCoAgent
|
|
6
|
-
} from "../chunk-
|
|
7
|
-
import "../chunk-
|
|
8
|
-
import "../chunk-
|
|
6
|
+
} from "../chunk-DDIBJUWK.mjs";
|
|
7
|
+
import "../chunk-QKEH3O4S.mjs";
|
|
8
|
+
import "../chunk-N2M65NJ2.mjs";
|
|
9
9
|
import "../chunk-SJJNFYGQ.mjs";
|
|
10
|
-
import "../chunk-
|
|
10
|
+
import "../chunk-DGON3GZX.mjs";
|
|
11
11
|
import "../chunk-5FHSUKQL.mjs";
|
|
12
12
|
import "../chunk-RKTVJRK7.mjs";
|
|
13
13
|
import "../chunk-PMAFHQ7P.mjs";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
defaultSystemMessage,
|
|
3
3
|
useCopilotChat
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-QKEH3O4S.mjs";
|
|
5
|
+
import "../chunk-N2M65NJ2.mjs";
|
|
6
6
|
import "../chunk-SJJNFYGQ.mjs";
|
|
7
|
-
import "../chunk-
|
|
7
|
+
import "../chunk-DGON3GZX.mjs";
|
|
8
8
|
import "../chunk-5FHSUKQL.mjs";
|
|
9
9
|
import "../chunk-RKTVJRK7.mjs";
|
|
10
10
|
import "../chunk-PMAFHQ7P.mjs";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
useLangGraphInterrupt
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
5
|
-
import "../chunk-
|
|
3
|
+
} from "../chunk-4URMLOBR.mjs";
|
|
4
|
+
import "../chunk-QKEH3O4S.mjs";
|
|
5
|
+
import "../chunk-N2M65NJ2.mjs";
|
|
6
6
|
import "../chunk-SJJNFYGQ.mjs";
|
|
7
|
-
import "../chunk-
|
|
7
|
+
import "../chunk-DGON3GZX.mjs";
|
|
8
8
|
import "../chunk-5FHSUKQL.mjs";
|
|
9
9
|
import "../chunk-RKTVJRK7.mjs";
|
|
10
10
|
import "../chunk-PMAFHQ7P.mjs";
|
package/dist/index.js
CHANGED
|
@@ -873,7 +873,7 @@ function CopilotMessages({ children }) {
|
|
|
873
873
|
}
|
|
874
874
|
});
|
|
875
875
|
void fetchMessages();
|
|
876
|
-
}, [threadId, agentSession == null ? void 0 : agentSession.agentName
|
|
876
|
+
}, [threadId, agentSession == null ? void 0 : agentSession.agentName]);
|
|
877
877
|
const memoizedChildren = (0, import_react6.useMemo)(() => children, [children]);
|
|
878
878
|
return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
879
879
|
CopilotMessagesContext.Provider,
|