Commit Graph

  • 2447efab33 feat: record ticket assignment progress mlogclub 2026-05-03 12:53:11 +08:00
  • f2a7eb3295 refactor(ticket): simplify ticket number generation and remove SQLite lock mlogclub 2026-05-03 12:44:44 +08:00
  • dba175b0fa feat(ticket): add customer linking functionality to tickets mlogclub 2026-05-03 12:40:16 +08:00
  • ac0f25f10c refactor(ticket): rename TicketNoService to TicketNoSequenceService and update references mlogclub 2026-05-03 12:20:44 +08:00
  • d75f9f05a7 fix(ticket): update font size for various text elements in TicketDetailDialog mlogclub 2026-05-03 12:15:06 +08:00
  • 2f33783f7e fix(ticket): change description wrapper from div to span in TicketDetailDialog mlogclub 2026-05-03 12:12:54 +08:00
  • d181ff4947 fix(ticket): remove batch assign and restructure detail dialog mlogclub 2026-05-02 21:22:36 +08:00
  • d1845f9ed4 Merge pull request #12 from huabeitech/feature/kefu-chat-window-controls Bob 2026-05-06 17:39:39 +08:00
  • 5344d7ba89 Merge pull request #13 from huabeitech/fix/kefu-chat-hydration Bob 2026-05-06 17:39:07 +08:00
  • c1f4f74244 fix(kefu): avoid chat control hydration mismatch mlogclub 2026-05-06 17:37:57 +08:00
  • cf1c081aee feat(kefu): adapt chat controls by launch mode mlogclub 2026-05-06 09:36:15 +08:00
  • bdf9bd64f6 Merge pull request #11 from huabeitech/feature/kefu-chat-window-controls Bob 2026-05-06 09:39:28 +08:00
  • 02686fe1e8 feat(kefu): adapt chat controls by launch mode mlogclub 2026-05-06 09:36:15 +08:00
  • fdf67a7234 Merge pull request #10 from huabeitech/feature/lightweight-ticket-redesign Bob 2026-05-02 21:13:39 +08:00
  • d10c6cee67 fix(ticket): align progress routes mlogclub 2026-05-02 21:05:11 +08:00
  • 6d75ea9988 fix(ticket): close final integration gaps mlogclub 2026-05-02 21:00:00 +08:00
  • d9130d6d56 fix(ticket): remove obsolete ticket permissions mlogclub 2026-05-02 20:48:44 +08:00
  • 3eea8f29b7 fix(ticket): ignore stale assign completions mlogclub 2026-05-02 20:36:34 +08:00
  • 1c65bec11b fix(ticket): invalidate reopened detail actions mlogclub 2026-05-02 20:32:42 +08:00
  • 567d9cb8e7 fix(ticket): reset detail dialog action state mlogclub 2026-05-02 20:29:25 +08:00
  • 033c9e2647 fix(ticket): ignore stale mutation completions mlogclub 2026-05-02 20:26:35 +08:00
  • 872f28fd3f fix(ticket): complete stale request guards mlogclub 2026-05-02 20:23:32 +08:00
  • 8102f89308 fix(ticket): guard stale responses and stale hours mlogclub 2026-05-02 20:20:30 +08:00
  • 8a8b92a307 refactor(ticket): delete unused status dialog mlogclub 2026-05-02 20:15:25 +08:00
  • f53a581f5e fix(ticket): restore create and tag editing flows mlogclub 2026-05-02 20:12:01 +08:00
  • 7f867e1699 refactor(ticket): remove obsolete ai ticket fields mlogclub 2026-05-02 20:09:12 +08:00
  • 3130d4f14d fix(ticket): filter stale ticket list mlogclub 2026-05-02 20:05:35 +08:00
  • 43c245e37e feat(ticket): rebuild lightweight ticket workspace mlogclub 2026-05-02 20:01:31 +08:00
  • 5ccee6f714 fix(ticket): align lightweight frontend API mlogclub 2026-05-02 19:53:18 +08:00
  • a691c8d716 fix(ticket): regenerate lightweight ticket enums mlogclub 2026-05-02 19:45:01 +08:00
  • 08fa232fe3 refactor(ticket): simplify frontend ticket API and components mlogclub 2026-05-02 19:40:42 +08:00
  • 0fed6dc144 fix(ticket): close ticket number concurrency gap mlogclub 2026-05-02 19:29:04 +08:00
  • fa9d431cbe fix(ticket): harden lightweight backend core mlogclub 2026-05-02 19:19:18 +08:00
  • a06ce7074e fix(ticket): close backend core review gaps mlogclub 2026-05-02 18:57:40 +08:00
  • fce0b5709d refactor(ticket): contract backend ticket core mlogclub 2026-05-02 18:49:10 +08:00
  • b687804363 docs: update lightweight ticket implementation plan mlogclub 2026-05-02 18:27:24 +08:00
  • cebfb31d92 docs: update lightweight ticket redesign spec mlogclub 2026-05-02 18:17:11 +08:00
  • 0609ad758c fix: remove redundant human support suggestion in fallback reply mlogclub 2026-05-02 15:37:04 +08:00
  • a8f032d332 fix: bypass answerability gate for runtime actions mlogclub 2026-05-02 15:04:17 +08:00
  • b85e1a2557 docs: update rag answerability flow mlogclub 2026-05-02 14:57:49 +08:00
  • 3eff8b5c3a fix: simplify fallback reply handling in knowledge guard mlogclub 2026-05-02 14:51:39 +08:00
  • 2737f660f7 fix: close answerability gate review gaps mlogclub 2026-05-02 14:40:16 +08:00
  • 8f968fe3ca feat: wire answerability gate into ai runtime mlogclub 2026-05-02 14:21:49 +08:00
  • 0230e05dce fix: harden rag answerability gate mlogclub 2026-05-02 14:14:31 +08:00
  • 9e30167eaf feat: implement rag answerability gate graph mlogclub 2026-05-02 14:06:23 +08:00
  • 269042b9d4 feat: add rag answerability gate types mlogclub 2026-05-02 13:56:01 +08:00
  • 28913ad440 feat: add answerability runtime trace fields mlogclub 2026-05-02 13:51:26 +08:00
  • 866663f0dc docs: update rag answerability implementation plan mlogclub 2026-05-02 13:48:35 +08:00
  • 00f4ee4914 docs: update rag answerability graph spec mlogclub 2026-05-02 13:40:51 +08:00
  • a959477617 fix(knowledge-guard): enhance fallback logic for knowledge retrieval and add tests mlogclub 2026-05-02 13:38:44 +08:00
  • 6a579e50ed fix(conversation): update dependency on conversation ID for effect hooks mlogclub 2026-05-02 13:16:42 +08:00
  • 8602072e66 fix(tickets): update ticket detail links to include dashboard path mlogclub 2026-05-02 12:50:32 +08:00
  • c73b38d784 chore(docs): update subproject commit reference mlogclub 2026-05-02 12:43:54 +08:00
  • f044dd254d Merge pull request #9 from huabeitech/feature/chat-welcome-message Bob 2026-05-02 12:40:37 +08:00
  • 1f36717d17 feat(conversation): send welcome message on new chat mlogclub 2026-05-02 12:30:27 +08:00
  • 2555a41a48 docs: update chat welcome message spec mlogclub 2026-05-02 11:56:26 +08:00
  • e44b806559 Merge pull request #8 from huabeitech/feature/conversation-schedule-handoff Bob 2026-05-02 11:43:35 +08:00
  • 84a0dba286 fix(customer): sync conversation name callback mlogclub 2026-05-02 11:36:32 +08:00
  • 853522404b feat(web): show conversation value group mlogclub 2026-05-02 11:34:58 +08:00
  • 0e0747bfc4 feat(conversation): expose current team in responses mlogclub 2026-05-02 11:34:32 +08:00
  • 11998799c9 feat(conversation): support team-pool dispatch fallback mlogclub 2026-05-02 11:33:58 +08:00
  • 24802b23ce feat(conversation): add schedule-aware handoff decisions mlogclub 2026-05-02 11:32:39 +08:00
  • f004a00da3 docs: update handoff design pointer mlogclub 2026-05-02 11:05:41 +08:00
  • c19a22f786 merge: admin auth redesign mlogclub 2026-04-30 18:35:42 +08:00
  • 8fe2fca931 docs: update wxwork token flow pointer mlogclub 2026-04-30 18:23:01 +08:00
  • 56d57f10c5 fix(auth): keep lockout window stable mlogclub 2026-04-30 18:20:36 +08:00
  • 3d4d5e116e test(auth): avoid closing shared service test db mlogclub 2026-04-30 18:12:46 +08:00
  • 880148d679 fix(web): sync auth expiry state mlogclub 2026-04-30 18:10:01 +08:00
  • d300e0f00e refactor(web): remove admin token refresh flow mlogclub 2026-04-30 18:06:46 +08:00
  • 34e27dffca fix(auth): align lockout check ordering mlogclub 2026-04-30 17:57:28 +08:00
  • 9d74df5b37 fix(auth): align session validation and lockout semantics mlogclub 2026-04-30 17:48:58 +08:00
  • fbafb13a8a refactor(auth): simplify admin session token flow mlogclub 2026-04-30 17:42:24 +08:00
  • e763a75f78 docs: update auth implementation plan pointer mlogclub 2026-04-30 17:29:12 +08:00
  • 1da201d9a0 docs: update auth redesign spec pointer mlogclub 2026-04-30 17:05:36 +08:00
  • 8be2d06283 fix(knowledge): paginate document list without content mlogclub 2026-04-30 13:43:22 +08:00
  • 3245c7f73b chore: update docs submodule for v1.3.0 mlogclub 2026-04-30 10:17:48 +08:00
  • 4d6e9a01c8 fix: correct schedule refresh loading state mlogclub 2026-04-30 10:16:43 +08:00
  • 6d97721a3f Merge pull request #6 from huabeitech/feature/agent-team-schedule-batch Bob 2026-04-30 09:48:45 +08:00
  • c9d1ae13f4 refactor: move batch schedule response mapping to builder mlogclub 2026-04-29 20:33:30 +08:00
  • dedb4e64b1 feat: integrate batch schedule dialog mlogclub 2026-04-29 20:16:17 +08:00
  • cc3e80a3cc feat: add batch schedule dialog mlogclub 2026-04-29 20:01:28 +08:00
  • 44d59189a2 feat: add batch schedule frontend api mlogclub 2026-04-29 19:54:59 +08:00
  • a2ba3784fb feat: expose batch schedule endpoints mlogclub 2026-04-29 19:48:19 +08:00
  • c7e6c8a0db feat: implement batch schedule service mlogclub 2026-04-29 19:32:39 +08:00
  • 60119355d7 test: cover batch schedule service rules mlogclub 2026-04-29 19:15:57 +08:00
  • 630f25df95 feat: add batch schedule dto and repository methods mlogclub 2026-04-29 19:03:58 +08:00
  • 18c1888990 docs: update batch schedule implementation plan mlogclub 2026-04-29 15:52:13 +08:00
  • b5725751f6 docs: update agent team schedule batch spec mlogclub 2026-04-29 15:33:50 +08:00
  • 6331ce32c4 feat(schedule): remove sourceType from schedule models and payloads mlogclub 2026-04-29 15:09:35 +08:00
  • e56fe82b3a feat(calendar): add isSameLocalDay function and integrate it into calendar components mlogclub 2026-04-29 14:54:19 +08:00
  • 9d9687ec5a feat(calendar): add week view support and refactor calendar date range utilities mlogclub 2026-04-29 14:44:07 +08:00
  • 2589c1da13 feat(schedule): add validation to prevent cross-day and historical schedule entries mlogclub 2026-04-29 14:16:26 +08:00
  • 2872f93d67 feat(calendar): implement day time layout for schedule visualization mlogclub 2026-04-29 14:02:31 +08:00
  • 27f6520457 feat(calendar): enhance drag-and-drop interaction with preview functionality mlogclub 2026-04-29 10:54:18 +08:00
  • b04f14b8cf fix(layout): improve layout responsiveness and overflow handling mlogclub 2026-04-29 10:40:09 +08:00
  • 944221a76c feat(calendar): refactor to support month view and improve scheduling logic mlogclub 2026-04-29 10:30:27 +08:00
  • 8646b002c1 feat: add calendar scheduling feature for agent teams mlogclub 2026-04-29 09:23:54 +08:00
  • ce8a8d5bcc docs: update schedule calendar spec pointer mlogclub 2026-04-28 23:29:39 +08:00
  • be23e13400 fix(.gitignore): add .superpowers to ignore list mlogclub 2026-04-28 23:27:30 +08:00
  • 9e88ecd8eb fix(nav-user): move change password menu item to a new position in the dropdown mlogclub 2026-04-28 23:13:57 +08:00