You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/web-roo-code/src/app/cloud/team/page.tsx
+16-53Lines changed: 16 additions & 53 deletions
Original file line number
Diff line number
Diff line change
@@ -2,19 +2,16 @@ import {
2
2
ArrowRight,
3
3
Users,
4
4
Settings,
5
-
Github,
6
-
Slack,
7
5
BarChart3,
8
6
Lock,
9
7
Puzzle,
10
8
ShieldCheck,
11
-
UserCog,
12
9
DollarSign,
13
10
Share2,
14
11
LucideIcon,
15
12
Server,
16
-
FileKey,
17
-
Building,
13
+
ServerIcon,
14
+
RefreshCcw,
18
15
}from"lucide-react"
19
16
importtype{Metadata}from"next"
20
17
@@ -114,37 +111,26 @@ interface Feature {
114
111
115
112
constfeatures: Feature[]=[
116
113
{
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",
130
116
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.",
132
118
},
133
119
{
134
-
icon: Slack,
135
-
title: "Slack Integration",
120
+
icon: Server,
121
+
title: "Provider Management",
136
122
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.",
138
124
},
139
125
{
140
-
icon: Server,
141
-
title: "Cloud Model Providers",
126
+
icon: Puzzle,
127
+
title: "Centralized Integration",
142
128
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.",
144
130
},
145
131
{
146
-
icon: BarChart3,
147
-
title: "Extension Task Sync",
132
+
icon: RefreshCcw,
133
+
title: "Extension Task Sync Config",
148
134
description:
149
135
"Require task syncing from VS Code Extension and control visibility settings for who can view each other's tasks.",
0 commit comments