Commit Graph

166 Commits

Author SHA1 Message Date
mlogclub ebd07e6068 docs(git-commit): enhance descriptions and workflow clarity for submodule handling 2026-04-16 23:34:46 +08:00
mlogclub 137a6fd94a chore: update docs submodule for v1.0.0 2026-04-16 23:33:25 +08:00
mlogclub 6c088bf30c feat(skills): add release-version workflow
Add the release-version skill with changelog guidance, agent metadata, and a helper script for collecting release context. Also tighten the git-commit skill so changed submodule pointers must be verified on submodule remotes before the parent repository is committed.
2026-04-16 23:29:42 +08:00
mlogclub e0fe755f95 feat(codex): add git-commit skill 2026-04-16 23:12:24 +08:00
mlogclub 5854517e36 docs: sync ticket design docs references
- fix AGENTS.md links to moved design spec documents\n- update docs submodule to include ticket system and workbench redesign docs
2026-04-16 23:01:48 +08:00
mlogclub 1985eca10e refactor: add help target to Makefile for improved usability 2026-04-16 21:21:54 +08:00
mlogclub ae7300a984 refactor: remove test and tidy commands from Makefile 2026-04-16 18:19:53 +08:00
mlogclub 3f569130ab refactor: update Makefile to include widget run command and install dependencies for dashboard and widget 2026-04-16 18:19:16 +08:00
mlogclub 423bb1616d chore: update subproject commit reference in docs 2026-04-16 10:42:42 +08:00
mlogclub 1ca7493f31 refactor: update productionBasePath to empty string and adjust static resource handling for dashboard 2026-04-15 18:18:06 +08:00
mlogclub 3209e40a98 refactor: update static resource registration to use dashboard path instead of web 2026-04-15 17:32:42 +08:00
mlogclub 50edbb4da6 refactor: standardize basePath and assetPrefix in next.config.ts for dashboard and widget 2026-04-15 17:31:05 +08:00
mlogclub 199846cfdb refactor: update Makefile to replace web references with dashboard for consistency 2026-04-15 17:27:06 +08:00
mlogclub c07e588030 update web to dashboard 2026-04-15 17:20:57 +08:00
mlogclub 3d98cf1e27 feat: add user management features including user creation, editing, and password reset dialogs
- Implemented CreateUserDrawer for adding new users with validation.
- Added EditDrawer for editing existing user details.
- Created InitialPasswordDialog to display generated passwords after user creation.
- Developed ResetPasswordDialogs for resetting user passwords with copy functionality.
- Enhanced user listing page with filtering, pagination, and role assignment capabilities.
- Updated company picker import path to reflect new directory structure.
2026-04-15 17:19:36 +08:00
mlogclub 4d8856b9a5 chore: update submodule to latest commit for documentation 2026-04-15 17:13:08 +08:00
mlogclub 62416baabc Refactor API endpoints to use /api/dashboard instead of /api/console
- Updated all relevant API functions in agent.ts, company.ts, customer-contact.ts, customer.ts, dashboard.ts, ticket-config.ts, and ticket.ts to point to the new /api/dashboard paths.
- Ensured that all request methods and payload structures remain unchanged to maintain existing functionality.
2026-04-15 17:12:30 +08:00
mlogclub 734c83fd58 feat: expand core business processes in README with detailed flowcharts for session handling, human handoff, ticketing, knowledge base, and AI reply runtime 2026-04-15 17:04:12 +08:00
mlogclub fe3786aca9 feat: update AI Agent workflow diagram for improved clarity and detail 2026-04-15 16:53:42 +08:00
mlogclub 3742140ecc feat: add JsonTreeViewer component and refactor AgentRunLogDetailDialog to use it for JSON display 2026-04-15 16:48:15 +08:00
mlogclub 3749c533fb Refactor code structure for improved readability and maintainability 2026-04-15 15:24:58 +08:00
mlogclub d81e722a19 feat: clear fallback message in buildForm function for improved user experience 2026-04-15 15:23:50 +08:00
mlogclub 76c00084f0 Merge branch 'codex/knowledge-runtime-guard' 2026-04-15 14:57:30 +08:00
mlogclub ef73cf7e61 fix: guard runtime answers with knowledge retrieval 2026-04-15 14:57:14 +08:00
mlogclub 1ad788b3ed feat: add missing import for response DTO in agent run log controller and service 2026-04-15 13:51:37 +08:00
mlogclub 76b846f913 feat: remove unused AgentRunGraphSummary type and related logic from services and UI 2026-04-14 23:36:44 +08:00
mlogclub e6df473664 feat: refactor log detail display into MetaStrip component for improved readability 2026-04-14 23:31:58 +08:00
mlogclub 1ccdd182b4 feat: implement agent run log detail dialog and refactor log detail handling 2026-04-14 23:30:58 +08:00
mlogclub 7ab8d4fac6 feat: enhance user message display with HTML rendering and preview functionality 2026-04-14 23:26:20 +08:00
mlogclub 12fd382abb feat: add customer online status to conversation response and update UI accordingly 2026-04-14 20:28:48 +08:00
mlogclub 2d5f229828 feat: add realtime connection status handling and display in conversations page 2026-04-14 20:19:16 +08:00
mlogclub 0f3d110018 feat: implement websocket URL creation and enhance websocket connection logging 2026-04-14 19:59:49 +08:00
mlogclub 2222256f5a feat: update styling for pending conversation messages to center content 2026-04-14 19:48:21 +08:00
mlogclub 3ff940c6f3 feat: simplify styling for closed and pending conversation messages 2026-04-14 19:41:23 +08:00
mlogclub 3cdd31786a feat: enhance event consumption logic and add success reply handling 2026-04-14 19:05:05 +08:00
mlogclub 1f894ef7f0 feat: update MessageItem component styles for improved readability 2026-04-14 18:54:18 +08:00
mlogclub c159bbd373 feat: update styling for MessageEditor and ChatShell components 2026-04-14 18:51:20 +08:00
mlogclub fcecf77640 feat: enhance SkillRow component layout and improve description display 2026-04-14 18:37:58 +08:00
mlogclub c13d2a9468 feat: refine ticket handling rules and response examples in buildSeedItems function 2026-04-14 18:30:05 +08:00
mlogclub 1766eadcf1 feat: implement buildResumeTargets function and update resume handling logic 2026-04-14 18:27:45 +08:00
mlogclub e4cec52661 feat: remove priority field from SkillDefinition and related services 2026-04-14 17:50:33 +08:00
mlogclub d32e65bf68 chore: update subproject commit reference in documentation 2026-04-14 17:45:02 +08:00
mlogclub ccdb04e9aa feat: remove priority field from skill definition and related services 2026-04-14 17:44:06 +08:00
mlogclub 2369a5a9a1 feat: update default skill to AfterSalesEscalation and adjust related service logic 2026-04-14 17:43:58 +08:00
mlogclub f8a3c03213 feat: improve layout and styling of EditDialog with enhanced field organization 2026-04-14 17:28:35 +08:00
mlogclub 5b6a654b90 feat: enhance EditDialog with service strategy and dialogue configuration sections 2026-04-14 16:53:37 +08:00
mlogclub d30cf5f234 feat: integrate MarkdownIt for rendering messages and update styles in message components 2026-04-14 15:11:00 +08:00
mlogclub aa7f94e08f feat: add support for Graph Tools in AIAgent model and related services 2026-04-14 15:10:50 +08:00
mlogclub 8d560bb6bd feat: introduce ToolSourceType enum and refactor related code to use it 2026-04-14 15:05:38 +08:00
mlogclub 0ea493e536 feat: add test to ensure BuildMCPTools skips graph and builtin tools 2026-04-14 14:59:44 +08:00