refactor(installer): rename to install.mjs, remove record/restore flow, add --no-reply-port and wire config port

This commit is contained in:
2026-03-08 06:38:33 +00:00
parent 7640e80373
commit 4d50826f2a
8 changed files with 266 additions and 501 deletions

View File

@@ -13,6 +13,7 @@ export function getLivePluginConfig(api: OpenClawPluginApi, fallback: DirigentCo
enableDirigentPolicyTool: true,
enableDebugLogs: false,
debugLogChannelIds: [],
noReplyPort: 8787,
schedulingIdentifier: "➡️",
waitIdentifier: "👤",
...cfg,