docs: update stale sub-agent context injection details (#79470) · openclaw/openclaw@f13fb2e
lastguru-net
·
2026-05-09
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -145,6 +145,7 @@ Docs: https://docs.openclaw.ai
|
145 | 145 | |
146 | 146 | ### Fixes |
147 | 147 | |
| 148 | +- Docs/Subagents: correct the listed sub-agent bootstrap context files to include `SOUL.md`, `IDENTITY.md`, and `USER.md`. (#79470) Thanks @lastguru-net. |
148 | 149 | - OpenAI/Codex: install the Codex runtime plugin from npm during OpenAI onboarding and load it automatically for implicit OpenAI model routes, while preserving manual PI runtime overrides. Fixes #79358. |
149 | 150 | - OpenAI/realtime voice: defer `response.create` while a realtime response is still active, retry after `response.done`/`response.cancelled`, and align GA input transcription/noise-reduction defaults with the Codex realtime reference so Discord/Voice Call consult results can resume speaking instead of tripping the active-response race. |
150 | 151 | - OpenAI/realtime voice: avoid duplicate barge-in cancellation requests, log realtime model interruption/cutoff events in Discord voice logs, and treat OpenAI's no-active-response cancellation reply as a completed cancel so Discord voice sessions do not wedge pending speech after fast interruptions. |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -547,7 +547,7 @@ still need normal device approval for scope upgrades.
|
547 | 547 | - Sub-agent announce is **best-effort**. If the gateway restarts, pending "announce back" work is lost. |
548 | 548 | - Sub-agents still share the same gateway process resources; treat `maxConcurrent` as a safety valve. |
549 | 549 | - `sessions_spawn` is always non-blocking: it returns `{ status: "accepted", runId, childSessionKey }` immediately. |
550 | | -- Sub-agent context only injects `AGENTS.md` + `TOOLS.md` (no `SOUL.md`, `IDENTITY.md`, `USER.md`, `HEARTBEAT.md`, or `BOOTSTRAP.md`). |
| 550 | +- Sub-agent context only injects `AGENTS.md`, `TOOLS.md`, `SOUL.md`, `IDENTITY.md` and `USER.md` (no `MEMORY.md`, `HEARTBEAT.md`, or `BOOTSTRAP.md`). |
551 | 551 | - Maximum nesting depth is 5 (`maxSpawnDepth` range: 1–5). Depth 2 is recommended for most use cases. |
552 | 552 | - `maxChildrenPerAgent` caps active children per session (default `5`, range `1–20`). |
553 | 553 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。