Refresh X UserTweets and SearchTimeline query IDs from current evidence - #102
Draft
0thernet wants to merge 1 commit into
Draft
Refresh X UserTweets and SearchTimeline query IDs from current evidence#1020thernet wants to merge 1 commit into
0thernet wants to merge 1 commit into
Conversation
Live feeds.read feed=user and feed=search fail before dispatch because the reviewed UserTweets and SearchTimeline IDs still recorded the July main.9929b02a.js values. Replace them with the unique IDs from the current main.868c69e3a403a8bda.js bundle (observed 2026-08-29) and keep public-text, identity-echo, and over-limit cursor contracts. Co-authored-by: ben <0thernet@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
0thernet
marked this pull request as ready for review
August 29, 2026 22:41
0thernet
marked this pull request as draft
August 29, 2026 22:57
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.
Live
x-web feeds.readfeed:"user"andfeed:"search"fail closed before dispatch with:X query-ID drift for UserTweets:query; reviewed evidence is staleX query-ID drift for SearchTimeline:query; reviewed evidence is staleThis is the same class of failure as Bookmarks in #60.
resolveUniqueXWebBundleDescriptorcompares the current first-party descriptor toxWebQueryDescriptorEvidenceSnapshot. The reviewed IDs were still the Julymain.9929b02a.jsvalues:6r5OLCC_wFH4CpRyXKuAmQhz_94eVAtrtQo_vO3my7RwObserved 2026-08-29 from
https://abs.twimg.com/responsive-web/client-web/main.868c69e3a403a8bda.js(HTTP 200, 1054493 bytes, last-modified 2026-08-28) using the runtime regex:UserTweets:querywith queryIdSXVCYB8XHSS25nzIljNtZASearchTimeline:querywith queryIdhyPfJYJ_XAtDYoslQc-Rggmain;sourceTextcontinues to use the current main bundle whensourceChunkstarts withmain.withPayments,withAuxiliaryUserLabels,withArticleRichContentState,withArticlePlainText,withArticleSummaryText,withArticleVoiceOver,withGrokAnalyze,withDisallowedReplyControls)This updates those two evidence rows to the current IDs,
sourceChunk: "main.868c69e3a403a8bda.js", andobservedOn: "2026-08-29". Adapter and contract versions are unchanged because this is revision evidence, not a semantic-contract change.posts.publish,replies.create, and Made with AI fail-closed behavior are untouched. There is no DOM fallback.Tests record the new IDs, keep user-feed identity echo, and keep public-text plus over-limit cursor contracts for user and search. A mismatched live ID still fails closed without revealing the new value.