Commit Graph

2 Commits

Author SHA1 Message Date
Rosario Moscato
7be782f0d0 feat: implement streaming conversation generation with real-time message display
- Replace generateObject with streamObject for real-time conversation streaming
- Add progressive message loading with scroll-to-load functionality
- Implement proper state reset when new URLs are submitted
- Add enhanced logging for debugging streaming issues
- Include structured data documentation for AI SDK streaming
- Update UI to show loading state and streaming progress
- Fix message visibility management with initial 10 message limit

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-22 22:21:06 +02:00
Rosario Moscato
d380d68555 feat: implement Firecrawl web scraping integration
- Add Firecrawl SDK dependency for web scraping functionality
- Create /api/scrape endpoint to handle website content extraction
- Replace mock data with real Firecrawl API integration
- Add recent sources section showing scraped content excerpts
- Update UI to display scraping success/error messages
- Fix API response structure handling for Firecrawl integration

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-22 20:01:58 +02:00