From dbe4eaa07a0ec791660fa0bc206532ed5503dd19 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Thu, 20 Aug 2026 02:42:58 +0000 Subject: [PATCH] Call them coworkers on the page that creates them The create panel already says coworker. The roster that opens it still said agent. Co-authored-by: krong --- app/src/components/agents/agent-profile.tsx | 2 +- app/src/components/app-sidebar/app-sidebar.tsx | 4 ++-- app/src/routes/_authed/_app/agents/index.tsx | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/src/components/agents/agent-profile.tsx b/app/src/components/agents/agent-profile.tsx index e6fcfe1..a901069 100644 --- a/app/src/components/agents/agent-profile.tsx +++ b/app/src/components/agents/agent-profile.tsx @@ -198,7 +198,7 @@ export function AgentProfile({ agentId }: { agentId: string }) { {profile.hidden ? (

- Hidden from your agents list. This changes nothing for anyone + Hidden from your coworkers list. This changes nothing for anyone else.

) : null} diff --git a/app/src/components/app-sidebar/app-sidebar.tsx b/app/src/components/app-sidebar/app-sidebar.tsx index eed2823..91bcfec 100644 --- a/app/src/components/app-sidebar/app-sidebar.tsx +++ b/app/src/components/app-sidebar/app-sidebar.tsx @@ -245,7 +245,7 @@ export function AppSidebar({ ...props }: React.ComponentProps) { You don't have channels yet - Start talking to agents and your channels will appear + Start talking to coworkers and your channels will appear here. @@ -302,7 +302,7 @@ export function AppSidebar({ ...props }: React.ComponentProps) {
- Agents + Coworkers diff --git a/app/src/routes/_authed/_app/agents/index.tsx b/app/src/routes/_authed/_app/agents/index.tsx index 436b776..4779f3a 100644 --- a/app/src/routes/_authed/_app/agents/index.tsx +++ b/app/src/routes/_authed/_app/agents/index.tsx @@ -52,7 +52,7 @@ function AgentsScreen() {
-

Your agents

+

Your coworkers

@@ -82,7 +82,7 @@ function AgentsScreen() { - You don't have any agents created. + You don't have any coworkers created. @@ -90,7 +90,7 @@ function AgentsScreen() {
-

Explore agents

+

Explore coworkers

{!!explore?.length && explore.map((agent, index) => {