diff --git a/.changeset/ai-preferences.md b/.changeset/ai-preferences.md deleted file mode 100644 index a43348a..0000000 --- a/.changeset/ai-preferences.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/twister": minor ---- - -Added: AIOptions, AICapabilities types and available() method to AI tool for controlling AI feature availability in twists diff --git a/.changeset/default-mention-flags.md b/.changeset/default-mention-flags.md deleted file mode 100644 index 47da7b5..0000000 --- a/.changeset/default-mention-flags.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/twister": minor ---- - -Added: `thread.defaultMention` and `note.defaultMention` options to Plot tool for opt-in auto-mentioning on thread replies diff --git a/.changeset/rename-source-to-connector.md b/.changeset/rename-source-to-connector.md deleted file mode 100644 index 28f49cf..0000000 --- a/.changeset/rename-source-to-connector.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/twister": minor ---- - -Changed: BREAKING: Renamed Source to Connector across the SDK. The `Source` class is now `Connector`, the `./source` export is now `./connector`, and all `@plotday/source-*` packages are now `@plotday/connector-*`. A deprecated `Source` alias is re-exported for backward compatibility. diff --git a/twister/CHANGELOG.md b/twister/CHANGELOG.md index fa788fd..6299585 100644 --- a/twister/CHANGELOG.md +++ b/twister/CHANGELOG.md @@ -1,5 +1,16 @@ # @plotday/twister +## 0.39.0 + +### Added + +- AIOptions, AICapabilities types and available() method to AI tool for controlling AI feature availability in twists ([#103](https://github.com/plotday/plot/pull/103) [`faba1b9`](https://github.com/plotday/plot/commit/faba1b95b0d1eace20e0cc7b045e469083478d8b)) +- `thread.defaultMention` and `note.defaultMention` options to Plot tool for opt-in auto-mentioning on thread replies ([`62c95d0`](https://github.com/plotday/plot/commit/62c95d0e06ab6ae81f61a6f394e6895af19d98d2)) + +### Changed + +- BREAKING: Renamed Source to Connector across the SDK. The `Source` class is now `Connector`, the `./source` export is now `./connector`, and all `@plotday/source-*` packages are now `@plotday/connector-*`. A deprecated `Source` alias is re-exported for backward compatibility. ([`27aed55`](https://github.com/plotday/plot/commit/27aed55e66268b40a8e52059d85a9e37cbbc9542)) + ## 0.38.0 ### Added diff --git a/twister/package.json b/twister/package.json index cf25f1a..7dc60e2 100644 --- a/twister/package.json +++ b/twister/package.json @@ -1,6 +1,6 @@ { "name": "@plotday/twister", - "version": "0.38.0", + "version": "0.39.0", "description": "Plot Twist Creator - Build intelligent extensions that integrate and automate", "packageManager": "pnpm@10.18.3", "type": "module",