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
|`onStartup`| No |`boolean`| Explicit Gateway startup activation. Every plugin should set this. `true` imports the plugin during startup; `false`opts out of the deprecated implicit sidecar startup fallback unless another matched trigger requires loading. |
294
-
|`onProviders`| No |`string[]`| Provider ids that should include this plugin in activation/load plans. |
295
-
|`onAgentHarnesses`| No |`string[]`| Embedded agent harness runtime ids that should include this plugin in activation/load plans. Use top-level `cliBackends` for CLI backend aliases. |
296
-
|`onCommands`| No |`string[]`| Command ids that should include this plugin in activation/load plans. |
297
-
|`onChannels`| No |`string[]`| Channel ids that should include this plugin in activation/load plans. |
298
-
|`onRoutes`| No |`string[]`| Route kinds that should include this plugin in activation/load plans. |
299
-
|`onConfigPaths`| No |`string[]`| Root-relative config paths that should include this plugin in startup/load plans when the path is present and not explicitly disabled. |
300
-
|`onCapabilities`| No |`Array<"provider" \| "channel" \| "tool" \| "hook">`| Broad capability hints used by control-plane activation planning. Prefer narrower fields when possible. |
|`onStartup`| No |`boolean`| Explicit Gateway startup activation. Every plugin should set this. `true` imports the plugin during startup; `false`keeps it startup-lazy unless another matched trigger requires loading. |
285
+
|`onProviders`| No |`string[]`| Provider ids that should include this plugin in activation/load plans. |
286
+
|`onAgentHarnesses`| No |`string[]`| Embedded agent harness runtime ids that should include this plugin in activation/load plans. Use top-level `cliBackends` for CLI backend aliases. |
287
+
|`onCommands`| No |`string[]`| Command ids that should include this plugin in activation/load plans. |
288
+
|`onChannels`| No |`string[]`| Channel ids that should include this plugin in activation/load plans. |
289
+
|`onRoutes`| No |`string[]`| Route kinds that should include this plugin in activation/load plans. |
290
+
|`onConfigPaths`| No |`string[]`| Root-relative config paths that should include this plugin in startup/load plans when the path is present and not explicitly disabled. |
291
+
|`onCapabilities`| No |`Array<"provider" \| "channel" \| "tool" \| "hook">`| Broad capability hints used by control-plane activation planning. Prefer narrower fields when possible. |
301
292
302
293
Current live consumers:
303
294
304
295
- Gateway startup planning uses `activation.onStartup` for explicit startup
305
-
import and opt-out of deprecated implicit sidecar startup fallback
296
+
import
306
297
- command-triggered CLI planning falls back to legacy
307
298
`commandAliases[].cliCommand` or `commandAliases[].name`
308
299
- agent-runtime startup planning uses `activation.onAgentHarnesses` for
0 commit comments