@copilotkit/react-ui 0.22.0-mme-cloud.4 → 0.22.0-mme-cloud.5
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 +5 -5
- package/CHANGELOG.md +36 -14
- package/package.json +6 -6
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @copilotkit/react-ui@0.22.0-mme-cloud.
|
|
2
|
+
> @copilotkit/react-ui@0.22.0-mme-cloud.5 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-ui
|
|
3
3
|
> tsup --clean
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.tsx, src/components/index.ts, src/context/index.ts, src/hooks/index.ts, src/hooks/use-copy-to-clipboard.tsx, src/lib/utils.test.ts, src/lib/utils.ts, src/types/index.ts, src/types/types.ts, src/components/chat/Button.tsx, src/components/chat/Chat.tsx, src/components/chat/ChatContext.tsx, src/components/chat/CodeBlock.tsx, src/components/chat/Header.tsx, src/components/chat/Icons.tsx, src/components/chat/Input.tsx, src/components/chat/Markdown.tsx, src/components/chat/Messages.tsx, src/components/chat/Popup.tsx, src/components/chat/Response.tsx, src/components/chat/Sidebar.tsx, src/components/chat/Textarea.tsx, src/components/chat/Window.tsx, src/components/chat/index.tsx, src/components/chat/props.ts
|
|
@@ -107,10 +107,10 @@ Browserslist: caniuse-lite is outdated. Please run:
|
|
|
107
107
|
[32mESM[39m [1mdist/components/chat/Chat.mjs.map [22m[32m71.00 B[39m
|
|
108
108
|
[32mESM[39m [1mdist/components/chat/ChatContext.mjs.map [22m[32m71.00 B[39m
|
|
109
109
|
[32mESM[39m [1mdist/components/chat/CodeBlock.mjs.map [22m[32m71.00 B[39m
|
|
110
|
+
[32mESM[39m [1mdist/components/chat/Header.mjs.map [22m[32m71.00 B[39m
|
|
110
111
|
[32mESM[39m [1mdist/components/chat/Icons.mjs.map [22m[32m71.00 B[39m
|
|
111
112
|
[32mESM[39m [1mdist/components/chat/Input.mjs.map [22m[32m71.00 B[39m
|
|
112
|
-
[32mESM[39m
|
|
113
|
-
[32mESM[39m ⚡️ Build success in 1679ms
|
|
113
|
+
[32mESM[39m ⚡️ Build success in 1576ms
|
|
114
114
|
[32mCJS[39m [1mdist/index.js [22m[32m41.85 KB[39m
|
|
115
115
|
[32mCJS[39m [1mdist/index.css [22m[32m19.96 KB[39m
|
|
116
116
|
[32mCJS[39m [1mdist/components/index.js [22m[32m41.87 KB[39m
|
|
@@ -163,8 +163,8 @@ Browserslist: caniuse-lite is outdated. Please run:
|
|
|
163
163
|
[32mCJS[39m [1mdist/components/chat/Window.js.map [22m[32m6.76 KB[39m
|
|
164
164
|
[32mCJS[39m [1mdist/components/chat/index.js.map [22m[32m66.63 KB[39m
|
|
165
165
|
[32mCJS[39m [1mdist/components/chat/props.js.map [22m[32m908.00 B[39m
|
|
166
|
-
[32mCJS[39m ⚡️ Build success in
|
|
167
|
-
[32mDTS[39m ⚡️ Build success in
|
|
166
|
+
[32mCJS[39m ⚡️ Build success in 1596ms
|
|
167
|
+
[32mDTS[39m ⚡️ Build success in 6057ms
|
|
168
168
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m435.00 B[39m
|
|
169
169
|
[32mDTS[39m [1mdist/components/chat/props.d.ts [22m[32m819.00 B[39m
|
|
170
170
|
[32mDTS[39m [1mdist/components/chat/Popup.d.ts [22m[32m269.00 B[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,22 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
+
## 0.22.0-mme-cloud.5
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Update comments
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @copilotkit/react-core@0.25.0-mme-cloud.5
|
|
13
|
+
- @copilotkit/shared@0.9.0-mme-cloud.5
|
|
14
|
+
|
|
3
15
|
## 0.22.0-mme-cloud.4
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
6
18
|
|
|
7
|
-
-
|
|
19
|
+
- Update comments
|
|
8
20
|
|
|
9
21
|
### Patch Changes
|
|
10
22
|
|
|
@@ -16,49 +28,59 @@
|
|
|
16
28
|
|
|
17
29
|
### Minor Changes
|
|
18
30
|
|
|
19
|
-
-
|
|
31
|
+
- 85c029b: streamline cloud configuration
|
|
32
|
+
- Rename
|
|
33
|
+
- a5ade3b: Support input guardrails (cloud)
|
|
34
|
+
- 12ff590: Unify api key handling
|
|
35
|
+
- f0c4745: Include reason in guardrails response
|
|
36
|
+
- 17f4b1b: Retrieve public API key
|
|
20
37
|
|
|
21
38
|
### Patch Changes
|
|
22
39
|
|
|
40
|
+
- Updated dependencies [85c029b]
|
|
23
41
|
- Updated dependencies
|
|
42
|
+
- Updated dependencies [a5ade3b]
|
|
43
|
+
- Updated dependencies [12ff590]
|
|
44
|
+
- Updated dependencies [f0c4745]
|
|
45
|
+
- Updated dependencies [17f4b1b]
|
|
24
46
|
- @copilotkit/react-core@0.25.0-mme-cloud.3
|
|
25
47
|
- @copilotkit/shared@0.9.0-mme-cloud.3
|
|
26
48
|
|
|
27
|
-
## 0.22.0-
|
|
49
|
+
## 0.22.0-function-calling-fixes.2
|
|
28
50
|
|
|
29
51
|
### Minor Changes
|
|
30
52
|
|
|
31
|
-
-
|
|
53
|
+
- fix backend function calling return values
|
|
32
54
|
|
|
33
55
|
### Patch Changes
|
|
34
56
|
|
|
35
57
|
- Updated dependencies
|
|
36
|
-
- @copilotkit/react-core@0.25.0-
|
|
37
|
-
- @copilotkit/shared@0.9.0-
|
|
58
|
+
- @copilotkit/react-core@0.25.0-function-calling-fixes.2
|
|
59
|
+
- @copilotkit/shared@0.9.0-function-calling-fixes.2
|
|
38
60
|
|
|
39
|
-
## 0.22.0-
|
|
61
|
+
## 0.22.0-function-calling-fixes.1
|
|
40
62
|
|
|
41
63
|
### Minor Changes
|
|
42
64
|
|
|
43
|
-
-
|
|
65
|
+
- gpt-4-turbo-april-2024 function calling fixes
|
|
44
66
|
|
|
45
67
|
### Patch Changes
|
|
46
68
|
|
|
47
69
|
- Updated dependencies
|
|
48
|
-
- @copilotkit/react-core@0.25.0-
|
|
49
|
-
- @copilotkit/shared@0.9.0-
|
|
70
|
+
- @copilotkit/react-core@0.25.0-function-calling-fixes.1
|
|
71
|
+
- @copilotkit/shared@0.9.0-function-calling-fixes.1
|
|
50
72
|
|
|
51
|
-
## 0.22.0-
|
|
73
|
+
## 0.22.0-alpha.0
|
|
52
74
|
|
|
53
75
|
### Minor Changes
|
|
54
76
|
|
|
55
|
-
-
|
|
77
|
+
- gpt-4-turbo-april-2024
|
|
56
78
|
|
|
57
79
|
### Patch Changes
|
|
58
80
|
|
|
59
81
|
- Updated dependencies
|
|
60
|
-
- @copilotkit/
|
|
61
|
-
- @copilotkit/
|
|
82
|
+
- @copilotkit/shared@0.9.0-alpha.0
|
|
83
|
+
- @copilotkit/react-core@0.25.0-alpha.0
|
|
62
84
|
|
|
63
85
|
## 0.21.0
|
|
64
86
|
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "0.22.0-mme-cloud.
|
|
7
|
+
"version": "0.22.0-mme-cloud.5",
|
|
8
8
|
"sideEffects": [
|
|
9
9
|
"**/*.css"
|
|
10
10
|
],
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"ts-jest": "^29.1.1",
|
|
36
36
|
"tsup": "^6.7.0",
|
|
37
37
|
"typescript": "^5.2.3",
|
|
38
|
-
"eslint-config-custom": "0.10.0-mme-cloud.
|
|
39
|
-
"tailwind-config": "0.9.0-mme-cloud.
|
|
40
|
-
"tsconfig": "0.14.0-mme-cloud.
|
|
38
|
+
"eslint-config-custom": "0.10.0-mme-cloud.5",
|
|
39
|
+
"tailwind-config": "0.9.0-mme-cloud.5",
|
|
40
|
+
"tsconfig": "0.14.0-mme-cloud.5"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"nanoid": "^4.0.2",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"react-syntax-highlighter": "^15.5.0",
|
|
46
46
|
"remark-gfm": "^3.0.1",
|
|
47
47
|
"remark-math": "^5.1.1",
|
|
48
|
-
"@copilotkit/shared": "0.9.0-mme-cloud.
|
|
49
|
-
"@copilotkit/react-core": "0.25.0-mme-cloud.
|
|
48
|
+
"@copilotkit/shared": "0.9.0-mme-cloud.5",
|
|
49
|
+
"@copilotkit/react-core": "0.25.0-mme-cloud.5"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"build": "tsup --clean",
|