Conversation
|
8366ed3 to
56511af
Compare
Revert XMTP SDK from development version 4.4.0-dev to stable version 4.2.x and remove stream closure callback parameters from all streaming methodsThis pull request reverts the XMTP React Native SDK from development version 4.4.0-dev back to stable version 4.2.x across all platforms and removes stream closure callback functionality from the API. The changes affect multiple core components:
📍Where to StartStart with the version changes in package.json to understand the scope of the version rollback, then review the API changes in src/lib/Client.ts to see the removed configuration options and their impact on the client creation methods. Macroscope summarized dcd8bae. |
56511af to
5f2309c
Compare
|
Oh. My. God. It started so innocently, asking gemini-2.5-pro-preview-06-05 in Cursor to help me remove my two commits from this PR, and now it includes changes to 30 files that weren't in the original PR. I'm going to have to close this PR and open a fresh one with only the original updates in it. |
|
Closing. Recreated here #699. |

TL;DR
Added support for customizable PR titles and descriptions in the documentation update workflow.
What changed?
claude_pr_title.txtandclaude_pr_body.txtfilesHow to test?
claude_pr_title.txtandclaude_pr_body.txtin the docs-repo directoryWhy make this change?
This change gives Claude more control over the PR creation process, allowing it to craft more specific and contextual PR titles and descriptions based on the actual documentation changes it's making. The branch cleanup functionality also prevents errors when running the workflow multiple times against the same release.