@copilotkit/react-core 1.8.3-next.0 → 1.8.4-next.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 +14 -0
- package/dist/{chunk-7L3NZ62H.mjs → chunk-37LXOL6B.mjs} +4 -4
- package/dist/{chunk-N6DD52PU.mjs → chunk-BRZTDXGW.mjs} +2 -2
- package/dist/{chunk-GUS3MPZW.mjs → chunk-GL55IVMW.mjs} +2 -2
- package/dist/{chunk-LK4ZSRYW.mjs → chunk-OZZDRR6H.mjs} +5 -5
- package/dist/chunk-OZZDRR6H.mjs.map +1 -0
- package/dist/{chunk-KWGU7UDS.mjs → chunk-RQCCRHBB.mjs} +10 -10
- package/dist/{chunk-ZGI7LD6W.mjs → chunk-SILLU37K.mjs} +5 -5
- package/dist/components/copilot-provider/copilot-messages.mjs +2 -2
- package/dist/components/copilot-provider/copilotkit.mjs +6 -6
- package/dist/components/copilot-provider/index.mjs +6 -6
- package/dist/components/index.mjs +6 -6
- package/dist/context/index.mjs +4 -4
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +25 -25
- package/dist/hooks/use-coagent.js.map +1 -1
- package/dist/hooks/use-coagent.mjs +9 -9
- package/dist/hooks/use-copilot-chat.js.map +1 -1
- package/dist/hooks/use-copilot-chat.mjs +8 -8
- package/dist/hooks/use-langgraph-interrupt-render.mjs +1 -1
- package/dist/hooks/use-langgraph-interrupt.js.map +1 -1
- package/dist/hooks/use-langgraph-interrupt.mjs +9 -9
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +29 -29
- package/dist/lib/copilot-task.mjs +7 -7
- package/dist/lib/index.mjs +7 -7
- package/dist/utils/extract.mjs +6 -6
- package/dist/utils/index.mjs +6 -6
- package/package.json +3 -3
- package/src/hooks/use-copilot-chat.ts +1 -1
- package/dist/chunk-LK4ZSRYW.mjs.map +0 -1
- /package/dist/{chunk-7L3NZ62H.mjs.map → chunk-37LXOL6B.mjs.map} +0 -0
- /package/dist/{chunk-N6DD52PU.mjs.map → chunk-BRZTDXGW.mjs.map} +0 -0
- /package/dist/{chunk-GUS3MPZW.mjs.map → chunk-GL55IVMW.mjs.map} +0 -0
- /package/dist/{chunk-KWGU7UDS.mjs.map → chunk-RQCCRHBB.mjs.map} +0 -0
- /package/dist/{chunk-ZGI7LD6W.mjs.map → chunk-SILLU37K.mjs.map} +0 -0
package/dist/hooks/index.mjs
CHANGED
|
@@ -1,22 +1,13 @@
|
|
|
1
1
|
import "../chunk-CQPYJIBH.mjs";
|
|
2
|
-
import {
|
|
3
|
-
useMakeCopilotDocumentReadable
|
|
4
|
-
} from "../chunk-JHPCDBBM.mjs";
|
|
5
|
-
import {
|
|
6
|
-
useCopilotAdditionalInstructions
|
|
7
|
-
} from "../chunk-O3IIH54P.mjs";
|
|
8
|
-
import {
|
|
9
|
-
useCopilotAuthenticatedAction_c
|
|
10
|
-
} from "../chunk-YI7LPACV.mjs";
|
|
11
|
-
import {
|
|
12
|
-
useCopilotReadable
|
|
13
|
-
} from "../chunk-AT4ALBK4.mjs";
|
|
14
2
|
import {
|
|
15
3
|
useLangGraphInterruptRender
|
|
16
4
|
} from "../chunk-7XNZHQWJ.mjs";
|
|
17
5
|
import {
|
|
18
6
|
useLangGraphInterrupt
|
|
19
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-GL55IVMW.mjs";
|
|
8
|
+
import {
|
|
9
|
+
useMakeCopilotDocumentReadable
|
|
10
|
+
} from "../chunk-JHPCDBBM.mjs";
|
|
20
11
|
import {
|
|
21
12
|
useCoAgentStateRender
|
|
22
13
|
} from "../chunk-SGXCSXCK.mjs";
|
|
@@ -25,29 +16,38 @@ import {
|
|
|
25
16
|
startAgent,
|
|
26
17
|
stopAgent,
|
|
27
18
|
useCoAgent
|
|
28
|
-
} from "../chunk-
|
|
19
|
+
} from "../chunk-SILLU37K.mjs";
|
|
20
|
+
import {
|
|
21
|
+
useCopilotAdditionalInstructions
|
|
22
|
+
} from "../chunk-O3IIH54P.mjs";
|
|
23
|
+
import {
|
|
24
|
+
useCopilotAuthenticatedAction_c
|
|
25
|
+
} from "../chunk-YI7LPACV.mjs";
|
|
26
|
+
import {
|
|
27
|
+
useCopilotAction
|
|
28
|
+
} from "../chunk-NY3BUYYZ.mjs";
|
|
29
29
|
import {
|
|
30
30
|
useCopilotChat
|
|
31
|
-
} from "../chunk-
|
|
32
|
-
import
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
import "../chunk-
|
|
31
|
+
} from "../chunk-OZZDRR6H.mjs";
|
|
32
|
+
import {
|
|
33
|
+
useCopilotReadable
|
|
34
|
+
} from "../chunk-AT4ALBK4.mjs";
|
|
35
|
+
import "../chunk-RQCCRHBB.mjs";
|
|
36
36
|
import "../chunk-534J55RX.mjs";
|
|
37
|
+
import "../chunk-MLAS4QUR.mjs";
|
|
38
|
+
import "../chunk-37LXOL6B.mjs";
|
|
39
|
+
import "../chunk-5FHSUKQL.mjs";
|
|
37
40
|
import "../chunk-6U3UH3KO.mjs";
|
|
38
41
|
import "../chunk-PMAFHQ7P.mjs";
|
|
39
|
-
import "../chunk-5FHSUKQL.mjs";
|
|
40
|
-
import "../chunk-DCTJZ742.mjs";
|
|
41
42
|
import "../chunk-D34OH4VN.mjs";
|
|
43
|
+
import "../chunk-YPSGKPDA.mjs";
|
|
44
|
+
import "../chunk-PTSWFERP.mjs";
|
|
45
|
+
import "../chunk-DCTJZ742.mjs";
|
|
42
46
|
import "../chunk-FUO5LKSJ.mjs";
|
|
43
47
|
import "../chunk-4CEQJ2X6.mjs";
|
|
44
48
|
import {
|
|
45
49
|
useCopilotRuntimeClient
|
|
46
50
|
} from "../chunk-BKTARDXX.mjs";
|
|
47
|
-
import {
|
|
48
|
-
useCopilotAction
|
|
49
|
-
} from "../chunk-NY3BUYYZ.mjs";
|
|
50
|
-
import "../chunk-PTSWFERP.mjs";
|
|
51
51
|
import "../chunk-22ENANUU.mjs";
|
|
52
52
|
import "../chunk-O7ARI5CV.mjs";
|
|
53
53
|
import "../chunk-SKC7AJIV.mjs";
|