Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit c956bae

Browse files
committed
refactor(linear): update demo to match Linear UI and @-mention workflow
- Remove 'Consultation mode' value prop (now 6 boxes) - Update workflow step #2: 'Call @roo Code' with @-mention in comments - Redesign hero demo to match actual Linear interface: - Replace macOS traffic lights with Linear-style breadcrumb navigation - Use smaller avatars (20px) with compact inline format - Remove 'Agent' badge for cleaner appearance - Add 'event' kind for status changes - Add 'Leave a comment...' input field - Use relative timestamps ('2m ago', 'just now') - Update colors to match Linear dark theme (#1F2023)
1 parent db4ea01 commit c956bae

2 files changed

Lines changed: 103 additions & 180 deletions

File tree

apps/web-roo-code/src/app/linear/page.tsx

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import {
99
MessageSquare,
1010
Settings,
1111
Shield,
12-
Users,
1312
Zap,
1413
} from "lucide-react"
1514
import type { LucideIcon } from "lucide-react"
@@ -96,12 +95,6 @@ const VALUE_PROPS: ValueProp[] = [
9695
description:
9796
'Need changes? Just comment "@Roo Code also add dark mode support" and the agent picks up where it left off.',
9897
},
99-
{
100-
icon: Users,
101-
title: "Consultation mode.",
102-
description:
103-
"Not every issue needs code. Ask @Roo Code to analyze, explain, or recommend approaches without opening a PR.",
104-
},
10598
{
10699
icon: Link2,
107100
title: "Full traceability.",
@@ -136,8 +129,8 @@ const WORKFLOW_STEPS: WorkflowStep[] = [
136129
},
137130
{
138131
step: 2,
139-
title: "Assign to Roo Code",
140-
description: "Set the assignee to Roo Code. The agent starts working immediately.",
132+
title: "Call @Roo Code",
133+
description: "Mention @Roo Code in a comment to start. The agent begins working immediately.",
141134
},
142135
{
143136
step: 3,

0 commit comments

Comments
 (0)