Changelog
What's new in Carpe Closer
v0.2.02026-03-22
- •Carpe Vision tab — AI-powered fraud detection for insurance claims
- •5-module analysis pipeline: EXIF/Metadata, Error Level Analysis (ELA), AI-Generated Detection, Copy-Move Splice, Reverse Image Search
- •Composite fraud score (0-100) with risk level badges (Low/Medium/High/Critical)
- •Pre-filled claim context form (claim #, loss date, location, claimant) for demo
- •Expandable per-module result cards with severity-tagged flags
- •EXIF metadata table with monospace dark-theme display
- •Web search matches with similarity percentages
- •ELA heatmap image slot
- •Mock mode (CARPE_VISION_MOCK=true) for demos without backend
- •API proxy route (/api/vision/analyze) bridging to Python FastAPI backend
v0.1.02026-03-01
- •Initial scaffold — Next.js 15 with App Router, TypeScript, Tailwind CSS
- •Login page with OTP/magic link flow (Supabase Auth + Resend)
- •Dashboard with stats, activity feed
- •RFI list view with status, grades, progress bars
- •RFI detail view with expandable section cards
- •AI consensus analysis UI with 5-model progress bar (Claude, GPT-5.2, Gemini, Grok, Kimi)
- •Per-section response editor with Generate Response button
- •Upload page with drag-and-drop for .docx and .pdf
- •RFI text parser supporting numbered sections, PART headers, and fallback chunking
- •Admin panel with user management, invite system, role badges
- •Salesforce connection status panel (sf CLI integration)
- •API routes for upload, analyze, generate, Salesforce proxy, OTP auth
- •Supabase schema with users, rfis, rfi_sections, comments, generated_content, audit_log
- •Carpe branding — red (#DC2626) + blue (#1E40AF), dark sidebar, Radar icon
- •Changelog page