From 4193ed57f0e5e201d26277153e589c7915d1e657 Mon Sep 17 00:00:00 2001 From: arkml Date: Mon, 8 Sep 2025 22:49:59 +0530 Subject: [PATCH] update placeholder text for copilot --- apps/rowboat/app/projects/[projectId]/copilot/app.tsx | 3 +-- apps/rowboat/components/common/compose-box-copilot.tsx | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/rowboat/app/projects/[projectId]/copilot/app.tsx b/apps/rowboat/app/projects/[projectId]/copilot/app.tsx index cfd74b5f..2a1eddff 100644 --- a/apps/rowboat/app/projects/[projectId]/copilot/app.tsx +++ b/apps/rowboat/app/projects/[projectId]/copilot/app.tsx @@ -219,7 +219,7 @@ const App = forwardRef<{ handleCopyChat: () => void; handleUserMessage: (message šŸ‘‹ Hi there!

- I'm your copilot for building agents and adding tools to them. + I’m Skipper, your copilot for building agents and adding tools to them.

Here's what you can do in Rowboat: @@ -446,4 +446,3 @@ export const Copilot = forwardRef<{ handleUserMessage: (message: string) => void }); Copilot.displayName = 'Copilot'; - diff --git a/apps/rowboat/components/common/compose-box-copilot.tsx b/apps/rowboat/components/common/compose-box-copilot.tsx index 643fd0e6..d4abe3d9 100644 --- a/apps/rowboat/components/common/compose-box-copilot.tsx +++ b/apps/rowboat/components/common/compose-box-copilot.tsx @@ -98,7 +98,7 @@ export function ComposeBoxCopilot({ onFocus={handleFocus} onBlur={() => setIsFocused(false)} disabled={loading} - placeholder="Type a message..." + placeholder="Ask Skipper to build or update your assistant..." autoResize={true} maxHeight={200} className={`