freebuff 0.0.11 → 0.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +20 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Freebuff
|
|
2
2
|
|
|
3
|
-
**The
|
|
3
|
+
**The free coding agent.** No subscription. No configuration. Start in seconds.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
An AI coding agent that runs in your terminal — describe what you want, and Freebuff edits your code.
|
|
6
6
|
|
|
7
7
|
## Install
|
|
8
8
|
|
|
@@ -17,9 +17,26 @@ cd ~/my-project
|
|
|
17
17
|
freebuff
|
|
18
18
|
```
|
|
19
19
|
|
|
20
|
+
## Why Freebuff?
|
|
21
|
+
|
|
22
|
+
**Simple** — No modes. No config. Just works.
|
|
23
|
+
|
|
24
|
+
**Fast** — 5–10× speed up. 3–5× tokens per second compared to Claude, plus context gathering in seconds.
|
|
25
|
+
|
|
26
|
+
**Loaded** — Built-in web research, browser use, and more.
|
|
27
|
+
|
|
28
|
+
**Connect ChatGPT** — Link your ChatGPT subscription for planning and review.
|
|
29
|
+
|
|
30
|
+
## FAQ
|
|
31
|
+
|
|
32
|
+
**How can it be free?** Freebuff is supported by ads shown in the CLI.
|
|
33
|
+
|
|
34
|
+
**Are you training on my data?** No. We only use model providers that do not train on our requests. Your code stays yours.
|
|
35
|
+
|
|
20
36
|
## Links
|
|
21
37
|
|
|
22
38
|
- [Documentation](https://codebuff.com/docs)
|
|
39
|
+
- [GitHub](https://github.com/CodebuffAI/codebuff)
|
|
23
40
|
- [Website](https://codebuff.com)
|
|
24
41
|
|
|
25
|
-
>
|
|
42
|
+
> Built on the [Codebuff](https://codebuff.com) platform.
|