Commit Graph

3064 Commits

Author SHA1 Message Date
Yichen Jiang
f432f25203 fix(llm): sync compact option catalogs 2026-07-22 18:55:21 +08:00
Tianyi Cui
26166658e2 Merge branch 'master' into jhz_compact_header 2026-07-22 18:45:05 +08:00
Tianyi Cui
8425e1d494 Merge deep-worker timeout fix into result card branch 2026-07-22 18:40:42 +08:00
Tianyi Cui
d6f478488d test: allow deep worker checks under Windows coverage 2026-07-22 18:40:24 +08:00
Jinhua Zhu
e1562160c5 Merge branch 'master' into jhz_compact_header 2026-07-22 18:37:52 +08:00
Jinhua Zhu
66e5f8eecd feat(llm): mark compaction requests with x-deepseek-harness-compact header 2026-07-22 18:35:32 +08:00
Tianyi Cui
e9d3821578 Merge PR #500 into CI optimization 2026-07-22 18:31:28 +08:00
ZiyaZhang
1167e91409 fix(tui): polish /status diagnostics card 2026-07-22 03:29:59 -07:00
Tianyi Cui
667d6473c0 Merge latest typed Code Mode base updates into result card fix 2026-07-22 18:29:38 +08:00
Tianyi Cui
b7f988c2ad Merge latest canonical tool output base updates into typed Code Mode results 2026-07-22 18:29:15 +08:00
Tianyi Cui
7dce8932d3 Merge latest JSON schema DSL base updates into canonical tool outputs 2026-07-22 18:28:47 +08:00
Tianyi Cui
47c93f5926 Merge latest PR #500 client export revert into JSON schema DSL 2026-07-22 18:28:28 +08:00
Tianyi Cui
7d55ed4eb8 Merge typed Code Mode client fixes into result card fix 2026-07-22 18:27:13 +08:00
Tianyi Cui
9d22c47f8b Merge canonical tool output client fixes into typed Code Mode results 2026-07-22 18:26:52 +08:00
imccyu
b649304fe4 Revert "fix: remove redudant export for client plugin"
This reverts commit 48b259100b9cfe2e372eb9fe0924a783988f5a8e.
2026-07-22 18:26:48 +08:00
Tianyi Cui
5fd5c49d36 Merge JSON schema DSL client fixes into canonical tool outputs 2026-07-22 18:26:23 +08:00
Tianyi Cui
a26e6ff0dc Merge PR #500 client fixes into JSON schema DSL 2026-07-22 18:25:38 +08:00
Tianyi Cui
56d39c4573 Merge typed Code Mode CI fixes into result card fix 2026-07-22 18:25:07 +08:00
imccyu
0bd7dbc6b5 fix: remove redudant export for client plugin 2026-07-22 18:24:51 +08:00
Tianyi Cui
0852d5ab63 test: stabilize deep Code Mode worker coverage
Give the real-worker binding stress case an explicit CI budget and keep the forged-completion program pending so bootstrap cannot publish a competing normal completion.
2026-07-22 18:24:36 +08:00
Tianyi Cui
b310753001 Merge typed Code Mode base updates into result card fix 2026-07-22 18:13:06 +08:00
Tianyi Cui
1a81fa5e33 Merge canonical tool output base updates into typed Code Mode results 2026-07-22 18:12:47 +08:00
Tianyi Cui
832e42fc8d Merge JSON schema DSL base updates into canonical tool outputs 2026-07-22 18:12:28 +08:00
Tianyi Cui
f2ba06a039 Merge PR #500 server coverage updates into JSON schema DSL 2026-07-22 18:12:06 +08:00
Tianyi Cui
ef47d04093 Merge typed Code Mode review fixes into result card fix 2026-07-22 18:10:44 +08:00
ZiyaZhang
280207c824 feat(tui): add /status session diagnostics 2026-07-22 03:10:14 -07:00
Tianyi Cui
d0c8f1e465 Merge canonical output review fixes into typed Code Mode results 2026-07-22 18:10:14 +08:00
Tianyi Cui
84f752234d test: make LSP canonical fixture cross-platform 2026-07-22 18:09:53 +08:00
imccyu
3c6a987057 ci: coverage skip part of server 2026-07-22 18:06:06 +08:00
Tianyi Cui
c5d1f5c4ae Merge branch 'master' into feat/plan-mode 2026-07-22 18:05:28 +08:00
Tianyi Cui
a24b454136 Merge typed Code Mode result updates into result card fix 2026-07-22 18:00:36 +08:00
Tianyi Cui
aafb02512b Merge canonical tool output updates into typed Code Mode results 2026-07-22 18:00:22 +08:00
Tianyi Cui
110de215fc Merge JSON schema DSL updates into canonical tool outputs 2026-07-22 18:00:05 +08:00
Tianyi Cui
ab59d72f2d Merge PR #500 updates into JSON schema DSL
# Conflicts:
#	packages/client/connection/tests/fixture.spec.ts
2026-07-22 17:59:45 +08:00
imccyu
27fd75a314 ci: coverage skip part of web 2026-07-22 17:54:25 +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
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
769892a29d Merge latest codex/code-mode-typed-results into codex/code-mode-complete-result-card 2026-07-22 17:33:39 +08:00
Tianyi Cui
b844e95c50 Merge latest codex/canonical-tool-output into codex/code-mode-typed-results 2026-07-22 17:33:03 +08:00
Tianyi Cui
bde76cf838 Merge latest codex/tool-json-schema-dsl into codex/canonical-tool-output 2026-07-22 17:32:35 +08:00
Tianyi Cui
b72410b152 chore: extract vendored Cordis hot-reload fix 2026-07-22 17:30:45 +08:00
Tianyi Cui
c47b7c5428 Merge latest PR #500 into codex/tool-json-schema-dsl 2026-07-22 17:30:13 +08:00
Tianyi Cui
f1dfd94c54 Merge updated codex/code-mode-typed-results into codex/code-mode-complete-result-card 2026-07-22 17:26:50 +08:00
Tianyi Cui
ec533d0a77 Merge latest master into tui-staging-merge-1 2026-07-22 17:25:35 +08:00