Commit Graph

2 Commits

Author SHA1 Message Date
mindesbunister
a062bae8e2 feat: Complete sync fixes with batch analysis and security improvements
- Implement batch comparative analysis system for multi-timeframe insights
- Add comprehensive credential redaction for security (safe-logging.ts)
- Fix TypeScript compilation errors and interface compatibility
- Remove marketing text from analysis UI as requested
- Add concurrency protection to prevent analysis process overlap
- Fix duplicate screenshot display in gallery components
- All systems now working with successful build completion
2025-07-17 14:58:47 +02:00
mindesbunister
8688151239 Implement batch comparative analysis for multi-timeframe
- Create new /api/batch-analysis endpoint for collecting all screenshots first
- Modified AIAnalysisPanel to use batch analysis for multiple timeframes
- All screenshots captured before AI analysis (no immediate analysis per timeframe)
- Enables AI to compare across timeframes for better trend analysis
- Maintains UI compatibility with existing display logic
2025-07-17 14:21:51 +02:00