@copilotkit/react-ui 0.38.0-mme-alpha.0 → 1.0.0-beta.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @copilotkit/react-ui@0.38.0-mme-alpha.0 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-ui
2
+ > @copilotkit/react-ui@1.0.0-beta.0 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-ui
3
3
  > tsup --clean
4
4
 
5
5
  CLI Building entry: src/index.tsx, src/components/index.ts, src/context/index.ts, src/hooks/index.ts, src/hooks/use-copilot-chat-suggestions.tsx, src/hooks/use-copy-to-clipboard.tsx, src/hooks/use-push-to-talk.tsx, src/lib/utils.test.ts, src/lib/utils.ts, src/types/css.ts, src/types/index.ts, src/types/suggestions.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/Modal.tsx, src/components/chat/Popup.tsx, src/components/chat/Response.tsx, src/components/chat/Sidebar.tsx, src/components/chat/Suggestion.tsx, src/components/chat/Textarea.tsx, src/components/chat/Window.tsx, src/components/chat/index.tsx, src/components/chat/props.ts
@@ -124,7 +124,7 @@
124
124
  ESM dist/components/chat/Chat.mjs.map 71.00 B
125
125
  ESM dist/components/chat/ChatContext.mjs.map 71.00 B
126
126
  ESM dist/components/chat/CodeBlock.mjs.map 71.00 B
127
- ESM ⚡️ Build success in 355ms
127
+ ESM ⚡️ Build success in 276ms
128
128
  CJS dist/index.js 56.54 KB
129
129
  CJS dist/index.css 14.41 KB
130
130
  CJS dist/components/index.js 55.78 KB
@@ -156,16 +156,16 @@
156
156
  CJS dist/components/chat/Window.js 5.46 KB
157
157
  CJS dist/components/chat/index.js 55.77 KB
158
158
  CJS dist/components/chat/props.js 807.00 B
159
- CJS dist/index.css.map 18.25 KB
160
159
  CJS dist/index.js.map 97.74 KB
160
+ CJS dist/index.css.map 18.25 KB
161
161
  CJS dist/components/index.js.map 93.91 KB
162
162
  CJS dist/context/index.js.map 139.00 B
163
163
  CJS dist/hooks/index.js.map 3.89 KB
164
164
  CJS dist/hooks/use-copilot-chat-suggestions.js.map 3.80 KB
165
165
  CJS dist/hooks/use-copy-to-clipboard.js.map 1.21 KB
166
166
  CJS dist/hooks/use-push-to-talk.js.map 8.58 KB
167
- CJS dist/lib/utils.js.map 1.55 KB
168
167
  CJS dist/lib/utils.test.js.map 352.00 B
168
+ CJS dist/lib/utils.js.map 1.55 KB
169
169
  CJS dist/types/css.js.map 788.00 B
170
170
  CJS dist/types/index.js.map 182.00 B
171
171
  CJS dist/types/suggestions.js.map 259.00 B
@@ -174,22 +174,22 @@
174
174
  CJS dist/components/chat/ChatContext.js.map 13.87 KB
175
175
  CJS dist/components/chat/CodeBlock.js.map 24.33 KB
176
176
  CJS dist/components/chat/Header.js.map 5.11 KB
177
- CJS dist/components/chat/Input.js.map 19.45 KB
178
177
  CJS dist/components/chat/Icons.js.map 10.27 KB
178
+ CJS dist/components/chat/Input.js.map 19.45 KB
179
179
  CJS dist/components/chat/Markdown.js.map 27.58 KB
180
180
  CJS dist/components/chat/Messages.js.map 40.08 KB
181
181
  CJS dist/components/chat/Modal.js.map 88.82 KB
182
- CJS dist/components/chat/Response.js.map 5.19 KB
183
182
  CJS dist/components/chat/Popup.js.map 90.88 KB
183
+ CJS dist/components/chat/Response.js.map 5.19 KB
184
+ CJS dist/components/chat/Sidebar.js.map 91.83 KB
184
185
  CJS dist/components/chat/Suggestion.js.map 13.23 KB
185
186
  CJS dist/components/chat/Textarea.js.map 2.83 KB
186
187
  CJS dist/components/chat/Window.js.map 6.76 KB
187
- CJS dist/components/chat/Sidebar.js.map 91.83 KB
188
- CJS dist/components/chat/props.js.map 1.07 KB
189
188
  CJS dist/components/chat/index.js.map 94.15 KB
190
- CJS ⚡️ Build success in 366ms
189
+ CJS dist/components/chat/props.js.map 1.07 KB
190
+ CJS ⚡️ Build success in 325ms
191
191
  DTS Build start
192
- DTS ⚡️ Build success in 8294ms
192
+ DTS ⚡️ Build success in 7811ms
193
193
  DTS dist/index.d.ts 699.00 B
194
194
  DTS dist/components/chat/props.d.ts 1019.00 B
195
195
  DTS dist/components/chat/Popup.d.ts 1.78 KB
package/CHANGELOG.md CHANGED
@@ -1,17 +1,23 @@
1
1
  # ui
2
2
 
3
- ## 0.38.0-mme-alpha.0
3
+ ## 1.0.0-beta.0
4
4
 
5
- ### Minor Changes
5
+ ### Major Changes
6
+
7
+ - V1.0 Release Candidate
6
8
 
7
- - GraphQL based protocol
9
+ - A robust new protocol between the frontend and the Copilot Runtime
10
+ - Support for Copilot Cloud
11
+ - Generative UI
12
+ - Support for LangChain universal tool calling
13
+ - OpenAI assistant API streaming
8
14
 
9
15
  ### Patch Changes
10
16
 
11
17
  - Updated dependencies
12
- - @copilotkit/react-core@0.38.0-mme-alpha.0
13
- - @copilotkit/runtime-client-gql@0.38.0-mme-alpha.0
14
- - @copilotkit/shared@0.38.0-mme-alpha.0
18
+ - @copilotkit/react-core@1.0.0-beta.0
19
+ - @copilotkit/runtime-client-gql@1.0.0-beta.0
20
+ - @copilotkit/shared@1.0.0-beta.0
15
21
 
16
22
  ## 0.37.0
17
23
 
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.38.0-mme-alpha.0",
7
+ "version": "1.0.0-beta.0",
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.13.0-mme-alpha.0",
39
- "tailwind-config": "0.12.0-mme-alpha.0",
40
- "tsconfig": "0.17.0-mme-alpha.0"
38
+ "eslint-config-custom": "1.0.0-beta.0",
39
+ "tailwind-config": "1.0.0-beta.0",
40
+ "tsconfig": "1.0.0-beta.0"
41
41
  },
42
42
  "dependencies": {
43
43
  "nanoid": "^4.0.2",
@@ -45,9 +45,9 @@
45
45
  "react-syntax-highlighter": "^15.5.0",
46
46
  "remark-gfm": "^3.0.1",
47
47
  "remark-math": "^5.1.1",
48
- "@copilotkit/react-core": "0.38.0-mme-alpha.0",
49
- "@copilotkit/runtime-client-gql": "0.38.0-mme-alpha.0",
50
- "@copilotkit/shared": "0.38.0-mme-alpha.0"
48
+ "@copilotkit/react-core": "1.0.0-beta.0",
49
+ "@copilotkit/runtime-client-gql": "1.0.0-beta.0",
50
+ "@copilotkit/shared": "1.0.0-beta.0"
51
51
  },
52
52
  "scripts": {
53
53
  "build": "tsup --clean",