fix(runtime): guard carry-forward prompts and support inbound IPC injection

This commit is contained in:
ejclaw
2026-04-20 13:31:34 +09:00
parent 5de25ca0aa
commit fc1c377cf1
4 changed files with 193 additions and 19 deletions

View File

@@ -114,6 +114,7 @@ export function startIpcWatcher(deps: IpcDeps): void {
isMain,
roomBindings,
deps.sendMessage,
deps.injectInboundMessage,
);
if (forwardResult.outcome === 'sent') {
logger.info(