docs(doctor): document stale channel plugin cleanup (edb3e84898) · openclaw/openclaw@9be5404
vincentkoc
·
2026-04-27
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -379,6 +379,9 @@ That stages grounded durable candidates into the short-term dreaming store while
|
379 | 379 | <Accordion title="11b. Bootstrap file size"> |
380 | 380 | Doctor checks whether workspace bootstrap files (for example `AGENTS.md`, `CLAUDE.md`, or other injected context files) are near or over the configured character budget. It reports per-file raw vs. injected character counts, truncation percentage, truncation cause (`max/file` or `max/total`), and total injected characters as a fraction of the total budget. When files are truncated or near the limit, doctor prints tips for tuning `agents.defaults.bootstrapMaxChars` and `agents.defaults.bootstrapTotalMaxChars`. |
381 | 381 | </Accordion> |
| 382 | +<Accordion title="11d. Stale channel plugin cleanup"> |
| 383 | +When `openclaw doctor --fix` removes a missing channel plugin, it also removes the dangling channel-scoped config that referenced that plugin: `channels.<id>` entries, heartbeat targets that named the channel, and `agents.*.models["<channel>/*"]` overrides. This prevents Gateway boot loops where the channel runtime is gone but config still asks the gateway to bind to it. |
| 384 | +</Accordion> |
382 | 385 | <Accordion title="11c. Shell completion"> |
383 | 386 | Doctor checks whether tab completion is installed for the current shell (zsh, bash, fish, or PowerShell): |
384 | 387 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。