deerflow2/backend/src
ruitanglin 4b63e70b7e feat: refine citations format and improve content presentation
Backend:
- Simplify citations prompt format and rules
- Add clear distinction between chat responses and file content
- Enforce full URL usage in markdown links, prohibit [cite-1] format
- Require content-first approach: write full content, then add citations at end

Frontend:
- Hide <citations> block in both chat messages and markdown preview
- Remove top-level Citations/Sources list for cleaner UI
- Auto-remove <citations> block in code editor view for markdown files
- Keep inline citation hover cards for reference details

This ensures citations are presented like Claude: clean content with inline reference badges.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-01-29 12:29:13 +08:00
..
agents feat: refine citations format and improve content presentation 2026-01-29 12:29:13 +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 feat: refine citations format and improve content presentation 2026-01-29 12:29:13 +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