Skip to content

Commit 94dae74

Browse files
committed
better homepage features.
1 parent 9f59de6 commit 94dae74

File tree

2 files changed

+5
-33
lines changed

2 files changed

+5
-33
lines changed

src/components/HomepageFeatures/index.tsx

+5-7
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,26 @@ const FeatureList: FeatureItem[] = [
2020
Svg: MountainSvg,
2121
description: (
2222
<>
23-
MyCoder leverages advanced AI models to understand your requirements
23+
MyCoder leverages Claude 3.7 Sonnet to understand your requirements
2424
and generate high-quality code solutions in multiple programming languages.
2525
</>
2626
),
2727
},
2828
{
29-
title: 'Context-Aware Responses',
29+
title: 'Github Integration',
3030
Svg: TreeSvg,
3131
description: (
3232
<>
33-
MyCoder understands your project structure and existing code, providing
34-
solutions that integrate seamlessly with your codebase.
33+
MyCoder supports &quot;Github Mode&quot; where it can create issues, add comments, review PRs, make PRs and even investigate Github Action failures.
3534
</>
3635
),
3736
},
3837
{
39-
title: 'Built for Developers',
38+
title: 'Open Source & Self-Improving',
4039
Svg: ReactSvg,
4140
description: (
4241
<>
43-
Designed with developer workflows in mind, MyCoder integrates with your
44-
terminal, code editor, and development environment.
42+
MyCoder is open source and available on Github. MyCoder is being developed by itself in large part.
4543
</>
4644
),
4745
},

temp-issue.md

-26
This file was deleted.

0 commit comments

Comments
 (0)