Spaces:
Running
Running
Commit History
roast: upgrade hacker dismissals to actually funny insults 5fb1a31
feat: implement full rating system - empty stars, hover preview, per-thread storage, admin badge a27005b
fix: response quality improvements and injection sanitization 0ce2ae3
Switch org query handling from hardcoded dict to intent-based reasoning ad822cb
Add indirect org query reasoning to LLM prompt 96daccf
Add new management personnel to LLM prompt ea7792a
Update RAG 1.2 for Main Space with Baileys auto-poll and keep-alive 2a29b48
Update keep-awake to 4 minutes 418c59c
Auto-poll Baileys QR code generation on UI a1d5810
Add mutual keep-awake pinger to ping Baileys space every 10 minutes 751f309
Fix 500 error due to NoneType strip and handle URL schemes securely 2c8b1b1
Fix HF HTML boot screen causing JSONDecodeError b99a459
Fix proxy returning HTTP 503 for generating status b3cc86c
Add Baileys QR Login UI and proxy endpoint 1972d1a
Add Baileys WhatsApp provider and UI configurations 19e5623
Update system prompt with leadership names and update URLs for testing space 3183bbf
feat: use global export modal for single chat export with format selection 1b782ba
style: remove Granted text from OS popup alerts badge a709578
fix: persist admin preferences in localStorage and remove backend preferences endpoints d72b48e
fix: resolve ReferenceError in frontend settings api caused by incorrect authHeader function name 8f35421
feat: migrate admin notification preferences to a backend-driven API to ensure single source of truth and global synchronization 560047b
fix: immediately sync UI toggles on page load so they accurately reflect in-memory state 3529987
fix: implement global event deduplication to fully prevent multi-tab double notifications; add in-memory caching to guarantee settings toggles are respected even if localStorage fails a245297
fix: add cross-tab debounce for OS notifications to prevent duplicate popups when multiple admin tabs are open 350697d
fix: export saveNotifSetting to window so inline onchange handlers in IIFE can access it b50e6e1
perf: remove unnecessary asyncio lock in get_session to improve read performance (file writes are already atomic via os.replace) 5012491
fix: ensure session file exists before processing chat to prevent missing status updates during first-turn HR handovers 30cad59
fix: resolve race condition in get_session by adding async lock to prevent reading partially written JSON files c9174cd
fix: ensure session file exists before updating state to prevent double human handover confirmation prompts d7acdea
fix: restore renotify:true to allow subsequent events for the same session to trigger OS popups 5abd489
fix: add cache-control headers to admin panel to prevent browsers from caching stale JS logic 9e4f2f8
fix: prevent double OS notification β remove renotify:true + seed alert_id on first QUEUED detection to prevent simultaneous QUEUED+alert double-fire 5f7edd5
fix: remove parallel AudioContext beep from playNotifSound/playDisconnectSound β was causing double notification sound on every alert 426d399
fix: discard portal guidance text on HUMAN_TAKEOVER_REQUEST β only show handover confirmation prompt to avoid contradictory double response 4b870c3
fix: strengthen FORMAT C-SUMMARY (forbidden headings + wrong example) + add 'I want leave' β FORMAT D bcc366e
feat: LLM-based confirmation intent + rotating handover prompts 0ce46fa
chore: update llm.py - expanded FORMAT table, C-SUMMARY/C-PROCEDURE split, PROCESS/PROCEDURE rule 945c829
Revert all changes to app/services/rag_pipeline.py to match original RAG v1 48aede9
Add pipeline phase timing logs to help debug Hugging Face space speed b5bae8b
Integrate RAG v1.2 admin panel and handoff features 84160f5
Update addon.html: replaced FAB close button with top bar minimize button 70cefa5
Martechsol commited on
Enforce strict rule: all leaves taken during probation are unpaid b02cb86
Martechsol commited on
Fix intent map: compound keywords, follow-up starters, prorata robustness a045fe5
Martechsol commited on
Fix follow-up detection: add prepositional starters for context continuity 8a2c74f
Martechsol commited on
Fix prorata and single-word HR term retrieval robustness f117eae
Martechsol commited on
Fix inconsistent leave and per-annum responses c1ad2c8
Martechsol commited on
Update RAG application ac72e99
Martechsol commited on
Update system prompt to handle 'ok' and 'okay' with a shorter acknowledgment e1cb4cc
Martechsol commited on
feat: pre-create named session on widget load via /api/session/init e441398
Martechsol commited on