docs: update advanced-imessage-ts documentation for v0.4.1#10
Open
photon-action-bot[bot] wants to merge 2 commits intomainfrom
Open
docs: update advanced-imessage-ts documentation for v0.4.1#10photon-action-bot[bot] wants to merge 2 commits intomainfrom
photon-action-bot[bot] wants to merge 2 commits intomainfrom
Conversation
Resolve conflicts in package.json and pnpm-lock.yaml by preferring main's dependency versions (@antfu/eslint-config ^4.19.0, @photon-ai/advanced-imessage ^0.4.2) and lockfile. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
|
Resolved merge conflicts between Conflicts found:
Resolution strategy: Preferred main's versions for dependency/lockfile files. No content files had conflicts. Verification: pnpm install --frozen-lockfile ✅ | pnpm lint ✅ | pnpm typecheck:docs ✅ |
Contributor
Merge conflict resolutionStatus: The branch was already up to date with The resolved state has:
|
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: advanced-imessage-ts v0.4.1
This PR updates documentation for advanced-imessage-ts based on the v0.4.1 release.
Release Notes
Bug Fixes
buildspacesubmodule reference (2f56b42), which cleans up repo metadata and avoids submodule-related checkout/CI issues.Improvement
CursorResetprotobuf message and regenerated the related TypeScript files (c4a27aa) to keep the API surface smaller and easier to maintain.Breaking Changes
SubscribeMessageEventsResponseno longer includes thecursor_resetpayload type, so clients that handled that event need to remove that branch and rely on normal stream/cursor recovery behavior. 🚀Version: 0.4.1