deerflow2/backend/src/gateway
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
..
routers feat: refine citations format and improve content presentation 2026-01-29 12:29:13 +08:00
__init__.py feat: add gateway module with FastAPI server (#5) 2026-01-16 13:22:26 +08:00
app.py fix: ensure MCP and skills config changes are immediately reflected 2026-01-25 22:40:09 +08:00
config.py feat: add nginx reversed proxy (#15) 2026-01-19 23:23:38 +08:00