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
Copy file name to clipboardExpand all lines: web/src/content/help/faq.mdx
+7-17Lines changed: 7 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,33 +9,23 @@ order: 2
9
9
10
10
## What can Codebuff be used for?
11
11
12
-
Writing features, tests, and scripts across common languages and frameworks. It can also run CLI commands, adjust build configs, review code, and answer questions about your repo.
13
-
14
-
## What should I try first?
15
-
16
-
Start from a [starter template](https://github.com/CodebuffAI/codebuff-community/tree/main/starter-templates) or [community showcase](https://github.com/CodebuffAI/codebuff-community/tree/main/showcase):
17
-
18
-
```bash
19
-
codebuff --create nextjs my-app
20
-
```
21
-
22
-
Or:
23
-
24
-
```bash
25
-
codebuff --create minecraft-simple
26
-
```
12
+
Software development: Writing features, tests, and scripts across common languages and frameworks. It can also run CLI commands, adjust build configs, review code, and answer questions about your repo.
27
13
28
14
## What model does Codebuff use?
29
15
30
16
Multiple. The orchestrator uses Claude Opus 4.5 (or Grok 4.1 Fast in lite mode). Subagents use GPT-5.1 for editing and thinking, Gemini 2.0/2.5 for file discovery and reasoning, Claude Haiku 4.5 for terminal commands, and Relace AI for fast file rewrites. See [What models do you use?](/docs/advanced#what-models-do-you-use) for the full breakdown.
31
17
18
+
## Is Codebuff open source?
19
+
20
+
Yes. It's Apache 2.0 at [github.com/CodebuffAI/codebuff](https://github.com/CodebuffAI/codebuff).
21
+
32
22
## Do you store my data?
33
23
34
24
We don't store your codebase. The server forwards requests to model providers. We keep small slices of chat logs for debugging.
35
25
36
-
## Is Codebuff open source?
26
+
## Do you use model providers that train on my codebase or chat data?
37
27
38
-
Yes. It's Apache 2.0 at [github.com/CodebuffAI/codebuff](https://github.com/CodebuffAI/codebuff).
28
+
No, we don't choose providers that will train on your data in our standard modes.
39
29
40
30
## Can I trust Codebuff with full access to my terminal?
0 commit comments