deerflow2/backend/src
LofiSu ad85b72064 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
..
agents feat: add inline citations and thread management features 2026-01-28 19:15:11 +08:00
community feat: fallback to error reporting 2026-01-28 12:23:29 +08:00
config feat: add environment variable injection for Docker sandbox 2026-01-24 22:36:05 +08:00
gateway fix: ensure MCP and skills config changes are immediately reflected 2026-01-25 22:40:09 +08:00
mcp fix: ensure MCP and skills config changes are immediately reflected 2026-01-25 22:40:09 +08:00
models fix: preserve reasoning_content in multi-turn conversations 2026-01-28 14:04:35 +08:00
reflection chore: use ruff to lint and auto-format 2026-01-14 09:08:20 +08:00
sandbox feat: add podcast generation skill 2026-01-26 13:16:35 +08:00
skills fix: ensure MCP and skills config changes are immediately reflected 2026-01-25 22:40:09 +08:00
tools feat: update notes 2026-01-28 14:42:13 +08:00
utils feat: add thread-safety and graceful shutdown to AioSandboxProvider (#7) 2026-01-16 22:28:19 +08:00
__init__.py chore: add an empty __init__.py 2026-01-14 07:16:27 +08:00