• Vũ Hoàng Anh's avatar
    feat: Add Chat Reset feature with daily limit (5/day) + 15-message LLM context window · 312e2567
    Vũ Hoàng Anh authored
    - 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)
    312e2567
Name
Last commit
Last update
backend Loading commit data...
preference Loading commit data...
.gitignore Loading commit data...
.gitlab-ci.yml Loading commit data...
.pre-commit-config.yaml Loading commit data...