Commit Graph

2 Commits

  • feat: AI auto-fix bug tracker with real-time error monitoring
    - Real-time error monitoring system with WebSocket
    - Auto-fix agent that triggers on browser errors
    - Bug tracker dashboard with floating button (🐛)
    - Live activity stream showing AI thought process
    - Fixed 4 JavaScript errors (SyntaxError, TypeError)
    - Fixed SessionPicker API endpoint error
    - Enhanced chat input with Monaco editor
    - Session picker component for project management
    
    Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
  • feat: add database migration script for projects
    Add migration script to backfill existing sessions into projects:
    - Scans session files from Claude Sessions directory
    - Extracts unique project names from metadata.project field
    - Creates projects with random icons and colors
    - Links sessions to their respective projects in database
    - Provides detailed progress reporting and summary
    
    Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>