Skip to content

Commit 2e4fc3c

Browse files
authored
Merge pull request #65 from chatbotkit/next
Release node-sdk
2 parents 2609f61 + 6e86702 commit 2e4fc3c

20 files changed

+48
-146
lines changed

.changeset/free-tires-lie.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@chatbotkit/sdk': minor
3+
---
4+
5+
New complete input parameters and response features.

.changeset/large-coins-greet.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'create-cbk-app': patch
3+
---
4+
5+
Version bump.

.changeset/mean-bees-hide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@chatbotkit/cli': patch
3+
---
4+
5+
Correct handling of help command line flags when used with scripts.

.changeset/neat-jokes-deny.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@chatbotkit/agent': minor
3+
'@chatbotkit/cli': minor
4+
'@chatbotkit/sdk': minor
5+
---
6+
7+
API and stability improvements.

.changeset/sharp-times-sneeze.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@chatbotkit/cli': patch
3+
---
4+
5+
Fixed issues with finding the right imports when represented as non-strings.

.changeset/silver-crews-arrive.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@chatbotkit/sdk': patch
3+
---
4+
5+
Additional types and updated docs.

.changeset/ten-sides-sneeze.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@chatbotkit/cli': patch
3+
---
4+
5+
Fixed cli root detection.

.changeset/tidy-crabs-wish.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@chatbotkit/cli': minor
3+
---
4+
5+
Added a run command for cbk scripting support.

packages/agent/CHANGELOG.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
11
# @chatbotkit/agent
22

3-
## 1.28.0
4-
5-
### Patch Changes
6-
7-
- Updated dependencies [9435bba]
8-
- @chatbotkit/sdk@1.28.0
9-
10-
## 1.26.5
11-
12-
### Patch Changes
13-
14-
- Updated dependencies [4d2052f]
15-
- @chatbotkit/sdk@1.26.5
16-
173
## 1.26.3
184

195
### Patch Changes

packages/agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chatbotkit/agent",
3-
"version": "1.28.0",
3+
"version": "1.26.3",
44
"description": "ChatBotKit Agent implementation",
55
"license": "ISC",
66
"engines": {

0 commit comments

Comments
 (0)