>
)
- case "consult_advisor_response":
- return (
- <>
-
- >
- )
default:
return (
<>
diff --git a/webview-ui/src/components/chat/ChatView.tsx b/webview-ui/src/components/chat/ChatView.tsx
index 22c1b96638..70e879f497 100644
--- a/webview-ui/src/components/chat/ChatView.tsx
+++ b/webview-ui/src/components/chat/ChatView.tsx
@@ -198,6 +198,7 @@ const ChatView = ({ isHidden, showAnnouncement, hideAnnouncement, showHistoryVie
case "error":
case "api_req_finished":
case "text":
+ case "advisor_response":
case "browser_action":
case "browser_action_result":
case "browser_action_launch":
@@ -207,8 +208,6 @@ const ChatView = ({ isHidden, showAnnouncement, hideAnnouncement, showHistoryVie
case "command_output":
case "mcp_server_request_started":
case "mcp_server_response":
- case "consult_advisor_request_started":
- case "consult_advisor_response":
case "completion_result":
case "tool":
break
@@ -472,7 +471,6 @@ const ChatView = ({ isHidden, showAnnouncement, hideAnnouncement, showHistoryVie
}
break
case "mcp_server_request_started":
- case "consult_advisor_request_started":
return false
}
return true
diff --git a/webview-ui/src/components/settings/ApiOptions.tsx b/webview-ui/src/components/settings/ApiOptions.tsx
index 52e7a170d8..213fcdf6d5 100644
--- a/webview-ui/src/components/settings/ApiOptions.tsx
+++ b/webview-ui/src/components/settings/ApiOptions.tsx
@@ -818,7 +818,7 @@ const ApiOptions = ({ showModelOptions, apiErrorMessage, modelIdErrorMessage, ad
marginBottom: "10px",
color: "var(--vscode-foreground)",
}}>
- This is the default driver model for Cline. It will read and edit files, run commands, and more, with
+ This model is the default driver for Cline. It will read and edit files, run commands, and more, with
your permission at each step.
{selectedProvider === "anthropic" && (
@@ -846,8 +846,8 @@ const ApiOptions = ({ showModelOptions, apiErrorMessage, modelIdErrorMessage, ad
marginBottom: "10px",
color: "var(--vscode-foreground)",
}}>
- The Cline model can call this smarter, more powerful model to ask for help on planning out a task,
- fixing a hard bug, and other complex problems.
+ The Cline model can consult this smarter, more powerful model for help on planning out a task, fixing
+ a hard bug, and other complex problems.
{selectedProvider === "anthropic" && (