feat: add mention functionality with backend models, services, and frontend navigation components

This commit is contained in:
2026-01-24 07:32:30 +00:00
parent 662b7d30f1
commit 95193dfe35
15 changed files with 447 additions and 1 deletions
+8
View File
@@ -31,6 +31,14 @@
## Version 1.32.0 - 2026-01-24
Adds mention functionality to the chat system, enabling users to mention other users with backend models and services handling the logic. Updates the frontend with navigation for mentions, including modified chat input and new mention navigation components.
**Changes:** 13 files, 438 lines
**Languages:** CSS (75 lines), HTML (1 lines), JavaScript (125 lines), Python (237 lines)
## Version 1.31.0 - 2026-01-24