mirror of
https://github.com/labring/tentix.git
synced 2026-04-26 00:55:50 +03:00
[PR #40] [CLOSED] Add Tab key optimization and one-click context organization features #42
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#42
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/40
Author: @huanglvjing
Created: 8/29/2025
Status: ❌ Closed
Base:
main← Head:aitentix📝 Commits (10+)
71c36c0chore: add ai multimodal image supprot3fb7c77feat(server): Optimize pgvector search method Add popularity sorting and index optimization5b83e58chore: perf ai promptb91d21fchore3728540feat(server): ai agent add handoff node672871bdebug sourcemap3a5536edebug3073ca8debug218a40edebug22ed5751debug3📊 Changes
54 files changed (+9103 additions, -773 deletions)
View changed files
📝
.env.template(+2 -0)📝
.vscode/settings.json(+3 -1)📝
README.md(+6 -0)📝
frontend/src/_provider/sealos.tsx(+9 -1)➕
frontend/src/components/chat/enhanced-message-input.tsx(+185 -0)➕
frontend/src/components/chat/optimize-button.tsx(+129 -0)📝
frontend/src/components/chat/staff/message-input.tsx(+51 -39)📝
frontend/src/components/chat/user/message-input.tsx(+49 -46)➕
frontend/src/components/common/copyable-truncate.tsx(+60 -0)📝
frontend/src/components/staff/site-header.tsx(+38 -1)📝
frontend/src/components/staff/staff-right-sidebar.tsx(+24 -8)📝
frontend/src/components/staff/staff-ticket-sidebar.tsx(+22 -15)➕
frontend/src/hooks/use-text-optimizer.ts(+149 -0)➕
frontend/src/i18n/locales/zh-CN.json(+21 -0)📝
frontend/src/routes/user/newticket/index.tsx(+17 -11)📝
packages/i18n/index.ts(+18 -0)➕
packages/ui/uisrc/components/minimal-tiptap/components/context-organizer-button.tsx(+51 -0)➕
packages/ui/uisrc/components/minimal-tiptap/components/context-organizer-dialog.tsx(+347 -0)📝
packages/ui/uisrc/components/minimal-tiptap/extensions/index.ts(+2 -0)➕
packages/ui/uisrc/components/minimal-tiptap/extensions/text-optimizer-extension.ts(+65 -0)...and 34 more files
📄 Description
Tab Key Content Optimization
Added Tab key functionality to automatically format and standardize output content
Improves code readability and maintains consistent formatting standards
Enhances the overall quality of generated responses
One-Click Context Organization
Implemented a single-click feature to organize and clean up conversation context
Automatically structures previous questions and answers for better clarity
Streamlines conversation flow and improves information accessibility
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.