Skip to content

feat(twitter): add recent tweet search tool - #269

Closed
aldorizona10-glitch wants to merge 0 commit into
jasonhedman:mainfrom
aldorizona10-glitch:add-twitter-recent-search-tool
Closed

feat(twitter): add recent tweet search tool#269
aldorizona10-glitch wants to merge 0 commit into
jasonhedman:mainfrom
aldorizona10-glitch:add-twitter-recent-search-tool

Conversation

@aldorizona10-glitch

Copy link
Copy Markdown

Summary

  • add a Search Recent Tweets tool to the Twitter toolkit
  • support query, max result count, reply/retweet filters, and optional language filtering
  • render search results with author context, metrics, and direct X links

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.tsx
  • pnpm --config.runtime-on-fail=ignore run format:check
  • git diff --check

pnpm --config.runtime-on-fail=ignore run typecheck currently 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant