fix(cli): repair agent runtime deps during startup

This commit is contained in:
Peter Steinberger
2026-05-01 11:52:01 +01:00
parent ef832f83f6
commit b48dcab1b5
4 changed files with 18 additions and 0 deletions

View File

@@ -245,6 +245,7 @@ describe("registerPreActionHooks", () => {
});
expect(ensurePluginRegistryLoadedMock).toHaveBeenCalledWith({
scope: "all",
installBundledRuntimeDeps: true,
});
});
@@ -261,6 +262,7 @@ describe("registerPreActionHooks", () => {
});
expect(ensurePluginRegistryLoadedMock).toHaveBeenCalledWith({
scope: "all",
installBundledRuntimeDeps: true,
});
});