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
5 changes: 0 additions & 5 deletions .changeset/ai-preferences.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/default-mention-flags.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rename-source-to-connector.md

This file was deleted.

11 changes: 11 additions & 0 deletions twister/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion twister/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down