mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-13 14:50:34 +00:00
test(agents): add missing announce delivery regressions
This commit is contained in:
@@ -47,10 +47,15 @@ function maybeBootstrapChannelPlugin(params: {
|
||||
const autoEnabled = applyPluginAutoEnable({ config: cfg }).config;
|
||||
const defaultAgentId = resolveDefaultAgentId(autoEnabled);
|
||||
const workspaceDir = resolveAgentWorkspaceDir(autoEnabled, defaultAgentId);
|
||||
loadOpenClawPlugins({
|
||||
config: autoEnabled,
|
||||
workspaceDir,
|
||||
});
|
||||
try {
|
||||
loadOpenClawPlugins({
|
||||
config: autoEnabled,
|
||||
workspaceDir,
|
||||
});
|
||||
} catch {
|
||||
// Allow a follow-up resolution attempt if bootstrap failed transiently.
|
||||
bootstrapAttempts.delete(attemptKey);
|
||||
}
|
||||
}
|
||||
|
||||
export function resolveOutboundChannelPlugin(params: {
|
||||
|
||||
Reference in New Issue
Block a user