Make X profile search configurable for performance vs depth
- Added include_timeline parameter (default: True)
- Full mode: Fetches 10 recent posts via separate API call (comprehensive)
- Fast mode: Uses expansions to get pinned + most recent tweet only (1 API call)
- Output includes mode indicator for transparency
- Gives void flexibility to choose between thorough analysis or quick lookups
This allows optimizing API usage based on context - full timeline when analyzing someone deeply, fast mode for quick reference checks.
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>