Conversation
Twitter/X returns a JavaScript shell with no actual content in the HTML, making web_fetch and /read return empty results. Route these URLs through a Nitter instance (nitter.poast.org) which renders tweets as static HTML that our content extractor can parse. https://claude.ai/code/session_016UhaM3HefwZjArvB7hHbpE
Move /fetch → /web/fetch and /read → /web/read to follow
consistent /{service}/{endpoint} URL structure. Updates all
internal references (forms, proxied links, search results,
MCP tool path, auth bypass map, route handlers).
https://claude.ai/code/session_016UhaM3HefwZjArvB7hHbpE
Enforce consistent /{service}/{endpoint} URL structure:
- /post, /post/ → /blog/post, /blog/post/
- /flag → /admin/flag
Updates all internal references: route handlers, MCP tool paths,
API docs, templates, links, tests, ActivityPub URLs, and auth map.
https://claude.ai/code/session_016UhaM3HefwZjArvB7hHbpE
Permanent redirects so existing bookmarks and shared links
continue to work after the /{service}/{endpoint} restructure.
https://claude.ai/code/session_016UhaM3HefwZjArvB7hHbpE
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.
No description provided.