Skip to content

Commit 289fc3c

Browse files
chore: version packages
1 parent 62c95d0 commit 289fc3c

5 files changed

Lines changed: 12 additions & 16 deletions

File tree

.changeset/ai-preferences.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/default-mention-flags.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rename-source-to-connector.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

twister/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @plotday/twister
22

3+
## 0.39.0
4+
5+
### Added
6+
7+
- 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))
8+
- `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))
9+
10+
### Changed
11+
12+
- 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))
13+
314
## 0.38.0
415

516
### Added

twister/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plotday/twister",
3-
"version": "0.38.0",
3+
"version": "0.39.0",
44
"description": "Plot Twist Creator - Build intelligent extensions that integrate and automate",
55
"packageManager": "pnpm@10.18.3",
66
"type": "module",

0 commit comments

Comments
 (0)