mirror of
https://github.com/labring/tentix.git
synced 2026-04-26 00:55:50 +03:00
[PR #37] [MERGED] feat(web&server): Added AI capabilities and RAG capabilities, fixed issues with the minimal tiptap editor not being able to properly process Markdown rendering. #39
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tentix#39
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/labring/tentix/pull/37
Author: @HUAHUAI23
Created: 8/15/2025
Status: ✅ Merged
Merged: 8/15/2025
Merged by: @fanux
Base:
main← Head:ai📝 Commits (7)
0f697b9server: add user feedback62f51cfserver: add feedback curdf3c51f8adjust frontend styled0abff9Add route transition animationf0fada1sync db migrate record9916243add vectorstore4ad71b3fix(web): fix minimal tiptap editor markdown input and render📊 Changes
85 files changed (+11037 additions, -2714 deletions)
View changed files
📝
.env.template(+17 -3)📝
.vscode/settings.json(+8 -1)➕
CLAUDE.md(+212 -0)📝
bun.lock(+82 -4)➕
frontend/.cta.json(+15 -0)📝
frontend/package.json(+1 -0)📝
frontend/src/components/chat/content-renderer.tsx(+43 -0)📝
frontend/src/components/chat/content-styles.css(+83 -6)📝
frontend/src/components/chat/message-item.tsx(+328 -25)📝
frontend/src/components/chat/message-list.tsx(+24 -6)📝
frontend/src/components/chat/staff/message-input.tsx(+157 -16)📝
frontend/src/components/chat/user/message-input.tsx(+57 -8)➕
frontend/src/components/common/truncate-with-tooltip.tsx(+84 -0)➕
frontend/src/components/page-transition.tsx(+271 -0)➖
frontend/src/components/staff/chart-area-interactive.tsx(+0 -130)➖
frontend/src/components/staff/section-cards.tsx(+0 -110)📝
frontend/src/components/staff/sidebar.tsx(+5 -5)📝
frontend/src/components/staff/site-header.tsx(+17 -2)📝
frontend/src/components/staff/staff-right-sidebar.tsx(+3 -2)📝
frontend/src/components/staff/staff-ticket-sidebar.tsx(+29 -1)...and 65 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.