Skip to content

Releases: plotday/plot

@plotday/twister@0.43.0

19 Mar 16:48
6417d16

Choose a tag to compare

Release @plotday/twister@0.43.0

@plotday/twister@0.43.0

19 Mar 16:48
6417d16

Choose a tag to compare

Added

  • imageWidth and imageHeight optional fields to file action type for image dimension metadata (95b2e1d)
  • Reply count tag (Tag.Reply = 1019) for flagging notes that need a response (0b24fe5)
  • getOwner() method on the Plot tool — returns the full Actor (id, name, email) for the twist owner (80dcd07)
  • ThreadType type and type field on Thread, NewThread, and ThreadUpdate for setting thread sub-type/category (5446cf7)

Changed

  • 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)

@plotday/twister@0.42.0

12 Mar 17:28
6aeb73e

Choose a tag to compare

Release @plotday/twister@0.42.0

@plotday/twister@0.42.0

12 Mar 17:28
6aeb73e

Choose a tag to compare

Added

  • done boolean field to LinkTypeConfig status entries to indicate completion statuses (e8209e3)

@plotday/twister@0.41.0

11 Mar 21:55
96f8517

Choose a tag to compare

Release @plotday/twister@0.41.0

@plotday/twister@0.41.0

11 Mar 21:55
96f8517

Choose a tag to compare

Changed

  • Made NewContact.email optional to support provider-ID-based contact resolution (#107 823d6ec)
  • Renamed --source CLI flag to --connector in plot create command to match SDK naming (f30e3ba)

Removed

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

@plotday/twister@0.40.0

10 Mar 13:55
ec2fe37

Choose a tag to compare

Release @plotday/twister@0.40.0

@plotday/twister@0.40.0

10 Mar 13:55
ec2fe37

Choose a tag to compare

Added

  • optional tag field to status definitions in LinkTypeConfig.statuses for propagating tags to threads (e.g., tag: Tag.Done marks the thread as Done) (50d4359)
  • supportsAssignee option to LinkTypeConfig for displaying and changing link assignees in the UI (ebc6ca5)

@plotday/twister@0.39.0

09 Mar 20:00
2f985eb

Choose a tag to compare

Release @plotday/twister@0.39.0

@plotday/twister@0.39.0

09 Mar 20:00
2f985eb

Choose a tag to compare

Added

  • AIOptions, AICapabilities types and available() method to AI tool for controlling AI feature availability in twists (#103 faba1b9)
  • thread.defaultMention and note.defaultMention options to Plot tool for opt-in auto-mentioning on thread replies (62c95d0)

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)