chore(sync): mirror docs from openclaw/openclaw@b2cc5ab636

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-06 04:30:11 +00:00
parent fa546a9ab7
commit 603a67663b
2 changed files with 14 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "9ba97ceaed8932da1b7666cabf2f78fa1e5e4197",
"syncedAt": "2026-04-06T04:28:04.320Z"
"sha": "b2cc5ab6366cbdb03ba8f722287461ab2ba23a9e",
"syncedAt": "2026-04-06T04:30:11.398Z"
}

View File

@ -901,6 +901,18 @@ Disables automatic creation of workspace bootstrap files (`AGENTS.md`, `SOUL.md`
}
```
### `agents.defaults.contextInjection`
Controls when workspace bootstrap files are injected into the system prompt. Default: `"always"`.
- `"continuation-skip"`: safe continuation turns (after a completed assistant response) skip workspace bootstrap re-injection, reducing prompt size. Heartbeat runs and post-compaction retries still rebuild context.
```json5
{
agents: { defaults: { contextInjection: "continuation-skip" } },
}
```
### `agents.defaults.bootstrapMaxChars`
Max characters per workspace bootstrap file before truncation. Default: `20000`.