diff --git a/macos/Sources/Features/App Intents/NewTerminalIntent.swift b/macos/Sources/Features/App Intents/NewTerminalIntent.swift index 9b95208bb..f7242ee56 100644 --- a/macos/Sources/Features/App Intents/NewTerminalIntent.swift +++ b/macos/Sources/Features/App Intents/NewTerminalIntent.swift @@ -123,7 +123,8 @@ struct NewTerminalIntent: AppIntent { if let view = controller.newSplit( at: parent, - direction: location.splitDirection! + direction: location.splitDirection!, + baseConfig: config ) { return .result(value: TerminalEntity(view)) }