diff options
| author | Kit Langton <[email protected]> | 2026-02-27 09:44:01 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-27 09:44:01 -0500 |
| commit | e49e781cb88df0030b4ed9408c771e29f02614af (patch) | |
| tree | 5da313223f6d45f6fa015112a48ee3a9d7f983a1 /packages/app/src/components | |
| parent | 78cea89e0ef8be6a457f02983366b3acde407adb (diff) | |
| download | opencode-e49e781cb88df0030b4ed9408c771e29f02614af.tar.gz opencode-e49e781cb88df0030b4ed9408c771e29f02614af.zip | |
feat(app): add Warp to the open menu (#15368)
Diffstat (limited to 'packages/app/src/components')
| -rw-r--r-- | packages/app/src/components/session/session-header.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
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", |
