docs(i18n): address Agent Note review

This commit is contained in:
Tianyi Cui
2026-07-23 21:38:26 +08:00
parent e6ee7ddcd7
commit 8f4544c488
4 changed files with 28 additions and 28 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
2026-06-30-subagent-observe-enrich.md: a07cef95630689d1ca8cacd3eb7c50e691cb304a
2026-06-30-subagent-observe-enrich.zh.md: ce8374b4f046e97c1366256c5c6626013aa8c73f
2026-06-30-subagent-observe-enrich.zh.md: f433c3cbd451e982cfe96457794895120f9bc200

View File

@@ -18,7 +18,7 @@ Status: implemented
## 曾考虑的替代方案
**`agentType` subagent 类别标签**CC 的 `subagent_type` 在 harness 中的对应物),放在请求与两个生命周期载荷上。早期草案曾包含它;评审中移除,因为它是 Claude Code 的概念,不适合我们自己的 seam此处没有任何逻辑解释它唯一消费方是 CC 方言桥接层。CC 桥接层改为直接为其 SubagentStart/Stop 的 `agent_type` matcher 填入 Claude Code 自身的默认值 `"general-purpose"`,因此本 Agent Note 只交付一项丰富化:`lastAssistantMessage`
**`agentType` subagent 类别标签**CC 的 `subagent_type` 在 harness 中的对应物),放在请求与两个生命周期载荷上。早期草案曾包含它;评审中移除,因为它是 Claude Code 的概念,不适合我们自己的 seam此处没有任何逻辑解释它唯一消费方是 CC 方言桥接层。CC 桥接层改为直接为其 SubagentStart/Stop 的 `agent_type` matcher 填入 Claude Code 自身的默认值 `"general-purpose"`,因此本 Agent Note 只交付**一项**丰富化:`lastAssistantMessage`
**控制流式 `subagent/end`**:推迟;见下文。