[PR #41] [MERGED] beta 1.0.0 #45

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

📋 Pull Request Information

Original PR: https://github.com/labring/tentix/pull/41
Author: @HUAHUAI23
Created: 9/4/2025
Status: Merged
Merged: 9/4/2025
Merged by: @fanux

Base: mainHead: multimodal


📝 Commits (10+)

📊 Changes

94 files changed (+21598 additions, -5028 deletions)

View changed files

📝 .env.template (+8 -0)
📝 .vscode/settings.json (+7 -1)
📝 DEVELOPMENT_GUIDE.md (+0 -2)
Dockerfile.migrate (+12 -0)
📝 README.md (+184 -308)
📝 README.zh-CN.md (+199 -322)
SCRIPTS.md (+0 -289)
frontend/public/icon/feishu.svg (+1 -0)
📝 frontend/src/_provider/sealos.tsx (+18 -3)
📝 frontend/src/components/chat/staff/index.tsx (+6 -6)
📝 frontend/src/components/chat/staff/message-input.tsx (+45 -39)
📝 frontend/src/components/chat/user/index.tsx (+4 -2)
📝 frontend/src/components/chat/user/message-input.tsx (+49 -46)
frontend/src/components/common/copyable-truncate.tsx (+60 -0)
frontend/src/components/identity-switcher.tsx (+0 -259)
📝 frontend/src/components/staff/sidebar.tsx (+36 -27)
📝 frontend/src/components/staff/staff-right-sidebar.tsx (+32 -12)
📝 frontend/src/components/staff/staff-ticket-sidebar.tsx (+22 -15)
📝 frontend/src/components/user/sidebar.tsx (+50 -26)
📝 frontend/src/hooks/use-local-user.tsx (+15 -6)

...and 74 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/41 **Author:** [@HUAHUAI23](https://github.com/HUAHUAI23) **Created:** 9/4/2025 **Status:** ✅ Merged **Merged:** 9/4/2025 **Merged by:** [@fanux](https://github.com/fanux) **Base:** `main` ← **Head:** `multimodal` --- ### 📝 Commits (10+) - [`71c36c0`](https://github.com/labring/tentix/commit/71c36c056df6a3b658b53347a3d4c505ea23a582) chore: add ai multimodal image supprot - [`3fb7c77`](https://github.com/labring/tentix/commit/3fb7c77e7f580a20bb55cbd19f1cdb1861f387be) feat(server): Optimize pgvector search method Add popularity sorting and index optimization - [`5b83e58`](https://github.com/labring/tentix/commit/5b83e580cf53e3dc1d74a3c3b06220c5057ab2b3) chore: perf ai prompt - [`b91d21f`](https://github.com/labring/tentix/commit/b91d21fa7e5c3a7a5e5e53923b3b250a0bc65433) chore - [`3728540`](https://github.com/labring/tentix/commit/372854011b64726268480bc7af86730fd0267593) feat(server): ai agent add handoff node - [`672871b`](https://github.com/labring/tentix/commit/672871b9db1699d4c707f456180db021945885e5) debug sourcemap - [`3a5536e`](https://github.com/labring/tentix/commit/3a5536e0add8ebf8588d5c81a64a054248c4513f) debug - [`3073ca8`](https://github.com/labring/tentix/commit/3073ca8f614059c004ed5f69f6a52f0ffa165e17) debug - [`218a40e`](https://github.com/labring/tentix/commit/218a40ee1fe985d4481fbc16cce21ad9f2b47ae1) debug2 - [`2ed5751`](https://github.com/labring/tentix/commit/2ed57517dca01b82c4111232483b9a705f074ad7) debug3 ### 📊 Changes **94 files changed** (+21598 additions, -5028 deletions) <details> <summary>View changed files</summary> 📝 `.env.template` (+8 -0) 📝 `.vscode/settings.json` (+7 -1) 📝 `DEVELOPMENT_GUIDE.md` (+0 -2) ➕ `Dockerfile.migrate` (+12 -0) 📝 `README.md` (+184 -308) 📝 `README.zh-CN.md` (+199 -322) ➖ `SCRIPTS.md` (+0 -289) ➕ `frontend/public/icon/feishu.svg` (+1 -0) 📝 `frontend/src/_provider/sealos.tsx` (+18 -3) 📝 `frontend/src/components/chat/staff/index.tsx` (+6 -6) 📝 `frontend/src/components/chat/staff/message-input.tsx` (+45 -39) 📝 `frontend/src/components/chat/user/index.tsx` (+4 -2) 📝 `frontend/src/components/chat/user/message-input.tsx` (+49 -46) ➕ `frontend/src/components/common/copyable-truncate.tsx` (+60 -0) ➖ `frontend/src/components/identity-switcher.tsx` (+0 -259) 📝 `frontend/src/components/staff/sidebar.tsx` (+36 -27) 📝 `frontend/src/components/staff/staff-right-sidebar.tsx` (+32 -12) 📝 `frontend/src/components/staff/staff-ticket-sidebar.tsx` (+22 -15) 📝 `frontend/src/components/user/sidebar.tsx` (+50 -26) 📝 `frontend/src/hooks/use-local-user.tsx` (+15 -6) _...and 74 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:09 +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#45
No description provided.