Skip to content

docs: update spectrum-ts documentation for v1.6.0 - #20

Merged
Ryan Zhu (underthestars-zhy) merged 1 commit into
mainfrom
docs/update-spectrum-ts-v1.6.0
May 11, 2026
Merged

docs: update spectrum-ts documentation for v1.6.0#20
Ryan Zhu (underthestars-zhy) merged 1 commit into
mainfrom
docs/update-spectrum-ts-v1.6.0

Conversation

@photon-action-bot

@photon-action-bot photon-action-bot Bot commented May 10, 2026

Copy link
Copy Markdown
Contributor

Documentation Update: spectrum-ts v1.6.0

This PR updates documentation for spectrum-ts based on the v1.6.0 release.

Release Notes

Breaking Changes

Platform adapters now use top-level messages and send entries instead of events.messages and actions.send. Reply, reaction, edit, and typing behavior now flows through send, so provider authors should switch on content.type there.

New Features

Added first-class reply(), edit(), and typing() content builders. You can now use space.send(reply(...)), space.send(edit(...)), and space.send(typing()) directly. ✨

Bug Fixes

reaction() now rejects reaction messages as targets, preventing invalid reaction-on-reaction requests before they reach a provider.

Improvement

message.reply(), message.react(), message.edit(), space.startTyping(), space.stopTyping(), and space.responding() now all delegate through the same send pipeline. This makes provider behavior simpler and more consistent across iMessage, Terminal, and WhatsApp Business.


Version: 1.6.0


🤖 This PR was auto-generated by Claude Code via the update-docs action in buildspace.


View in Codesmith
Need help on this PR? Tag @codesmith with what you need.

  • Let Codesmith autofix CI failures and bot reviews

@underthestars-zhy
Ryan Zhu (underthestars-zhy) merged commit b87f4de into main May 11, 2026
4 checks passed
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