Skip to content

Commit faba49d

Browse files
authored
Merge pull request CopilotKit#594 from CopilotKit/mme/discover-actions
ensure new actions can be discovered when the state changes
2 parents 57e58fc + d7af8cf commit faba49d

29 files changed

Lines changed: 170 additions & 15 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
"@copilotkit/react-core": patch
3+
"next-openai": patch
4+
"next-pages-router": patch
5+
"node-express": patch
6+
"node-http": patch
7+
"@copilotkit/react-textarea": patch
8+
"@copilotkit/react-ui": patch
9+
"@copilotkit/runtime": patch
10+
"@copilotkit/runtime-client-gql": patch
11+
"@copilotkit/shared": patch
12+
"eslint-config-custom": patch
13+
"tailwind-config": patch
14+
"tsconfig": patch
15+
---
16+
17+
Ensure actions can be discovered on state change

CopilotKit/.changeset/pre.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"mode": "pre",
3+
"tag": "mme-discover-actions",
4+
"initialVersions": {
5+
"next-openai": "1.3.1",
6+
"next-pages-router": "1.3.1",
7+
"node-express": "1.3.1",
8+
"node-http": "1.3.1",
9+
"@copilotkit/react-core": "1.3.1",
10+
"@copilotkit/react-textarea": "1.3.1",
11+
"@copilotkit/react-ui": "1.3.1",
12+
"@copilotkit/runtime": "1.3.1",
13+
"@copilotkit/runtime-client-gql": "1.3.1",
14+
"@copilotkit/shared": "1.3.1",
15+
"eslint-config-custom": "1.3.1",
16+
"tailwind-config": "1.3.1",
17+
"tsconfig": "1.3.1"
18+
},
19+
"changesets": [
20+
"neat-guests-care"
21+
]
22+
}

CopilotKit/examples/next-openai/CHANGELOG.md

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

3+
## 1.3.2-mme-discover-actions.0
4+
5+
### Patch Changes
6+
7+
- Ensure actions can be discovered on state change
8+
- Updated dependencies
9+
- @copilotkit/react-core@1.3.2-mme-discover-actions.0
10+
- @copilotkit/react-textarea@1.3.2-mme-discover-actions.0
11+
- @copilotkit/react-ui@1.3.2-mme-discover-actions.0
12+
- @copilotkit/runtime@1.3.2-mme-discover-actions.0
13+
- @copilotkit/shared@1.3.2-mme-discover-actions.0
14+
315
## 1.3.1
416

517
### Patch 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.3.1",
3+
"version": "1.3.2-mme-discover-actions.0",
44
"private": true,
55
"scripts": {
66
"example-dev": "next dev",

CopilotKit/examples/next-pages-router/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# next-pages-router
22

3+
## 1.3.2-mme-discover-actions.0
4+
5+
### Patch Changes
6+
7+
- Ensure actions can be discovered on state change
8+
- Updated dependencies
9+
- @copilotkit/react-core@1.3.2-mme-discover-actions.0
10+
- @copilotkit/react-textarea@1.3.2-mme-discover-actions.0
11+
- @copilotkit/react-ui@1.3.2-mme-discover-actions.0
12+
- @copilotkit/runtime@1.3.2-mme-discover-actions.0
13+
- @copilotkit/shared@1.3.2-mme-discover-actions.0
14+
315
## 1.3.1
416

517
### Patch Changes

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": "1.3.1",
3+
"version": "1.3.2-mme-discover-actions.0",
44
"private": true,
55
"scripts": {
66
"example-dev": "next dev",

CopilotKit/examples/node-express/CHANGELOG.md

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

3+
## 1.3.2-mme-discover-actions.0
4+
5+
### Patch Changes
6+
7+
- Ensure actions can be discovered on state change
8+
- Updated dependencies
9+
- @copilotkit/runtime@1.3.2-mme-discover-actions.0
10+
- @copilotkit/shared@1.3.2-mme-discover-actions.0
11+
312
## 1.3.1
413

514
### Patch 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.3.1",
3+
"version": "1.3.2-mme-discover-actions.0",
44
"private": true,
55
"scripts": {
66
"example-start": "node dist/index.js",

CopilotKit/examples/node-http/CHANGELOG.md

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

3+
## 1.3.2-mme-discover-actions.0
4+
5+
### Patch Changes
6+
7+
- Ensure actions can be discovered on state change
8+
- Updated dependencies
9+
- @copilotkit/runtime@1.3.2-mme-discover-actions.0
10+
- @copilotkit/shared@1.3.2-mme-discover-actions.0
11+
312
## 1.3.1
413

514
### Patch Changes

CopilotKit/examples/node-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-http",
3-
"version": "1.3.1",
3+
"version": "1.3.2-mme-discover-actions.0",
44
"private": true,
55
"scripts": {
66
"example-start": "node dist/index.js",

0 commit comments

Comments
 (0)