Commit Graph

8 Commits

Author SHA1 Message Date
ruitanglin 33c47e0c56 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
Henry Li ebda30c7cf feat: support static website 2026-01-24 18:01:27 +08:00
Henry Li ac9ef30780 feat: implement i18n 2026-01-20 14:06:47 +08:00
Henry Li b791b28afa docs: rewording 2026-01-20 09:26:29 +08:00
Henry Li ce70b67459 refactor: move biz logic to core 2026-01-16 19:51:39 +08:00
Henry Li ac075477a0 feat: rename 'model' to 'model_name' 2026-01-16 14:03:34 +08:00
Henry Li fe7504daed refactor: refine folder structure and rename 2026-01-16 09:13:02 +08:00
Henry Li cecc684de1 feat: implement basic web app 2026-01-15 23:40:21 +08:00