Merge remote-tracking branch 'upstream/main' into copilot/resolve-code-branch-conflicts

# Conflicts:
#	README-zh.md
#	docs/zh/s01-the-agent-loop.md
#	docs/zh/s04-subagent.md
This commit is contained in:
copilot-swe-agent[bot]
2026-03-19 03:00:25 +00:00
54 changed files with 631 additions and 115 deletions

View File

@@ -3,6 +3,8 @@
`s01 > s02 > s03 > [ s04 ] s05 > s06 | s07 > s08 > s09 > s10 > s11 > s12`
> *"大任务拆小, 每个小任务干净的上下文"* -- Subagent 用独立 messages[], 不污染主对话。
>
> **Harness 层**: 上下文隔离 -- 守护模型的思维清晰度。
## 问题