deerflow2/backend
LofiSu c14378a312 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
..
.vscode chore: specify project title 2026-01-14 09:57:52 +08:00
docs feat: implement file upload feature 2026-01-23 18:47:39 +08:00
src feat: refine citations format and improve content presentation 2026-01-29 12:29:13 +08:00
tests feat: add AIO sandbox provider and auto title generation (#1) 2026-01-14 23:29:18 +08:00
.gitignore fix: stop tracking .claude/settings.local.json 2026-01-19 16:28:03 +08:00
.python-version chore: add Python and LangGraph stuff 2026-01-14 07:15:02 +08:00
AGENTS.md feat: add AIO sandbox provider and auto title generation (#1) 2026-01-14 23:29:18 +08:00
CLAUDE.md feat: add unified development environment with nginx proxy 2026-01-22 12:00:46 +08:00
Dockerfile feat: adds docker-based dev environment (#18) 2026-01-24 22:01:00 +08:00
Makefile feat: add unified development environment with nginx proxy 2026-01-22 12:00:46 +08:00
debug.py fix: preserve reasoning_content in multi-turn conversations 2026-01-28 14:04:35 +08:00
langgraph.json feat: support function factory (#4) 2026-01-15 22:05:54 +08:00
pyproject.toml feat: add firecrawl community package with web_search and web_fetch tools 2026-01-26 19:58:08 +08:00
ruff.toml chore: use ruff to lint and auto-format 2026-01-14 09:08:20 +08:00
uv.lock feat: add firecrawl community package with web_search and web_fetch tools 2026-01-26 19:58:08 +08:00