@copilotkit/react-core 0.17.1 → 0.18.0-alpha.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/.turbo/turbo-build.log +160 -160
- package/CHANGELOG.md +6 -0
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
|
|
2
|
-
> @copilotkit/react-core@0.17.1 build /
|
|
2
|
+
> @copilotkit/react-core@0.17.1 build /Users/ataibarkai/LocalGit/Recursively.ai/CopilotKit/CopilotKit/packages/react-core
|
|
3
3
|
> tsup --treeshake
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
5
|
+
CLI Building entry: src/index.tsx, src/context/copilot-context.tsx, src/context/index.ts, src/components/index.ts, src/hooks/index.ts, src/hooks/use-chat.ts, src/hooks/use-copilot-chat.ts, src/hooks/use-flat-category-store.ts, src/hooks/use-make-copilot-actionable.ts, src/hooks/use-make-copilot-document-readable.ts, src/hooks/use-make-copilot-readable.ts, src/hooks/use-tree.ts, src/openai/chat-completion-client.ts, src/openai/chat-completion-stream.ts, src/openai/chat-completion-transport.ts, src/openai/index.tsx, src/openai-assistants/index.ts, src/types/annotated-function.ts, src/types/base.ts, src/types/document-pointer.ts, src/types/index.ts, src/types/message.ts, src/utils/utils.test.ts, src/utils/utils.ts, src/components/copilot-provider/copilot-provider-props.tsx, src/components/copilot-provider/copilot-provider.tsx, src/components/copilot-provider/index.ts, src/components/copilot-provider/standard-copilot-api-config.tsx, src/openai-assistants/hooks/index.ts, src/openai-assistants/hooks/use-assistants.ts, src/openai-assistants/hooks/use-copilot-chat-v2.ts, src/openai-assistants/utils/index.ts, src/openai-assistants/utils/process-message-stream.ts
|
|
6
|
+
CLI Using tsconfig: tsconfig.json
|
|
7
|
+
CLI tsup v6.7.0
|
|
8
|
+
CLI Using tsup config: /Users/ataibarkai/LocalGit/Recursively.ai/CopilotKit/CopilotKit/packages/react-core/tsup.config.ts
|
|
9
|
+
CLI Target: es6
|
|
10
|
+
CLI Cleaning output folder
|
|
11
|
+
ESM Build start
|
|
12
12
|
Module level directives cause errors when bundled, "use client" in "dist/components/copilot-provider/copilot-provider-props.mjs" was ignored.
|
|
13
13
|
Module level directives cause errors when bundled, "use client" in "dist/components/copilot-provider/copilot-provider.mjs" was ignored.
|
|
14
14
|
Module level directives cause errors when bundled, "use client" in "dist/openai-assistants/hooks/use-assistants.mjs" was ignored.
|
|
@@ -31,155 +31,155 @@ Generated an empty chunk: "chunk-VNRDQJXW".
|
|
|
31
31
|
Generated an empty chunk: "chunk-5UGLWBZJ".
|
|
32
32
|
Generated an empty chunk: "chunk-JD7BAH7U".
|
|
33
33
|
Generated an empty chunk: "chunk-SPCZTZCY".
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
34
|
+
ESM dist/chunk-7GFKOIO7.mjs 76.00 B
|
|
35
|
+
ESM dist/openai-assistants/index.mjs 570.00 B
|
|
36
|
+
ESM dist/openai/chat-completion-client.mjs 209.00 B
|
|
37
|
+
ESM dist/context/copilot-context.mjs 164.00 B
|
|
38
|
+
ESM dist/components/index.mjs 380.00 B
|
|
39
|
+
ESM dist/types/index.mjs 98.00 B
|
|
40
|
+
ESM dist/hooks/use-make-copilot-actionable.mjs 218.00 B
|
|
41
|
+
ESM dist/chunk-BABVSMJR.mjs 76.00 B
|
|
42
|
+
ESM dist/chunk-PUFR5OAI.mjs 76.00 B
|
|
43
|
+
ESM dist/chunk-FRAKUJWH.mjs 76.00 B
|
|
44
|
+
ESM dist/chunk-EFZPSZWO.mjs 76.00 B
|
|
45
|
+
ESM dist/chunk-VNRDQJXW.mjs 76.00 B
|
|
46
|
+
ESM dist/chunk-5UGLWBZJ.mjs 76.00 B
|
|
47
|
+
ESM dist/chunk-JD7BAH7U.mjs 76.00 B
|
|
48
|
+
ESM dist/chunk-SPCZTZCY.mjs 76.00 B
|
|
49
|
+
ESM dist/chunk-MRXNTQOX.mjs 1.92 KB
|
|
50
|
+
ESM dist/chunk-F2JIAPZQ.mjs 435.00 B
|
|
51
|
+
ESM dist/hooks/use-make-copilot-document-readable.mjs 231.00 B
|
|
52
|
+
ESM dist/hooks/use-make-copilot-readable.mjs 214.00 B
|
|
53
|
+
ESM dist/openai/chat-completion-stream.mjs 209.00 B
|
|
54
|
+
ESM dist/chunk-TU4DNDO7.mjs 4.33 KB
|
|
55
|
+
ESM dist/index.mjs 1.11 KB
|
|
56
|
+
ESM dist/chunk-MZ5UN3BY.mjs 830.00 B
|
|
57
|
+
ESM dist/chunk-6SOQYBNX.mjs 1.24 KB
|
|
58
|
+
ESM dist/chunk-FP4EXCGS.mjs 954.00 B
|
|
59
|
+
ESM dist/hooks/use-tree.mjs 170.00 B
|
|
60
|
+
ESM dist/chunk-7P4OYNP3.mjs 677.00 B
|
|
61
|
+
ESM dist/chunk-HW5IH6PV.mjs 626.00 B
|
|
62
|
+
ESM dist/hooks/use-chat.mjs 214.00 B
|
|
63
|
+
ESM dist/chunk-SFQOMKM2.mjs 2.71 KB
|
|
64
|
+
ESM dist/chunk-QTET3FBV.mjs 5.18 KB
|
|
65
|
+
ESM dist/chunk-6A4PCNMZ.mjs 1.30 KB
|
|
66
|
+
ESM dist/context/index.mjs 186.00 B
|
|
67
|
+
ESM dist/chunk-LMZN4NSM.mjs 3.69 KB
|
|
68
|
+
ESM dist/chunk-TKXPMMND.mjs 5.33 KB
|
|
69
|
+
ESM dist/chunk-VK25FIML.mjs 4.48 KB
|
|
70
|
+
ESM dist/hooks/use-flat-category-store.mjs 200.00 B
|
|
71
|
+
ESM dist/chunk-YULKJPY3.mjs 1.87 KB
|
|
72
|
+
ESM dist/hooks/use-copilot-chat.mjs 507.00 B
|
|
73
|
+
ESM dist/chunk-VUY2K2DI.mjs 3.89 KB
|
|
74
|
+
ESM dist/hooks/index.mjs 708.00 B
|
|
75
|
+
ESM dist/openai/chat-completion-transport.mjs 183.00 B
|
|
76
|
+
ESM dist/openai/index.mjs 224.00 B
|
|
77
|
+
ESM dist/utils/utils.test.mjs 202.00 B
|
|
78
|
+
ESM dist/components/copilot-provider/copilot-provider-props.mjs 84.00 B
|
|
79
|
+
ESM dist/openai-assistants/utils/process-message-stream.mjs 183.00 B
|
|
80
|
+
ESM dist/openai-assistants/hooks/index.mjs 547.00 B
|
|
81
|
+
ESM dist/types/annotated-function.mjs 80.00 B
|
|
82
|
+
ESM dist/types/message.mjs 69.00 B
|
|
83
|
+
ESM dist/utils/utils.mjs 67.00 B
|
|
84
|
+
ESM dist/types/base.mjs 66.00 B
|
|
85
|
+
ESM dist/components/copilot-provider/copilot-provider.mjs 345.00 B
|
|
86
|
+
ESM dist/components/copilot-provider/standard-copilot-api-config.mjs 192.00 B
|
|
87
|
+
ESM dist/types/document-pointer.mjs 78.00 B
|
|
88
|
+
ESM dist/components/copilot-provider/index.mjs 369.00 B
|
|
89
|
+
ESM dist/openai-assistants/utils/index.mjs 201.00 B
|
|
90
|
+
ESM dist/openai-assistants/hooks/use-assistants.mjs 2.55 KB
|
|
91
|
+
ESM dist/chunk-7GFKOIO7.mjs.map 51.00 B
|
|
92
|
+
ESM dist/openai/chat-completion-client.mjs.map 51.00 B
|
|
93
|
+
ESM dist/openai-assistants/hooks/use-copilot-chat-v2.mjs 548.00 B
|
|
94
|
+
ESM dist/openai-assistants/index.mjs.map 51.00 B
|
|
95
|
+
ESM dist/context/copilot-context.mjs.map 51.00 B
|
|
96
|
+
ESM dist/components/index.mjs.map 51.00 B
|
|
97
|
+
ESM dist/hooks/use-make-copilot-actionable.mjs.map 51.00 B
|
|
98
|
+
ESM dist/chunk-BABVSMJR.mjs.map 51.00 B
|
|
99
|
+
ESM dist/chunk-PUFR5OAI.mjs.map 51.00 B
|
|
100
|
+
ESM dist/chunk-FRAKUJWH.mjs.map 51.00 B
|
|
101
|
+
ESM dist/chunk-EFZPSZWO.mjs.map 51.00 B
|
|
102
|
+
ESM dist/chunk-VNRDQJXW.mjs.map 51.00 B
|
|
103
|
+
ESM dist/chunk-5UGLWBZJ.mjs.map 51.00 B
|
|
104
|
+
ESM dist/chunk-SPCZTZCY.mjs.map 51.00 B
|
|
105
|
+
ESM dist/chunk-F2JIAPZQ.mjs.map 1.12 KB
|
|
106
|
+
ESM dist/hooks/use-make-copilot-readable.mjs.map 51.00 B
|
|
107
|
+
ESM dist/openai/chat-completion-stream.mjs.map 51.00 B
|
|
108
|
+
ESM dist/chunk-TU4DNDO7.mjs.map 7.90 KB
|
|
109
|
+
ESM dist/index.mjs.map 51.00 B
|
|
110
|
+
ESM dist/chunk-MZ5UN3BY.mjs.map 1.26 KB
|
|
111
|
+
ESM dist/chunk-6SOQYBNX.mjs.map 2.07 KB
|
|
112
|
+
ESM dist/chunk-FP4EXCGS.mjs.map 1.67 KB
|
|
113
|
+
ESM dist/chunk-7P4OYNP3.mjs.map 1.42 KB
|
|
114
|
+
ESM dist/hooks/use-chat.mjs.map 51.00 B
|
|
115
|
+
ESM dist/hooks/use-tree.mjs.map 51.00 B
|
|
116
|
+
ESM dist/chunk-SFQOMKM2.mjs.map 4.37 KB
|
|
117
|
+
ESM dist/chunk-QTET3FBV.mjs.map 11.03 KB
|
|
118
|
+
ESM dist/context/index.mjs.map 51.00 B
|
|
119
|
+
ESM dist/chunk-LMZN4NSM.mjs.map 8.47 KB
|
|
120
|
+
ESM dist/chunk-TKXPMMND.mjs.map 9.93 KB
|
|
121
|
+
ESM dist/chunk-VK25FIML.mjs.map 7.84 KB
|
|
122
|
+
ESM dist/hooks/use-flat-category-store.mjs.map 51.00 B
|
|
123
|
+
ESM dist/chunk-YULKJPY3.mjs.map 4.21 KB
|
|
124
|
+
ESM dist/types/index.mjs.map 51.00 B
|
|
125
|
+
ESM dist/hooks/use-copilot-chat.mjs.map 51.00 B
|
|
126
|
+
ESM dist/hooks/use-make-copilot-document-readable.mjs.map 51.00 B
|
|
127
|
+
ESM dist/chunk-VUY2K2DI.mjs.map 8.27 KB
|
|
128
|
+
ESM dist/chunk-MRXNTQOX.mjs.map 71.00 B
|
|
129
|
+
ESM dist/hooks/index.mjs.map 51.00 B
|
|
130
|
+
ESM dist/chunk-6A4PCNMZ.mjs.map 4.26 KB
|
|
131
|
+
ESM dist/openai/chat-completion-transport.mjs.map 51.00 B
|
|
132
|
+
ESM dist/chunk-HW5IH6PV.mjs.map 1.47 KB
|
|
133
|
+
ESM dist/openai/index.mjs.map 51.00 B
|
|
134
|
+
ESM dist/utils/utils.test.mjs.map 351.00 B
|
|
135
|
+
ESM dist/components/copilot-provider/copilot-provider-props.mjs.map 51.00 B
|
|
136
|
+
ESM dist/openai-assistants/utils/process-message-stream.mjs.map 51.00 B
|
|
137
|
+
ESM dist/chunk-JD7BAH7U.mjs.map 51.00 B
|
|
138
|
+
ESM dist/types/annotated-function.mjs.map 51.00 B
|
|
139
|
+
ESM dist/types/message.mjs.map 51.00 B
|
|
140
|
+
ESM dist/utils/utils.mjs.map 51.00 B
|
|
141
|
+
ESM dist/types/base.mjs.map 51.00 B
|
|
142
|
+
ESM dist/components/copilot-provider/copilot-provider.mjs.map 51.00 B
|
|
143
|
+
ESM dist/components/copilot-provider/standard-copilot-api-config.mjs.map 51.00 B
|
|
144
|
+
ESM dist/types/document-pointer.mjs.map 51.00 B
|
|
145
|
+
ESM dist/openai-assistants/utils/index.mjs.map 51.00 B
|
|
146
|
+
ESM dist/openai-assistants/hooks/use-assistants.mjs.map 4.67 KB
|
|
147
|
+
ESM dist/openai-assistants/hooks/index.mjs.map 51.00 B
|
|
148
|
+
ESM dist/openai-assistants/hooks/use-copilot-chat-v2.mjs.map 51.00 B
|
|
149
|
+
ESM dist/components/copilot-provider/index.mjs.map 51.00 B
|
|
150
|
+
ESM ⚡️ Build success in 149ms
|
|
151
|
+
DTS Build start
|
|
152
|
+
DTS ⚡️ Build success in 2992ms
|
|
153
|
+
DTS dist/index.d.ts 1.61 KB
|
|
154
|
+
DTS dist/components/copilot-provider/copilot-provider.d.ts 1.55 KB
|
|
155
|
+
DTS dist/components/copilot-provider/copilot-provider-props.d.ts 1.52 KB
|
|
156
|
+
DTS dist/context/copilot-context.d.ts 1.98 KB
|
|
157
|
+
DTS dist/hooks/use-copilot-chat.d.ts 955.00 B
|
|
158
|
+
DTS dist/hooks/use-make-copilot-actionable.d.ts 255.00 B
|
|
159
|
+
DTS dist/hooks/use-make-copilot-readable.d.ts 598.00 B
|
|
160
|
+
DTS dist/hooks/use-make-copilot-document-readable.d.ts 516.00 B
|
|
161
|
+
DTS dist/hooks/use-chat.d.ts 2.75 KB
|
|
162
|
+
DTS dist/types/annotated-function.d.ts 767.00 B
|
|
163
|
+
DTS dist/types/document-pointer.d.ts 181.00 B
|
|
164
|
+
DTS dist/types/base.d.ts 1.96 KB
|
|
165
|
+
DTS dist/openai-assistants/hooks/use-copilot-chat-v2.d.ts 1.41 KB
|
|
166
|
+
DTS dist/openai-assistants/utils/process-message-stream.d.ts 196.00 B
|
|
167
|
+
DTS dist/openai/chat-completion-stream.d.ts 694.00 B
|
|
168
|
+
DTS dist/openai/chat-completion-transport.d.ts 1.26 KB
|
|
169
|
+
DTS dist/hooks/use-tree.d.ts 543.00 B
|
|
170
|
+
DTS dist/context/index.d.ts 281.00 B
|
|
171
|
+
DTS dist/components/index.d.ts 482.00 B
|
|
172
|
+
DTS dist/hooks/index.d.ts 608.00 B
|
|
173
|
+
DTS dist/hooks/use-flat-category-store.d.ts 424.00 B
|
|
174
|
+
DTS dist/openai/chat-completion-client.d.ts 1.44 KB
|
|
175
|
+
DTS dist/openai/index.d.ts 438.00 B
|
|
176
|
+
DTS dist/openai-assistants/index.d.ts 262.00 B
|
|
177
|
+
DTS dist/types/index.d.ts 233.00 B
|
|
178
|
+
DTS dist/types/message.d.ts 12.00 B
|
|
179
|
+
DTS dist/utils/utils.test.d.ts 12.00 B
|
|
180
|
+
DTS dist/utils/utils.d.ts 12.00 B
|
|
181
|
+
DTS dist/components/copilot-provider/index.d.ts 463.00 B
|
|
182
|
+
DTS dist/components/copilot-provider/standard-copilot-api-config.d.ts 911.00 B
|
|
183
|
+
DTS dist/openai-assistants/hooks/index.d.ts 182.00 B
|
|
184
|
+
DTS dist/openai-assistants/hooks/use-assistants.d.ts 551.00 B
|
|
185
|
+
DTS dist/openai-assistants/utils/index.d.ts 68.00 B
|
package/CHANGELOG.md
CHANGED