fix(compare.py): v3.1 — O(n²)→O(n+m) similarity via matrix multiplication 1a6e4a8 verified gaurv007 commited on 29 days ago
feat(web): add missing middleware.ts — auth guard was never executing b3fb853 verified gaurv007 commited on 29 days ago
fix(api): v4.1 — sliding window rate limiter, RAG TTL, input validation, proper IP extraction 5bc867e verified gaurv007 commited on 29 days ago
security: remove hardcoded admin email from public schema a393ff3 verified gaurv007 commited on 29 days ago
fix(web): improve chat route with FastAPI fallback and session documentation 07b6c91 verified gaurv007 commited on 29 days ago
fix(web): remove XSS text corruption, fix scan count, add input validation, improve SSE polling e050c6f verified gaurv007 commited on 29 days ago
fix(core): v4.1 - bounded caches, NLI format, softmax, max_length=512, risk formula, regex coverage 2093a96 verified gaurv007 commited on 29 days ago
fix: add useRouter import to login and signup pages for navigation handling d8272af anky2002 commited on about 1 month ago
feat: add user authentication checks and improve navigation with logout functionality ae80634 anky2002 commited on about 1 month ago
fix: Header nav - Settings, Admin, Login/Signup visibility with proper auth guards 05a1a2d verified gaurv007 commited on about 1 month ago
fix: ensure Settings, Admin, Login/Signup all render correctly in header nav db34e24 verified gaurv007 commited on about 1 month ago
fix: ensure Settings, Admin, Login/Signup all render correctly in header nav 66aaa37 verified gaurv007 commited on about 1 month ago
Merge branch 'main' of https://huggingface.co/spaces/gaurv007/ClauseGuard b8e7113 anky2002 commited on about 1 month ago
fix: Nav shows ALL links always — Features, Pricing, Dashboard, Scanner, Compare, Admin 58999e2 verified gaurv007 commited on about 1 month ago
Merge branch 'main' of https://huggingface.co/spaces/gaurv007/ClauseGuard f54a607 anky2002 commited on about 1 month ago
fix: nav.tsx TypeScript error — type Icon as LucideIcon | null db4cb30 verified gaurv007 commited on about 1 month ago
Merge branch 'main' of https://huggingface.co/spaces/gaurv007/ClauseGuard 4f95e90 anky2002 commited on about 1 month ago
v4.1: Analyze page — admin unlimited access, no upgrade modal, fixed scan limit display 01389c4 verified gaurv007 commited on about 1 month ago
v4.1: Fix /api/me — Infinity → 999999 in JSON, add all capability flags b360975 verified gaurv007 commited on about 1 month ago
v4.1: Dashboard — admin quick access, no upgrade CTA for admin, role badge, v4 descriptions 7bfd66b verified gaurv007 commited on about 1 month ago
v4.1: Nav — add Dashboard link, admin always visible, improved mobile menu 3c2e372 verified gaurv007 commited on about 1 month ago
v4.1: Complete Settings page — role, team, API keys, dates, admin badge, danger zone 394fab8 verified gaurv007 commited on about 1 month ago
Merge branch 'main' of https://huggingface.co/spaces/gaurv007/ClauseGuard 78229a4 anky2002 commited on about 1 month ago
v4.0: Fix analyze route — proper SSE parsing + immediate JSON file download 74929b6 verified gaurv007 commited on about 1 month ago
v4.0: Fix /api/chat — call Gradio Space chatbot endpoint d339e38 verified gaurv007 commited on about 1 month ago
v4.0: Fix /api/compare — call Gradio Space API directly 9510bea verified gaurv007 commited on about 1 month ago
v4.0: Fix /api/analyze — call Gradio Space API directly instead of non-existent backend 510d822 verified gaurv007 commited on about 1 month ago
Refactor LoginPage to use Suspense for loading state and improve auth state handling in ExtensionBridge 59a9b47 anky2002 commited on about 1 month ago
Merge branch 'main' of https://huggingface.co/spaces/gaurv007/ClauseGuard 2ca6bab anky2002 commited on about 1 month ago
v4.0: Update .env.example with all required env vars 49d0c4a verified gaurv007 commited on about 1 month ago
v4.0: Analyze page — add Redlining + Q&A Chat tabs with full UI 7ba0245 verified gaurv007 commited on about 1 month ago
v4.0: Landing page — add OCR, Chatbot, Redlining to features + update footer to v4.0 dadbbff verified gaurv007 commited on about 1 month ago
v4.0: Update nav version badge + add Q&A link c422fb1 verified gaurv007 commited on about 1 month ago
v4.0: Add web /api/redline route for clause redlining e484722 verified gaurv007 commited on about 1 month ago
v4.0: Add web /api/chat route for RAG chatbot c146e54 verified gaurv007 commited on about 1 month ago
v4.0: Web API analyze route — forward auth token to backend cdcee3d verified gaurv007 commited on about 1 month ago
v4.0: Dockerfile includes shared modules from root 44d21af verified gaurv007 commited on about 1 month ago
v4.0: Fix api/requirements.txt versions + add doctr, huggingface_hub e85a2a6 verified gaurv007 commited on about 1 month ago
v4.0: Backend API — add /api/redline, /api/chat, /api/ocr endpoints 6e7c8ba verified gaurv007 commited on about 1 month ago
Fix: ChatInterface examples must be list of lists with additional_inputs 7f5fe5c verified gaurv007 commited on about 1 month ago
v4.0: Update README with OCR, Chatbot, and Redlining docs 28c983c verified gaurv007 commited on about 1 month ago
v4.0: Add requirements.txt — OCR + RAG Chatbot + Clause Redlining 52ee555 verified gaurv007 commited on about 1 month ago
v4.0: Add redlining.py — OCR + RAG Chatbot + Clause Redlining 8522824 verified gaurv007 commited on about 1 month ago
v4.0: Add chatbot.py — OCR + RAG Chatbot + Clause Redlining f0f9872 verified gaurv007 commited on about 1 month ago
v4.0: Add ocr_engine.py — OCR + RAG Chatbot + Clause Redlining b5350d6 verified gaurv007 commited on about 1 month ago
v4.0: Add app.py — OCR + RAG Chatbot + Clause Redlining 549ed6e verified gaurv007 commited on about 1 month ago
Fix: DeBERTa-v3 fp16 crash on T4 — use fp32, batch=2, grad_accum=16 970316e verified gaurv007 commited on about 1 month ago
Update notebook for T4 GPU: batch=4, grad_accum=8, eval_batch=8 55761de verified gaurv007 commited on about 1 month ago
Add ClauseGuard v4 Colab notebook: DeBERTa-v3-large 2-stage training (LEDGAR→CUAD) with ASL a4cb2c1 verified gaurv007 commited on about 1 month ago
Update ML requirements for DeBERTa-v3-large training 924af4e verified gaurv007 commited on about 1 month ago