freebuff 0.0.9 → 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.
Files changed (2) hide show
  1. package/README.md +20 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Freebuff
2
2
 
3
- **The world's strongest free coding agent.** 3–10x faster than Claude Code.
3
+ **The free coding agent.** No subscription. No configuration. Start in seconds.
4
4
 
5
- Freebuff is a free AI coding agent that runs in your terminal. It's blazing fast — describe what you want, and Freebuff edits your code in seconds. No subscription or credits required.
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
- > Freebuff is built on the [Codebuff](https://codebuff.com) platform.
42
+ > Built on the [Codebuff](https://codebuff.com) platform.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freebuff",
3
- "version": "0.0.9",
3
+ "version": "0.0.12",
4
4
  "description": "The world's strongest free coding agent",
5
5
  "license": "MIT",
6
6
  "bin": {