fix(runtime): guard carry-forward prompts and support inbound IPC injection
This commit is contained in:
@@ -114,6 +114,7 @@ export function startIpcWatcher(deps: IpcDeps): void {
|
||||
isMain,
|
||||
roomBindings,
|
||||
deps.sendMessage,
|
||||
deps.injectInboundMessage,
|
||||
);
|
||||
if (forwardResult.outcome === 'sent') {
|
||||
logger.info(
|
||||
|
||||
Reference in New Issue
Block a user