fix(subagent): preserve continuable behavior after rebase

This commit is contained in:
imccyu
2026-08-01 08:37:21 +08:00
parent 264bc41a13
commit bb6e6d6f3b
22 changed files with 173 additions and 60 deletions

View File

@@ -2,5 +2,5 @@
# side as of the last confirmed-consistent state. Both languages carry equal authority;
# after editing either side, bring the other along and re-record with:
# pnpm run verify-translation-pairing --write packages/subagent/subagent-fork/README.md
README.md: b448dc309bff07c744443530a648c7c30e4d20d9
README.zh.md: 3e14206d5637fded9edb4e173608c55e3341f8fc
README.md: 55475aee7841e91960de79887dfe9bf37afdf9da
README.zh.md: 3eec8cb51a47243a1f06416a3f8f99ae8df8e734

View File

@@ -57,5 +57,4 @@ fork 会把保留的已完成历史复制到独立的子 agent 请求中;随
## 已知限制与暂缓事项
- **运行不公开 `sendMessage`/`resume`**:进程内运行不具备这些可选运行时能力。
- **初始内容是一次性快照**:子 agent 只能看到 fork 时父 agent 已完成的轮次,看不到父 agent 此后记录的任何内容;不会实时共享上下文。

View File

@@ -2,5 +2,5 @@
# side as of the last confirmed-consistent state. Both languages carry equal authority;
# after editing either side, bring the other along and re-record with:
# pnpm run verify-translation-pairing --write packages/subagent/subagent-spawn/README.md
README.md: 868f829edbcfe2eb4d66ccd0ff9988924c70298b
README.zh.md: 99cfdf0e633345d1152c59cbe5ce7a029eb6ec9d
README.md: 811f19e6e68362bd14e75d0a9059ee61fda3f015
README.zh.md: 2b189f77c4ff63ca026f472187a55c68def18ea1

View File

@@ -52,5 +52,4 @@ spawn 声明 `{ outputSchema: true, depthLimit: true, toolFilter: true, persona:
## 已知限制与暂缓事项
- **运行不公开 `sendMessage`/`resume`**:进程内运行不具备这些可选运行时能力。
- **全新表示不含父 agent transcript文本记录**:子 agent 会继承 cwd、谱系、模型及显式配置的 persona/工具限制,但不继承父 agent 的任何对话;需要已完成轮次上下文时,请使用 fork 提供方。