From e49e781cb88df0030b4ed9408c771e29f02614af Mon Sep 17 00:00:00 2001 From: Kit Langton Date: Fri, 27 Feb 2026 09:44:01 -0500 Subject: feat(app): add Warp to the open menu (#15368) --- packages/app/src/components/session/session-header.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/app') diff --git a/packages/app/src/components/session/session-header.tsx b/packages/app/src/components/session/session-header.tsx index d531fa50a..f3209c354 100644 --- a/packages/app/src/components/session/session-header.tsx +++ b/packages/app/src/components/session/session-header.tsx @@ -35,6 +35,7 @@ const OPEN_APPS = [ "terminal", "iterm2", "ghostty", + "warp", "xcode", "android-studio", "powershell", @@ -63,6 +64,7 @@ const MAC_APPS = [ { id: "terminal", label: "Terminal", icon: "terminal", openWith: "Terminal" }, { id: "iterm2", label: "iTerm2", icon: "iterm2", openWith: "iTerm" }, { id: "ghostty", label: "Ghostty", icon: "ghostty", openWith: "Ghostty" }, + { id: "warp", label: "Warp", icon: "warp", openWith: "Warp" }, { id: "xcode", label: "Xcode", icon: "xcode", openWith: "Xcode" }, { id: "android-studio", -- cgit v1.2.3