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: 0 additions & 7 deletions .changeset/connector-handle-replies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/provider-id-contacts.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rename-source-to-connector-cli.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.41.0

### Changed

- Made `NewContact.email` optional to support provider-ID-based contact resolution ([#107](https://github.com/plotday/plot/pull/107) [`823d6ec`](https://github.com/plotday/plot/commit/823d6ec45af8ee896fd8c08caba515ff6f49f27b))
- Renamed `--source` CLI flag to `--connector` in `plot create` command to match SDK naming ([`f30e3ba`](https://github.com/plotday/plot/commit/f30e3ba91bc91967133d51b975d3f1be68af8dc7))

### Removed

- `addContacts()` from Plot tool public API (contacts are created implicitly through thread/note creation)

## 0.40.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.40.0",
"version": "0.41.0",
"description": "Plot Twist Creator - Build intelligent extensions that integrate and automate",
"packageManager": "pnpm@10.18.3",
"type": "module",
Expand Down