docs: clarify plugin disable doctor behavior

This commit is contained in:
Peter Steinberger
2026-04-28 00:06:57 +01:00
parent f1edd601bc
commit 2fbbc6e2fa
2 changed files with 8 additions and 1 deletions

View File

@@ -86,6 +86,7 @@ cat ~/.openclaw/openclaw.json
- Legacy plugin manifest contract key migration (`speechProviders`, `realtimeTranscriptionProviders`, `realtimeVoiceProviders`, `mediaUnderstandingProviders`, `imageGenerationProviders`, `videoGenerationProviders`, `webFetchProviders`, `webSearchProviders` → `contracts`).
- Legacy cron store migration (`jobId`, `schedule.cron`, top-level delivery/payload fields, payload `provider`, simple `notify: true` webhook fallback jobs).
- Legacy agent runtime-policy migration to `agents.defaults.agentRuntime` and `agents.list[].agentRuntime`.
- Stale plugin config cleanup when plugins are enabled; when `plugins.enabled=false`, stale plugin references are treated as inert containment config and are preserved.
</Accordion>
<Accordion title="State and integrity">
- Session lock file inspection and stale lock cleanup.