docs(i18n): include complete proofreading corpus

This commit is contained in:
xjt
2026-08-12 12:30:19 +08:00
parent 7b450d121e
commit 4806d94715
884 changed files with 2546 additions and 2547 deletions

View File

@@ -3,4 +3,4 @@
# after editing either side, bring the other along and re-record with:
# pnpm run verify-translation-pairing --write packages/bundle/headless/README.md
README.md: 3d9ca350f5f8891e60cfc57c9ca89ef57d9790d3
README.zh.md: 8dc21998009d8bc35844b7d87f6734996f2bb293
README.zh.md: a05019b8d01518a83a54f2637ff4daf80061c0ed

View File

@@ -8,13 +8,13 @@ Loader 结算后runner 读取共享的 [`ctx.agentDefaultModel`](../../core/a
## 模型体验
无影响,因为 runner 把任务作为普通用户消息提交;提示词与工具 base 和 headless 组合包中的相应行所有
无影响,因为 runner 把任务作为普通用户消息提交;提示词与工具 base 和 headless 组合包中的相应条目提供
#### KV Cache 影响
runner 不向请求前缀添加任何内容。
## 已知限制与延期工作
## 已知限制与暂缓事项
- **只提交一个任务**runner 没有用于交互式后续输入的 surface它会等待 Agent 在返回 idle 前完成的所有工作,并打印该区间内最后一条非空 assistant 消息。
- **`ctx.appExit` 由启动器持有**:在 `dsh` 启动器之外启动 headless profile 会在激活时明确报错,直到宿主提供该退出请求。