diff --git a/webview-ui/src/App.tsx b/webview-ui/src/App.tsx index 98e44495fa..f66385f0dc 100644 --- a/webview-ui/src/App.tsx +++ b/webview-ui/src/App.tsx @@ -12,7 +12,7 @@ import WelcomeView from "./components/welcome/WelcomeView" import McpView from "./components/mcp/McpView" import PromptsView from "./components/prompts/PromptsView" -type Tab = "settings" | "history" | "mcp" | "prompts" | "research" | "chat" +type Tab = "settings" | "history" | "mcp" | "prompts" | "chat" const tabsByMessageAction: Partial, Tab>> = { chatButtonClicked: "chat",