diff --git a/src/core/Cline.ts b/src/core/Cline.ts
index 2f296db..887c66e 100644
--- a/src/core/Cline.ts
+++ b/src/core/Cline.ts
@@ -750,7 +750,7 @@ export class Cline {
}
async *attemptApiRequest(previousApiReqIndex: number): ApiStream {
- let systemPrompt = await SYSTEM_PROMPT(cwd, this.api.getModel().info.supportsImages ?? false)
+ let systemPrompt = await SYSTEM_PROMPT(cwd, this.api.getModel().info.supportsComputerUse ?? false)
if (this.customInstructions && this.customInstructions.trim()) {
// altering the system prompt mid-task will break the prompt cache, but in the grand scheme this will not change often so it's better to not pollute user messages with it the way we have to with
systemPrompt += addCustomInstructions(this.customInstructions)
diff --git a/webview-ui/src/components/chat/Announcement.tsx b/webview-ui/src/components/chat/Announcement.tsx
index fca9a07..20a4a9c 100644
--- a/webview-ui/src/components/chat/Announcement.tsx
+++ b/webview-ui/src/components/chat/Announcement.tsx
@@ -40,9 +40,10 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => {
"Computer Use"
{" "}
feature to launch a browser, click, type, and scroll. This gives him more autonomy in runtime debugging,
- end-to-end testing, and even general web use!{" "}
+ end-to-end testing, and even general web use. Try asking "look up the weather in San Diego" to see it in
+ action, or{" "}
- See a demo here.
+ see a full demo here.
{/*