Commit History

chore: ensure main space URLs are applied
5a59823

joedown11 commited on

chore: add *.zip to gitignore
45f4b01

joedown11 commited on

chore: update internal links to testing space testingweb647
dc99a6f

joedown11 commited on

fix: correct unicode encoding corruption in addon.html
2a97acb

joedown11 commited on

chore: update internal links to main space joedown11
e0bb706

joedown11 commited on

style: remove Granted text from OS popup alerts badge
a709578

joedown11 commited on

fix: persist admin preferences in localStorage and remove backend preferences endpoints
d72b48e

joedown11 commited on

fix: resolve ReferenceError in frontend settings api caused by incorrect authHeader function name
8f35421

joedown11 commited on

feat: migrate admin notification preferences to a backend-driven API to ensure single source of truth and global synchronization
560047b

joedown11 commited on

fix: immediately sync UI toggles on page load so they accurately reflect in-memory state
3529987

joedown11 commited on

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

joedown11 commited on

fix: add cross-tab debounce for OS notifications to prevent duplicate popups when multiple admin tabs are open
350697d

joedown11 commited on

build: update internal links to point to testing space
1007347

joedown11 commited on

fix: export saveNotifSetting to window so inline onchange handlers in IIFE can access it
b50e6e1

joedown11 commited on

perf: remove unnecessary asyncio lock in get_session to improve read performance (file writes are already atomic via os.replace)
5012491

joedown11 commited on

fix: ensure session file exists before processing chat to prevent missing status updates during first-turn HR handovers
30cad59

joedown11 commited on

fix: resolve race condition in get_session by adding async lock to prevent reading partially written JSON files
c9174cd

joedown11 commited on

fix: ensure session file exists before updating state to prevent double human handover confirmation prompts
d7acdea

joedown11 commited on

fix: restore renotify:true to allow subsequent events for the same session to trigger OS popups
5abd489

joedown11 commited on

chore: update all internal API and asset links to point to new joedown11-chatrag main space
967ce7b

joedown11 commited on

fix: add cache-control headers to admin panel to prevent browsers from caching stale JS logic
9e4f2f8

joedown11 commited on

feat: change minimize button to 'x' and save HF tokens locally
5699119

joedown11 commited on

fix: prevent double OS notification — remove renotify:true + seed alert_id on first QUEUED detection to prevent simultaneous QUEUED+alert double-fire
5f7edd5

joedown11 commited on

fix: remove parallel AudioContext beep from playNotifSound/playDisconnectSound — was causing double notification sound on every alert
426d399

joedown11 commited on

fix: discard portal guidance text on HUMAN_TAKEOVER_REQUEST — only show handover confirmation prompt to avoid contradictory double response
4b870c3

joedown11 commited on

fix: completely hide FAB when chat is open to avoid duplicate close buttons at bottom
2fc736a

joedown11 commited on

fix: restore bottom close-icon on FAB and FAB toggle logic while preserving top minimize button
f4516ec

joedown11 commited on

fix: properly implement dismiss-widget and minimize-chat from reference RAG v1 (openChat/closeChat pattern, FAB hides when chat open)
fb922da

joedown11 commited on

feat: add minimize button to chat header + fix input lock during API call (_isWaiting flag)
62cd49a

joedown11 commited on

fix: strengthen FORMAT C-SUMMARY (forbidden headings + wrong example) + add 'I want leave' → FORMAT D
bcc366e

joedown11 commited on

feat: LLM-based confirmation intent + rotating handover prompts
0ce46fa

joedown11 commited on

chore: update llm.py - expanded FORMAT table, C-SUMMARY/C-PROCEDURE split, PROCESS/PROCEDURE rule
945c829

joedown11 commited on

Revert all changes to app/services/rag_pipeline.py to match original RAG v1
48aede9

joedown11 commited on

Add pipeline phase timing logs to help debug Hugging Face space speed
b5bae8b

joedown11 commited on

Update API and widget URLs to target testingweb647-bottest647 space
4c98472

joedown11 commited on

Update baseUrl in chat-loader2.js to target space
624c8a0

joedown11 commited on

Integrate RAG v1.2 admin panel and handoff features
84160f5

joedown11 commited on

Update widget to use header minimize button and remove separate close icon
0714a7f

joedown11 commited on

Update addon.html: replaced FAB close button with top bar minimize button
70cefa5

Martechsol commited on

Update static/addon.html
7d04757
verified

joedown11 commited on

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

joedown11 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