Skip to content

Commit 65ad204

Browse files
committed
Content adjustments
1 parent c94290b commit 65ad204

File tree

1 file changed

+16
-53
lines changed
  • apps/web-roo-code/src/app/cloud/team

1 file changed

+16
-53
lines changed

apps/web-roo-code/src/app/cloud/team/page.tsx

Lines changed: 16 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,16 @@ import {
22
ArrowRight,
33
Users,
44
Settings,
5-
Github,
6-
Slack,
75
BarChart3,
86
Lock,
97
Puzzle,
108
ShieldCheck,
11-
UserCog,
129
DollarSign,
1310
Share2,
1411
LucideIcon,
1512
Server,
16-
FileKey,
17-
Building,
13+
ServerIcon,
14+
RefreshCcw,
1815
} from "lucide-react"
1916
import type { Metadata } from "next"
2017

@@ -114,37 +111,26 @@ interface Feature {
114111

115112
const features: Feature[] = [
116113
{
117-
icon: UserCog,
118-
title: "Team Member Management",
119-
description:
120-
"Invite, remove, and manage permissions for team members. Assign Admin or regular member roles to control access.",
121-
},
122-
{
123-
icon: Building,
124-
title: "Organization Profile",
125-
description: "Customize your organization with logo, name, and branding to create a cohesive team identity.",
126-
},
127-
{
128-
icon: Github,
129-
title: "GitHub Integration",
114+
icon: ShieldCheck,
115+
title: "Configuration Enforcement",
130116
description:
131-
"Centralized GitHub connection for the entire team. Agents can review PRs and collaborate on your repositories.",
117+
"Require team members to log in to the VS Code Extension so policies can be enforced via MDM distribution.",
132118
},
133119
{
134-
icon: Slack,
135-
title: "Slack Integration",
120+
icon: Server,
121+
title: "Provider Management",
136122
description:
137-
"Connect Slack once for your organization. Team members can interact with agents directly from channels.",
123+
"Configure and manage the model providers your team can access for both the Extension and Cloud Agents, with API-key-free management.",
138124
},
139125
{
140-
icon: Server,
141-
title: "Cloud Model Providers",
126+
icon: Puzzle,
127+
title: "Centralized Integration",
142128
description:
143-
"Configure and manage model providers for Cloud Agents with centralized API key management and team-wide access.",
129+
"Centralized GitHub and Slack connection for the entire team. Agents can review PRs, collaborate on your repositories and respond on your team channels.",
144130
},
145131
{
146-
icon: BarChart3,
147-
title: "Extension Task Sync",
132+
icon: RefreshCcw,
133+
title: "Extension Task Sync Config",
148134
description:
149135
"Require task syncing from VS Code Extension and control visibility settings for who can view each other's tasks.",
150136
},
@@ -154,32 +140,9 @@ const features: Feature[] = [
154140
description: "Enable per-task sharing with customizable audience controls and link expiration times.",
155141
},
156142
{
157-
icon: FileKey,
158-
title: "Environment Variables",
159-
description:
160-
"Securely store connection strings, package manager URLs, keys, and secrets for Cloud Agents in encrypted storage.",
161-
},
162-
{
163-
icon: Puzzle,
164-
title: "Marketplace MCP Management",
165-
description: "Create allow/deny lists for MCPs from the Roo Code marketplace available to team members.",
166-
},
167-
{
168-
icon: Puzzle,
169-
title: "Custom MCP Servers",
170-
description: "Deploy vetted, custom MCP servers and make them available to all team members automatically.",
171-
},
172-
{
173-
icon: Settings,
174-
title: "Extension Provider Control",
175-
description:
176-
"Manage which inference providers team members can use in the VS Code Extension with allow/deny lists.",
177-
},
178-
{
179-
icon: ShieldCheck,
180-
title: "Connection Policy Enforcement",
181-
description:
182-
"Require team members to log in to the VS Code Extension so policies can be enforced via MDM distribution.",
143+
icon: ServerIcon,
144+
title: "MCP Server Controls",
145+
description: "Control access to the Roo MCP Markeplace and what custom MCPs to make available to your team.",
183146
},
184147
]
185148

0 commit comments

Comments
 (0)