Commit Graph

925 Commits

Author SHA1 Message Date
t 6845c728f8 refactor: align module naming with ai-agent 2026-08-21 00:57:23 +08:00
t 2bbf42b741 refactor(auth): delegate access control to be-system
Remove Agent Desk users, roles, login sessions, tokens, and local permission persistence. Expose the backend as an embeddable ai-agent module with host-provided subject lookup and operation authorization callbacks, and complete the frontend/backend repository split.
2026-08-21 00:41:07 +08:00
t 3d47227fbd refactor: split backend into standalone server project
Remove embedded frontend and workflow editor assets, add standalone API deployment configuration, and retain the current backend service updates.
2026-08-20 21:46:55 +08:00
mlogclub 954a3fe8d9 feat: add sync permissions functionality and UI integration 2026-08-19 15:35:28 +08:00
mlogclub 3b5868689c fix(workflow): harden publishing and editor testing
Require high-risk actions to reference human confirmation outputs, filter deleted workflows from dashboard lists, and keep template metadata synchronized. Add safe browser-side debug execution for business nodes without triggering real side effects.
2026-08-17 23:15:32 +08:00
mlogclub ad971370cf feat: implement business node specifications and enhance workflow editor with node specs support 2026-08-16 21:27:45 +08:00
mlogclub 16a0d6f5bd chore: update docs submodule and replace logo image for consistency 2026-08-16 18:12:05 +08:00
mlogclub f4ff1c5839 feat: add SupportHelpCenter component and logo image for enhanced support page 2026-08-09 19:29:07 +08:00
mlogclub acae165302 fix: update buildFlags and environment variables in launch.json for improved Go server configuration 2026-08-02 19:29:54 +08:00
mlogclub 1d6c0e37db feat: add WeCom outbox management features including retry and ignore actions, permissions, and UI integration 2026-08-02 14:03:23 +08:00
mlogclub c69b30a659 chore: update docs submodule for v1.6.3 2026-07-30 21:47:43 +08:00
mlogclub 5e7132db9d fix: correct order of include and lib entries in .gitignore for clarity 2026-07-30 15:07:56 +08:00
mlogclub 7b2594e25d fix: update borderRadius styles for chat iframe to enhance visual consistency 2026-07-30 14:38:56 +08:00
mlogclub 558cba9fcb fix: update WindowActionButton styling for improved consistency and adjust header layout in SupportChatShell 2026-07-30 14:32:55 +08:00
mlogclub 44b45970f7 fix: update styling for WindowActionButton and header in SupportChatShell for improved consistency and readability 2026-07-30 14:32:21 +08:00
mlogclub 6ec05cb0fa chore: update docs submodule for v1.6.2 2026-07-29 19:18:28 +08:00
mlogclub 11a8795459 fix: update MessageItem styles for consistent theming and improved readability 2026-07-29 19:13:53 +08:00
mlogclub b7589ce5da fix: adjust MessageAvatar styling for improved layout in ConversationMessageRow 2026-07-29 17:12:14 +08:00
mlogclub fa123a9c41 转人工流程问题修复 2026-07-29 17:02:40 +08:00
mlogclub c66ab1050e feat: enhance agent loop tool handling and add tests for direct capability aliases 2026-07-29 11:36:14 +08:00
mlogclub f00dc646ac feat: implement ConversationMessageBubble component and refactor message display in ChatPanel 2026-07-29 10:30:50 +08:00
mlogclub 74b4317578 feat: refactor chat panel and message components for improved scrolling and message display
- Replaced manual scroll handling in ChatPanel with ConversationMessageScroller for better performance and maintainability.
- Introduced ConversationMessageBubble and ConversationMessageRow components for consistent message styling.
- Updated SupportChatMessageList to utilize new message components and scrolling logic.
- Added utility components for message scroller and message display, enhancing the overall chat experience.
- Updated package dependencies to include @shadcn/react for UI components.
2026-07-29 10:09:17 +08:00
mlogclub 90f5bab456 update 2026-07-29 00:14:10 +08:00
mlogclub e54c87a660 修改知识库页面交互和布局 2026-07-29 00:12:11 +08:00
mlogclub abbb3594f5 refactor: update user table layout to include ID and swap last login with contact information 2026-07-28 23:15:21 +08:00
mlogclub 7e6b3fcfe4 refactor: replace img with next/image for optimized image handling and adjust styles 2026-07-28 23:13:22 +08:00
mlogclub cebd3c9f9a refactor: remove unnecessary class from avatar field in user edit drawer 2026-07-28 23:08:31 +08:00
mlogclub 08aff89d37 refactor: improve layout and styling of user create and edit drawers 2026-07-28 19:38:05 +08:00
mlogclub 8e7d3482a3 fix: export static pages with trailing slashes 2026-07-28 18:19:03 +08:00
mlogclub 3ecab73168 chore: update docs submodule for v1.6.0 2026-07-28 15:55:55 +08:00
mlogclub f6e02f390f refactor: enhance AIAgent seed structure and update initialization logic for improved agent handling 2026-07-28 12:30:48 +08:00
mlogclub 1ea76e39f9 refactor: enhance AgentLoopEngine with confirmed MCP reply handling and add tests for tool result summarization 2026-07-28 12:16:16 +08:00
mlogclub 07370fe9a2 refactor: enhance MCP tool management with risk policies and confirmation handling 2026-07-28 11:33:15 +08:00
mlogclub ed109047d3 refactor: implement refreshAgentPublicationState function to streamline agent publication updates 2026-07-28 10:46:17 +08:00
mlogclub 7f9ff18743 refactor: update AI agent handling to maintain active published revision and improve toast messages 2026-07-28 10:26:10 +08:00
mlogclub cca3b558a3 refactor: streamline AI agent options handling and add disabled state to combobox options 2026-07-27 23:44:38 +08:00
mlogclub 36a7511e57 refactor: remove unused Badge component from ChannelFormBody 2026-07-27 23:43:34 +08:00
mlogclub fd36b68571 refactor: enhance AI Agent publishing process to ensure form is saved before publishing 2026-07-27 23:40:58 +08:00
mlogclub b11b6084cb refactor: remove legacy workflow management button and related messaging 2026-07-27 23:31:46 +08:00
mlogclub 847f688398 Refactor AI Agent configuration and workflow handling
- Removed runtime mode handling from AIAgentConfigWorkbench and related components.
- Updated tests to reflect changes in AI Agent policy copy and configuration.
- Changed terminology from "workflow" to "revision" in various components and API responses.
- Simplified agent binding logic in channel editing.
- Cleaned up unused variables and types related to runtime modes.
- Updated localization files for consistency with new terminology.
2026-07-27 23:29:02 +08:00
mlogclub 241f274927 refactor: replace metadata dialog with inline editing for workflow name and description 2026-07-27 21:09:01 +08:00
mlogclub b2d28fdcf9 refactor: implement workflow usage and versions dialogs in the dashboard 2026-07-27 20:37:36 +08:00
mlogclub c07ae9597b refactor: add publish route to AI workflow and adjust header styling in workflow workbench 2026-07-27 19:20:14 +08:00
mlogclub a074c99053 refactor: streamline workflow save functionality and improve toast messages 2026-07-27 19:13:43 +08:00
mlogclub e072141953 新版本流程编辑器 2026-07-27 19:04:15 +08:00
mlogclub d33960961a refactor: enhance node form panel and editor tools for improved validation and rendering 2026-07-27 15:28:14 +08:00
mlogclub bd8011dab8 refactor workflow 2026-07-27 13:47:53 +08:00
mlogclub 1464008741 refactor: rename direct tools to MCP tools across the codebase for consistency 2026-07-26 22:38:38 +08:00
mlogclub 2de50a2f3a refactor: update risk levels in tool definitions and validation logic to remove sensitive level 2026-07-26 22:32:16 +08:00
mlogclub c021c5568c refactor: update MCP tool handling to treat administrator-selected tools as direct tools without confirmation 2026-07-26 12:39:34 +08:00