feat: Add Chat Reset feature with daily limit (5/day) + 15-message LLM context window
- Add reset_limit.py service for tracking daily reset usage via Redis - Add archive_history method in conversation_manager.py to rename old messages - Add POST /api/history/archive endpoint with limit check - Update frontend with Reset button next to Send button - Limit LLM context to 15 messages per session - Filter chat history by current date (auto-clear next day)
Showing
backend/docx.md
0 → 100644
backend/static/save.html
0 → 100644
Please register or sign in to comment