Skip to content

Commit ec68756

Browse files
authored
Merge branch 'main' into mme/fix-presentation-images
2 parents 01e8117 + 8dc2d88 commit ec68756

166 files changed

Lines changed: 5165 additions & 810 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CopilotKit/examples/next-openai/CHANGELOG.md

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,104 @@
11
# web
22

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @copilotkit/react-core@1.0.5
9+
- @copilotkit/react-textarea@1.0.5
10+
- @copilotkit/react-ui@1.0.5
11+
- @copilotkit/runtime@1.0.5
12+
- @copilotkit/shared@1.0.5
13+
14+
## 1.0.4
15+
16+
### Patch Changes
17+
18+
- Remove nanoid
19+
- Updated dependencies
20+
- @copilotkit/react-core@1.0.4
21+
- @copilotkit/react-textarea@1.0.4
22+
- @copilotkit/react-ui@1.0.4
23+
- @copilotkit/runtime@1.0.4
24+
- @copilotkit/shared@1.0.4
25+
26+
## 1.0.3
27+
28+
### Patch Changes
29+
30+
- Updated dependencies
31+
- @copilotkit/react-core@1.0.3
32+
- @copilotkit/react-textarea@1.0.3
33+
- @copilotkit/react-ui@1.0.3
34+
- @copilotkit/runtime@1.0.3
35+
- @copilotkit/shared@1.0.3
36+
37+
## 1.0.2
38+
39+
### Patch Changes
40+
41+
- Updated dependencies
42+
- @copilotkit/react-core@1.0.2
43+
- @copilotkit/react-textarea@1.0.2
44+
- @copilotkit/react-ui@1.0.2
45+
- @copilotkit/runtime@1.0.2
46+
- @copilotkit/shared@1.0.2
47+
48+
## 1.0.1
49+
50+
### Patch Changes
51+
52+
- Updated dependencies
53+
- @copilotkit/react-core@1.0.1
54+
- @copilotkit/react-textarea@1.0.1
55+
- @copilotkit/react-ui@1.0.1
56+
- @copilotkit/runtime@1.0.1
57+
- @copilotkit/shared@1.0.1
58+
59+
## 1.0.0
60+
61+
### Major Changes
62+
63+
- b6a4b6eb: V1.0 Release Candidate
64+
65+
- A robust new protocol between the frontend and the Copilot Runtime
66+
- Support for Copilot Cloud
67+
- Generative UI
68+
- Support for LangChain universal tool calling
69+
- OpenAI assistant API streaming
70+
71+
- V1.0 Release
72+
73+
- A robust new protocol between the frontend and the Copilot Runtime
74+
- Support for Copilot Cloud
75+
- Generative UI
76+
- Support for LangChain universal tool calling
77+
- OpenAI assistant API streaming
78+
79+
### Patch Changes
80+
81+
- Updated dependencies [b6a4b6eb]
82+
- Updated dependencies [b6a4b6eb]
83+
- Updated dependencies [b6a4b6eb]
84+
- Updated dependencies
85+
- @copilotkit/react-core@1.0.0
86+
- @copilotkit/react-textarea@1.0.0
87+
- @copilotkit/react-ui@1.0.0
88+
- @copilotkit/runtime@1.0.0
89+
- @copilotkit/shared@1.0.0
90+
91+
## 1.0.0-beta.2
92+
93+
### Patch Changes
94+
95+
- Updated dependencies
96+
- @copilotkit/react-textarea@1.0.0-beta.2
97+
- @copilotkit/react-core@1.0.0-beta.2
98+
- @copilotkit/react-ui@1.0.0-beta.2
99+
- @copilotkit/runtime@1.0.0-beta.2
100+
- @copilotkit/shared@1.0.0-beta.2
101+
3102
## 1.23.0
4103

5104
### Minor Changes

CopilotKit/examples/next-openai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-openai",
3-
"version": "1.23.0",
3+
"version": "1.0.5",
44
"private": true,
55
"scripts": {
66
"start:dev": "next dev",
Lines changed: 132 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
1+
# next-pages-router
2+
3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @copilotkit/react-core@1.0.5
9+
- @copilotkit/react-textarea@1.0.5
10+
- @copilotkit/react-ui@1.0.5
11+
- @copilotkit/runtime@1.0.5
12+
- @copilotkit/shared@1.0.5
13+
14+
## 1.0.4
15+
16+
### Patch Changes
17+
18+
- Remove nanoid
19+
- Updated dependencies
20+
- @copilotkit/react-core@1.0.4
21+
- @copilotkit/react-textarea@1.0.4
22+
- @copilotkit/react-ui@1.0.4
23+
- @copilotkit/runtime@1.0.4
24+
- @copilotkit/shared@1.0.4
25+
26+
## 1.0.3
27+
28+
### Patch Changes
29+
30+
- Updated dependencies
31+
- @copilotkit/react-core@1.0.3
32+
- @copilotkit/react-textarea@1.0.3
33+
- @copilotkit/react-ui@1.0.3
34+
- @copilotkit/runtime@1.0.3
35+
- @copilotkit/shared@1.0.3
36+
37+
## 1.0.2
38+
39+
### Patch Changes
40+
41+
- Updated dependencies
42+
- @copilotkit/react-core@1.0.2
43+
- @copilotkit/react-textarea@1.0.2
44+
- @copilotkit/react-ui@1.0.2
45+
- @copilotkit/runtime@1.0.2
46+
- @copilotkit/shared@1.0.2
47+
48+
## 1.0.1
49+
50+
### Patch Changes
51+
52+
- Updated dependencies
53+
- @copilotkit/react-core@1.0.1
54+
- @copilotkit/react-textarea@1.0.1
55+
- @copilotkit/react-ui@1.0.1
56+
- @copilotkit/runtime@1.0.1
57+
- @copilotkit/shared@1.0.1
58+
59+
## 1.0.0
60+
61+
### Major Changes
62+
63+
- b6a4b6eb: V1.0 Release Candidate
64+
65+
- A robust new protocol between the frontend and the Copilot Runtime
66+
- Support for Copilot Cloud
67+
- Generative UI
68+
- Support for LangChain universal tool calling
69+
- OpenAI assistant API streaming
70+
71+
- V1.0 Release
72+
73+
- A robust new protocol between the frontend and the Copilot Runtime
74+
- Support for Copilot Cloud
75+
- Generative UI
76+
- Support for LangChain universal tool calling
77+
- OpenAI assistant API streaming
78+
79+
### Patch Changes
80+
81+
- Updated dependencies [b6a4b6eb]
82+
- Updated dependencies [b6a4b6eb]
83+
- Updated dependencies [b6a4b6eb]
84+
- Updated dependencies
85+
- @copilotkit/react-core@1.0.0
86+
- @copilotkit/react-textarea@1.0.0
87+
- @copilotkit/react-ui@1.0.0
88+
- @copilotkit/runtime@1.0.0
89+
- @copilotkit/shared@1.0.0
90+
91+
## 1.0.0-beta.2
92+
93+
### Patch Changes
94+
95+
- Updated dependencies
96+
- @copilotkit/react-textarea@1.0.0-beta.2
97+
- @copilotkit/react-core@1.0.0-beta.2
98+
- @copilotkit/react-ui@1.0.0-beta.2
99+
- @copilotkit/runtime@1.0.0-beta.2
100+
- @copilotkit/shared@1.0.0-beta.2
101+
102+
## 1.0.0-beta.1
103+
104+
### Patch Changes
105+
106+
- Updated dependencies
107+
- @copilotkit/react-textarea@1.0.0-beta.1
108+
- @copilotkit/react-core@1.0.0-beta.1
109+
- @copilotkit/react-ui@1.0.0-beta.1
110+
- @copilotkit/runtime@1.0.0-beta.1
111+
- @copilotkit/shared@1.0.0-beta.1
112+
113+
## 1.0.0-beta.0
114+
115+
### Major Changes
116+
117+
- V1.0 Release Candidate
118+
119+
- A robust new protocol between the frontend and the Copilot Runtime
120+
- Support for Copilot Cloud
121+
- Generative UI
122+
- Support for LangChain universal tool calling
123+
- OpenAI assistant API streaming
124+
125+
### Patch Changes
126+
127+
- Updated dependencies
128+
- @copilotkit/react-core@1.0.0-beta.0
129+
- @copilotkit/react-textarea@1.0.0-beta.0
130+
- @copilotkit/react-ui@1.0.0-beta.0
131+
- @copilotkit/runtime@1.0.0-beta.0
132+
- @copilotkit/shared@1.0.0-beta.0

CopilotKit/examples/next-pages-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-pages-router",
3-
"version": "0.1.0",
3+
"version": "1.0.5",
44
"private": true,
55
"scripts": {
66
"start:dev": "next dev",

CopilotKit/examples/node-express/CHANGELOG.md

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,83 @@
11
# node
22

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @copilotkit/runtime@1.0.5
9+
- @copilotkit/shared@1.0.5
10+
11+
## 1.0.4
12+
13+
### Patch Changes
14+
15+
- Remove nanoid
16+
- Updated dependencies
17+
- @copilotkit/runtime@1.0.4
18+
- @copilotkit/shared@1.0.4
19+
20+
## 1.0.3
21+
22+
### Patch Changes
23+
24+
- Updated dependencies
25+
- @copilotkit/runtime@1.0.3
26+
- @copilotkit/shared@1.0.3
27+
28+
## 1.0.2
29+
30+
### Patch Changes
31+
32+
- Updated dependencies
33+
- @copilotkit/runtime@1.0.2
34+
- @copilotkit/shared@1.0.2
35+
36+
## 1.0.1
37+
38+
### Patch Changes
39+
40+
- Updated dependencies
41+
- @copilotkit/runtime@1.0.1
42+
- @copilotkit/shared@1.0.1
43+
44+
## 1.0.0
45+
46+
### Major Changes
47+
48+
- b6a4b6eb: V1.0 Release Candidate
49+
50+
- A robust new protocol between the frontend and the Copilot Runtime
51+
- Support for Copilot Cloud
52+
- Generative UI
53+
- Support for LangChain universal tool calling
54+
- OpenAI assistant API streaming
55+
56+
- V1.0 Release
57+
58+
- A robust new protocol between the frontend and the Copilot Runtime
59+
- Support for Copilot Cloud
60+
- Generative UI
61+
- Support for LangChain universal tool calling
62+
- OpenAI assistant API streaming
63+
64+
### Patch Changes
65+
66+
- Updated dependencies [b6a4b6eb]
67+
- Updated dependencies [b6a4b6eb]
68+
- Updated dependencies [b6a4b6eb]
69+
- Updated dependencies
70+
- @copilotkit/runtime@1.0.0
71+
- @copilotkit/shared@1.0.0
72+
73+
## 1.0.0-beta.2
74+
75+
### Patch Changes
76+
77+
- Updated dependencies
78+
- @copilotkit/runtime@1.0.0-beta.2
79+
- @copilotkit/shared@1.0.0-beta.2
80+
381
## 1.23.0
482

583
### Minor Changes

CopilotKit/examples/node-express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-express",
3-
"version": "1.23.0",
3+
"version": "1.0.5",
44
"private": true,
55
"scripts": {
66
"start": "node dist/index.js",

0 commit comments

Comments
 (0)