test2 / app /services /session_store.py

Commit History

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

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: resolve race condition in get_session by adding async lock to prevent reading partially written JSON files
c9174cd

joedown11 commited on

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

joedown11 commited on

fix(backend): allow renaming sessions before first message is sent
b7bc320

Martechsol commited on

fix: implement session merging to allow multiple logins for the same user without splitting history
51f7e96

Martechsol commited on

Fix admin panel showing 'default name': update user_name in-place on rename, improve session list display
3944045

Martechsol commited on

Upload 47 files
3910b9e
verified

joedown11 commited on

wipe space
482f599

joedown11 commited on

Initialize user_name as 'default name' and rename upon profile fetch
2b53c7f

Martechsol commited on

Implement session renaming so user name replaces session ID
f30c980

Martechsol commited on

Integrate user name fetching, session persistence, and local lottie icon
c5e0713

Martechsol commited on

Fix HF persistence: diagnostics, non-root user for permissions, and dynamic path retrieval
18a56f4

Martechsol commited on

Add logging to debug session saving
d079192

Martechsol commited on

Enable persistent storage for sessions and index
8b1e0f6

Martechsol commited on

feat: add secure admin panel, session store, localStorage tracking
de42780

Martechsol commited on