Tianyi Cui
2096050824
fix(webserver): registry-owned stat poll replaces fs.watchFile baseline race
...
The dev bundle watch missed rebuilds that landed while the registry was
constructing: fs.watchFile captures its comparison baseline with an
ASYNCHRONOUS first stat, so a write racing that window is absorbed into
the baseline and never reported. Standalone repro missed 24/400 same-tick
rewrites; the CI flake in web-plugins.spec.ts ('watch mode: a bundle
content change re-hashes the row...') was exactly this — the spec writes
immediately after createHostWebPluginRegistry returns.
The watch now polls from one registry-owned setInterval against a stat
baseline the scan itself captures synchronously, stat-before-read: a
write landing between stat and read leaves the hash newer than the
baseline (next tick re-hashes to the same rev, no spurious notify); a
write landing after the read leaves the baseline older (next tick
detects and notifies). No blind window. The poll iterates the live
table, so rescans retarget the watch for free and dispose clears one
timer. Stress: real-registry same-tick rewrite 0/600 missed (was 1/300);
spec watch tests 0/50.
New regression test pins the same-tick-as-construction write. Its
rewrite deliberately differs in size from the seed: a same-millisecond
same-size rewrite is invisible to any mtime+size poll (coarse fs
timestamps) — a stat-polling limit, not this regression. Loading-model
Agent Note updated in both languages (pair re-recorded).
2026-07-25 01:22:46 +08:00
Tianyi Cui
b97b1b4a3f
Merge pull request #343 from deepseek-harness/docs/i18n-batch-core
...
docs(i18n): publish Chinese core documentation and Agent Notes
2026-07-24 22:28:46 +08:00
Tianyi Cui
158c5e913a
docs(i18n): refresh persistence docs after master merge
2026-07-24 21:27:22 +08:00
Tianyi Cui
d847b48479
Merge remote-tracking branch 'origin/master' into worktree/pr343-retarget-latest-master
2026-07-24 21:21:22 +08:00
Tianyi Cui
2584f029bc
Merge remote-tracking branch 'origin/master' into worktree/pr343-retarget-latest-master
...
# Conflicts:
# docs/cookbook/extension-cookbook.i18n.yaml
# docs/cookbook/extension-cookbook.zh.md
2026-07-24 21:20:17 +08:00
Tianyi Cui
478d9c17b2
Merge pull request #582 from deepseek-harness/codex/sqlite-metadata-contracts
...
fix(sqlite): preserve session metadata contracts
2026-07-24 21:14:06 +08:00
Tianyi Cui
46dfd503e0
Merge origin/master into codex/sqlite-metadata-contracts
2026-07-24 21:07:23 +08:00
Tianyi Cui
199f59dc5e
Merge pull request #344 from deepseek-harness/docs/i18n-batch-cds-postmortem
...
docs(i18n): core-data-structures and postmortem batch — 22 bilingual pairs
2026-07-24 20:58:42 +08:00
Tianyi Cui
19117d68f1
Merge pull request #345 from deepseek-harness/docs/i18n-batch-rfc
...
docs(i18n): RFC tree batch — 146 bilingual pairs via the committed pipeline
2026-07-24 20:58:25 +08:00
Tianyi Cui
aef844e2e6
Merge pull request #591 from deepseek-harness/fix/goal-completion-strict-fields
...
fix(goal): loosen restriction for toolcall arguments
2026-07-24 20:52:23 +08:00
Tianyi Cui
9e691d54c0
fix(goal): normalize strict-schema fillers
2026-07-24 20:45:23 +08:00
Tianyi Cui
145ba169f6
Merge commit 'refs/codex-unblock/20260724/pr591-base-current' into worktree/unblock-pr-591-ci-20260724
2026-07-24 20:32:02 +08:00
Tianyi Cui
15eb71fd7f
Merge pull request #575 from deepseek-harness/feat/send-unify
...
feat(agent): unify send(target × wakeup) and coalesce context/message into user/message
2026-07-24 20:19:53 +08:00
Tianyi Cui
6a78b2cb2e
Merge branch 'master' into feat/send-unify
2026-07-24 20:07:46 +08:00
_Kerman
6cb6d87ff3
Merge pull request #602 from deepseek-harness/xtr/rfc-context-injection-semantics
...
docs(agent): propose context injection semantics
2026-07-24 20:06:24 +08:00
Tianyi Cui
985aceaa75
Merge branch 'master' into feat/send-unify
2026-07-24 19:40:38 +08:00
Tianyi Cui
51f697db50
test(tui): wait for scoped file completion
...
The fake terminal retains earlier autocomplete frames, so the directory follow-up assertion could pass before the scoped lookup completed. Wait for the quoted file mention to be applied before submitting.
2026-07-24 19:38:31 +08:00
_Kerman
8d30062a17
Merge branch 'master' into xtr/rfc-context-injection-semantics
2026-07-24 19:37:30 +08:00
Tianyi Cui
f1fd9940c3
Merge commit 'de939d19b95074595910f2e53e463810094a297c' into worktree/pr345-retarget-stack
2026-07-24 19:33:08 +08:00
Tianyi Cui
0c8733bf47
Merge commit 'fd85df3d7f1c4904b9efd2066af230957b6c468b' into worktree/pr344-retarget-stack
2026-07-24 19:32:53 +08:00
Tianyi Cui
86d16d15b6
Merge remote-tracking branch 'origin/master' into worktree/pr343-retarget-latest-master
2026-07-24 19:32:25 +08:00
Tianyi Cui
fe84b446b0
Merge pull request #584 from deepseek-harness/worktree/fix-python-sdk-nested-subagent-notifications
...
fix(python-sdk): track recursive subagent notifications
2026-07-24 19:30:48 +08:00
Tianyi Cui
a229b095d6
Merge branch 'master' into fix/goal-completion-strict-fields
2026-07-24 19:19:57 +08:00
Tianyi Cui
e14bac2692
Merge branch 'master' into worktree/fix-python-sdk-nested-subagent-notifications
2026-07-24 19:17:03 +08:00
Tianyi Cui
1731243fa0
Merge branch 'master' into feat/send-unify
2026-07-24 19:13:11 +08:00
Tianyi Cui
e51ba79e53
Merge remote-tracking branch 'origin/docs/i18n-batch-cds-postmortem' into worktree/pr345-retarget-stack
2026-07-24 19:06:12 +08:00
Tianyi Cui
40ebf2e97f
Merge remote-tracking branch 'origin/docs/i18n-batch-core' into worktree/pr344-retarget-stack
2026-07-24 19:05:26 +08:00
Tianyi Cui
572352fa0f
Merge remote-tracking branch 'origin/master' into worktree/pr343-retarget-latest-master
2026-07-24 19:01:57 +08:00
Turtle
8975f12272
Merge pull request #593 from deepseek-harness/feat/examples-third-party-llm-docs
...
chore(examples): declare @deepseek-ai/dsh-llm-pi-ai as an example dep
2026-07-24 18:54:33 +08:00
Turtle
e525b68106
Merge branch 'master' into feat/examples-third-party-llm-docs
2026-07-24 18:48:01 +08:00
Tianyi Cui
1769fae588
Merge remote-tracking branch 'origin/docs/i18n-batch-cds-postmortem' into worktree/pr345-retarget-stack
2026-07-24 18:38:52 +08:00
Tianyi Cui
b65421431b
docs(i18n): complete Agent Note translation fidelity
2026-07-24 18:38:27 +08:00
Tianyi Cui
6865b861d8
docs(site): preserve translated core fragment ids
2026-07-24 18:32:31 +08:00
Tianyi Cui
cf1fcd6871
Merge remote-tracking branch 'origin/docs/i18n-batch-cds-postmortem' into worktree/pr345-retarget-stack
2026-07-24 18:12:45 +08:00
Tianyi Cui
da3c12e548
docs(i18n): clarify subagent shutdown escalation
2026-07-24 18:12:16 +08:00
Tianyi Cui
ac93d00541
docs(site): publish translated core data pages
2026-07-24 18:07:56 +08:00
Tianyi Cui
da01b91c63
Merge refreshed #344 into docs/i18n-batch-rfc
2026-07-24 17:42:04 +08:00
Tianyi Cui
b7a8a97034
Merge refreshed #343 into docs/i18n-batch-cds-postmortem
2026-07-24 17:39:54 +08:00
Tianyi Cui
0191a014dd
docs(i18n): preserve authority constraints
2026-07-24 17:39:22 +08:00
Tianyi Cui
305930712b
docs(i18n): bind authority terminology
2026-07-24 17:39:11 +08:00
Turtle
081bb1a8fd
Merge remote-tracking branch 'origin/master' into feat/send-unify
...
# Conflicts:
# packages/client/runtime/src/client/sessions/fold-adapter.ts
2026-07-24 17:17:35 +08:00
Tianyi Cui
5860950d0a
Merge refreshed #344 into docs/i18n-batch-rfc
2026-07-24 17:16:38 +08:00
Tianyi Cui
190240a133
Merge refreshed #343 into docs/i18n-batch-cds-postmortem
2026-07-24 17:14:57 +08:00
Tianyi Cui
c62ca61ccb
Merge latest master into docs/i18n-batch-core
2026-07-24 17:13:25 +08:00
imccyu
0133e80767
Merge pull request #596 from deepseek-harness/feat/trajectory
...
feat: add trajectory view & basic ui of new session page
2026-07-24 17:11:57 +08:00
Tianyi Cui
bcb2bd2795
Merge refreshed #344 into docs/i18n-batch-rfc
2026-07-24 17:10:05 +08:00
Tianyi Cui
6b686aa832
docs(i18n): refresh session query snapshot contract
2026-07-24 17:07:23 +08:00
07akioni
65e6a2adbe
Merge branch 'master' into feat/trajectory
2026-07-24 17:06:25 +08:00
Turtle
d2b2539f3e
Merge remote-tracking branch 'origin/feat/send-unify' into feat/send-unify
...
# Conflicts:
# docs/architecture.i18n.yaml
# docs/architecture.md
2026-07-24 16:58:32 +08:00
Tianyi Cui
c962db28da
Merge refreshed #343 into docs/i18n-batch-cds-postmortem
2026-07-24 16:57:46 +08:00