chore(deps)(deps): bump react-dom from 19.2.0 to 19.2.5 in /mobile#15
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
chore(deps)(deps): bump react-dom from 19.2.0 to 19.2.5 in /mobile#15dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 19.2.0 to 19.2.5. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react-dom) --- updated-dependencies: - dependency-name: react-dom dependency-version: 19.2.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
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.
Summary
reddit_post_info,reddit_posts_info,reddit_post_comments(added in reddit-go#6) through the MCP server, adds them to the Seafret allowlist, and updates the brand prompt's "Tool surface" with an "Engagement tracking" subsection.reddit_subreddit_about— reddit-go now eagerly merges/about/rulesinto the response, so the agent gets the rules in one call instead of relying on a follow-up. Brand prompt updated to point atrulesandsite_rules.components/chat/Markdown.tsx(clickable links, fenced code, lists, bold/inline code) andcomponents/chat/ToolResults.tsx(per-tool result cards). Subreddit_about renders as name + subscribers + numbered rules; post_info as a metrics row + "View on Reddit" CTA; submit as a success card with link; unknown tools fall through to a collapsed JSON preview.Depends on
replace github.com/teslashibe/reddit-go => ../../reddit-goinbackend/go.modis intentional and temporary; drop it and bump therequireto the new tag once that PR merges.Test plan
go test ./...in backend (brand allowlist test updated for new tools)npx tsc --noEmitin mobile (clean)seafret-smoke -mode=draftrules prompt — agent callsreddit_subreddit_aboutonce and quotes both moderator + site-wide rules in its response (~17s)seafret-smoke -mode=draftanalytics prompt — agent chainsreddit_subreddit_about→reddit_search_in_subreddit→reddit_post_infoand reports score / upvote ratio / comment count for a real r/sanfrancisco post (67k upvotes, 82% ratio, 3,526 comments)