@copilotkit/react-core 1.0.1 → 1.0.3
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/.turbo/turbo-build.log +75 -75
- package/CHANGELOG.md +18 -0
- package/README.md +51 -0
- package/package.json +20 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @copilotkit/react-core@1.0.
|
|
2
|
+
> @copilotkit/react-core@1.0.3 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-core
|
|
3
3
|
> tsup --clean
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.tsx, src/components/index.ts, src/context/copilot-context.tsx, src/context/index.ts, src/hooks/index.ts, src/hooks/use-chat.ts, src/hooks/use-copilot-action.ts, src/hooks/use-copilot-chat.ts, src/hooks/use-copilot-readable.ts, src/hooks/use-flat-category-store.ts, src/hooks/use-make-copilot-document-readable.ts, src/hooks/use-tree.ts, src/lib/copilot-task.ts, src/lib/index.ts, src/types/chat-suggestion-configuration.ts, src/types/document-pointer.ts, src/types/frontend-action.ts, src/types/index.ts, src/types/system-message.ts, src/utils/extract.ts, src/utils/index.ts, src/utils/utils.test.ts, src/utils/utils.ts, src/components/copilot-provider/copilotkit-props.tsx, src/components/copilot-provider/copilotkit.tsx, src/components/copilot-provider/index.ts
|
|
@@ -10,25 +10,78 @@
|
|
|
10
10
|
[34mCLI[39m Cleaning output folder
|
|
11
11
|
[34mESM[39m Build start
|
|
12
12
|
[34mCJS[39m Build start
|
|
13
|
+
[32mCJS[39m [1mdist/lib/copilot-task.js [22m[32m5.55 KB[39m
|
|
14
|
+
[32mCJS[39m [1mdist/types/chat-suggestion-configuration.js [22m[32m893.00 B[39m
|
|
15
|
+
[32mCJS[39m [1mdist/utils/extract.js [22m[32m6.85 KB[39m
|
|
16
|
+
[32mCJS[39m [1mdist/components/copilot-provider/copilotkit-props.js [22m[32m864.00 B[39m
|
|
17
|
+
[32mCJS[39m [1mdist/index.js [22m[32m37.70 KB[39m
|
|
18
|
+
[32mCJS[39m [1mdist/components/index.js [22m[32m16.29 KB[39m
|
|
19
|
+
[32mCJS[39m [1mdist/context/copilot-context.js [22m[32m3.77 KB[39m
|
|
20
|
+
[32mCJS[39m [1mdist/context/index.js [22m[32m3.76 KB[39m
|
|
21
|
+
[32mCJS[39m [1mdist/hooks/index.js [22m[32m17.96 KB[39m
|
|
22
|
+
[32mCJS[39m [1mdist/hooks/use-chat.js [22m[32m9.36 KB[39m
|
|
23
|
+
[32mCJS[39m [1mdist/hooks/use-copilot-action.js [22m[32m5.03 KB[39m
|
|
24
|
+
[32mCJS[39m [1mdist/hooks/use-copilot-readable.js [22m[32m4.48 KB[39m
|
|
25
|
+
[32mCJS[39m [1mdist/hooks/use-copilot-chat.js [22m[32m15.08 KB[39m
|
|
26
|
+
[32mCJS[39m [1mdist/hooks/use-flat-category-store.js [22m[32m2.87 KB[39m
|
|
27
|
+
[32mCJS[39m [1mdist/hooks/use-make-copilot-document-readable.js [22m[32m4.37 KB[39m
|
|
28
|
+
[32mCJS[39m [1mdist/hooks/use-tree.js [22m[32m5.53 KB[39m
|
|
29
|
+
[32mCJS[39m [1mdist/lib/index.js [22m[32m5.54 KB[39m
|
|
30
|
+
[32mCJS[39m [1mdist/types/document-pointer.js [22m[32m841.00 B[39m
|
|
31
|
+
[32mCJS[39m [1mdist/types/frontend-action.js [22m[32m837.00 B[39m
|
|
32
|
+
[32mCJS[39m [1mdist/types/index.js [22m[32m797.00 B[39m
|
|
33
|
+
[32mCJS[39m [1mdist/types/system-message.js [22m[32m833.00 B[39m
|
|
34
|
+
[32mCJS[39m [1mdist/utils/index.js [22m[32m6.87 KB[39m
|
|
35
|
+
[32mCJS[39m [1mdist/utils/utils.test.js [22m[32m184.00 B[39m
|
|
36
|
+
[32mCJS[39m [1mdist/utils/utils.js [22m[32m797.00 B[39m
|
|
37
|
+
[32mCJS[39m [1mdist/components/copilot-provider/copilotkit.js [22m[32m16.27 KB[39m
|
|
38
|
+
[32mCJS[39m [1mdist/components/copilot-provider/index.js [22m[32m16.33 KB[39m
|
|
39
|
+
[32mCJS[39m [1mdist/lib/copilot-task.js.map [22m[32m16.69 KB[39m
|
|
40
|
+
[32mCJS[39m [1mdist/types/chat-suggestion-configuration.js.map [22m[32m673.00 B[39m
|
|
41
|
+
[32mCJS[39m [1mdist/utils/extract.js.map [22m[32m15.33 KB[39m
|
|
42
|
+
[32mCJS[39m [1mdist/components/copilot-provider/copilotkit-props.js.map [22m[32m1.68 KB[39m
|
|
43
|
+
[32mCJS[39m [1mdist/components/index.js.map [22m[32m29.41 KB[39m
|
|
44
|
+
[32mCJS[39m [1mdist/context/copilot-context.js.map [22m[32m6.03 KB[39m
|
|
45
|
+
[32mCJS[39m [1mdist/context/index.js.map [22m[32m6.26 KB[39m
|
|
46
|
+
[32mCJS[39m [1mdist/index.js.map [22m[32m77.19 KB[39m
|
|
47
|
+
[32mCJS[39m [1mdist/hooks/use-chat.js.map [22m[32m13.33 KB[39m
|
|
48
|
+
[32mCJS[39m [1mdist/hooks/use-copilot-action.js.map [22m[32m10.14 KB[39m
|
|
49
|
+
[32mCJS[39m [1mdist/hooks/use-copilot-readable.js.map [22m[32m11.07 KB[39m
|
|
50
|
+
[32mCJS[39m [1mdist/hooks/index.js.map [22m[32m45.17 KB[39m
|
|
51
|
+
[32mCJS[39m [1mdist/hooks/use-flat-category-store.js.map [22m[32m4.25 KB[39m
|
|
52
|
+
[32mCJS[39m [1mdist/hooks/use-make-copilot-document-readable.js.map [22m[32m7.32 KB[39m
|
|
53
|
+
[32mCJS[39m [1mdist/hooks/use-copilot-chat.js.map [22m[32m34.08 KB[39m
|
|
54
|
+
[32mCJS[39m [1mdist/hooks/use-tree.js.map [22m[32m8.32 KB[39m
|
|
55
|
+
[32mCJS[39m [1mdist/lib/index.js.map [22m[32m16.76 KB[39m
|
|
56
|
+
[32mCJS[39m [1mdist/types/document-pointer.js.map [22m[32m292.00 B[39m
|
|
57
|
+
[32mCJS[39m [1mdist/types/frontend-action.js.map [22m[32m1.77 KB[39m
|
|
58
|
+
[32mCJS[39m [1mdist/types/index.js.map [22m[32m432.00 B[39m
|
|
59
|
+
[32mCJS[39m [1mdist/types/system-message.js.map [22m[32m249.00 B[39m
|
|
60
|
+
[32mCJS[39m [1mdist/utils/index.js.map [22m[32m15.40 KB[39m
|
|
61
|
+
[32mCJS[39m [1mdist/utils/utils.test.js.map [22m[32m354.00 B[39m
|
|
62
|
+
[32mCJS[39m [1mdist/utils/utils.js.map [22m[32m137.00 B[39m
|
|
63
|
+
[32mCJS[39m [1mdist/components/copilot-provider/copilotkit.js.map [22m[32m29.35 KB[39m
|
|
64
|
+
[32mCJS[39m [1mdist/components/copilot-provider/index.js.map [22m[32m29.54 KB[39m
|
|
65
|
+
[32mCJS[39m ⚡️ Build success in 95ms
|
|
13
66
|
[32mESM[39m [1mdist/index.mjs [22m[32m1.10 KB[39m
|
|
14
67
|
[32mESM[39m [1mdist/components/index.mjs [22m[32m375.00 B[39m
|
|
15
68
|
[32mESM[39m [1mdist/context/copilot-context.mjs [22m[32m205.00 B[39m
|
|
16
69
|
[32mESM[39m [1mdist/hooks/index.mjs [22m[32m681.00 B[39m
|
|
17
70
|
[32mESM[39m [1mdist/chunk-EFZPSZWO.mjs [22m[32m43.00 B[39m
|
|
18
71
|
[32mESM[39m [1mdist/chunk-YJLRG5U3.mjs [22m[32m43.00 B[39m
|
|
19
|
-
[32mESM[39m [1mdist/chunk-UTRWUF3Y.mjs [22m[32m4.51 KB[39m
|
|
20
72
|
[32mESM[39m [1mdist/chunk-LUGEI4YQ.mjs [22m[32m43.00 B[39m
|
|
73
|
+
[32mESM[39m [1mdist/chunk-UTRWUF3Y.mjs [22m[32m4.51 KB[39m
|
|
21
74
|
[32mESM[39m [1mdist/chunk-SSQGTCDU.mjs [22m[32m3.80 KB[39m
|
|
22
75
|
[32mESM[39m [1mdist/context/index.mjs [22m[32m227.00 B[39m
|
|
23
76
|
[32mESM[39m [1mdist/chunk-VNRDQJXW.mjs [22m[32m43.00 B[39m
|
|
24
77
|
[32mESM[39m [1mdist/chunk-5JB4B2SV.mjs [22m[32m43.00 B[39m
|
|
25
78
|
[32mESM[39m [1mdist/chunk-2RZ2UMWO.mjs [22m[32m909.00 B[39m
|
|
26
79
|
[32mESM[39m [1mdist/chunk-TWFVVCRS.mjs [22m[32m700.00 B[39m
|
|
27
|
-
[32mESM[39m [1mdist/hooks/use-chat.mjs [22m[32m142.00 B[39m
|
|
28
80
|
[32mESM[39m [1mdist/hooks/use-copilot-action.mjs [22m[32m202.00 B[39m
|
|
81
|
+
[32mESM[39m [1mdist/hooks/use-chat.mjs [22m[32m142.00 B[39m
|
|
29
82
|
[32mESM[39m [1mdist/chunk-UMJ5P6TZ.mjs [22m[32m1.42 KB[39m
|
|
30
|
-
[32mESM[39m [1mdist/hooks/use-copilot-chat.mjs [22m[32m436.00 B[39m
|
|
31
83
|
[32mESM[39m [1mdist/chunk-UJNVZO2U.mjs [22m[32m3.12 KB[39m
|
|
84
|
+
[32mESM[39m [1mdist/hooks/use-copilot-chat.mjs [22m[32m436.00 B[39m
|
|
32
85
|
[32mESM[39m [1mdist/chunk-JD7BAH7U.mjs [22m[32m43.00 B[39m
|
|
33
86
|
[32mESM[39m [1mdist/chunk-SPCZTZCY.mjs [22m[32m43.00 B[39m
|
|
34
87
|
[32mESM[39m [1mdist/chunk-LYC2GBBA.mjs [22m[32m5.67 KB[39m
|
|
@@ -38,12 +91,11 @@
|
|
|
38
91
|
[32mESM[39m [1mdist/chunk-2F7V4NDT.mjs [22m[32m1.59 KB[39m
|
|
39
92
|
[32mESM[39m [1mdist/chunk-SKC7AJIV.mjs [22m[32m1.97 KB[39m
|
|
40
93
|
[32mESM[39m [1mdist/components/copilot-provider/copilotkit.mjs [22m[32m331.00 B[39m
|
|
41
|
-
[32mESM[39m [1mdist/types/index.mjs [22m[32m66.00 B[39m
|
|
42
|
-
[32mESM[39m [1mdist/utils/extract.mjs [22m[32m333.00 B[39m
|
|
43
|
-
[32mESM[39m [1mdist/lib/copilot-task.mjs [22m[32m346.00 B[39m
|
|
44
94
|
[32mESM[39m [1mdist/components/copilot-provider/index.mjs [22m[32m361.00 B[39m
|
|
45
95
|
[32mESM[39m [1mdist/types/frontend-action.mjs [22m[32m44.00 B[39m
|
|
46
96
|
[32mESM[39m [1mdist/types/system-message.mjs [22m[32m43.00 B[39m
|
|
97
|
+
[32mESM[39m [1mdist/types/index.mjs [22m[32m66.00 B[39m
|
|
98
|
+
[32mESM[39m [1mdist/utils/extract.mjs [22m[32m333.00 B[39m
|
|
47
99
|
[32mESM[39m [1mdist/utils/index.mjs [22m[32m363.00 B[39m
|
|
48
100
|
[32mESM[39m [1mdist/utils/utils.test.mjs [22m[32m170.00 B[39m
|
|
49
101
|
[32mESM[39m [1mdist/utils/utils.mjs [22m[32m34.00 B[39m
|
|
@@ -52,6 +104,7 @@
|
|
|
52
104
|
[32mESM[39m [1mdist/hooks/use-flat-category-store.mjs [22m[32m216.00 B[39m
|
|
53
105
|
[32mESM[39m [1mdist/hooks/use-make-copilot-document-readable.mjs [22m[32m246.00 B[39m
|
|
54
106
|
[32mESM[39m [1mdist/hooks/use-tree.mjs [22m[32m171.00 B[39m
|
|
107
|
+
[32mESM[39m [1mdist/lib/copilot-task.mjs [22m[32m346.00 B[39m
|
|
55
108
|
[32mESM[39m [1mdist/lib/index.mjs [22m[32m371.00 B[39m
|
|
56
109
|
[32mESM[39m [1mdist/types/chat-suggestion-configuration.mjs [22m[32m58.00 B[39m
|
|
57
110
|
[32mESM[39m [1mdist/types/document-pointer.mjs [22m[32m45.00 B[39m
|
|
@@ -59,36 +112,35 @@
|
|
|
59
112
|
[32mESM[39m [1mdist/components/index.mjs.map [22m[32m71.00 B[39m
|
|
60
113
|
[32mESM[39m [1mdist/context/copilot-context.mjs.map [22m[32m71.00 B[39m
|
|
61
114
|
[32mESM[39m [1mdist/hooks/index.mjs.map [22m[32m71.00 B[39m
|
|
62
|
-
[32mESM[39m [1mdist/chunk-EFZPSZWO.mjs.map [22m[32m71.00 B[39m
|
|
63
|
-
[32mESM[39m [1mdist/chunk-YJLRG5U3.mjs.map [22m[32m71.00 B[39m
|
|
64
|
-
[32mESM[39m [1mdist/chunk-UTRWUF3Y.mjs.map [22m[32m7.64 KB[39m
|
|
65
|
-
[32mESM[39m [1mdist/chunk-SSQGTCDU.mjs.map [22m[32m9.04 KB[39m
|
|
66
115
|
[32mESM[39m [1mdist/chunk-LUGEI4YQ.mjs.map [22m[32m71.00 B[39m
|
|
116
|
+
[32mESM[39m [1mdist/chunk-YJLRG5U3.mjs.map [22m[32m71.00 B[39m
|
|
117
|
+
[32mESM[39m [1mdist/chunk-EFZPSZWO.mjs.map [22m[32m71.00 B[39m
|
|
67
118
|
[32mESM[39m [1mdist/context/index.mjs.map [22m[32m71.00 B[39m
|
|
119
|
+
[32mESM[39m [1mdist/chunk-UTRWUF3Y.mjs.map [22m[32m7.64 KB[39m
|
|
68
120
|
[32mESM[39m [1mdist/chunk-VNRDQJXW.mjs.map [22m[32m71.00 B[39m
|
|
121
|
+
[32mESM[39m [1mdist/chunk-SSQGTCDU.mjs.map [22m[32m9.04 KB[39m
|
|
69
122
|
[32mESM[39m [1mdist/chunk-5JB4B2SV.mjs.map [22m[32m71.00 B[39m
|
|
70
|
-
[32mESM[39m [1mdist/chunk-2RZ2UMWO.mjs.map [22m[32m5.15 KB[39m
|
|
71
123
|
[32mESM[39m [1mdist/chunk-TWFVVCRS.mjs.map [22m[32m1.40 KB[39m
|
|
72
|
-
[32mESM[39m [1mdist/hooks/use-chat.mjs.map [22m[32m71.00 B[39m
|
|
73
124
|
[32mESM[39m [1mdist/hooks/use-copilot-action.mjs.map [22m[32m71.00 B[39m
|
|
125
|
+
[32mESM[39m [1mdist/chunk-2RZ2UMWO.mjs.map [22m[32m5.15 KB[39m
|
|
126
|
+
[32mESM[39m [1mdist/hooks/use-chat.mjs.map [22m[32m71.00 B[39m
|
|
74
127
|
[32mESM[39m [1mdist/chunk-UMJ5P6TZ.mjs.map [22m[32m4.22 KB[39m
|
|
75
128
|
[32mESM[39m [1mdist/hooks/use-copilot-chat.mjs.map [22m[32m71.00 B[39m
|
|
76
|
-
[32mESM[39m [1mdist/chunk-UJNVZO2U.mjs.map [22m[32m7.22 KB[39m
|
|
77
129
|
[32mESM[39m [1mdist/chunk-JD7BAH7U.mjs.map [22m[32m71.00 B[39m
|
|
78
|
-
[32mESM[39m [1mdist/chunk-SPCZTZCY.mjs.map [22m[32m71.00 B[39m
|
|
79
130
|
[32mESM[39m [1mdist/chunk-LYC2GBBA.mjs.map [22m[32m10.98 KB[39m
|
|
131
|
+
[32mESM[39m [1mdist/chunk-SPCZTZCY.mjs.map [22m[32m71.00 B[39m
|
|
80
132
|
[32mESM[39m [1mdist/chunk-YULKJPY3.mjs.map [22m[32m4.21 KB[39m
|
|
81
133
|
[32mESM[39m [1mdist/chunk-YWITCRBI.mjs.map [22m[32m8.27 KB[39m
|
|
82
134
|
[32mESM[39m [1mdist/chunk-S357AOAD.mjs.map [22m[32m13.37 KB[39m
|
|
83
|
-
[32mESM[39m [1mdist/chunk-2F7V4NDT.mjs.map [22m[32m5.94 KB[39m
|
|
84
135
|
[32mESM[39m [1mdist/chunk-SKC7AJIV.mjs.map [22m[32m71.00 B[39m
|
|
136
|
+
[32mESM[39m [1mdist/chunk-2F7V4NDT.mjs.map [22m[32m5.94 KB[39m
|
|
137
|
+
[32mESM[39m [1mdist/chunk-UJNVZO2U.mjs.map [22m[32m7.22 KB[39m
|
|
85
138
|
[32mESM[39m [1mdist/components/copilot-provider/copilotkit.mjs.map [22m[32m71.00 B[39m
|
|
86
|
-
[32mESM[39m [1mdist/types/index.mjs.map [22m[32m71.00 B[39m
|
|
87
|
-
[32mESM[39m [1mdist/utils/extract.mjs.map [22m[32m71.00 B[39m
|
|
88
|
-
[32mESM[39m [1mdist/lib/copilot-task.mjs.map [22m[32m71.00 B[39m
|
|
89
|
-
[32mESM[39m [1mdist/components/copilot-provider/index.mjs.map [22m[32m71.00 B[39m
|
|
90
139
|
[32mESM[39m [1mdist/types/frontend-action.mjs.map [22m[32m71.00 B[39m
|
|
91
140
|
[32mESM[39m [1mdist/types/system-message.mjs.map [22m[32m71.00 B[39m
|
|
141
|
+
[32mESM[39m [1mdist/components/copilot-provider/index.mjs.map [22m[32m71.00 B[39m
|
|
142
|
+
[32mESM[39m [1mdist/types/index.mjs.map [22m[32m71.00 B[39m
|
|
143
|
+
[32mESM[39m [1mdist/utils/extract.mjs.map [22m[32m71.00 B[39m
|
|
92
144
|
[32mESM[39m [1mdist/utils/index.mjs.map [22m[32m71.00 B[39m
|
|
93
145
|
[32mESM[39m [1mdist/utils/utils.test.mjs.map [22m[32m352.00 B[39m
|
|
94
146
|
[32mESM[39m [1mdist/utils/utils.mjs.map [22m[32m71.00 B[39m
|
|
@@ -97,65 +149,13 @@
|
|
|
97
149
|
[32mESM[39m [1mdist/hooks/use-flat-category-store.mjs.map [22m[32m71.00 B[39m
|
|
98
150
|
[32mESM[39m [1mdist/hooks/use-make-copilot-document-readable.mjs.map [22m[32m71.00 B[39m
|
|
99
151
|
[32mESM[39m [1mdist/hooks/use-tree.mjs.map [22m[32m71.00 B[39m
|
|
152
|
+
[32mESM[39m [1mdist/lib/copilot-task.mjs.map [22m[32m71.00 B[39m
|
|
100
153
|
[32mESM[39m [1mdist/lib/index.mjs.map [22m[32m71.00 B[39m
|
|
101
154
|
[32mESM[39m [1mdist/types/chat-suggestion-configuration.mjs.map [22m[32m71.00 B[39m
|
|
102
155
|
[32mESM[39m [1mdist/types/document-pointer.mjs.map [22m[32m71.00 B[39m
|
|
103
|
-
[32mESM[39m ⚡️ Build success in
|
|
104
|
-
[32mCJS[39m [1mdist/components/index.js [22m[32m16.29 KB[39m
|
|
105
|
-
[32mCJS[39m [1mdist/context/copilot-context.js [22m[32m3.77 KB[39m
|
|
106
|
-
[32mCJS[39m [1mdist/context/index.js [22m[32m3.76 KB[39m
|
|
107
|
-
[32mCJS[39m [1mdist/index.js [22m[32m37.70 KB[39m
|
|
108
|
-
[32mCJS[39m [1mdist/hooks/use-chat.js [22m[32m9.36 KB[39m
|
|
109
|
-
[32mCJS[39m [1mdist/hooks/use-copilot-action.js [22m[32m5.03 KB[39m
|
|
110
|
-
[32mCJS[39m [1mdist/hooks/index.js [22m[32m17.96 KB[39m
|
|
111
|
-
[32mCJS[39m [1mdist/hooks/use-copilot-chat.js [22m[32m15.08 KB[39m
|
|
112
|
-
[32mCJS[39m [1mdist/hooks/use-flat-category-store.js [22m[32m2.87 KB[39m
|
|
113
|
-
[32mCJS[39m [1mdist/hooks/use-make-copilot-document-readable.js [22m[32m4.37 KB[39m
|
|
114
|
-
[32mCJS[39m [1mdist/hooks/use-tree.js [22m[32m5.53 KB[39m
|
|
115
|
-
[32mCJS[39m [1mdist/lib/index.js [22m[32m5.54 KB[39m
|
|
116
|
-
[32mCJS[39m [1mdist/lib/copilot-task.js [22m[32m5.55 KB[39m
|
|
117
|
-
[32mCJS[39m [1mdist/types/chat-suggestion-configuration.js [22m[32m893.00 B[39m
|
|
118
|
-
[32mCJS[39m [1mdist/types/document-pointer.js [22m[32m841.00 B[39m
|
|
119
|
-
[32mCJS[39m [1mdist/types/frontend-action.js [22m[32m837.00 B[39m
|
|
120
|
-
[32mCJS[39m [1mdist/types/index.js [22m[32m797.00 B[39m
|
|
121
|
-
[32mCJS[39m [1mdist/types/system-message.js [22m[32m833.00 B[39m
|
|
122
|
-
[32mCJS[39m [1mdist/utils/extract.js [22m[32m6.85 KB[39m
|
|
123
|
-
[32mCJS[39m [1mdist/utils/index.js [22m[32m6.87 KB[39m
|
|
124
|
-
[32mCJS[39m [1mdist/utils/utils.test.js [22m[32m184.00 B[39m
|
|
125
|
-
[32mCJS[39m [1mdist/utils/utils.js [22m[32m797.00 B[39m
|
|
126
|
-
[32mCJS[39m [1mdist/components/copilot-provider/copilotkit-props.js [22m[32m864.00 B[39m
|
|
127
|
-
[32mCJS[39m [1mdist/components/copilot-provider/copilotkit.js [22m[32m16.27 KB[39m
|
|
128
|
-
[32mCJS[39m [1mdist/components/copilot-provider/index.js [22m[32m16.33 KB[39m
|
|
129
|
-
[32mCJS[39m [1mdist/hooks/use-copilot-readable.js [22m[32m4.48 KB[39m
|
|
130
|
-
[32mCJS[39m [1mdist/components/index.js.map [22m[32m29.41 KB[39m
|
|
131
|
-
[32mCJS[39m [1mdist/context/copilot-context.js.map [22m[32m6.03 KB[39m
|
|
132
|
-
[32mCJS[39m [1mdist/context/index.js.map [22m[32m6.26 KB[39m
|
|
133
|
-
[32mCJS[39m [1mdist/index.js.map [22m[32m77.19 KB[39m
|
|
134
|
-
[32mCJS[39m [1mdist/hooks/use-chat.js.map [22m[32m13.33 KB[39m
|
|
135
|
-
[32mCJS[39m [1mdist/hooks/use-copilot-action.js.map [22m[32m10.14 KB[39m
|
|
136
|
-
[32mCJS[39m [1mdist/hooks/index.js.map [22m[32m45.17 KB[39m
|
|
137
|
-
[32mCJS[39m [1mdist/hooks/use-copilot-chat.js.map [22m[32m34.08 KB[39m
|
|
138
|
-
[32mCJS[39m [1mdist/hooks/use-flat-category-store.js.map [22m[32m4.25 KB[39m
|
|
139
|
-
[32mCJS[39m [1mdist/hooks/use-make-copilot-document-readable.js.map [22m[32m7.32 KB[39m
|
|
140
|
-
[32mCJS[39m [1mdist/hooks/use-tree.js.map [22m[32m8.32 KB[39m
|
|
141
|
-
[32mCJS[39m [1mdist/lib/index.js.map [22m[32m16.76 KB[39m
|
|
142
|
-
[32mCJS[39m [1mdist/types/chat-suggestion-configuration.js.map [22m[32m673.00 B[39m
|
|
143
|
-
[32mCJS[39m [1mdist/types/document-pointer.js.map [22m[32m292.00 B[39m
|
|
144
|
-
[32mCJS[39m [1mdist/types/frontend-action.js.map [22m[32m1.77 KB[39m
|
|
145
|
-
[32mCJS[39m [1mdist/types/index.js.map [22m[32m432.00 B[39m
|
|
146
|
-
[32mCJS[39m [1mdist/types/system-message.js.map [22m[32m249.00 B[39m
|
|
147
|
-
[32mCJS[39m [1mdist/utils/extract.js.map [22m[32m15.33 KB[39m
|
|
148
|
-
[32mCJS[39m [1mdist/utils/index.js.map [22m[32m15.40 KB[39m
|
|
149
|
-
[32mCJS[39m [1mdist/utils/utils.test.js.map [22m[32m354.00 B[39m
|
|
150
|
-
[32mCJS[39m [1mdist/utils/utils.js.map [22m[32m137.00 B[39m
|
|
151
|
-
[32mCJS[39m [1mdist/components/copilot-provider/copilotkit-props.js.map [22m[32m1.68 KB[39m
|
|
152
|
-
[32mCJS[39m [1mdist/components/copilot-provider/copilotkit.js.map [22m[32m29.35 KB[39m
|
|
153
|
-
[32mCJS[39m [1mdist/components/copilot-provider/index.js.map [22m[32m29.54 KB[39m
|
|
154
|
-
[32mCJS[39m [1mdist/hooks/use-copilot-readable.js.map [22m[32m11.07 KB[39m
|
|
155
|
-
[32mCJS[39m [1mdist/lib/copilot-task.js.map [22m[32m16.69 KB[39m
|
|
156
|
-
[32mCJS[39m ⚡️ Build success in 90ms
|
|
156
|
+
[32mESM[39m ⚡️ Build success in 99ms
|
|
157
157
|
[34mDTS[39m Build start
|
|
158
|
-
[32mDTS[39m ⚡️ Build success in
|
|
158
|
+
[32mDTS[39m ⚡️ Build success in 5249ms
|
|
159
159
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m1.22 KB[39m
|
|
160
160
|
[32mDTS[39m [1mdist/components/copilot-provider/copilotkit.d.ts [22m[32m271.00 B[39m
|
|
161
161
|
[32mDTS[39m [1mdist/components/copilot-provider/copilotkit-props.d.ts [22m[32m1.58 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
+
## 1.0.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Add README.md to published packages and add keywords to package.json
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @copilotkit/runtime-client-gql@1.0.3
|
|
10
|
+
- @copilotkit/shared@1.0.3
|
|
11
|
+
|
|
12
|
+
## 1.0.2
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Add README.md and homepage/url to published packages
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- @copilotkit/runtime-client-gql@1.0.2
|
|
19
|
+
- @copilotkit/shared@1.0.2
|
|
20
|
+
|
|
3
21
|
## 1.0.1
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/README.md
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
<div align="center">
|
|
2
|
+
<picture>
|
|
3
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/CopilotKit/CopilotKit/assets/746397/5890217b-524e-49c5-a89e-b8743d2acd51">
|
|
4
|
+
<img alt="CopilotKit Logo" src="https://github.com/CopilotKit/CopilotKit/assets/746397/bd5c9079-929b-4d55-bdc9-16d1c8181b71" width="450px" max-width="100%"/>
|
|
5
|
+
</picture>
|
|
6
|
+
</a>
|
|
7
|
+
</div>
|
|
8
|
+
|
|
9
|
+
<p align="center">
|
|
10
|
+
<a href="https://discord.gg/6dffbvGU3D">
|
|
11
|
+
<img src="https://dcbadge.vercel.app/api/server/6dffbvGU3D?compact=true&style=flat" alt="Discord">
|
|
12
|
+
</a>
|
|
13
|
+
<a href="https://github.com/CopilotKit/CopilotKit/actions/workflows/ci.yml">
|
|
14
|
+
<img src="https://github.com/CopilotKit/CopilotKit/actions/workflows/ci.yml/badge.svg" alt="GitHub CI">
|
|
15
|
+
</a>
|
|
16
|
+
|
|
17
|
+
<a href="https://www.npmjs.com/package/@copilotkit/react-core">
|
|
18
|
+
<img src="https://img.shields.io/npm/v/@copilotkit/react-core" alt="NPM">
|
|
19
|
+
<img src="https://img.shields.io/github/license/CopilotKit/CopilotKit" alt="MIT">
|
|
20
|
+
|
|
21
|
+
</p>
|
|
22
|
+
|
|
23
|
+
<h1 align="center">
|
|
24
|
+
The Open-Source Copilot Framework
|
|
25
|
+
</h1>
|
|
26
|
+
|
|
27
|
+
<h2 align="center">
|
|
28
|
+
Build, deploy, and operate fully custom AI Copilots.
|
|
29
|
+
</h2>
|
|
30
|
+
|
|
31
|
+
<h3 align="center">
|
|
32
|
+
in-app AI chatbots, AI agents, and AI Textareas.
|
|
33
|
+
</h3>
|
|
34
|
+
|
|
35
|
+
<p align="center">
|
|
36
|
+
<a href="https://discord.com/invite/6dffbvGU3D">
|
|
37
|
+
<img src="https://github.com/CopilotKit/CopilotKit/assets/131273140/bf8d96ea-3aeb-4c9a-9043-96a868b7ad0f" alt="Join our Discord" height="30">
|
|
38
|
+
</a>
|
|
39
|
+
·
|
|
40
|
+
<a href="https://docs.copilotkit.ai/getting-started/quickstart-chatbot">
|
|
41
|
+
<img src="https://github.com/CopilotKit/CopilotKit/assets/131273140/a4a0fd04-6aee-4e02-9c3e-3f11d60b4e8b" alt="Read the Docs" height="30">
|
|
42
|
+
</a>
|
|
43
|
+
·
|
|
44
|
+
<a href="https://go.copilotkit.ai/kM4Lo86">
|
|
45
|
+
<img src="https://github.com/CopilotKit/CopilotKit/assets/131273140/28ca62a8-cf93-4d3f-96b0-dc11bf89b734" alt="Try Copilot Cloud" height="30">
|
|
46
|
+
</a>
|
|
47
|
+
</p>
|
|
48
|
+
|
|
49
|
+
# Documentation
|
|
50
|
+
|
|
51
|
+
To get started with CopilotKit, please check out the [documentation](https://docs.copilotkit.ai).
|
package/package.json
CHANGED
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@copilotkit/react-core",
|
|
3
3
|
"private": false,
|
|
4
|
+
"homepage": "https://github.com/CopilotKit/CopilotKit",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "https://github.com/CopilotKit/CopilotKit.git"
|
|
8
|
+
},
|
|
4
9
|
"publishConfig": {
|
|
5
10
|
"access": "public"
|
|
6
11
|
},
|
|
7
|
-
"version": "1.0.
|
|
12
|
+
"version": "1.0.3",
|
|
8
13
|
"sideEffects": false,
|
|
9
14
|
"main": "./dist/index.js",
|
|
10
15
|
"module": "./dist/index.mjs",
|
|
@@ -36,9 +41,21 @@
|
|
|
36
41
|
"@scarf/scarf": "^1.3.0",
|
|
37
42
|
"nanoid": "^4.0.2",
|
|
38
43
|
"untruncate-json": "^0.0.1",
|
|
39
|
-
"@copilotkit/runtime-client-gql": "1.0.
|
|
40
|
-
"@copilotkit/shared": "1.0.
|
|
44
|
+
"@copilotkit/runtime-client-gql": "1.0.3",
|
|
45
|
+
"@copilotkit/shared": "1.0.3"
|
|
41
46
|
},
|
|
47
|
+
"keywords": [
|
|
48
|
+
"copilotkit",
|
|
49
|
+
"copilot",
|
|
50
|
+
"react",
|
|
51
|
+
"nextjs",
|
|
52
|
+
"nodejs",
|
|
53
|
+
"ai",
|
|
54
|
+
"assistant",
|
|
55
|
+
"javascript",
|
|
56
|
+
"automation",
|
|
57
|
+
"textarea"
|
|
58
|
+
],
|
|
42
59
|
"scripts": {
|
|
43
60
|
"build": "tsup --clean",
|
|
44
61
|
"dev": "tsup --watch",
|