Skip to content

Commit ab0db13

Browse files
committed
Readme tweaks
1 parent 07c4f67 commit ab0db13

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
Codebuff is an AI coding assistant that edits your codebase through natural language instructions. Instead of using one model for everything, it coordinates specialized agents that work together to understand your project and make precise changes.
44

5-
Codebuff beats Claude Code at 61% vs 53% on [our internal evals](evals/README.md) across 200+ coding tasks over multiple open-source repos that simulate real-world tasks.
5+
<div align="center">
6+
<img src="./assets/codebuff-vs-claude-code.png" alt="Codebuff vs Claude Code" width="400">
7+
</div>
8+
9+
Codebuff beats Claude Code at 61% vs 53% on [our evals](evals/README.md) across 200+ coding tasks over multiple open-source repos that simulate real-world tasks.
610

711
![Codebuff Demo](./assets/demo.gif)
812

@@ -16,15 +20,19 @@ When you ask Codebuff to "add authentication to my API," it might invoke:
1620
4. A **Review Agents** validate changes
1721

1822
<div align="center">
19-
<img src="./assets/multi-agents.png" alt="Codebuff Multi-Agents" width="600">
23+
<img src="./assets/multi-agents.png" alt="Codebuff Multi-Agents" width="250">
2024
</div>
2125

2226
This multi-agent approach gives you better context understanding, more accurate edits, and fewer errors compared to single-model tools.
2327

2428
## CLI: Install and start coding
2529

30+
Install:
2631
```bash
2732
npm install -g codebuff
33+
```
34+
Run:
35+
```
2836
cd your-project
2937
codebuff
3038
```

assets/codebuff-vs-claude-code.png

21.2 KB
Loading

0 commit comments

Comments
 (0)