Skip to content

Commit 1f89575

Browse files
committed
Update faq to say you can use Claude subscription
1 parent fa8f915 commit 1f89575

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

web/src/app/docs/[category]/[slug]/page.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ const FAQ_ITEMS = [
3232
answer:
3333
'Multiple. The orchestrator ("Buffy") uses Claude Opus 4.5 in Default and Max modes, or Grok 4.1 Fast in Lite mode. Subagents are matched to their tasks: GPT-5.1 and Claude Opus 4.5 for code editing, Gemini 2.5 Pro for deep reasoning, Grok 4 Fast for terminal commands and research, and Relace AI for fast file rewrites.',
3434
},
35+
{
36+
question: 'Can I use my Claude Pro or Max subscription with Codebuff?',
37+
answer:
38+
"Yes! If you have a Claude Pro or Max subscription, you can connect it to Codebuff and use your subscription for Claude model requests. This lets you save credits while still benefiting from Codebuff's intelligent orchestration. Run /connect:claude in the CLI to link your subscription.",
39+
},
3540
{
3641
question: 'Is Codebuff open source?',
3742
answer:

web/src/content/help/faq.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ Software development: Writing features, tests, and scripts across common languag
1515

1616
Multiple. The orchestrator ("Buffy") uses Claude Opus 4.5 in Default and Max modes, or Grok 4.1 Fast in Lite mode. Subagents are matched to their tasks: GPT-5.1 and Claude Opus 4.5 for code editing, Gemini 2.5 Pro for deep reasoning, Grok 4 Fast for terminal commands and research, and Relace AI for fast file rewrites. See [What models do you use?](/docs/advanced/what-models) for the full breakdown.
1717

18+
## Can I use my Claude Pro or Max subscription with Codebuff?
19+
20+
Yes! If you have a Claude Pro or Max subscription, you can connect it to Codebuff with the command `/connect:claude`. Codebuff will use your subscription for Claude model requests, saving you credits.
21+
1822
## Is Codebuff open source?
1923

2024
Yes. It's Apache 2.0 at [github.com/CodebuffAI/codebuff](https://github.com/CodebuffAI/codebuff).

0 commit comments

Comments
 (0)