perf: reduce plugin runtime startup overhead

This commit is contained in:
Peter Steinberger
2026-03-22 16:32:17 +00:00
parent bb16ab9e08
commit 3fa2300ba1
18 changed files with 309 additions and 172 deletions

View File

@@ -15,7 +15,7 @@ import {
} from "../memory/prompt-section.js";
import { resolveUserPath } from "../utils.js";
import { inspectBundleMcpRuntimeSupport } from "./bundle-mcp.js";
import { clearPluginCommands } from "./commands.js";
import { clearPluginCommands } from "./command-registry-state.js";
import {
applyTestPluginDefaults,
normalizePluginsConfig,