ruitanglin
8cb14ad4fb
fix(frontend): build + remove hover tooltips in step links
...
- Fix Turbopack build: replace raw-loader .md import with inlined about-content.ts; drop raw-loader from next.config and package.json
- Remove all hover tooltips on step-area links (web_fetch, read_file, ls, bash, write_file, web_search) so hidden steps no longer show popups
修复:构建错误与步骤链接悬停提示
- 修复 Turbopack 构建:用内联 about-content.ts 替代 raw-loader 导入 about.md,并移除 next.config 与 package.json 中的 raw-loader
- 移除步骤区域内所有链接的悬停提示(查看网页、读文件、列目录、bash、写文件、网页搜索),隐藏步骤悬停不再弹出内容
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-09 03:42:16 +08:00
Henry Li
f9811671d8
feat: add 'about' page
2026-02-06 15:18:37 +08:00
Henry Li
697ea8e845
feat: add surprise-me
2026-02-06 14:04:15 +08:00
Henry Li
8ecb6b3d1d
fix: fix eslint errors and warnings
2026-01-31 21:46:31 +08:00
Henry Li
c62caf95c4
feat: add notification
2026-01-31 11:08:27 +08:00
Henry Li
1bb91bb267
feat: support Github Flavored Markdown
2026-01-30 16:41:18 +08:00
ruitanglin
e8a8b5e56b
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
Henry Li
cd63f41b4c
feat: support static website
2026-01-24 18:01:27 +08:00
Henry Li
3f4bcd9433
feat: implement the first version of landing page
2026-01-23 13:24:03 +08:00
Henry Li
307972f93e
feat: implement the first section of landing page
2026-01-23 00:15:21 +08:00
Henry Li
e0f491dcdb
feat: add main menu
2026-01-22 14:19:54 +08:00
Henry Li
48742d1b59
feat: add code editor
2026-01-21 09:33:33 +08:00
Henry Li
10d253f461
feat: support settings
2026-01-20 23:43:21 +08:00
Henry Li
d7dfffad90
feat: add ToggleGroup
2026-01-19 19:41:46 +08:00
Henry Li
228ec49f70
feat: add date time util
2026-01-17 15:44:38 +08:00
Henry Li
962d8f04ec
feat: support artifact preview
2026-01-17 15:09:44 +08:00
Henry Li
a973c82a1f
chore: downgrade shiki since breaking changes
2026-01-17 10:05:55 +08:00
Henry Li
68fbf53fb2
chore: add resizable
2026-01-16 21:54:54 +08:00
Henry Li
9f2b94ed52
feat: implement basic web app
2026-01-15 23:40:21 +08:00
Henry Li
c628c7f8db
chore: create frontend project from boilerplate
2026-01-14 09:50:26 +08:00