You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/plugins/manifest.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1199,7 +1199,7 @@ Important examples:
1199
1199
|`openclaw.install.minHostVersion`| Minimum supported OpenClaw host version, using a semver floor like `>=2026.3.22` or `>=2026.5.1-beta.1`. |
1200
1200
|`openclaw.install.expectedIntegrity`| Expected npm dist integrity string such as `sha512-...`; install and update flows verify the fetched artifact against it. |
1201
1201
|`openclaw.install.allowInvalidConfigRecovery`| Allows a narrow bundled-plugin reinstall recovery path when config is invalid. |
1202
-
|`openclaw.startup.deferConfiguredChannelFullLoadUntilAfterListen`| Lets setup-only channel surfaces load before the full channel plugin during startup. |
1202
+
|`openclaw.startup.deferConfiguredChannelFullLoadUntilAfterListen`| Lets setup-runtime channel surfaces load before listen, then defers the full configured channel plugin until post-listen activation.|
1203
1203
1204
1204
Manifest metadata decides which provider/channel/setup choices appear in
1205
1205
onboarding before runtime loads. `package.json#openclaw.install` tells
0 commit comments