@copilotkit/shared 0.5.0-mme-deprecate-annotated-function.4 → 0.6.0-mme-pre.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 +33 -33
- package/CHANGELOG.md +20 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @copilotkit/shared@0.
|
|
2
|
+
> @copilotkit/shared@0.6.0-mme-pre.0 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/shared
|
|
3
3
|
> tsup --clean
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts, src/constants/copilot-protocol.ts, src/constants/index.ts, src/types/action.ts, src/types/annotated-function.ts, src/types/index.ts, src/types/openai-assistant.ts, src/utils/annotated-function.ts, src/utils/decode-chat-completion-as-text.ts, src/utils/decode-chat-completion.ts, src/utils/index.ts, src/utils/parse-chat-completion.ts, src/utils/utils.test.ts, src/utils/utils.ts
|
|
@@ -10,6 +10,35 @@
|
|
|
10
10
|
[34mCLI[39m Cleaning output folder
|
|
11
11
|
[34mESM[39m Build start
|
|
12
12
|
[34mCJS[39m Build start
|
|
13
|
+
[32mCJS[39m [1mdist/index.js [22m[32m16.94 KB[39m
|
|
14
|
+
[32mCJS[39m [1mdist/constants/copilot-protocol.js [22m[32m1.25 KB[39m
|
|
15
|
+
[32mCJS[39m [1mdist/constants/index.js [22m[32m1.25 KB[39m
|
|
16
|
+
[32mCJS[39m [1mdist/types/action.js [22m[32m801.00 B[39m
|
|
17
|
+
[32mCJS[39m [1mdist/types/annotated-function.js [22m[32m849.00 B[39m
|
|
18
|
+
[32mCJS[39m [1mdist/types/index.js [22m[32m797.00 B[39m
|
|
19
|
+
[32mCJS[39m [1mdist/types/openai-assistant.js [22m[32m841.00 B[39m
|
|
20
|
+
[32mCJS[39m [1mdist/utils/annotated-function.js [22m[32m5.81 KB[39m
|
|
21
|
+
[32mCJS[39m [1mdist/utils/decode-chat-completion-as-text.js [22m[32m1.82 KB[39m
|
|
22
|
+
[32mCJS[39m [1mdist/utils/decode-chat-completion.js [22m[32m4.42 KB[39m
|
|
23
|
+
[32mCJS[39m [1mdist/utils/index.js [22m[32m16.74 KB[39m
|
|
24
|
+
[32mCJS[39m [1mdist/utils/parse-chat-completion.js [22m[32m2.68 KB[39m
|
|
25
|
+
[32mCJS[39m [1mdist/utils/utils.test.js [22m[32m184.00 B[39m
|
|
26
|
+
[32mCJS[39m [1mdist/utils/utils.js [22m[32m6.25 KB[39m
|
|
27
|
+
[32mCJS[39m [1mdist/index.js.map [22m[32m32.70 KB[39m
|
|
28
|
+
[32mCJS[39m [1mdist/constants/copilot-protocol.js.map [22m[32m261.00 B[39m
|
|
29
|
+
[32mCJS[39m [1mdist/constants/index.js.map [22m[32m336.00 B[39m
|
|
30
|
+
[32mCJS[39m [1mdist/types/action.js.map [22m[32m4.59 KB[39m
|
|
31
|
+
[32mCJS[39m [1mdist/types/annotated-function.js.map [22m[32m871.00 B[39m
|
|
32
|
+
[32mCJS[39m [1mdist/types/index.js.map [22m[32m234.00 B[39m
|
|
33
|
+
[32mCJS[39m [1mdist/types/openai-assistant.js.map [22m[32m2.86 KB[39m
|
|
34
|
+
[32mCJS[39m [1mdist/utils/annotated-function.js.map [22m[32m8.41 KB[39m
|
|
35
|
+
[32mCJS[39m [1mdist/utils/decode-chat-completion-as-text.js.map [22m[32m1.34 KB[39m
|
|
36
|
+
[32mCJS[39m [1mdist/utils/parse-chat-completion.js.map [22m[32m4.15 KB[39m
|
|
37
|
+
[32mCJS[39m [1mdist/utils/decode-chat-completion.js.map [22m[32m6.89 KB[39m
|
|
38
|
+
[32mCJS[39m [1mdist/utils/index.js.map [22m[32m32.70 KB[39m
|
|
39
|
+
[32mCJS[39m [1mdist/utils/utils.test.js.map [22m[32m354.00 B[39m
|
|
40
|
+
[32mCJS[39m [1mdist/utils/utils.js.map [22m[32m12.08 KB[39m
|
|
41
|
+
[32mCJS[39m ⚡️ Build success in 62ms
|
|
13
42
|
[32mESM[39m [1mdist/index.mjs [22m[32m1.23 KB[39m
|
|
14
43
|
[32mESM[39m [1mdist/constants/copilot-protocol.mjs [22m[32m166.00 B[39m
|
|
15
44
|
[32mESM[39m [1mdist/types/action.mjs [22m[32m67.00 B[39m
|
|
@@ -56,44 +85,15 @@
|
|
|
56
85
|
[32mESM[39m [1mdist/types/openai-assistant.mjs.map [22m[32m71.00 B[39m
|
|
57
86
|
[32mESM[39m [1mdist/chunk-IAFBVORQ.mjs.map [22m[32m71.00 B[39m
|
|
58
87
|
[32mESM[39m [1mdist/chunk-K7TZQSAZ.mjs.map [22m[32m8.35 KB[39m
|
|
88
|
+
[32mESM[39m [1mdist/utils/index.mjs.map [22m[32m71.00 B[39m
|
|
59
89
|
[32mESM[39m [1mdist/utils/decode-chat-completion-as-text.mjs.map [22m[32m71.00 B[39m
|
|
60
90
|
[32mESM[39m [1mdist/utils/decode-chat-completion.mjs.map [22m[32m71.00 B[39m
|
|
61
|
-
[32mESM[39m [1mdist/utils/index.mjs.map [22m[32m71.00 B[39m
|
|
62
91
|
[32mESM[39m [1mdist/utils/parse-chat-completion.mjs.map [22m[32m71.00 B[39m
|
|
63
92
|
[32mESM[39m [1mdist/utils/utils.test.mjs.map [22m[32m352.00 B[39m
|
|
64
93
|
[32mESM[39m [1mdist/utils/utils.mjs.map [22m[32m71.00 B[39m
|
|
65
|
-
[32mESM[39m ⚡️ Build success in
|
|
66
|
-
[32mCJS[39m [1mdist/index.js [22m[32m16.94 KB[39m
|
|
67
|
-
[32mCJS[39m [1mdist/constants/copilot-protocol.js [22m[32m1.25 KB[39m
|
|
68
|
-
[32mCJS[39m [1mdist/constants/index.js [22m[32m1.25 KB[39m
|
|
69
|
-
[32mCJS[39m [1mdist/types/action.js [22m[32m801.00 B[39m
|
|
70
|
-
[32mCJS[39m [1mdist/types/annotated-function.js [22m[32m849.00 B[39m
|
|
71
|
-
[32mCJS[39m [1mdist/types/index.js [22m[32m797.00 B[39m
|
|
72
|
-
[32mCJS[39m [1mdist/types/openai-assistant.js [22m[32m841.00 B[39m
|
|
73
|
-
[32mCJS[39m [1mdist/utils/annotated-function.js [22m[32m5.81 KB[39m
|
|
74
|
-
[32mCJS[39m [1mdist/utils/decode-chat-completion-as-text.js [22m[32m1.82 KB[39m
|
|
75
|
-
[32mCJS[39m [1mdist/utils/decode-chat-completion.js [22m[32m4.42 KB[39m
|
|
76
|
-
[32mCJS[39m [1mdist/utils/index.js [22m[32m16.74 KB[39m
|
|
77
|
-
[32mCJS[39m [1mdist/utils/parse-chat-completion.js [22m[32m2.68 KB[39m
|
|
78
|
-
[32mCJS[39m [1mdist/utils/utils.test.js [22m[32m184.00 B[39m
|
|
79
|
-
[32mCJS[39m [1mdist/utils/utils.js [22m[32m6.25 KB[39m
|
|
80
|
-
[32mCJS[39m [1mdist/index.js.map [22m[32m32.70 KB[39m
|
|
81
|
-
[32mCJS[39m [1mdist/constants/copilot-protocol.js.map [22m[32m261.00 B[39m
|
|
82
|
-
[32mCJS[39m [1mdist/constants/index.js.map [22m[32m336.00 B[39m
|
|
83
|
-
[32mCJS[39m [1mdist/types/action.js.map [22m[32m4.59 KB[39m
|
|
84
|
-
[32mCJS[39m [1mdist/types/annotated-function.js.map [22m[32m871.00 B[39m
|
|
85
|
-
[32mCJS[39m [1mdist/types/index.js.map [22m[32m234.00 B[39m
|
|
86
|
-
[32mCJS[39m [1mdist/types/openai-assistant.js.map [22m[32m2.86 KB[39m
|
|
87
|
-
[32mCJS[39m [1mdist/utils/annotated-function.js.map [22m[32m8.41 KB[39m
|
|
88
|
-
[32mCJS[39m [1mdist/utils/decode-chat-completion-as-text.js.map [22m[32m1.34 KB[39m
|
|
89
|
-
[32mCJS[39m [1mdist/utils/decode-chat-completion.js.map [22m[32m6.89 KB[39m
|
|
90
|
-
[32mCJS[39m [1mdist/utils/index.js.map [22m[32m32.70 KB[39m
|
|
91
|
-
[32mCJS[39m [1mdist/utils/parse-chat-completion.js.map [22m[32m4.15 KB[39m
|
|
92
|
-
[32mCJS[39m [1mdist/utils/utils.test.js.map [22m[32m354.00 B[39m
|
|
93
|
-
[32mCJS[39m [1mdist/utils/utils.js.map [22m[32m12.08 KB[39m
|
|
94
|
-
[32mCJS[39m ⚡️ Build success in 55ms
|
|
94
|
+
[32mESM[39m ⚡️ Build success in 64ms
|
|
95
95
|
[34mDTS[39m Build start
|
|
96
|
-
[32mDTS[39m ⚡️ Build success in
|
|
96
|
+
[32mDTS[39m ⚡️ Build success in 2202ms
|
|
97
97
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m1.27 KB[39m
|
|
98
98
|
[32mDTS[39m [1mdist/types/openai-assistant.d.ts [22m[32m2.79 KB[39m
|
|
99
99
|
[32mDTS[39m [1mdist/types/annotated-function.d.ts [22m[32m766.00 B[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @copilotkit/shared
|
|
2
2
|
|
|
3
|
+
## 0.6.0-mme-pre.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Pre release improved action calling
|
|
8
|
+
|
|
9
|
+
## 0.5.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- c4010e7: Pre Release
|
|
14
|
+
- be00d61: Alpha
|
|
15
|
+
- ec8481c: Alpha
|
|
16
|
+
- 3fbee5d: OpenAIAdapter-getter
|
|
17
|
+
- e09dc44: Test backward compatibility of AnnotatedFunction on the backend
|
|
18
|
+
- 3f5ad60: OpenAIAdapter: make openai instance gettable
|
|
19
|
+
- 0dd6180: QA
|
|
20
|
+
- 225812d: QA new action type
|
|
21
|
+
- New actions: custom chat components, and typed arguments
|
|
22
|
+
|
|
3
23
|
## 0.5.0-mme-deprecate-annotated-function.4
|
|
4
24
|
|
|
5
25
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "0.
|
|
7
|
+
"version": "0.6.0-mme-pre.0",
|
|
8
8
|
"sideEffects": false,
|
|
9
9
|
"main": "./dist/index.js",
|
|
10
10
|
"module": "./dist/index.mjs",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"ts-jest": "^29.1.1",
|
|
22
22
|
"tsup": "^6.7.0",
|
|
23
23
|
"typescript": "^5.2.3",
|
|
24
|
-
"eslint-config-custom": "0.
|
|
25
|
-
"tsconfig": "0.
|
|
24
|
+
"eslint-config-custom": "0.7.0-mme-pre.0",
|
|
25
|
+
"tsconfig": "0.11.0-mme-pre.0"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {},
|
|
28
28
|
"scripts": {
|