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
df7b199c18
feat: bind AI agents to workflow versions
2026-06-22 00:14:36 +08:00
mlogclub
3267a4ce5c
feat: add AI workflow dashboard APIs
2026-06-22 00:13:00 +08:00
mlogclub
0127455be5
feat: add AI workflow service foundation
2026-06-22 00:11:26 +08:00
mlogclub
fa99c5bed9
feat: add AI workflow DSL validator
2026-06-22 00:08:31 +08:00
mlogclub
a8a622dd68
docs: update workflow implementation plan
2026-06-22 00:07:00 +08:00
mlogclub
2efcd43b23
docs: update workflow design spec
2026-06-22 00:03:15 +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
c125a91cbb
refactor: remove unused imports and simplify DashboardPage component
2026-06-21 11:10:19 +08:00
mlogclub
884510c645
style: update color palette for 'plain' option in palette toggle
2026-06-21 11:06:21 +08:00
mlogclub
a312466ba1
refactor: update sidebar workspace switcher trigger styles for consistency
2026-06-21 10:39:02 +08:00
mlogclub
8950e58ddb
feat: enhance workspace switcher with centered logo and collapsible switch indicator
2026-06-21 10:36:49 +08:00
mlogclub
94c9292988
feat: add locale, palette, and theme controls to site header
2026-06-21 10:32:44 +08:00
mlogclub
991243625d
refactor: simplify hover menu logic and update related tests for workspace switcher
2026-06-21 10:29:54 +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
0b9fbbbb88
fix: update terminology for direct tools in English and Chinese localization files
2026-06-21 09:50:08 +08:00
mlogclub
dc2ad27483
refactor: optimize handleTeamsChange function with useCallback for better performance
2026-06-20 21:00:22 +08:00
mlogclub
84c0fd9949
fix: update terminology for agents in English and Chinese localization files
2026-06-20 20:58:55 +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
39c648f3c1
fix: improve type definitions and formatting in MarkdownEditor component
2026-06-20 20:25:31 +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
832007e841
fix: update scrollbar styles for consistency and improved appearance
2026-06-19 13:25:20 +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
0145871d8b
docs: update changelog for v1.5.2
2026-06-15 22:18:04 +08:00
mlogclub
51c7e24b9d
feat: add plain palette option and update related components and styles
2026-06-13 17:18:46 +08:00
mlogclub
35582d7a9a
chore: update dependencies in go.mod and go.sum for compatibility and improvements
2026-06-13 17:18:18 +08:00
mlogclub
7ed6b628c1
feat: add AgentRealtimeProvider and integrate it into WorkbenchLayout and ConversationsPage
2026-06-13 12:53:39 +08:00
mlogclub
878d4bb811
feat: implement hover functionality for workspace switcher in WorkspaceSwitcher component
2026-06-13 12:43:28 +08:00
mlogclub
2f57c1bc01
feat: update icons in WorkbenchRail component for conversations and tickets
2026-06-13 12:41:29 +08:00
mlogclub
ef959295fc
feat: enhance workspace switcher and rail with tooltips and layout adjustments
2026-06-13 12:25:57 +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
a8755811b5
fix: update backendBaseUrl in next.config.ts to prioritize NEXT_API_BASE_URL
2026-06-13 10:46:20 +08:00
mlogclub
daf1a176c1
feat: update configuration loading to use viper and add environment variable overrides
2026-06-13 10:40:09 +08:00
mlogclub
0b64864aeb
fix: add missing buildFlags to server configuration in launch.json
2026-06-13 10:29:40 +08:00
mlogclub
3c42124eaa
feat: enhance LoginForm with error handling and loading states for auth options
2026-06-13 10:25:53 +08:00
mlogclub
6b3cda9874
fix: handle null authOptions in LoginForm and update state initialization
2026-06-13 10:19:28 +08:00
mlogclub
0b78104978
feat: add loading state to AppI18nProvider for locale readiness
2026-06-13 10:18:19 +08:00
mlogclub
164953d56d
feat: add health check endpoint and update Makefile for health URL
2026-06-13 09:59:21 +08:00
mlogclub
b8a7dd022c
chore: update docs submodule to latest commit
2026-06-13 09:47:29 +08:00
mlogclub
62d3ca64bb
Restructure docs navigation for channel and widget guides
2026-06-09 19:50:41 +08:00
mlogclub
a6ae0fbd3d
chore: update docs submodule for v1.5.1
2026-06-08 14:56:55 +08:00