Commit Graph
3128 Commits
Author SHA1 Message Date
Tianyi Cui b2b63b5b2e Merge latest master into check-all recovery 2026-07-22 20:42:28 +08:00
Tianyi Cui f728a1b8a2 Merge branch 'master' into docs/cordis-tutorial 2026-07-22 20:42:26 +08:00
Tianyi Cui 8ad8dc993b Merge latest master into rfc/pty 2026-07-22 20:37:24 +08:00
Tianyi Cui d849a06cb6 Merge remote-tracking branch 'origin/master' into worktree/web-bind-address 2026-07-22 20:35:48 +08:00
Tianyi Cui c949a52627 fix(web): default to loopback binding 2026-07-22 20:35:38 +08:00
Tianyi Cui db21840a43 Merge latest master into check-all recovery 2026-07-22 20:34:54 +08:00
Tianyi Cui 35056ad179 Merge current master into CI optimization 2026-07-22 20:34:44 +08:00
Tianyi Cui 712c070cde Merge latest master into CI optimization 2026-07-22 20:33:58 +08:00
Tianyi Cui 3c397e594f ci: remove critical setup variance 2026-07-22 20:29:33 +08:00
Yichen Jiang 93f1eaa972 fix(gui): keep sidebar controls when collapsed 2026-07-22 20:28:40 +08:00
Tianyi Cui dcf9eee3c5 ci: bound Linux gate contention 2026-07-22 20:19:56 +08:00
Tianyi Cui 9b8320cb94 ci: remove the final Linux lint tail 2026-07-22 20:06:50 +08:00
Tianyi Cui a952aaed72 ci: trim remaining hosted setup 2026-07-22 20:00:15 +08:00
Tianyi Cui 994bb4b07c fix(code-mode): render deep results iteratively 2026-07-22 19:57:44 +08:00
kingwl fd5a76160d Merge remote-tracking branch 'origin/master' into feat/plan-mode
17 master merges (GUI host/web stack, compact header, dshweb, fast local
hooks, windows coverage skips, worktree runtime). Conflicts:
- packages/ui/user-interaction/src/index.ts: master extracted the question
  types to types.ts; took the re-export and grafted our detail field (the
  plan-review payload) into the extracted AskUserQuestionItem.
- generated catalogs regenerated over both sides.

The module graph crossed mermaid's default 500-edge render guard with the
GUI packages plus our plan-mode edges; raised maxEdges in verify-mermaid
(a secure config settable only at initialize).

Note: the remote branch also renamed packages/mode -> packages/plan
(PR #512 plan-mode-simplification, fast-forwarded before this merge).
2026-07-22 19:42:14 +08:00
Tianyi Cui 17983d72bb ci: use process-safe coverage pools 2026-07-22 19:37:45 +08:00
Tianyi Cui 02f6d919c8 ci: remove primary setup overhead 2026-07-22 19:13:07 +08:00
Tianyi Cui 4d4d0c4bab Merge latest typed Code Mode results into result card 2026-07-22 19:11:04 +08:00
Tianyi Cui 93f1610eb7 Merge latest schema DSL base into canonical tool output 2026-07-22 19:11:04 +08:00
Tianyi Cui c05b684d52 Merge latest master into schema DSL branch 2026-07-22 19:11:04 +08:00
Tianyi Cui 68c511bf2c Merge latest canonical tool output base into typed Code Mode results 2026-07-22 19:11:04 +08:00
Tianyi Cui e49ec0914c Merge refreshed typed Code Mode results into result card
# Conflicts:
#	.agents/notes/implemented/feature/2026-07-20-code-mode-typed-tool-returns.i18n.yaml
2026-07-22 19:10:31 +08:00
Tianyi Cui ef2de530ff fix(code-runtime): flatten worker JSON transport 2026-07-22 19:09:27 +08:00
Tianyi Cui cbbef79fa3 ci: retune consolidated jobs for stacked workload 2026-07-22 19:00:55 +08:00
Yichen Jiang 5234a40f9c refactor(llm): classify auxiliary request purpose 2026-07-22 18:59:49 +08:00
Tianyi Cui e9d3821578 Merge PR #500 into CI optimization 2026-07-22 18:31:28 +08:00
Tianyi Cui fe273bd9dd refactor: name the all-gates mode check-all 2026-07-22 18:27:31 +08:00
Yichen Jiang e844125d7d docs: enforce canonical website projection 2026-07-22 18:17:42 +08:00
Tianyi Cui da5a1fc811 ci: separate master serial and PR jobs
Skipped matrix jobs never expand matrix display values, so let GitHub use stable job identifiers. Bind optimized jobs to pull requests and the three serial references to master pushes.
2026-07-22 18:17:06 +08:00
ZiyaZhang 280207c824 feat(tui): add /status session diagnostics 2026-07-22 03:10:14 -07:00
Tianyi Cui c5d1f5c4ae Merge branch 'master' into feat/plan-mode 2026-07-22 18:05:28 +08:00
Tianyi Cui 197cae8bdd fix: expose the manual gate set without changing hooks 2026-07-22 18:01:54 +08:00
Tianyi Cui 6d054fd31b Merge PR #500 head into all-gates recovery
# Conflicts:
#	package.json
#	scripts/run-gates.ts
2026-07-22 17:56:29 +08:00
Tianyi Cui 41609c4ce4 ci: consolidate primary checks on one larger runner 2026-07-22 17:53:01 +08:00
Turtle 55af920def fix(vendor/include): keep config reloads resilient 2026-07-22 17:50:45 +08:00
Tianyi Cui ca85261f38 Merge current codex/code-mode-typed-results into codex/code-mode-complete-result-card 2026-07-22 17:50:26 +08:00
Tianyi Cui 8e34d87b08 Merge current codex/canonical-tool-output into codex/code-mode-typed-results 2026-07-22 17:49:09 +08:00
Tianyi Cui 8b1f9a4697 Merge current codex/tool-json-schema-dsl into codex/canonical-tool-output 2026-07-22 17:48:46 +08:00
Tianyi Cui 400e7021fc Merge current PR #500 into codex/tool-json-schema-dsl 2026-07-22 17:48:22 +08:00
Tianyi Cui 2405570ac8 chore: restore opt-in all-gates command 2026-07-22 17:42:23 +08:00
imccyu ae44063a51 Merge remote-tracking branch 'origin/master' into worktree-dshweb 2026-07-22 17:35:49 +08:00
Yichen Jiang da8c0ab092 fix(session-reference): bind snapshots to prompts 2026-07-22 17:34:31 +08:00
Tianyi Cui 988dd70e7c docs: leave Cordis reload guarantees to child 2026-07-22 17:33:52 +08:00
Tianyi Cui b72410b152 chore: extract vendored Cordis hot-reload fix 2026-07-22 17:30:45 +08:00
Tianyi Cui ec533d0a77 Merge latest master into tui-staging-merge-1 2026-07-22 17:25:35 +08:00
Tianyi Cui 319005d56b Merge latest origin/master into worktree/ci-under-minute 2026-07-22 17:20:09 +08:00
Tianyi Cui 8739abdbfe Merge origin/master into worktree/ci-under-minute 2026-07-22 17:15:46 +08:00
Tianyi Cui e4840c5a88 Merge branch 'codex/code-mode-typed-results' into codex/code-mode-complete-result-card 2026-07-22 17:09:28 +08:00
Tianyi Cui 248d7bb81e Merge branch 'codex/canonical-tool-output' into codex/code-mode-typed-results 2026-07-22 17:07:49 +08:00
Tianyi Cui 4cd5f21c08 Merge branch 'codex/tool-json-schema-dsl' into codex/canonical-tool-output 2026-07-22 17:05:38 +08:00