Releases: plotday/plot
Releases · plotday/plot
@plotday/twister@0.43.0
Release @plotday/twister@0.43.0
@plotday/twister@0.43.0
Added
imageWidthandimageHeightoptional 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)ThreadTypetype andtypefield onThread,NewThread, andThreadUpdatefor 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
Release @plotday/twister@0.42.0
@plotday/twister@0.42.0
Added
doneboolean field to LinkTypeConfig status entries to indicate completion statuses (e8209e3)
@plotday/twister@0.41.0
Release @plotday/twister@0.41.0
@plotday/twister@0.41.0
Changed
- Made
NewContact.emailoptional to support provider-ID-based contact resolution (#107823d6ec) - Renamed
--sourceCLI flag to--connectorinplot createcommand 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
Release @plotday/twister@0.40.0
@plotday/twister@0.40.0
@plotday/twister@0.39.0
Release @plotday/twister@0.39.0
@plotday/twister@0.39.0
Added
- AIOptions, AICapabilities types and available() method to AI tool for controlling AI feature availability in twists (#103
faba1b9) thread.defaultMentionandnote.defaultMentionoptions to Plot tool for opt-in auto-mentioning on thread replies (62c95d0)
Changed
- BREAKING: Renamed Source to Connector across the SDK. The
Sourceclass is nowConnector, the./sourceexport is now./connector, and all@plotday/source-*packages are now@plotday/connector-*. A deprecatedSourcealias is re-exported for backward compatibility. (27aed55)