From 45b9cf1df0b5dcb9ab580dfaaeaa6d7370e2712b Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 15 Jan 2026 19:31:44 +0800 Subject: [PATCH] feat(opencode): add OpenCode button to AppSwitcher Add the fourth tab button for OpenCode in the app switcher component, making the OpenCode providers page accessible from the main navigation. --- src/components/AppSwitcher.tsx | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/components/AppSwitcher.tsx b/src/components/AppSwitcher.tsx index cb3223c9..a724405d 100644 --- a/src/components/AppSwitcher.tsx +++ b/src/components/AppSwitcher.tsx @@ -92,6 +92,28 @@ export function AppSwitcher({ activeApp, onSwitch }: AppSwitcherProps) { /> {appDisplayName.gemini} + + ); }