[PR #44] [MERGED] feat(server&web): add orchestratable AI customer-service workflow #48

Closed
opened 2026-03-03 13:58:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/labring/tentix/pull/44
Author: @HUAHUAI23
Created: 10/22/2025
Status: Merged
Merged: 10/22/2025
Merged by: @fanux

Base: mainHead: admin


📝 Commits (10+)

📊 Changes

179 files changed (+40116 additions, -4370 deletions)

View changed files

📝 .env.template (+4 -1)
📝 .vscode/settings.json (+3 -0)
📝 DEVELOPMENT_GUIDE.md (+3 -0)
📝 README.md (+0 -1)
📝 README.zh-CN.md (+0 -1)
📝 bun.lock (+171 -33)
📝 frontend/package.json (+7 -14)
frontend/src/components/ai-chat/chat-message.tsx (+442 -0)
frontend/src/components/ai-chat/file-preview.tsx (+151 -0)
frontend/src/components/ai-chat/hook/use-autosize-textarea.ts (+39 -0)
frontend/src/components/ai-chat/markdown-renderer.tsx (+199 -0)
frontend/src/components/ai-chat/message-list.tsx (+197 -0)
frontend/src/components/ai-chat/typing-indicator.tsx (+15 -0)
📝 frontend/src/components/chat/content-renderer.tsx (+196 -110)
📝 frontend/src/components/chat/message-item.tsx (+59 -56)
📝 frontend/src/components/chat/message-list.tsx (+163 -99)
📝 frontend/src/components/chat/staff/index.tsx (+17 -7)
📝 frontend/src/components/chat/staff/message-input.tsx (+9 -93)
📝 frontend/src/components/chat/ticket-info-box.tsx (+11 -2)
📝 frontend/src/components/chat/user/index.tsx (+12 -6)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/labring/tentix/pull/44 **Author:** [@HUAHUAI23](https://github.com/HUAHUAI23) **Created:** 10/22/2025 **Status:** ✅ Merged **Merged:** 10/22/2025 **Merged by:** [@fanux](https://github.com/fanux) **Base:** `main` ← **Head:** `admin` --- ### 📝 Commits (10+) - [`cb96189`](https://github.com/labring/tentix/commit/cb96189bba9900f4abdbedbfd85bc46463c26997) update development guide - [`c34d57e`](https://github.com/labring/tentix/commit/c34d57e439f289847c2b1496ef5cd4bf518a5c8c) Add image to DEVELOPMENT_GUIDE.md - [`a0a1520`](https://github.com/labring/tentix/commit/a0a1520a1ef507d8d9cb9f9808eb60a4d87d43d0) chore: perf prompt - [`bc5c202`](https://github.com/labring/tentix/commit/bc5c202c185712a8dee2b2b4b5cf228e64dc35fa) perf prompt - [`7e6376e`](https://github.com/labring/tentix/commit/7e6376ef5aeb05497e7e3c154d5a27afa4bfd418) add dynamic workflow execute logic - [`70d6116`](https://github.com/labring/tentix/commit/70d61167e6b7ac78b7a9935e5dd47a0d45457171) add flow - [`f43b7ee`](https://github.com/labring/tentix/commit/f43b7ee7cbabf000b2934202487539c017c72760) add flow sql - [`fdc243d`](https://github.com/labring/tentix/commit/fdc243d9e88ffd3db58188890f602223d6fbdffd) perf flow ui - [`aec6caa`](https://github.com/labring/tentix/commit/aec6caa2e574a95a8d89f43533eb04e08ee9d777) add admin user managament - [`59cd06c`](https://github.com/labring/tentix/commit/59cd06cd67edd1cbb5fce64286791f0111d1cec4) chore ### 📊 Changes **179 files changed** (+40116 additions, -4370 deletions) <details> <summary>View changed files</summary> 📝 `.env.template` (+4 -1) 📝 `.vscode/settings.json` (+3 -0) 📝 `DEVELOPMENT_GUIDE.md` (+3 -0) 📝 `README.md` (+0 -1) 📝 `README.zh-CN.md` (+0 -1) 📝 `bun.lock` (+171 -33) 📝 `frontend/package.json` (+7 -14) ➕ `frontend/src/components/ai-chat/chat-message.tsx` (+442 -0) ➕ `frontend/src/components/ai-chat/file-preview.tsx` (+151 -0) ➕ `frontend/src/components/ai-chat/hook/use-autosize-textarea.ts` (+39 -0) ➕ `frontend/src/components/ai-chat/markdown-renderer.tsx` (+199 -0) ➕ `frontend/src/components/ai-chat/message-list.tsx` (+197 -0) ➕ `frontend/src/components/ai-chat/typing-indicator.tsx` (+15 -0) 📝 `frontend/src/components/chat/content-renderer.tsx` (+196 -110) 📝 `frontend/src/components/chat/message-item.tsx` (+59 -56) 📝 `frontend/src/components/chat/message-list.tsx` (+163 -99) 📝 `frontend/src/components/chat/staff/index.tsx` (+17 -7) 📝 `frontend/src/components/chat/staff/message-input.tsx` (+9 -93) 📝 `frontend/src/components/chat/ticket-info-box.tsx` (+11 -2) 📝 `frontend/src/components/chat/user/index.tsx` (+12 -6) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:58:10 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tentix#48
No description provided.