docs: update spectrum-ts documentation for v12.5.0 - #127
Open
photon-action-bot[bot] wants to merge 1 commit into
Open
docs: update spectrum-ts documentation for v12.5.0#127photon-action-bot[bot] wants to merge 1 commit into
photon-action-bot[bot] wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation Update: spectrum-ts v12.5.0
This PR updates documentation for spectrum-ts based on the v12.5.0 release.
Release Notes
New Features
app.messages: when someone reads a message your app sent, you’ll receive areadmessage withmessage.senderas the reader andmessage.content.targetas your original outbound message.Messageobjects, so you can inspect the original content and still use outbound affordances likeedit()andunsend().readSchemais now exported from@spectrum-ts/core/authoringfor callers that build or validate read content directly.Improvement
Version: 12.5.0
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.Note
Low Risk
Dev-only dependency and lockfile refresh for documentation generation; no runtime app or security-sensitive code paths change in this diff.
Overview
Bumps the
spectrum-tsdev dependency from 12.0.0 to 12.5.0 inpackage.json, with matchingpnpm-lock.yamlupdates so doc sync, type extraction, and vellum builds use the new SDK surface.The lockfile also reflects transitive moves tied to that release (e.g.
@spectrum-ts/*12.5.0,@photon-ai/otel3.3.0,@photon-ai/advanced-imessage2.0.2 with explicit gRPC peers on the iMessage package). There are no authored doc or script changes in this diff—only the dependency pin.Reviewed by Cursor Bugbot for commit 909256d. Bugbot is set up for automated code reviews on this repo. Configure here.