Commit Graph

79 Commits

Author SHA1 Message Date
Codex 37f48d4655 feat: enforce read-only wechat archive ingestion 2026-06-13 06:22:04 +00:00
Codex c818d0cd44 feat: wire wechat archive through langbot and n8n 2026-06-13 04:32:52 +00:00
Codex b41847853a fix: restore node resource status sync 2026-06-12 14:18:55 +00:00
Codex 9710a1a6f6 docs: prefer stdin AgentRun queue handoff 2026-06-10 05:32:59 +00:00
Codex 987f41d258 feat: freeze legacy code queue entry 2026-06-09 01:14:23 +00:00
Codex 0c28961f9a feat: add scoped ssh client passthrough 2026-06-02 07:39:21 +00:00
Codex 4a03052747 fix: stream runner tran ssh output 2026-05-25 11:41:56 +00:00
Codex a980d09b19 decision-center: add stable testIds to empty states and fix ambiguous doc list item testid 2026-05-21 13:54:19 +00:00
Codex 7b9aa4261c feat(frontend): add HWLAB external entry 2026-05-21 12:19:38 +00:00
Codex 8b8b74e953 fix: route deepseek through opencode 2026-05-21 10:30:17 +00:00
Codex f1e5f21caf fix: parse decision center document metadata 2026-05-21 07:32:36 +00:00
Codex 2fcdc26ce4 feat(decision-center): add文书工作台 three-panel workspace (issue #51)
- Add DocTypeTree left panel with type grouping (DCSN|GOAL|PLAN|...) and tag grouping
- Add DocWorkspace with three-column layout: tree (260px) | list | detail (~50%)
- Add DocDetailSidebar with read/edit mode toggle, full markdown display
- Add DocDetailHeader with doc-no, title, type, priority, status, evidence links
- Add DocEditor for editing title, type, level, status, tags, body
- Extract doc-no from title prefix (e.g. DCSN-2025-001) and doc-no:* tag
- Support collapsible left/right panels for narrow screens
- Add decision-center-workspace-contract-test.ts for doc-no extraction,
  tree grouping, selection, detail display, edit sync
- Add .doc-workspace, .doc-sidebar, .doc-type-tree, .doc-tree-* CSS
2026-05-21 07:12:40 +00:00
Codex 8479258fea fix: tighten decision center query paths 2026-05-21 06:18:05 +00:00
Codex 73c03e60c8 feat: productize decision center workspace 2026-05-20 08:10:05 +00:00
Codex d7c043ad5c fix: clarify live split brain liveness 2026-05-20 06:27:58 +00:00
Codex 47350d283c fix code queue stats panel 2026-05-20 05:54:09 +00:00
Codex 4bb33d0d52 fix: sync code queue retry trace display 2026-05-20 03:54:02 +00:00
Codex ada6da3da6 fix: clarify code queue split-brain liveness 2026-05-20 01:41:40 +00:00
Codex a769242207 feat: add frontend artifact delivery path 2026-05-19 16:04:08 +00:00
Codex e866b0526a feat(frontend): upgrade decision center workbench 2026-05-19 10:04:40 +00:00
Codex 2a45bfe180 fix(code-queue): add active-run liveness diagnostics 2026-05-19 03:49:05 +00:00
Codex bd74492bb9 fix: preserve code queue prompt observation fields 2026-05-18 13:18:21 +00:00
Codex 60f991f826 chore: pin dev auth proxy rollout 2026-05-18 13:07:34 +00:00
Codex 0c0c979a56 chore: pin dev frontend auth fix 2026-05-18 13:06:14 +00:00
Codex 82f51f8601 fix code queue trace overflow 2026-05-18 13:01:38 +00:00
Codex b265274750 feat: add devops-controlled dev ci flow 2026-05-18 06:59:51 +00:00
Codex 54c1f8e165 feat: add decision center diary imports 2026-05-18 02:36:40 +00:00
Codex 465f4a626b feat: add d601 dev core manifests 2026-05-17 18:16:30 +00:00
Codex 3a2f86df9e fix shared memory fallback accounting 2026-05-17 16:56:31 +00:00
Codex 3ed8c102c1 fix provider process memory accounting 2026-05-17 16:46:42 +00:00
Codex 5be3f37d67 fix: keep decision center records visible during health flaps 2026-05-17 15:51:37 +00:00
Codex 4d9eed6513 feat: add decision center service and cli 2026-05-17 06:49:42 +00:00
Codex 68a14cdd4e fix: compact database task payload storage 2026-05-17 04:43:43 +00:00
Codex eaa9c50f88 fix code queue enqueue view preservation 2026-05-17 01:25:29 +00:00
Codex 28f5b9006a fix: restore code queue native topology 2026-05-16 18:29:12 +00:00
Codex 611f287c12 fix: route claudeqq notifications through k3s 2026-05-16 18:08:01 +00:00
Codex d77a0e129a Add Code Queue workdir presets 2026-05-16 16:08:34 +00:00
Codex 6263f83926 fix code queue trace message fragments 2026-05-16 15:58:30 +00:00
Codex 75fb6757b2 fix: use k3s labels in UI 2026-05-16 12:33:32 +00:00
Codex 111ec9f1eb fix: migrate code queue control plane to k3s 2026-05-16 12:01:09 +00:00
Codex f1a6cb509b perf: speed up code queue first paint 2026-05-16 04:34:25 +00:00
Codex 502f5971b1 feat: add mdtodo v3s microservice 2026-05-16 03:36:45 +00:00
UniDesk 354660c797 perf(code-queue): optimize first-load latency with skipTrace and caching
- Frontend: initial task list load passes skipTrace=1 to skip trace stats,
  then fetches full data in background and merges into state
- Code-queue: respect skipTrace=1 param to skip traceStatsForTasks call
- Code-queue: add 8s in-memory cache for OA trace stats (per scope ID)
- Code-queue: add 10s in-memory cache for database statistics summary

These changes reduce first-paint time by eliminating the blocking trace
stats HTTP call on initial load. Trace stats populate asynchronously
after the task list renders.
2026-05-15 18:16:38 +00:00
Codex 00add260e3 feat(microservices): manage code queue through v3s 2026-05-15 11:54:41 +00:00
Codex c930607316 feat: move code queue to d601 2026-05-14 19:13:43 +00:00
Codex cbbed004a6 fix: stabilize code queue runtime and trace flow 2026-05-14 17:11:45 +00:00
Codex 9f483b002c feat: add unified OA event flow 2026-05-14 09:41:55 +00:00
Codex b36d7f94d7 feat: harden code queue runtime UX
- add queue merge controls and no-cache overview loading\n- improve runtime probes, judge retries, and task trace rendering\n- extend CLI/E2E/docs coverage for code queue and user services
2026-05-14 02:20:48 +00:00
Codex 7ca313a908 Improve microservice health availability 2026-05-13 11:47:08 +00:00
Codex b8417ee18a fix: restore code queue task submission
- catch async route rejections before Bun fallback HTML\n- return structured JSON for missing reference task ids\n- harden frontend direct proxy JSON handling
2026-05-13 09:19:16 +00:00