Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/linked-ability-fields.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@chatbotkit/sdk": minor
---

BREAKING: skillset ability link fields renamed. On create/update/fetch/list/export, `secretId` / `fileId` / `botId` / `spaceId` are now `linkedSecretId` / `linkedFileId` / `linkedBotId` / `linkedSpaceId`. Inline conversation `extensions.skillsets[].abilities[]` entries use `linkedSecretId` (and the new `linkedSpaceId`). GraphQL `Ability` relations `secret` / `file` / `bot` / `space` are now `linkedSecret` / `linkedFile` / `linkedBot` / `linkedSpace`. There are no compatibility aliases; upgrade together with the platform deploy.

Also in this release, from the regenerated `src/types/ability.d.ts`: the `'browser/dispatch'` ability name and the `BrowserDispatchParameters` export are gone (the ability was removed from the platform catalogue), and `BlueprintBulletinCreateParameters.ttl` is now `string` (seconds or a duration such as `"1 hour"`) instead of `number`. Both are breaking for code typed against those exports.
6 changes: 6 additions & 0 deletions .changeset/platform-api-contract.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@chatbotkit/sdk': minor
---

Refresh the generated platform API contract so SDK request and response types
match the current GraphQL, task, integration, dataset, and space APIs.
5 changes: 5 additions & 0 deletions .changeset/space-site-slug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@chatbotkit/sdk': minor
---

BREAKING: SpaceSite API request and response fields now use `slug` instead of `domain`. Create requests require `slug`; update requests accept an optional `slug`; fetch and list responses expose `slug`.
Loading