@copilotkit/react-core 0.15.0 → 0.16.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 +131 -131
- package/CHANGELOG.md +11 -0
- package/dist/index.mjs +1 -1
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
|
|
2
|
-
> @copilotkit/react-core@0.15.0 build /
|
|
2
|
+
> @copilotkit/react-core@0.15.0 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/components/index.ts, src/context/copilot-context.tsx, src/context/index.ts, src/hooks/index.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-assistants/index.ts, src/utils/utils.test.ts, src/utils/utils.ts, src/types/annotated-function.ts, src/types/document-pointer.ts, src/types/index.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-cpilot-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.
|
|
@@ -16,136 +16,136 @@ Module level directives cause errors when bundled, "use client" in "dist/hooks/u
|
|
|
16
16
|
Module level directives cause errors when bundled, "use client" in "dist/hooks/use-make-copilot-readable.mjs" was ignored.
|
|
17
17
|
Module level directives cause errors when bundled, "use client" in "dist/context/copilot-context.mjs" was ignored.
|
|
18
18
|
Module level directives cause errors when bundled, "use client" in "dist/hooks/use-make-copilot-actionable.mjs" was ignored.
|
|
19
|
-
Generated an empty chunk: "utils".
|
|
20
19
|
Generated an empty chunk: "copilot-provider-props".
|
|
20
|
+
Generated an empty chunk: "utils".
|
|
21
21
|
Generated an empty chunk: "annotated-function".
|
|
22
22
|
Generated an empty chunk: "document-pointer".
|
|
23
|
+
Generated an empty chunk: "chunk-EFZPSZWO".
|
|
23
24
|
Generated an empty chunk: "chunk-7GFKOIO7".
|
|
24
25
|
Generated an empty chunk: "chunk-BABVSMJR".
|
|
25
26
|
Generated an empty chunk: "chunk-FRAKUJWH".
|
|
26
|
-
Generated an empty chunk: "chunk-EFZPSZWO".
|
|
27
27
|
Generated an empty chunk: "chunk-YPSGKPDA".
|
|
28
28
|
Generated an empty chunk: "chunk-QACD2U6P".
|
|
29
29
|
Generated an empty chunk: "chunk-JD7BAH7U".
|
|
30
30
|
Generated an empty chunk: "chunk-SPCZTZCY".
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
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
|
-
|
|
31
|
+
ESM dist/components/copilot-provider/copilot-provider-props.mjs 84.00 B
|
|
32
|
+
ESM dist/chunk-FRAKUJWH.mjs 76.00 B
|
|
33
|
+
ESM dist/utils/utils.mjs 67.00 B
|
|
34
|
+
ESM dist/chunk-YPSGKPDA.mjs 76.00 B
|
|
35
|
+
ESM dist/utils/utils.test.mjs 202.00 B
|
|
36
|
+
ESM dist/chunk-BABVSMJR.mjs 76.00 B
|
|
37
|
+
ESM dist/chunk-QACD2U6P.mjs 76.00 B
|
|
38
|
+
ESM dist/chunk-SPCZTZCY.mjs 76.00 B
|
|
39
|
+
ESM dist/chunk-JD7BAH7U.mjs 76.00 B
|
|
40
|
+
ESM dist/openai-assistants/utils/process-message-stream.mjs 183.00 B
|
|
41
|
+
ESM dist/chunk-6N6X7K7T.mjs 434.00 B
|
|
42
|
+
ESM dist/chunk-EFZPSZWO.mjs 76.00 B
|
|
43
|
+
ESM dist/components/copilot-provider/index.mjs 369.00 B
|
|
44
|
+
ESM dist/openai-assistants/utils/index.mjs 201.00 B
|
|
45
|
+
ESM dist/components/copilot-provider/copilot-provider.mjs 345.00 B
|
|
46
|
+
ESM dist/components/copilot-provider/standard-cpilot-api-config.mjs 191.00 B
|
|
47
|
+
ESM dist/openai-assistants/hooks/use-copilot-chat-v2.mjs 548.00 B
|
|
48
|
+
ESM dist/openai-assistants/hooks/use-assistants.mjs 2.55 KB
|
|
49
|
+
ESM dist/openai-assistants/hooks/index.mjs 547.00 B
|
|
50
|
+
ESM dist/hooks/use-make-copilot-document-readable.mjs 231.00 B
|
|
51
|
+
ESM dist/chunk-MZ5UN3BY.mjs 830.00 B
|
|
52
|
+
ESM dist/openai-assistants/index.mjs 570.00 B
|
|
53
|
+
ESM dist/components/index.mjs 380.00 B
|
|
54
|
+
ESM dist/index.mjs 984.00 B
|
|
55
|
+
ESM dist/chunk-JHJ7LUTD.mjs 4.39 KB
|
|
56
|
+
ESM dist/chunk-6LNDDH6K.mjs 677.00 B
|
|
57
|
+
ESM dist/hooks/index.mjs 612.00 B
|
|
58
|
+
ESM dist/context/copilot-context.mjs 194.00 B
|
|
59
|
+
ESM dist/context/index.mjs 216.00 B
|
|
60
|
+
ESM dist/chunk-MRXNTQOX.mjs 1.92 KB
|
|
61
|
+
ESM dist/chunk-OFRZZ5OF.mjs 3.00 KB
|
|
62
|
+
ESM dist/types/index.mjs 98.00 B
|
|
63
|
+
ESM dist/chunk-6LKBKYRJ.mjs 5.19 KB
|
|
64
|
+
ESM dist/chunk-45PUEKTG.mjs 626.00 B
|
|
65
|
+
ESM dist/chunk-YULKJPY3.mjs 1.87 KB
|
|
66
|
+
ESM dist/hooks/use-copilot-chat.mjs 411.00 B
|
|
67
|
+
ESM dist/chunk-VUY2K2DI.mjs 3.89 KB
|
|
68
|
+
ESM dist/chunk-E3P5YZO2.mjs 954.00 B
|
|
69
|
+
ESM dist/hooks/use-make-copilot-readable.mjs 214.00 B
|
|
70
|
+
ESM dist/hooks/use-make-copilot-actionable.mjs 218.00 B
|
|
71
|
+
ESM dist/chunk-3MAIWZNZ.mjs 1.55 KB
|
|
72
|
+
ESM dist/hooks/use-flat-category-store.mjs 200.00 B
|
|
73
|
+
ESM dist/types/annotated-function.mjs 80.00 B
|
|
74
|
+
ESM dist/types/document-pointer.mjs 78.00 B
|
|
75
|
+
ESM dist/hooks/use-tree.mjs 170.00 B
|
|
76
|
+
ESM dist/chunk-7GFKOIO7.mjs 76.00 B
|
|
77
|
+
ESM dist/chunk-FRAKUJWH.mjs.map 51.00 B
|
|
78
|
+
ESM dist/utils/utils.test.mjs.map 351.00 B
|
|
79
|
+
ESM dist/chunk-SPCZTZCY.mjs.map 51.00 B
|
|
80
|
+
ESM dist/chunk-QACD2U6P.mjs.map 51.00 B
|
|
81
|
+
ESM dist/chunk-JD7BAH7U.mjs.map 51.00 B
|
|
82
|
+
ESM dist/chunk-BABVSMJR.mjs.map 51.00 B
|
|
83
|
+
ESM dist/chunk-EFZPSZWO.mjs.map 51.00 B
|
|
84
|
+
ESM dist/chunk-6N6X7K7T.mjs.map 1.12 KB
|
|
85
|
+
ESM dist/chunk-YPSGKPDA.mjs.map 51.00 B
|
|
86
|
+
ESM dist/components/copilot-provider/index.mjs.map 51.00 B
|
|
87
|
+
ESM dist/components/copilot-provider/copilot-provider.mjs.map 51.00 B
|
|
88
|
+
ESM dist/components/copilot-provider/standard-cpilot-api-config.mjs.map 51.00 B
|
|
89
|
+
ESM dist/openai-assistants/hooks/use-assistants.mjs.map 4.67 KB
|
|
90
|
+
ESM dist/chunk-MZ5UN3BY.mjs.map 1.26 KB
|
|
91
|
+
ESM dist/openai-assistants/hooks/use-copilot-chat-v2.mjs.map 51.00 B
|
|
92
|
+
ESM dist/hooks/use-make-copilot-document-readable.mjs.map 51.00 B
|
|
93
|
+
ESM dist/openai-assistants/index.mjs.map 51.00 B
|
|
94
|
+
ESM dist/openai-assistants/utils/process-message-stream.mjs.map 51.00 B
|
|
95
|
+
ESM dist/chunk-6LNDDH6K.mjs.map 1.42 KB
|
|
96
|
+
ESM dist/components/index.mjs.map 51.00 B
|
|
97
|
+
ESM dist/hooks/index.mjs.map 51.00 B
|
|
98
|
+
ESM dist/context/copilot-context.mjs.map 51.00 B
|
|
99
|
+
ESM dist/chunk-JHJ7LUTD.mjs.map 7.97 KB
|
|
100
|
+
ESM dist/openai-assistants/hooks/index.mjs.map 51.00 B
|
|
101
|
+
ESM dist/context/index.mjs.map 51.00 B
|
|
102
|
+
ESM dist/types/index.mjs.map 51.00 B
|
|
103
|
+
ESM dist/chunk-6LKBKYRJ.mjs.map 10.71 KB
|
|
104
|
+
ESM dist/chunk-MRXNTQOX.mjs.map 71.00 B
|
|
105
|
+
ESM dist/chunk-45PUEKTG.mjs.map 1.47 KB
|
|
106
|
+
ESM dist/chunk-OFRZZ5OF.mjs.map 4.98 KB
|
|
107
|
+
ESM dist/index.mjs.map 51.00 B
|
|
108
|
+
ESM dist/chunk-VUY2K2DI.mjs.map 8.27 KB
|
|
109
|
+
ESM dist/hooks/use-copilot-chat.mjs.map 51.00 B
|
|
110
|
+
ESM dist/chunk-3MAIWZNZ.mjs.map 4.68 KB
|
|
111
|
+
ESM dist/hooks/use-make-copilot-actionable.mjs.map 51.00 B
|
|
112
|
+
ESM dist/hooks/use-flat-category-store.mjs.map 51.00 B
|
|
113
|
+
ESM dist/hooks/use-make-copilot-readable.mjs.map 51.00 B
|
|
114
|
+
ESM dist/types/annotated-function.mjs.map 51.00 B
|
|
115
|
+
ESM dist/openai-assistants/utils/index.mjs.map 51.00 B
|
|
116
|
+
ESM dist/chunk-YULKJPY3.mjs.map 4.21 KB
|
|
117
|
+
ESM dist/chunk-E3P5YZO2.mjs.map 1.67 KB
|
|
118
|
+
ESM dist/types/document-pointer.mjs.map 51.00 B
|
|
119
|
+
ESM dist/hooks/use-tree.mjs.map 51.00 B
|
|
120
|
+
ESM dist/components/copilot-provider/copilot-provider-props.mjs.map 51.00 B
|
|
121
|
+
ESM dist/utils/utils.mjs.map 51.00 B
|
|
122
|
+
ESM dist/chunk-7GFKOIO7.mjs.map 51.00 B
|
|
123
|
+
ESM ⚡️ Build success in 126ms
|
|
124
|
+
DTS Build start
|
|
125
|
+
DTS ⚡️ Build success in 2355ms
|
|
126
|
+
DTS dist/index.d.ts 1.29 KB
|
|
127
|
+
DTS dist/components/copilot-provider/copilot-provider.d.ts 1.17 KB
|
|
128
|
+
DTS dist/components/copilot-provider/copilot-provider-props.d.ts 1.50 KB
|
|
129
|
+
DTS dist/context/copilot-context.d.ts 2.15 KB
|
|
130
|
+
DTS dist/hooks/use-copilot-chat.d.ts 890.00 B
|
|
131
|
+
DTS dist/hooks/use-make-copilot-actionable.d.ts 255.00 B
|
|
132
|
+
DTS dist/hooks/use-make-copilot-readable.d.ts 598.00 B
|
|
133
|
+
DTS dist/hooks/use-make-copilot-document-readable.d.ts 516.00 B
|
|
134
|
+
DTS dist/types/annotated-function.d.ts 767.00 B
|
|
135
|
+
DTS dist/types/document-pointer.d.ts 181.00 B
|
|
136
|
+
DTS dist/openai-assistants/hooks/use-copilot-chat-v2.d.ts 1.41 KB
|
|
137
|
+
DTS dist/openai-assistants/utils/process-message-stream.d.ts 196.00 B
|
|
138
|
+
DTS dist/hooks/use-tree.d.ts 543.00 B
|
|
139
|
+
DTS dist/components/index.d.ts 468.00 B
|
|
140
|
+
DTS dist/context/index.d.ts 297.00 B
|
|
141
|
+
DTS dist/hooks/index.d.ts 434.00 B
|
|
142
|
+
DTS dist/hooks/use-flat-category-store.d.ts 424.00 B
|
|
143
|
+
DTS dist/openai-assistants/index.d.ts 262.00 B
|
|
144
|
+
DTS dist/utils/utils.test.d.ts 12.00 B
|
|
145
|
+
DTS dist/utils/utils.d.ts 12.00 B
|
|
146
|
+
DTS dist/types/index.d.ts 145.00 B
|
|
147
|
+
DTS dist/components/copilot-provider/index.d.ts 446.00 B
|
|
148
|
+
DTS dist/components/copilot-provider/standard-cpilot-api-config.d.ts 894.00 B
|
|
149
|
+
DTS dist/openai-assistants/hooks/index.d.ts 182.00 B
|
|
150
|
+
DTS dist/openai-assistants/hooks/use-assistants.d.ts 551.00 B
|
|
151
|
+
DTS dist/openai-assistants/utils/index.d.ts 68.00 B
|
package/CHANGELOG.md
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
+
import './chunk-EFZPSZWO.mjs';
|
|
1
2
|
import './chunk-7GFKOIO7.mjs';
|
|
2
3
|
import './chunk-BABVSMJR.mjs';
|
|
3
4
|
export { useCopilotChatV2 } from './chunk-JHJ7LUTD.mjs';
|
|
4
5
|
import './chunk-FRAKUJWH.mjs';
|
|
5
6
|
export { processMessageStream } from './chunk-MZ5UN3BY.mjs';
|
|
6
|
-
import './chunk-EFZPSZWO.mjs';
|
|
7
7
|
import './chunk-YPSGKPDA.mjs';
|
|
8
8
|
import './chunk-QACD2U6P.mjs';
|
|
9
9
|
export { useMakeCopilotDocumentReadable } from './chunk-6LNDDH6K.mjs';
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "0.
|
|
7
|
+
"version": "0.16.0-alpha.0",
|
|
8
8
|
"sideEffects": false,
|
|
9
9
|
"main": "./dist/index.js",
|
|
10
10
|
"module": "./dist/index.mjs",
|
|
@@ -23,14 +23,14 @@
|
|
|
23
23
|
"ts-jest": "^29.1.1",
|
|
24
24
|
"tsup": "^6.7.0",
|
|
25
25
|
"typescript": "^5.1.3",
|
|
26
|
-
"
|
|
27
|
-
"
|
|
26
|
+
"tsconfig": "0.6.0",
|
|
27
|
+
"eslint-config-custom": "0.2.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"ai": "^2.2.23",
|
|
31
31
|
"nanoid": "^4.0.2",
|
|
32
32
|
"openai": "^4.6.0",
|
|
33
|
-
"@copilotkit/shared": "0.
|
|
33
|
+
"@copilotkit/shared": "0.2.0-alpha.0"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
36
|
"build": "tsup --treeshake",
|