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
// Workaround for next/image choking on these for some reason
13
-
importherofrom"/public/heroes/agent-reviewer.png"
13
+
importherofrom"/public/heroes/agent-pr-fixer.png"
14
14
15
15
interfaceFeature{
16
16
icon: LucideIcon
@@ -22,20 +22,24 @@ interface Feature {
22
22
constworkflowSteps: Feature[]=[
23
23
{
24
24
icon: GitPullRequest,
25
-
title: "1. Work in your PR",
26
-
description: "Open a pull request like usual. The PR Fixer seamlessly integrates into your existing workflow.",
25
+
title: "1. Connect your Github repositories",
26
+
description: "Pick in which repos the PR Fixer can work on by pushing to ongoing branches.",
27
27
},
28
28
{
29
29
icon: MessageSquareCode,
30
30
title: "2. Invoke from a comment",
31
31
description:
32
-
'Ask the agent to fix issues directly from GitHub PR comments (e.g. "roo: fix these review comments"). It’s fully aware of the entire comment history and latest diffs.',
32
+
'Ask the agent to fix issues directly from GitHub PR comments (e.g. "@roomote: fix these review comments"). It’s fully aware of the entire comment history and latest diffs and focuses on fixing them – not random changes to your code.',
33
33
},
34
34
{
35
35
icon: Wrench,
36
-
title: "3. Clean, scoped commits",
37
-
description:
38
-
"The agent proposes targeted changes and pushes concise commits or patch suggestions you can review and merge quickly.",
36
+
title: "3. Get clean scoped commits",
37
+
description: (
38
+
<>
39
+
The agent proposes targeted changes and pushes concise commits or patch suggestions you (or{" "}
40
+
<Linkhref="/pr-reviewer">PR Reviewer</Link>) can review and merge quickly.,
41
+
</>
42
+
),
39
43
},
40
44
]
41
45
@@ -70,33 +74,33 @@ export function PrFixerContent() {
0 commit comments