Skip to content

Commit 833c1b1

Browse files
committed
Added wording tweak
1 parent 7594550 commit 833c1b1

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

webview-ui/src/components/chat/ChatView.tsx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -935,13 +935,10 @@ const ChatView = ({ isHidden, showAnnouncement, hideAnnouncement, showHistoryVie
935935
}}>
936936
{showAnnouncement && <Announcement version={version} hideAnnouncement={hideAnnouncement} />}
937937
<div style={{ padding: "0 20px", flexShrink: 0 }}>
938-
<h2>What can I do for you?</h2>
938+
<h2>PearAI Coding Agent (Powered by Roo Code / Cline)</h2>
939939
<p>
940-
Thanks to the latest breakthroughs in agentic coding capabilities, I can handle complex
941-
software development tasks step-by-step. With tools that let me create & edit files, explore
942-
complex projects, use the browser, and execute terminal commands (after you grant
943-
permission), I can assist you in ways that go beyond code completion or tech support. I can
944-
even use MCP to create new tools and extend my own capabilities.
940+
Ask me to create a new feature, fix a bug, anything else. I can create & edit files, explore
941+
complex projects, use the browser, and execute terminal commands!
945942
</p>
946943
</div>
947944
{taskHistory.length > 0 && <HistoryPreview showHistoryView={showHistoryView} />}

webview-ui/src/components/welcome/WelcomeView.tsx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,15 @@ const WelcomeView = () => {
1515

1616
return (
1717
<div style={{ position: "fixed", top: 0, left: 0, right: 0, bottom: 0, padding: "0 20px" }}>
18-
<h2>Welcome to PearAI's Coding Agent (Powered by Roo Code / Cline)!</h2>
19-
<p>Ask me to code new features or fix bugs!</p>
18+
<h2>Welcome to PearAI Coding Agent (Powered by Roo Code / Cline)!</h2>
19+
<p>
20+
Ask me to create a new feature, fix a bug, anything else. I can create & edit files, explore complex
21+
projects, use the browser, and execute terminal commands!
22+
</p>
2023

2124
<div style={{ marginTop: "10px" }}>
2225
<VSCodeButton onClick={handleSubmit} style={{ marginTop: "3px" }}>
23-
Proceed
26+
Next
2427
</VSCodeButton>
2528
</div>
2629
</div>

0 commit comments

Comments
 (0)