feat(twitter): add recent tweet search tool - #269
Closed
aldorizona10-glitch wants to merge 0 commit into
Closed
Conversation
aldorizona10-glitch
force-pushed
the
add-twitter-recent-search-tool
branch
from
July 28, 2026 16:32
dd9d665 to
ba9e271
Compare
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
Why
Issue #242 asks for more tools in the Twitter Toolkit. This adds topic and hashtag search coverage alongside the existing profile and latest-tweets tools.
Verification
pnpm --config.runtime-on-fail=ignore exec prettier --write src/toolkits/toolkits/twitter/tools/search/base.ts src/toolkits/toolkits/twitter/tools/search/server.ts src/toolkits/toolkits/twitter/tools/search/client.tsxpnpm --config.runtime-on-fail=ignore run format:checkgit diff --checkpnpm --config.runtime-on-fail=ignore run typecheckcurrently fails in this local clone before reaching a clean project state because several existing dependencies/Prisma generated types are not resolving after pnpm install/rebuild hit filesystem I/O issues. The new files were formatted and checked for whitespace.