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",