Skip to content

chore: version packages#171

Merged
KrisBraun merged 1 commit into
mainfrom
changeset-release/main
Jun 5, 2026
Merged

chore: version packages#171
KrisBraun merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@plotday/twister@0.55.0

Added

  • enabledByDefault?: boolean (tri-state) on the Channel type returned by getChannels(). Lets a connector influence which channels are pre-selected when a connection is first added: true pre-selects, false excludes a low-value/irrelevant channel or a too-broad container (e.g. a holiday or someone-else's shared calendar, a GitHub org that cascades to every repo, a Teams team container), and undefined leaves the choice to the client (which enables the channel unless its title looks low-value). The setup UI now defaults to enabling all top-level channels and filtering out the low-value ones, rather than picking a single "primary." (#166 18f10dd)
  • includesSchedules flag on LinkTypeConfig to mark calendar/schedule-producing link types (drives agenda visibility in the Plot app) (#172 7f7c670)
  • composePlaceholder, composeVerb, replyPlaceholder, replyVerb optional string fields on LinkTypeConfig. Connectors can now override the editor placeholder text and Send-button label per link type for both new-thread composition and in-thread replies. When unset, Plot derives values from existing label / noteLabel fields. (bd63065)
  • supportsLinks and supportsFileAttachments capability flags on LinkTypeConfig so connectors can declare whether a note/reply of that link type can carry a link or a file attachment back to the source. (#163 07b3261)
  • ScopeConfig for a connector's scopes — declare required scopes, an optional description (friendly permission bullets shown at connect time), and optional scope groups the user can toggle. Auth now succeeds even when optional scopes are declined; connectors detect the result via the granted token.scopes. (#167 58db1ad)
  • "none" sharing model for LinkTypeConfig.sharingModel. Link types with no recipient roster (e.g. Google Tasks) can declare sharingModel: "none" so Plot shows no contacts/sharing UI for their threads. (#164 a51d137)

@github-actions github-actions Bot force-pushed the changeset-release/main branch from 7351f80 to be8703c Compare June 5, 2026 21:33
@KrisBraun KrisBraun merged commit bc24fd2 into main Jun 5, 2026
@KrisBraun KrisBraun deleted the changeset-release/main branch June 5, 2026 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant