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) => {