Commit Graph

  • 4d45d7f037 feat(wxwork): refactor truncateRunes function to be a method of wxWorkNotifyService mlogclub 2026-04-21 18:08:03 +08:00
  • beebf131c8 feat(wxwork): update toUsers field type to int64 and enhance comments for clarity mlogclub 2026-04-21 17:57:53 +08:00
  • 22e1c2e395 feat(wxwork): refactor recipient handling to use slices instead of structs mlogclub 2026-04-21 17:51:35 +08:00
  • 179c01c0e4 feat(wxwork): update default recipients to remove duplicates and include all users mlogclub 2026-04-21 17:36:33 +08:00
  • 8c31a9c444 feat(wxwork): remove unused recipient fields from wxWorkNotifyConfig mlogclub 2026-04-21 17:36:05 +08:00
  • e5c9eba497 feat(wxwork): refactor recipient handling and replace unique functions with arrs.Distinct mlogclub 2026-04-21 17:31:33 +08:00
  • 64e75dcdf6 feat(eventbus): implement conversation and ticket assignment event handlers with notifications mlogclub 2026-04-21 17:11:50 +08:00
  • 6789a8dee0 feat(eventbus): refactor handler storage to use a slice and add tests for handler order mlogclub 2026-04-21 16:42:29 +08:00
  • 6c005d5daa feat(eventbus): implement event handling for ticket and conversation assignments mlogclub 2026-04-21 16:41:12 +08:00
  • df13d5ced5 feat(eventbus): enhance event handling with error propagation and global bus management mlogclub 2026-04-21 11:50:43 +08:00
  • 964b2ed6ce event bus mlogclub 2026-04-20 22:58:54 +08:00
  • 59de41da8a update widget home page mlogclub 2026-04-20 22:31:20 +08:00
  • 146a43df28 update widget home page mlogclub 2026-04-20 22:31:06 +08:00
  • eab8002955 fix(page): update widget width to 880px and adjust placeholder text mlogclub 2026-04-19 21:07:15 +08:00
  • be49c9cd01 refactor(page): update layout styles and remove unused sections mlogclub 2026-04-19 21:04:04 +08:00
  • 818101a869 refactor(page): enhance layout and improve widget configuration interface mlogclub 2026-04-19 20:58:29 +08:00
  • a402773693 remove unused code mlogclub 2026-04-19 20:31:07 +08:00
  • 6d6a8aefa9 refactor(layout): replace Card component with Loader2Icon for loading state mlogclub 2026-04-19 20:30:41 +08:00
  • c5bef3bd4f 企微通知功能对接 mlogclub 2026-04-19 18:11:34 +08:00
  • 97c50fd326 update make script mlogclub 2026-04-19 18:10:28 +08:00
  • 60956488e0 refactor(rag): update loadDocumentByID and loadFAQByID to return pointers and simplify error handling mlogclub 2026-04-19 11:56:03 +08:00
  • 700ec2a38b refactor(runtime): remove nil checks for receiver in RuntimeTraceCollector methods refactor(factory): enforce skill middleware requirement in NewAgentHandlerService refactor(reply_interrupt): improve error handling for pending interrupts mlogclub 2026-04-19 11:40:17 +08:00
  • 3e98e9379c refactor(runtime): update function signatures to use value receivers for models mlogclub 2026-04-19 11:38:05 +08:00
  • 680793f527 refactor(runtime): streamline request handling and improve tool preparation methods mlogclub 2026-04-19 11:19:51 +08:00
  • 92712d882a feat(tool-filter): implement runtime tool filtering middleware and associated tests mlogclub 2026-04-19 10:28:18 +08:00
  • 77a5c68b01 refactor(dashboard): enhance layout and improve log display in Agent Run Logs page mlogclub 2026-04-19 10:02:38 +08:00
  • 42077c1aab Refactor skill handling and improve runtime trace capabilities mlogclub 2026-04-19 09:57:34 +08:00
  • ad83d1dfda feat(utils): add BuildRuntimeMessageText function for message formatting mlogclub 2026-04-18 22:24:30 +08:00
  • e1ffcc64a9 refactor(edit): implement tabbed interface for tool configuration in EditDialog mlogclub 2026-04-18 14:11:13 +08:00
  • 3249c8ae96 refactor(knowledge-base-edit): reorganize imports and adjust grid layout for answer mode mlogclub 2026-04-18 14:00:40 +08:00
  • c84870b968 feat: add fallback mode for AI agents and update knowledge base handling mlogclub 2026-04-18 13:36:44 +08:00
  • d9c4b669b2 refactor(content-editor): enhance mode handling and integrate allowed modes across components mlogclub 2026-04-18 13:05:39 +08:00
  • 797bee65f9 refactor: remove remark field from AIAgent and related components mlogclub 2026-04-18 13:03:59 +08:00
  • 1a657f2dfa refactor(edit): enhance EditDialog layout and improve field descriptions mlogclub 2026-04-18 13:00:08 +08:00
  • fe50149677 refactor(edit): improve field labels and enhance fallback message handling mlogclub 2026-04-18 11:29:49 +08:00
  • f7eee62721 update mlogclub 2026-04-18 11:25:57 +08:00
  • f166caa11c refactor(instruction): remove governance instruction handling and update related tests mlogclub 2026-04-18 11:25:48 +08:00
  • 9756780aec refactor(instruction): simplify NewService initialization and update import paths mlogclub 2026-04-18 11:09:05 +08:00
  • 023ec7373b refactor(instruction): remove default governance instruction and update related tests mlogclub 2026-04-18 11:05:41 +08:00
  • 9a677a6265 refactor(instruction): remove project instruction handling and related tests mlogclub 2026-04-18 10:54:36 +08:00
  • 19848d031b refactor(skills): update routeSkillWithLLM to use RuntimeContext and streamline user message handling mlogclub 2026-04-17 18:57:34 +08:00
  • 51884f1bdf refactor: change pointer receivers to value types for Conversation and UserMessage in various structs and functions mlogclub 2026-04-17 18:48:45 +08:00
  • 976b9defde Refactor AI Agent and AI Config handling across multiple files mlogclub 2026-04-17 17:57:01 +08:00
  • 3b062c327c feat(skill): refactor RuntimeContext to use AIAgent and AIConfig directly, removing contextLoader mlogclub 2026-04-17 17:37:36 +08:00
  • d5d1956964 refactor(runtime): replace RuntimeExecutor with direct use of executor.Service mlogclub 2026-04-17 17:31:28 +08:00
  • 81056a61a1 feat(skill): optimize loadCandidateSkills to use batch retrieval for skill definitions mlogclub 2026-04-17 17:27:33 +08:00
  • c396a4a5e3 feat(skill): refactor candidateLoader and update loadCandidateSkills to use getSkillByID mlogclub 2026-04-17 17:23:29 +08:00
  • a601fa707f feat(instruction): enhance default governance instruction with additional rules and tests mlogclub 2026-04-17 17:11:26 +08:00
  • 61192193b2 fix(skill): update normalizeSkillIDs to skip disabled skills instead of returning an error mlogclub 2026-04-17 16:20:58 +08:00
  • c9a763024c feat(skill): implement restore functionality for Skill Definitions mlogclub 2026-04-17 15:54:09 +08:00
  • 48564ec384 feat(content): enhance ContentChunk structure with Provider and StorageKey fields mlogclub 2026-04-17 13:40:16 +08:00
  • 0037b97f29 feat(asset): add AssetID to ContentChunk and update image handling in HTML content mlogclub 2026-04-17 13:35:00 +08:00
  • f4761d768c feat(message): enhance HTML asset normalization with error handling and validation mlogclub 2026-04-17 13:34:36 +08:00
  • 0dfa783eec feat(asset): enhance asset handling by adding storageKey and updating upload functions mlogclub 2026-04-17 12:54:26 +08:00
  • 2631689958 feat(message): enhance message normalization and asset handling in HTML content mlogclub 2026-04-17 12:50:06 +08:00
  • 9efec4d379 feat(utils): implement message rendering utilities and enhance message handling in services mlogclub 2026-04-17 12:40:47 +08:00
  • 9d76d5d505 feat(message): enhance message rendering and payload handling with signed URLs mlogclub 2026-04-17 11:53:25 +08:00
  • 2464bbe428 feat(asset): remove URL field from Asset model and related functions mlogclub 2026-04-17 11:19:13 +08:00
  • c4aeea5581 feat(storage): implement provider caching and error logging in asset builder mlogclub 2026-04-17 11:14:59 +08:00
  • 2aea800db1 chore(docs): update subproject commit reference mlogclub 2026-04-16 23:43:56 +08:00
  • ebd07e6068 docs(git-commit): enhance descriptions and workflow clarity for submodule handling mlogclub 2026-04-16 23:34:46 +08:00
  • 137a6fd94a chore: update docs submodule for v1.0.0 mlogclub 2026-04-16 23:33:25 +08:00
  • 6c088bf30c feat(skills): add release-version workflow mlogclub 2026-04-16 23:29:42 +08:00
  • e0fe755f95 feat(codex): add git-commit skill mlogclub 2026-04-16 23:12:24 +08:00
  • 5854517e36 docs: sync ticket design docs references mlogclub 2026-04-16 23:01:48 +08:00
  • 1985eca10e refactor: add help target to Makefile for improved usability mlogclub 2026-04-16 21:21:54 +08:00
  • ae7300a984 refactor: remove test and tidy commands from Makefile mlogclub 2026-04-16 18:19:53 +08:00
  • 3f569130ab refactor: update Makefile to include widget run command and install dependencies for dashboard and widget mlogclub 2026-04-16 18:19:16 +08:00
  • 423bb1616d chore: update subproject commit reference in docs mlogclub 2026-04-16 10:42:42 +08:00
  • 1ca7493f31 refactor: update productionBasePath to empty string and adjust static resource handling for dashboard mlogclub 2026-04-15 18:18:06 +08:00
  • 3209e40a98 refactor: update static resource registration to use dashboard path instead of web mlogclub 2026-04-15 17:32:42 +08:00
  • 50edbb4da6 refactor: standardize basePath and assetPrefix in next.config.ts for dashboard and widget mlogclub 2026-04-15 17:31:05 +08:00
  • 199846cfdb refactor: update Makefile to replace web references with dashboard for consistency mlogclub 2026-04-15 17:27:06 +08:00
  • c07e588030 update web to dashboard mlogclub 2026-04-15 17:20:57 +08:00
  • 3d98cf1e27 feat: add user management features including user creation, editing, and password reset dialogs mlogclub 2026-04-15 17:19:36 +08:00
  • 4d8856b9a5 chore: update submodule to latest commit for documentation mlogclub 2026-04-15 17:13:08 +08:00
  • 62416baabc Refactor API endpoints to use /api/dashboard instead of /api/console mlogclub 2026-04-15 17:12:30 +08:00
  • 734c83fd58 feat: expand core business processes in README with detailed flowcharts for session handling, human handoff, ticketing, knowledge base, and AI reply runtime mlogclub 2026-04-15 17:04:12 +08:00
  • fe3786aca9 feat: update AI Agent workflow diagram for improved clarity and detail mlogclub 2026-04-15 16:53:42 +08:00
  • 3742140ecc feat: add JsonTreeViewer component and refactor AgentRunLogDetailDialog to use it for JSON display mlogclub 2026-04-15 16:48:15 +08:00
  • 3749c533fb Refactor code structure for improved readability and maintainability mlogclub 2026-04-15 15:24:58 +08:00
  • d81e722a19 feat: clear fallback message in buildForm function for improved user experience mlogclub 2026-04-15 15:23:50 +08:00
  • 76c00084f0 Merge branch 'codex/knowledge-runtime-guard' mlogclub 2026-04-15 14:57:30 +08:00
  • ef73cf7e61 fix: guard runtime answers with knowledge retrieval mlogclub 2026-04-15 14:57:14 +08:00
  • 1ad788b3ed feat: add missing import for response DTO in agent run log controller and service mlogclub 2026-04-15 13:51:37 +08:00
  • 76b846f913 feat: remove unused AgentRunGraphSummary type and related logic from services and UI mlogclub 2026-04-14 23:36:44 +08:00
  • e6df473664 feat: refactor log detail display into MetaStrip component for improved readability mlogclub 2026-04-14 23:31:58 +08:00
  • 1ccdd182b4 feat: implement agent run log detail dialog and refactor log detail handling mlogclub 2026-04-14 23:30:58 +08:00
  • 7ab8d4fac6 feat: enhance user message display with HTML rendering and preview functionality mlogclub 2026-04-14 23:26:20 +08:00
  • 12fd382abb feat: add customer online status to conversation response and update UI accordingly mlogclub 2026-04-14 20:28:48 +08:00
  • 2d5f229828 feat: add realtime connection status handling and display in conversations page mlogclub 2026-04-14 20:19:16 +08:00
  • 0f3d110018 feat: implement websocket URL creation and enhance websocket connection logging mlogclub 2026-04-14 19:59:49 +08:00
  • 2222256f5a feat: update styling for pending conversation messages to center content mlogclub 2026-04-14 19:48:21 +08:00
  • 3ff940c6f3 feat: simplify styling for closed and pending conversation messages mlogclub 2026-04-14 19:41:23 +08:00
  • 3cdd31786a feat: enhance event consumption logic and add success reply handling mlogclub 2026-04-14 19:05:05 +08:00
  • 1f894ef7f0 feat: update MessageItem component styles for improved readability mlogclub 2026-04-14 18:54:18 +08:00
  • c159bbd373 feat: update styling for MessageEditor and ChatShell components mlogclub 2026-04-14 18:51:20 +08:00
  • fcecf77640 feat: enhance SkillRow component layout and improve description display mlogclub 2026-04-14 18:37:58 +08:00
  • c13d2a9468 feat: refine ticket handling rules and response examples in buildSeedItems function mlogclub 2026-04-14 18:30:05 +08:00
  • 1766eadcf1 feat: implement buildResumeTargets function and update resume handling logic mlogclub 2026-04-14 18:27:45 +08:00