mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
Merge remote-tracking branch 'origin/main' into feat/bot-whatsapp
# Conflicts: # .github/workflows/canary.yml # .github/workflows/publish-release.yml # .github/workflows/stable-release.yml # examples/slack/README.md # examples/slack/app/index.ts # examples/slack/app/sender-context.ts # release.config.json
This commit is contained in:
@@ -32,11 +32,21 @@
|
||||
"versionSource": "@copilotkit/bot",
|
||||
"sharedVersion": true
|
||||
},
|
||||
"bot-discord": {
|
||||
"packages": ["@copilotkit/bot-discord"],
|
||||
"versionSource": "@copilotkit/bot-discord",
|
||||
"sharedVersion": false
|
||||
},
|
||||
"bot-slack": {
|
||||
"packages": ["@copilotkit/bot-slack"],
|
||||
"versionSource": "@copilotkit/bot-slack",
|
||||
"sharedVersion": false
|
||||
},
|
||||
"bot-telegram": {
|
||||
"packages": ["@copilotkit/bot-telegram"],
|
||||
"versionSource": "@copilotkit/bot-telegram",
|
||||
"sharedVersion": false
|
||||
},
|
||||
"bot-whatsapp": {
|
||||
"packages": ["@copilotkit/bot-whatsapp"],
|
||||
"versionSource": "@copilotkit/bot-whatsapp",
|
||||
|
||||
Reference in New Issue
Block a user