Commit Graph

  • 8e36d3e1f5 fix: use getContentMerklePayload to extract prompt text xiaoju 2026-05-09 10:34:43 +00:00
  • bbe4fe0ed1 fix: include prompt text in thread-start record xiaoju 2026-05-09 10:32:59 +00:00
  • e105c5cac1 fix: show workflow name instead of bundle hash in thread-start record xiaoju 2026-05-09 10:31:08 +00:00
  • 578776fccf fix: add standard fields to thread-start record xiaoju 2026-05-09 10:27:03 +00:00
  • cb756a999a fix: normalize workflow-result records to match ThreadRecord shape xiaoju 2026-05-09 10:24:48 +00:00
  • e0577ceefe fix: add /api/healthz alias for gateway proxy health check xiaoju 2026-05-09 10:05:46 +00:00
  • 024dd8c1e8 Merge pull request 'feat: auto-tunnel + CF Worker gateway + dashboard multi-agent' (#168) from feat/164-cf-worker-gateway into main xiaoju 2026-05-09 10:02:36 +00:00
  • 9e98119145 feat: dashboard multi-agent support + CF Pages deploy xiaoju 2026-05-09 10:01:27 +00:00
  • fd8943f131 feat: serve auto-tunnel + gateway registration xiaoju 2026-05-09 09:53:08 +00:00
  • f7253d5948 feat: CF Worker API gateway with KV endpoint registry xiaoju 2026-05-09 09:48:49 +00:00
  • 1c5636c270 Merge pull request 'fix: content node refs field + backward compat' (#163) from fix/161-162-cas-content-refs into main xiaoju 2026-05-09 09:10:09 +00:00
  • ca0403c8ab fix: content node refs field + thread head update xiaoju 2026-05-09 08:53:02 +00:00
  • aa25f55f63 fix: add workflow-protocol and workflow-util to bundle validator allowlist xiaoju 2026-05-09 08:36:39 +00:00
  • e29d1bf345 feat: Phase 5 — CLI + Dashboard CAS adaptation, cleanup .data.jsonl xiaoju 2026-05-09 08:16:04 +00:00
  • f3aedf8d6c feat: Phase 4 — CAS-based fork + mark-and-sweep GC xiaoju 2026-05-09 08:12:49 +00:00
  • 26cf51366f feat: Phase 3 — engine read path + runtime context builder xiaoju 2026-05-09 08:00:24 +00:00
  • 81c582ae0e feat: Phase 2 — engine write path (CAS nodes + threads.json) xiaoju 2026-05-09 07:53:44 +00:00
  • 6f000512d2 feat: Phase 1 — CAS thread storage types + helpers xiaoju 2026-05-09 07:30:47 +00:00
  • 8f78a00063 docs: RFC v3 — named payload fields, refs as GC index, merge parent+ancestors xiaoju 2026-05-09 07:12:29 +00:00
  • 6c2a137aef docs: update CAS thread storage RFC xiaoju 2026-05-09 07:08:10 +00:00
  • 6cd856ca99 docs: add RFC for CAS-based thread storage xiaoju 2026-05-09 06:34:24 +00:00
  • 064696c558 docs: update architecture docs and package READMEs for post-split structure xiaoju 2026-05-09 04:39:57 +00:00
  • 0f28e9b61a refactor: remove non-index re-exports xiaoju 2026-05-09 04:19:38 +00:00
  • 1ea56009a2 Merge pull request 'chore: rename dashboard folder' (#152) from chore/rename-dashboard-folder into main xiaoju 2026-05-09 03:59:32 +00:00
  • 6cc2481a16 chore: remove accidental pnpm-lock.yaml xiaoju 2026-05-09 03:58:30 +00:00
  • 44018bd17d chore: rename packages/dashboard → packages/workflow-dashboard xiaoju 2026-05-09 03:57:49 +00:00
  • 28c35bb3e0 Merge pull request 'refactor: 七包拆分 — protocol / runtime / util / cas / reactor / register / execute' (#151) from refactor/143-split-packages into main xingyue 2026-05-09 03:53:54 +00:00
  • b8b557baf6 fix: migrate template test imports from @uncaged/workflow to new packages xiaoju 2026-05-09 03:51:48 +00:00
  • 727b4bb3ed refactor(workflow): fix tsconfig references, template imports, delete old packages/workflow xingyue 2026-05-09 11:46:57 +08:00
  • 9bbdfc41bd feat(execute): create @uncaged/workflow-execute + CLI migration xingyue 2026-05-09 11:35:03 +08:00
  • b07f8cf166 feat(register): create @uncaged/workflow-register package xingyue 2026-05-09 11:16:27 +08:00
  • 1a1e8b3398 feat(cas,reactor): create @uncaged/workflow-cas and @uncaged/workflow-reactor xingyue 2026-05-09 11:11:33 +08:00
  • 39d2a61686 refactor(runtime): types down to @uncaged/workflow-protocol xingyue 2026-05-09 11:09:38 +08:00
  • bf0bc47a3f feat(util): create @uncaged/workflow-util package xingyue 2026-05-09 11:08:04 +08:00
  • 2cffaad127 feat(protocol): create @uncaged/workflow-protocol package xingyue 2026-05-09 11:06:10 +08:00
  • 9a3daac657 Merge pull request 'feat(workflow): ThreadReactor — generic ReAct loop + extract/supervisor migration' (#142) from feat/139-thread-reactor into main xiaomo 2026-05-09 02:28:09 +00:00
  • b8f9ffcb59 feat(workflow): migrate supervisor to ThreadReactor (Phase 2) xiaoju 2026-05-09 02:26:39 +00:00
  • a7171f05f6 feat(workflow): add ThreadReactor generic ReAct loop + migrate extract (Phase 1) xiaoju 2026-05-09 02:15:38 +00:00
  • b53667a2aa Merge pull request 'refactor(workflow): move descriptor validation out of runtime' (#135) from refactor/runtime-descriptor-boundary into main xiaoju 2026-05-08 15:05:24 +00:00
  • 5b60fa6454 refactor(workflow-runtime): flatten package layout and centralize types Scott Wei 2026-05-08 23:03:53 +08:00
  • 2c0e744ebf Merge pull request 'perf(serve): SSE live pump reads incrementally' (#137) from fix/130-sse-incremental into main xiaomo 2026-05-08 15:00:44 +00:00
  • ae16f09688 Merge pull request 'feat(dashboard): hash routing + health check polling' (#138) from fix/128-dashboard-enhancements into main xiaomo 2026-05-08 15:00:34 +00:00
  • 73a3638ad9 Merge pull request 'fix(serve): error handling, CORS, body limit, CAS store reuse' (#136) from fix/120-serve-hardening into main xiaomo 2026-05-08 15:00:32 +00:00
  • 7b0260cedd feat(dashboard): hash routing + health check polling xingyue 2026-05-08 18:16:09 +08:00
  • 61fc1cfe1b perf(serve): SSE live pump reads incrementally instead of full file xingyue 2026-05-08 18:14:04 +08:00
  • 6b1e728700 fix(serve): error handling, CORS, body limit, CAS store reuse xingyue 2026-05-08 18:11:59 +08:00
  • dedab62c49 Merge pull request 'feat(dashboard): connect thread detail to SSE live stream' (#134) from feat/131-dashboard-sse into main xiaomo 2026-05-08 09:53:10 +00:00
  • a44f1f34a8 feat(dashboard): connect thread detail to SSE live stream xingyue 2026-05-08 17:43:02 +08:00
  • 8ff6f7e778 refactor(workflow): move descriptor validation out of runtime Scott Wei 2026-05-08 17:45:15 +08:00
  • e04e75bdee chore: remove stale self-referencing symlink xiaoju 2026-05-08 09:35:32 +00:00
  • c65c29c1b5 Merge pull request 'refactor(workflow): simplify extraction + thread runtime contract' (#132) from refactor/thread-context-runtime into main xiaoju 2026-05-08 09:34:26 +00:00
  • cc3f2b576c refactor(workflow): decouple agent context from CAS and fix monorepo checks Scott Wei 2026-05-08 17:30:07 +08:00
  • 884ff85205 refactor(workflow): remove dead extract retry export Scott Wei 2026-05-08 17:10:31 +08:00
  • a11cc62a81 refactor(workflow-runtime): use full ThreadContext in WorkflowFn Scott Wei 2026-05-08 17:00:21 +08:00
  • 34f5e655d1 refactor(workflow): unify extraction behind ExtractFn Scott Wei 2026-05-08 15:35:12 +08:00
  • 44fb0694aa Merge pull request 'feat(serve+dashboard): write endpoints, SSE live, run dialog' (#129) from feat/118-serve-write-sse into main xiaomo 2026-05-08 09:01:09 +00:00
  • cdcaff15ab feat(serve+dashboard): write endpoints, SSE live, run dialog xingyue 2026-05-08 16:07:02 +08:00
  • 402479ddef Merge pull request 'feat(dashboard): workflow dashboard' (#127) from feat/118-dashboard into main xiaomo 2026-05-08 07:22:00 +00:00
  • a28dd3050e fix(dashboard): remove unused onBack prop from Sidebar xingyue 2026-05-08 15:17:40 +08:00
  • ce0d0a962c feat(dashboard): workflow dashboard xingyue 2026-05-08 14:43:25 +08:00
  • 46b552ec01 Merge pull request 'refactor: split @uncaged/workflow-runtime from engine' (#126) from refactor/121-split-workflow-runtime into main xiaomo 2026-05-08 06:42:15 +00:00
  • 587518ac09 refactor(workflow): cleanup engine re-exports, final verification (Phase 4) xiaoju 2026-05-08 06:37:56 +00:00
  • e9e4960714 refactor(workflow): migrate downstream packages to workflow-runtime (Phase 2+3) xiaoju 2026-05-08 06:33:52 +00:00
  • 495c000356 refactor(workflow): split @uncaged/workflow-runtime from engine (Phase 1) xiaoju 2026-05-08 06:29:49 +00:00
  • 7e662f9287 Merge pull request 'feat(cli): add serve command — Hono HTTP API server' (#119) from feat/118-serve-api into main xiaomo 2026-05-08 03:12:44 +00:00
  • 3ed38c65ec feat(cli): add serve command — Hono HTTP API server xingyue 2026-05-08 11:07:13 +08:00
  • 38f2b0eeb2 Merge pull request 'chore: bump all packages to 0.2.0' (#117) from chore/bump-0.2.0 into main xiaoju 2026-05-08 02:55:49 +00:00
  • 586a0f824e chore: gitignore .npmrc (contains auth token) xiaoju 2026-05-08 02:55:35 +00:00
  • 178f6c7519 chore: bump all packages to 0.2.0 xiaoju 2026-05-08 02:55:29 +00:00
  • 3153ab26f6 Merge pull request 'feat(engine): supervisor scene — opt-in LLM thread stop (Phase 3)' (#116) from feat/110-phase3-supervisor into main xiaomo 2026-05-08 02:45:20 +00:00
  • 014c442ed2 feat(engine): add supervisor scene — opt-in LLM-based thread stop (Phase 3) xiaoju 2026-05-08 02:38:54 +00:00
  • 1f7851d5e3 chore: remove outdated examples/ folder xingyue 2026-05-08 10:32:57 +08:00
  • e68790dfc7 Merge pull request 'chore: remove all deprecated code' (#115) from chore/114-remove-deprecated into main xiaomo 2026-05-08 02:29:15 +00:00
  • 520b17b351 chore: remove all deprecated code xingyue 2026-05-08 10:27:27 +08:00
  • 085cdcd3f4 Merge pull request 'feat: engine injects extract provider at runtime (Phase 2)' (#113) from feat/110-phase2-migrate-extract into main xiaomo 2026-05-08 02:23:58 +00:00
  • a8c1c158d6 feat: engine injects extract provider at runtime (Phase 2) xiaoju 2026-05-08 02:21:45 +00:00
  • 83649fd836 Merge pull request 'docs: add README.md to all 8 packages' (#112) from docs/package-readmes into main xiaomo 2026-05-08 02:19:25 +00:00
  • a5c09adae6 docs: add README.md to all 8 packages xingyue 2026-05-08 10:17:40 +08:00
  • 9e6cd9d615 Merge pull request 'feat: unified provider/model configuration (Phase 1)' (#111) from feat/110-phase1-config-layer into main xiaomo 2026-05-08 02:15:23 +00:00
  • 1f1128ff4a fix: address PR #111 review feedback xiaoju 2026-05-08 02:14:20 +00:00
  • aa01283ce1 feat: unified provider/model configuration (Phase 1) xiaoju 2026-05-08 02:08:19 +00:00
  • f81e2a8aac Merge pull request 'chore: enforce folder module discipline in @uncaged/cli-workflow' (#109) from chore/108-cli-module-discipline into main xiaoju 2026-05-08 01:46:03 +00:00
  • 2b38e583be chore: enforce folder module discipline in @uncaged/cli-workflow xiaoju 2026-05-08 01:42:32 +00:00
  • 4ff1394224 Merge pull request 'chore: enforce folder module discipline in @uncaged/workflow' (#107) from chore/106-workflow-module-discipline into main xiaoju 2026-05-08 01:39:48 +00:00
  • 2bbe5a3d0e chore: enforce folder module discipline in @uncaged/workflow xiaoju 2026-05-08 01:37:23 +00:00
  • a4237c0462 docs: add folder module discipline rules to CLAUDE.md xiaoju 2026-05-08 01:29:10 +00:00
  • 321e5b1379 Merge pull request 'chore(cli): remove unused <thread-id> from CAS commands' (#105) from chore/cleanup-cas-thread-id into main xiaomo 2026-05-08 01:25:33 +00:00
  • 7c3e14c473 chore(cli): remove unused <thread-id> from CAS commands xingyue 2026-05-08 09:23:39 +08:00
  • aecce595e8 Merge pull request 'refactor: organize workflow/src into 6 module folders' (#104) from refactor/102-module-folders into main xiaoju 2026-05-08 01:23:24 +00:00
  • cf17dedac3 refactor: organize workflow/src into 6 module folders xiaoju 2026-05-08 01:15:22 +00:00
  • 661fdbb263 Merge pull request 'refactor(cli): Phase 4 cleanup — dedup, extract, deprecate' (#103) from refactor/97-phase4-cleanup into main xiaomo 2026-05-08 01:17:17 +00:00
  • 201abf98ce refactor(cli): Phase 4 cleanup — dedup, extract, deprecate xingyue 2026-05-08 09:14:40 +08:00
  • 665965fd01 Merge pull request 'refactor(cli): split cli-dispatch.ts into group dispatchers + usage module' (#101) from refactor/96-phase3-split-dispatch into main xiaomo 2026-05-08 01:07:04 +00:00
  • 6a99f84025 refactor(cli): split cli-dispatch.ts into group dispatchers + usage module xingyue 2026-05-08 09:04:27 +08:00
  • f61474bec0 Merge pull request 'refactor(cli): merge kill/pause/resume into control.ts + extract readWorkerCtl' (#100) from refactor/95-phase2-control-merge into main xiaomo 2026-05-08 00:58:11 +00:00
  • 9bdb18afd0 refactor(cli): merge kill/pause/resume into control.ts + extract readWorkerCtl xingyue 2026-05-08 08:55:25 +08:00
  • 2af299f3ce Merge pull request 'refactor(cli): restructure cmd-*.ts into commands/ subdirectories' (#98) from refactor/93-phase1-directory-restructure into main xiaomo 2026-05-08 00:48:30 +00:00
  • d9f79c60a1 Merge pull request 'chore: remove unused build scripts' (#99) from chore/remove-build-scripts into main xiaoju 2026-05-08 00:46:54 +00:00
  • 485bfcb0b6 chore: remove unused build scripts xiaoju 2026-05-08 00:46:35 +00:00
  • a47ed06ea5 Merge pull request 'docs: create README.md, update architecture.md for current structure' (#89) from docs/88-readme-architecture-cleanup into main xiaoju 2026-05-08 00:42:16 +00:00