From ca24408a1394840001ea12c1378e814a7af266e0 Mon Sep 17 00:00:00 2001 From: Jakob Schlanstedt Date: Thu, 30 Oct 2025 17:15:38 +0100 Subject: [PATCH] fix(root-command-executor): fix regression in root_command_executor --- apps/client/src/components/root_command_executor.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/src/components/root_command_executor.ts b/apps/client/src/components/root_command_executor.ts index 6ef93f847..45909738c 100644 --- a/apps/client/src/components/root_command_executor.ts +++ b/apps/client/src/components/root_command_executor.ts @@ -242,6 +242,7 @@ export default class RootCommandExecutor extends Component { const result = await noteCreateService.createNote( { + parentNoteUrl: rootNoteId, target: "into", title: "New AI Chat", type: "aiChat",