Files
copilotkit__copilotkit/release.config.json
Benjamin Taylor b394f06fdc refactor(channels): rename @copilotkit/bot* packages to @copilotkit/channels* (OSS-438)
Renames the Bots SDK to the Channels SDK. Names only — no behavior change.

- 8 packages @copilotkit/bot* -> @copilotkit/channels* (git mv dirs, names,
  workspace: cross-deps). Now includes @copilotkit/bot-intelligence ->
  @copilotkit/channels-intelligence (landed on main via #5761; unpublished, so
  renamed fresh with the family).
- release.config.json scope keys + versionSource; ReleaseScope union;
  canary/stable-release/publish-release scope dropdowns; verify script
- examples/slack (Kite) + examples/teams: deps, jsxImportSource, imports
- showcase/shell-docs: content dirs docs/bots->docs/channels and
  reference/bot->reference/channels, nav registry, redirects

createBot and other API names unchanged. Old @copilotkit/bot* to be deprecated
after the new packages publish (bot-intelligence was never published).

Re-derived onto latest main (was conflicting after #5761 landed).

Refs OSS-438
2026-07-08 13:27:35 -05:00

68 lines
2.0 KiB
JSON

{
"prereleaseTag": "canary",
"scopes": {
"monorepo": {
"packages": [
"@copilotkit/a2ui-renderer",
"@copilotkit/agentcore-runner",
"@copilotkit/core",
"@copilotkit/react-core",
"@copilotkit/react-native",
"@copilotkit/react-textarea",
"@copilotkit/react-ui",
"@copilotkit/runtime",
"@copilotkit/runtime-client-gql",
"@copilotkit/sdk-js",
"@copilotkit/shared",
"@copilotkit/sqlite-runner",
"@copilotkit/voice",
"@copilotkit/vue",
"@copilotkit/web-components",
"@copilotkit/web-inspector"
],
"versionSource": "@copilotkit/react-core",
"sharedVersion": true
},
"angular": {
"packages": ["@copilotkit/angular"],
"versionSource": "@copilotkit/angular",
"sharedVersion": false
},
"channels": {
"packages": ["@copilotkit/channels", "@copilotkit/channels-ui"],
"versionSource": "@copilotkit/channels",
"sharedVersion": true
},
"channels-discord": {
"packages": ["@copilotkit/channels-discord"],
"versionSource": "@copilotkit/channels-discord",
"sharedVersion": false
},
"channels-intelligence": {
"packages": ["@copilotkit/channels-intelligence"],
"versionSource": "@copilotkit/channels-intelligence",
"sharedVersion": false
},
"channels-slack": {
"packages": ["@copilotkit/channels-slack"],
"versionSource": "@copilotkit/channels-slack",
"sharedVersion": false
},
"channels-teams": {
"packages": ["@copilotkit/channels-teams"],
"versionSource": "@copilotkit/channels-teams",
"sharedVersion": false
},
"channels-telegram": {
"packages": ["@copilotkit/channels-telegram"],
"versionSource": "@copilotkit/channels-telegram",
"sharedVersion": false
},
"channels-whatsapp": {
"packages": ["@copilotkit/channels-whatsapp"],
"versionSource": "@copilotkit/channels-whatsapp",
"sharedVersion": false
}
}
}