test2 / app

Commit History

update witty dismissals
7b9d91e

joedown11 commited on

roast: upgrade hacker dismissals to actually funny insults
5fb1a31

joedown11 commited on

feat: implement full rating system - empty stars, hover preview, per-thread storage, admin badge
a27005b

joedown11 commited on

fix: response quality improvements and injection sanitization
0ce2ae3

joedown11 commited on

Switch org query handling from hardcoded dict to intent-based reasoning
ad822cb

joedown11 commited on

Add indirect org query reasoning to LLM prompt
96daccf

joedown11 commited on

Add new management personnel to LLM prompt
ea7792a

joedown11 commited on

Update RAG 1.2 for Main Space with Baileys auto-poll and keep-alive
2a29b48

joedown11 commited on

Update keep-awake to 4 minutes
418c59c

joedown11 commited on

Auto-poll Baileys QR code generation on UI
a1d5810

joedown11 commited on

Add mutual keep-awake pinger to ping Baileys space every 10 minutes
751f309

joedown11 commited on

Fix 500 error due to NoneType strip and handle URL schemes securely
2c8b1b1

joedown11 commited on

Fix HF HTML boot screen causing JSONDecodeError
b99a459

joedown11 commited on

Fix proxy returning HTTP 503 for generating status
b3cc86c

joedown11 commited on

Add Baileys QR Login UI and proxy endpoint
1972d1a

joedown11 commited on

Add Baileys WhatsApp provider and UI configurations
19e5623

joedown11 commited on

Update system prompt with leadership names and update URLs for testing space
3183bbf

joedown11 commited on

feat: use global export modal for single chat export with format selection
1b782ba

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

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

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

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: 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

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

joedown11 commited on

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