Skip to content

Commit 5fb266e

Browse files
committed
docs: Update faq
1 parent f43c967 commit 5fb266e

File tree

1 file changed

+7
-17
lines changed

1 file changed

+7
-17
lines changed

web/src/content/help/faq.mdx

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,33 +9,23 @@ order: 2
99

1010
## What can Codebuff be used for?
1111

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.
2713

2814
## What model does Codebuff use?
2915

3016
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.
3117

18+
## Is Codebuff open source?
19+
20+
Yes. It's Apache 2.0 at [github.com/CodebuffAI/codebuff](https://github.com/CodebuffAI/codebuff).
21+
3222
## Do you store my data?
3323

3424
We don't store your codebase. The server forwards requests to model providers. We keep small slices of chat logs for debugging.
3525

36-
## Is Codebuff open source?
26+
## Do you use model providers that train on my codebase or chat data?
3727

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.
3929

4030
## Can I trust Codebuff with full access to my terminal?
4131

0 commit comments

Comments
 (0)