Tianyi Cui
d76a55efeb
Merge branch 'worktree/ci-native-windows-20260808' into worktree/ci-native-windows-coverage-20260808
2026-08-09 17:21:16 +08:00
Tianyi Cui
ae7d6b6398
test(windows): avoid fixture bin shims
2026-08-09 17:21:07 +08:00
Tianyi Cui
95eb4bcf40
test(windows): vary HMR polling writes
2026-08-09 17:20:58 +08:00
Huanqi Cao
428f84f710
test(docs): split placed-image paths on either separator
...
The placer tests receive absolute paths; on Windows the POSIX-only
split kept the whole path as the basename. The windows-acl branch
already carries this fix from an earlier merge-forward.
2026-08-09 17:11:18 +08:00
Turtle
27ac49e687
docs: define a seam as the (Service, Service provider, Consumer) trio
2026-08-09 17:11:16 +08:00
Huanqi Cao
d7e19a0977
docs(sandbox): pin the translated confinement-runner heading anchor
...
The upgraded md-links gate resolves same-file fragments against the
zh file's own heading slugs; the translated heading needs the explicit
a-id anchor the corpus convention uses for cross-language fragments.
2026-08-09 17:06:36 +08:00
Turtle
4798216c57
Merge pull request #2104 from deepseek-harness/codex/concrete-provenance-prose
...
docs: replace vague provenance prose with recorded facts
2026-08-09 17:02:55 +08:00
Huanqi Cao
165ad7e969
Merge branch 'feat/windows-pwsh-default' into feat/windows-acl-sandbox
...
# Conflicts:
# .agents/notes/implemented/feature/2026-08-01-pwsh-tool-and-executor.i18n.yaml
# .agents/notes/implemented/feature/2026-08-01-pwsh-tool-and-executor.zh.md
# packages/bash/tool-pwsh/README.i18n.yaml
# packages/bash/tool-pwsh/README.zh.md
2026-08-09 16:59:52 +08:00
Tianyi Cui
2d57bb5503
Merge branch 'worktree/ci-native-windows-coverage-20260808' into worktree/ci-native-windows-multicore-20260809
2026-08-09 16:50:29 +08:00
Tianyi Cui
abdcb9cf34
Merge branch 'worktree/ci-native-windows-20260808' into worktree/ci-native-windows-coverage-20260808
2026-08-09 16:50:25 +08:00
Tianyi Cui
e94cacd088
test(hmr): separate repeated watcher failures
2026-08-09 16:50:20 +08:00
Tianyi Cui
aa243fbe14
Merge branch 'worktree/ci-native-windows-coverage-20260808' into worktree/ci-native-windows-multicore-20260809
...
# Conflicts:
# .agents/notes/implemented/process/2026-08-08-native-windows-pull-request-ci.i18n.yaml
2026-08-09 16:48:02 +08:00
Tianyi Cui
1bc1b73d16
Merge branch 'worktree/ci-native-windows-20260808' into worktree/ci-native-windows-coverage-20260808
2026-08-09 16:47:17 +08:00
Tianyi Cui
728169a3dc
Merge remote-tracking branch 'origin/master' into worktree/ci-native-windows-20260808
...
# Conflicts:
# packages/settings/settings-local/README.i18n.yaml
# packages/settings/settings-local/README.zh.md
2026-08-09 16:46:57 +08:00
Tianyi Cui
db5833e77d
ci(windows): serialize instrumented coverage
2026-08-09 16:44:19 +08:00
Turtle
829e874ed2
docs: keep prose rule within budget
2026-08-09 16:42:54 +08:00
Tianyi Cui
208ad3e5b7
Merge branch 'worktree/ci-native-windows-20260808' into worktree/ci-native-windows-coverage-20260808
...
# Conflicts:
# .agents/notes/implemented/process/2026-08-08-native-windows-pull-request-ci.i18n.yaml
# .agents/notes/implemented/process/2026-08-08-native-windows-pull-request-ci.md
# .agents/notes/implemented/process/2026-08-08-native-windows-pull-request-ci.zh.md
# vendor/README.md
2026-08-09 16:42:06 +08:00
Tianyi Cui
455e6ec583
fix(hmr): await module watcher readiness
2026-08-09 16:40:13 +08:00
Tianyi Cui
480dd9292a
test(windows): budget instrumented integration waits
2026-08-09 16:39:41 +08:00
Turtle
93f519b8b8
Merge remote-tracking branch 'origin/master' into codex/concrete-provenance-prose
...
# Conflicts:
# .agents/notes/implemented/architecture/2026-07-29-terminal-llm-stream-failures.i18n.yaml
# .agents/notes/implemented/architecture/2026-07-29-terminal-llm-stream-failures.zh.md
# .agents/notes/implemented/feature/2026-07-27-trajectory-inspection-ledger.i18n.yaml
# .agents/notes/implemented/feature/2026-07-27-trajectory-inspection-ledger.zh.md
# .agents/notes/implemented/process/2026-08-08-browser-gif-evidence-chain.i18n.yaml
# .agents/notes/implemented/process/2026-08-08-browser-gif-evidence-chain.zh.md
# docs/architecture.i18n.yaml
# docs/architecture.zh.md
# packages/boot/app-boot/README.i18n.yaml
# packages/boot/app-boot/README.zh.md
2026-08-09 16:39:34 +08:00
Huanqi Cao
018009338b
Merge remote-tracking branch 'origin/master' into feat/windows-pwsh-default
...
# Conflicts:
# .agents/notes/proposed/feature/2026-08-01-windows-pwsh-default.i18n.yaml
# .agents/notes/proposed/feature/2026-08-01-windows-pwsh-default.zh.md
# packages/bundle/base/README.i18n.yaml
# packages/bundle/base/README.md
# packages/bundle/base/README.zh.md
2026-08-09 16:37:48 +08:00
Huanqi Cao
33e4c6580f
feat(tool-pwsh): teach the confined named-pipe capture boundary to the model
...
Under read-only and workspace-write the Windows ACL sandbox leaves
programs unable to open named pipes, so a piped-stdio spawn fails with
EPERM. State that boundary in the pwsh tool description next to the
ConstrainedLanguage contract, pin it in the tool tests, and bring the
package README and both implemented Agent Notes current with it.
2026-08-09 16:34:25 +08:00
Huanqi Cao
8f2c7c5047
docs(sandbox): attribute the named-pipe default SD to the Win32-layer user-mode template
...
CreateNamedPipeW with NULL security attributes does not install a kernel
template: KernelBase builds the documented 5-ACE default SD in user mode
and passes it down; the kernel itself (a raw SD-null create) applies the
token default DACL. Correct the claim in both README sides and the
runner.spec pin comment, and link the MS template documentation.
2026-08-09 16:34:09 +08:00
Turtle
93e858faf9
docs: address prose review findings
2026-08-09 16:31:15 +08:00
Turtle
f86d18897b
Merge pull request #2087 from deepseek-harness/xjt/generated-docs-zh-translation-apply
...
docs: complete Chinese proofreading and generated reference pairing
2026-08-09 16:29:34 +08:00
Tianyi Cui
71b2c958c4
Merge branch 'worktree/ci-native-windows-coverage-20260808' into worktree/ci-native-windows-multicore-20260809
2026-08-09 16:14:31 +08:00
Tianyi Cui
8e8c53bf72
Merge branch 'worktree/ci-native-windows-20260808' into worktree/ci-native-windows-coverage-20260808
2026-08-09 16:14:01 +08:00
Tianyi Cui
f1c5c6e0b2
Merge remote-tracking branch 'origin/master' into worktree/ci-native-windows-20260808
2026-08-09 16:13:29 +08:00
Tianyi Cui
c5237fd20f
ci(windows): reduce coverage fan-out to two
2026-08-09 16:09:48 +08:00
xjt
96beea5cad
fix(docs): align merged contract terminology
2026-08-09 16:02:05 +08:00
Turtle
2f3821c232
Merge remote-tracking branch 'origin/master' into codex/concrete-provenance-prose
2026-08-09 15:51:40 +08:00
Turtle
3766e333b1
test(snapshot): refresh session query tool schema
2026-08-09 15:51:34 +08:00
xjt
9c61089ecd
Merge remote-tracking branch 'origin/master' into xjt/generated-docs-zh-translation-apply
2026-08-09 15:48:23 +08:00
fz
338086c42a
Merge pull request #1375 from deepseek-harness/codex/fix-deepseek-keepalive
...
fix(llm): honor DeepSeek SSE keep-alives
2026-08-09 15:47:23 +08:00
Tianyi Cui
5bce0154e2
Merge branch 'worktree/ci-native-windows-coverage-20260808' into worktree/ci-native-windows-multicore-20260809
...
# Conflicts:
# .agents/notes/implemented/process/2026-08-08-native-windows-pull-request-ci.i18n.yaml
2026-08-09 15:45:59 +08:00
Tianyi Cui
ebf1417a8c
Merge branch 'worktree/ci-native-windows-20260808' into worktree/ci-native-windows-coverage-20260808
2026-08-09 15:43:25 +08:00
Tianyi Cui
dcb45aae65
test(windows): preserve watcher defaults
2026-08-09 15:43:01 +08:00
Tianyi Cui
6a0dad1978
Merge branch 'worktree/ci-native-windows-20260808' into worktree/ci-native-windows-coverage-20260808
2026-08-09 15:42:32 +08:00
Tianyi Cui
48882aa988
test(windows): isolate HMR alias identity
2026-08-09 15:42:24 +08:00
Tianyi Cui
2abc132af5
fix(windows): stabilize covered native fixtures
2026-08-09 15:42:01 +08:00
Turtle
118a2f6866
Merge pull request #2097 from deepseek-harness/codex/replace-eslint-workflow-with-oxlint
...
refactor: make lint workflows Oxlint-only
2026-08-09 15:35:28 +08:00
Turtle
9704749b01
docs: replace vague provenance prose with recorded facts
2026-08-09 15:35:02 +08:00
Tianyi Cui
e2e75546a7
Merge branch 'worktree/ci-native-windows-coverage-20260808' into worktree/ci-native-windows-multicore-20260809
2026-08-09 15:17:55 +08:00
Tianyi Cui
98687f6d28
ci(windows): reduce coverage worker fan-out
2026-08-09 15:17:46 +08:00
xjt
a0d48c9c87
Merge remote-tracking branch 'origin/master' into xjt/generated-docs-zh-translation-apply
...
# Conflicts:
# .agents/notes/implemented/feature/2026-08-07-default-model-follows-the-picker.i18n.yaml
# .agents/notes/implemented/feature/2026-08-07-default-model-follows-the-picker.zh.md
# docs/architecture.i18n.yaml
# docs/architecture.zh.md
# docs/user/guide/providers.i18n.yaml
# docs/user/guide/providers.zh.md
# docs/user/guide/quickstart.i18n.yaml
# docs/user/guide/quickstart.zh.md
# packages/boot/app-boot/README.i18n.yaml
# packages/boot/app-boot/README.zh.md
# packages/bundle/headless/README.i18n.yaml
# packages/bundle/headless/README.zh.md
2026-08-09 15:17:35 +08:00
Tianyi Cui
03ba3c506f
fix(windows): isolate nested repository installs
2026-08-09 15:15:03 +08:00
Turtle
996ff7a440
test: refresh translation prompt snapshot
2026-08-09 15:14:14 +08:00
fz
cf5e04f75c
docs: document idle watchdog activity pulses
2026-08-09 15:12:23 +08:00
Tianyi Cui
e6c602feae
Merge branch 'worktree/ci-native-windows-coverage-20260808' into worktree/ci-native-windows-multicore-20260809
2026-08-09 15:09:46 +08:00
Tianyi Cui
4a7e51f050
Merge branch 'worktree/ci-native-windows-20260808' into worktree/ci-native-windows-coverage-20260808
2026-08-09 15:07:57 +08:00