We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 911eb92 commit 753a7acCopy full SHA for 753a7ac
webview-ui/src/App.tsx
@@ -12,7 +12,7 @@ import WelcomeView from "./components/welcome/WelcomeView"
12
import McpView from "./components/mcp/McpView"
13
import PromptsView from "./components/prompts/PromptsView"
14
15
-type Tab = "settings" | "history" | "mcp" | "prompts" | "research" | "chat"
+type Tab = "settings" | "history" | "mcp" | "prompts" | "chat"
16
17
const tabsByMessageAction: Partial<Record<NonNullable<ExtensionMessage["action"]>, Tab>> = {
18
chatButtonClicked: "chat",
0 commit comments