mirror of
https://github.com/labring/tentix.git
synced 2026-04-26 00:55:50 +03:00
[PR #48] [MERGED] feat(server): add ticket autoclose job,knowledge access log #50
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#50
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/48
Author: @HUAHUAI23
Created: 10/28/2025
Status: ✅ Merged
Merged: 10/28/2025
Merged by: @HUAHUAI23
Base:
main← Head:fee📝 Commits (10+)
cb96189update development guidec34d57eAdd image to DEVELOPMENT_GUIDE.md1577b61Merge branch 'labring:main' into mainad29f49Merge branch 'labring:main' into mainc79fd88chore3ceea66add app config2ae824fchore change env9609b23chore2008acarefactor smart node,rag node6f4ebf3chore📊 Changes
66 files changed (+6009 additions, -1877 deletions)
View changed files
📝
.env.template(+3 -4)📝
bun.lock(+44 -9)📝
frontend/package.json(+10 -1)📝
frontend/src/components/ai-chat/chat-message.tsx(+1 -1)📝
frontend/src/components/ai-chat/file-preview.tsx(+1 -1)📝
frontend/src/components/react-flow/components/workflow-variables.ts(+9 -8)➕
frontend/src/components/react-flow/nodes/rag.tsx(+359 -0)📝
frontend/src/components/react-flow/nodes/smart-chat.tsx(+7 -256)📝
frontend/src/components/react-flow/workflow.tsx(+2 -0)📝
frontend/src/components/user/sidebar.tsx(+20 -16)📝
frontend/src/components/user/user-ticket-sidebar.tsx(+1 -1)📝
frontend/src/lib/query.ts(+17 -5)📝
frontend/src/modal/settings-sections/config.tsx(+3 -3)📝
frontend/src/modal/use-transfer-modal.tsx(+9 -7)📝
frontend/src/routes/index.tsx(+2 -13)📝
frontend/src/routes/staff.tsx(+20 -10)📝
frontend/src/routes/staff/workflow_.$id.tsx(+7 -0)📝
frontend/src/routes/user.tsx(+20 -10)📝
frontend/src/store/app-config.ts(+6 -0)📝
packages/eslint-config/package.json(+2 -1)...and 46 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.