Skip to content

Commit 6417d16

Browse files
authored
Merge pull request #109 from plotday/changeset-release/main
chore: version packages
2 parents 95b2e1d + dad8045 commit 6417d16

7 files changed

Lines changed: 14 additions & 26 deletions

File tree

.changeset/add-image-dimensions.md

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

.changeset/add-reply-tag.md

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

.changeset/get-owner.md

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

.changeset/thread-type.md

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

.changeset/update-ai-models.md

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

twister/CHANGELOG.md

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

3+
## 0.43.0
4+
5+
### Added
6+
7+
- `imageWidth` and `imageHeight` optional fields to file action type for image dimension metadata ([`95b2e1d`](https://github.com/plotday/plot/commit/95b2e1d69993541bf69280f2c6aea65fe73e53bc))
8+
- Reply count tag (Tag.Reply = 1019) for flagging notes that need a response ([`0b24fe5`](https://github.com/plotday/plot/commit/0b24fe5ab3d839aa59d7f209d876422972493c1f))
9+
- `getOwner()` method on the Plot tool — returns the full Actor (id, name, email) for the twist owner ([`80dcd07`](https://github.com/plotday/plot/commit/80dcd07e4a0ba37858561c61f1eaca5e6fdad398))
10+
- `ThreadType` type and `type` field on `Thread`, `NewThread`, and `ThreadUpdate` for setting thread sub-type/category ([`5446cf7`](https://github.com/plotday/plot/commit/5446cf7f1ecc933fbba56d0801fcbca8cf5bc7c1))
11+
12+
### Changed
13+
14+
- Update AIModel enum to latest model versions — added Claude Opus 4.6 and Sonnet 4.6, removed Claude Sonnet 4.5, Opus 4.1, and Claude 3.7 Sonnet ([`4b85122`](https://github.com/plotday/plot/commit/4b85122a815008c6fe2dd943d744ff2687c1dfa4))
15+
316
## 0.42.0
417

518
### 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.42.0",
3+
"version": "0.43.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)