mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:20:45 +00:00
refactor: drop legacy implicit startup sidecar fallback
This commit is contained in:
@@ -61,10 +61,8 @@ to narrow plugin loading before broader registry materialization:
|
||||
- explicit provider setup/runtime resolution narrows to plugins that own the
|
||||
requested provider id
|
||||
- Gateway startup planning uses `activation.onStartup` for explicit startup
|
||||
imports and startup opt-outs; every plugin should declare it as OpenClaw
|
||||
moves away from implicit startup imports, while plugins without static
|
||||
capability metadata and without `activation.onStartup` still use the
|
||||
deprecated implicit startup sidecar fallback for compatibility
|
||||
imports and startup opt-outs; plugins without startup metadata load only
|
||||
through narrower activation triggers
|
||||
|
||||
The activation planner exposes both an ids-only API for existing callers and a
|
||||
plan API for new diagnostics. Plan entries report why a plugin was selected,
|
||||
|
||||
Reference in New Issue
Block a user