deerflow2/frontend/src/core
ruitanglin f8d2d88727 feat: add inline citations and thread management features
Citations:
- Add citations parsing utilities for extracting source references from AI responses
- Render inline citations as hover card badges in message content
- Display citation cards with title, URL, and description on hover
- Add citation badge rendering in artifact markdown preview
- Update prompt to guide AI to output citations in correct format

Thread Management:
- Add rename functionality for chat threads with dialog UI
- Add share functionality to copy thread link to clipboard
- Share links use Vercel URL for production accessibility
- Add useRenameThread hook for thread title updates

i18n:
- Add translations for rename, share, cancel, save, and linkCopied

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-01-28 19:15:11 +08:00
..
api feat: support NEXT_PUBLIC_LANGGRAPH_BASE_URL 2026-01-19 21:51:40 +08:00
artifacts feat: support absolute path as image src 2026-01-24 20:58:56 +08:00
citations feat: add inline citations and thread management features 2026-01-28 19:15:11 +08:00
config feat: support static website 2026-01-24 18:01:27 +08:00
i18n feat: add inline citations and thread management features 2026-01-28 19:15:11 +08:00
mcp feat: add environment variable injection for Docker sandbox 2026-01-24 22:36:05 +08:00
messages feat: add Todos 2026-01-22 00:26:11 +08:00
models feat: auto select the first model as default model 2026-01-26 17:13:34 +08:00
rehype feat: implement basic web app 2026-01-15 23:40:21 +08:00
settings feat: auto select the first model as default model 2026-01-26 17:13:34 +08:00
skills feat: add environment variable injection for Docker sandbox 2026-01-24 22:36:05 +08:00
threads feat: add inline citations and thread management features 2026-01-28 19:15:11 +08:00
todos feat: add Todos 2026-01-22 00:26:11 +08:00
uploads feat: implement file upload feature 2026-01-23 18:47:39 +08:00
utils feat: add ToggleGroup 2026-01-19 19:41:46 +08:00