Spaces:
Running
Running
Commit History
chore: add *.zip to gitignore 45f4b01
chore: update internal links to testing space testingweb647 dc99a6f
fix: correct unicode encoding corruption in addon.html 2a97acb
chore: update internal links to main space joedown11 e0bb706
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
build: update internal links to point to testing space 1007347
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
chore: update all internal API and asset links to point to new joedown11-chatrag main space 967ce7b
fix: add cache-control headers to admin panel to prevent browsers from caching stale JS logic 9e4f2f8
feat: change minimize button to 'x' and save HF tokens locally 5699119
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: completely hide FAB when chat is open to avoid duplicate close buttons at bottom 2fc736a
fix: restore bottom close-icon on FAB and FAB toggle logic while preserving top minimize button f4516ec
fix: properly implement dismiss-widget and minimize-chat from reference RAG v1 (openChat/closeChat pattern, FAB hides when chat open) fb922da
feat: add minimize button to chat header + fix input lock during API call (_isWaiting flag) 62cd49a
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
Update API and widget URLs to target testingweb647-bottest647 space 4c98472
Update baseUrl in chat-loader2.js to target space 624c8a0
Integrate RAG v1.2 admin panel and handoff features 84160f5
Update widget to use header minimize button and remove separate close icon 0714a7f
Update addon.html: replaced FAB close button with top bar minimize button 70cefa5
Martechsol commited on
Update static/addon.html 7d04757 verified
fix: move dismiss button to top left 4117e0b
Martechsol commited on
fix: make dismiss button highly visible 78dbe88
Martechsol commited on
feat: add dismiss widget button 73314b2
Martechsol commited on
Update static/chat-loader.js 88e614e verified
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