mlogclub
8a2c076691
feat: add WorkflowValidationBadge component for improved validation feedback
2026-06-22 17:14:35 +08:00
mlogclub
f9ae9a135c
fix: add ResizableHandle component and adjust layout in WorkflowEditor
2026-06-22 17:07:41 +08:00
mlogclub
5ea190de8b
refactor: update tool section titles and improve layout in workflow editor
2026-06-22 17:07:34 +08:00
mlogclub
9fe2732360
style: narrow AI agent config tabs
2026-06-22 16:38:36 +08:00
mlogclub
44935d2141
refactor: simplify agent workflow settings
2026-06-22 16:33:30 +08:00
mlogclub
082a036ce1
feat: use markdown editor for agent system prompt
2026-06-22 16:17:38 +08:00
mlogclub
412ae583d6
refactor: update OptionCombobox import path and remove unused component
2026-06-22 16:13:25 +08:00
mlogclub
f0eb694803
refactor: use config workbench for AI agent creation
2026-06-22 12:03:48 +08:00
mlogclub
32bb0dbc30
fix: refine AI agent config dialog layout
2026-06-22 11:42:22 +08:00
mlogclub
eb0f83f886
fix: clarify AI agent config tab affordance
2026-06-22 11:40:07 +08:00
mlogclub
20245e3073
fix: polish AI agent config tabs
2026-06-22 11:39:27 +08:00
mlogclub
d19b5054e7
fix: refine AI agent config dialog header
2026-06-22 11:33:35 +08:00
mlogclub
7308e848fb
feat: open AI agent config in dialog
2026-06-22 10:37:31 +08:00
mlogclub
10b6ecd18b
feat: add AI agent config workbench
2026-06-22 10:30:08 +08:00
mlogclub
32ab43e7c2
refactor: make AI workflows agent-centric
2026-06-22 10:08:51 +08:00
mlogclub
14f50e064f
feat: add AI workflow editor
2026-06-22 00:26:16 +08:00
mlogclub
b8a172123d
fix: enable closing project dialog with Esc key by default
2026-06-21 11:56:18 +08:00
mlogclub
a7b7c20551
refactor: remove title and description from DashboardHome for cleaner layout
2026-06-21 11:21:18 +08:00
mlogclub
884510c645
style: update color palette for 'plain' option in palette toggle
2026-06-21 11:06:21 +08:00
mlogclub
fe5041191f
refactor: standardize card styles and improve layout across dashboard components
2026-06-21 10:09:52 +08:00
mlogclub
ff2e2e3962
refactor: replace SectionCard with div for layout simplification in EditDialogBody
2026-06-21 09:53:22 +08:00
mlogclub
dc2ad27483
refactor: optimize handleTeamsChange function with useCallback for better performance
2026-06-20 21:00:22 +08:00
mlogclub
541e4c5874
refactor: replace skill code with skill ID across the application
...
- Updated skill handling to use skill IDs instead of skill codes in various components, services, and models.
- Modified tests to reflect changes in skill identification.
- Removed references to skill codes in favor of skill IDs for consistency and clarity.
- Updated localization files to remove skill code references and adjust error messages accordingly.
2026-06-20 20:42:07 +08:00
mlogclub
86652cc41c
feat: enhance SkillEditDialog with ContentEditor and improve MarkdownEditor toolbar logic
2026-06-20 20:22:04 +08:00
mlogclub
30ebfcface
feat: add SelectionCheckbox component for improved checkbox behavior in DocumentList and FAQList
2026-06-20 11:42:57 +08:00
mlogclub
77a96445c7
feat: add ComposerNotice component for improved conversation status notifications
2026-06-19 13:26:18 +08:00
mlogclub
2fa8a06166
fix: remove unnecessary border styles from sidebar and info panel in ConversationWorkbench
2026-06-19 13:16:13 +08:00
mlogclub
51c7e24b9d
feat: add plain palette option and update related components and styles
2026-06-13 17:18:46 +08:00
mlogclub
7ed6b628c1
feat: add AgentRealtimeProvider and integrate it into WorkbenchLayout and ConversationsPage
2026-06-13 12:53:39 +08:00
mlogclub
32c93322e7
feat: add tickets page and update workbench rail links to correct paths
2026-06-13 12:05:57 +08:00
mlogclub
d9a05a17ca
feat: add WorkbenchRail component and update WorkbenchLayout to include it;
2026-06-13 12:04:03 +08:00
mlogclub
d22805c4af
feat: refactor conversations page into a workbench layout and implement workspace switching
...
- Migrate ConversationsPage to use ConversationWorkbench component.
- Create WorkbenchLayout to handle authentication and layout for workbench.
- Add WorkbenchPage to render ConversationWorkbench.
- Implement WorkspaceSwitcher for switching between dashboard and workbench.
- Update AuthProvider to manage authentication for both dashboard and workbench routes.
- Enhance WorkbenchHeader with user menu and workspace switcher.
- Add tests for workspace switcher and auth provider functionality.
- Update translations for workspace labels in English and Chinese.
- Exclude e2e tests from TypeScript compilation.
2026-06-13 11:49:03 +08:00
mlogclub
62d3ca64bb
Restructure docs navigation for channel and widget guides
2026-06-09 19:50:41 +08:00
mlogclub
8106b25223
feat: implement directory move functionality and add localization for move actions
2026-06-07 22:25:27 +08:00
mlogclub
409d04854d
feat: implement drag-and-drop sorting for knowledge directories and add localization for sort actions
2026-06-07 22:25:02 +08:00
mlogclub
994bec1b3f
feat: implement sidebar resizing functionality and update localization for resize action
2026-06-07 21:56:20 +08:00
mlogclub
3439d20537
feat(i18n): Enhance internationalization support for tool specifications and notifications
...
- Added TitleKey and DescriptionKey fields to ToolSpec for dynamic localization.
- Updated tool specifications to use i18nx for titles, descriptions, and appendices.
- Refactored notification messages to utilize i18nx for localization in conversation and ticket assignment events.
- Improved localization in the debug dialog component for skill definitions.
- Added new translation keys in English and Chinese for ticket and conversation assignment notifications.
- Ensured that fallback messages are properly localized based on user locale.
2026-06-03 09:36:33 +08:00
mlogclub
dca045f866
feat: enhance KnowledgeContentDetailDialog with fullscreen options and layout improvements
2026-06-02 19:58:32 +08:00
mlogclub
4706e0666b
feat: add click handling for detail dialog in DocumentList and FAQList components
2026-06-02 19:57:09 +08:00
mlogclub
ffd2227e5e
feat: add detail view functionality for documents and FAQs with localization support
2026-06-02 19:55:26 +08:00
mlogclub
9c7bf29b41
feat: improve layout of DashboardKnowledgeDocumentsPage for better responsiveness
2026-06-02 19:50:20 +08:00
mlogclub
05f4e378fe
feat: enhance ScrollArea styling in KnowledgeDirectoryPanel for better layout control
2026-06-02 16:30:45 +08:00
mlogclub
923a3be815
feat: add focus handling for directory name input in KnowledgeDirectoryPanel
2026-06-02 16:29:07 +08:00
mlogclub
a38d9f097a
feat: add resize functionality to KnowledgeDirectoryPanel with localization support
2026-06-02 16:26:43 +08:00
mlogclub
87fb688ade
feat: enhance DirectoryNode interaction with improved click handling and context menu support
2026-06-02 16:24:12 +08:00
mlogclub
3162faca56
feat: update layout of RetrieveLogList for improved spacing and readability
2026-06-02 16:23:10 +08:00
mlogclub
ae62f7ecce
feat: add move functionality to DocumentList and FAQList for improved document management
2026-06-02 16:21:05 +08:00
mlogclub
44ec2921d4
feat: add context menu support to DocumentList, FAQList, and KnowledgeBaseList for improved user interaction
2026-06-02 16:19:11 +08:00
mlogclub
5b8bb388db
feat: add context menu functionality to DirectoryNode for enhanced user interaction
2026-06-02 16:17:20 +08:00
mlogclub
842f827c86
feat: implement batch move and delete functionality for documents and FAQs
2026-06-02 16:13:08 +08:00