Skip to content

Commit f5bbd99

Browse files
authored
docs: align model references with actual agents (Opus 4.7) (#511)
1 parent e0ca891 commit f5bbd99

File tree

6 files changed

+22
-22
lines changed

6 files changed

+22
-22
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ const FAQ_ITEMS = [
3333
{
3434
question: 'What model does Codebuff use?',
3535
answer:
36-
'Multiple. The orchestrator uses Claude Opus 4.6 in Default and Max modes, or GLM 5.1 in Free mode. Subagents are matched to their tasks: Claude Opus 4.6 for code editing, GPT-5.1 for deep reasoning, Grok 4.1 Fast for terminal commands and research, and Relace AI for fast file rewrites.',
36+
'Multiple. The orchestrator uses Claude Opus 4.7 in Default and Max modes, or GLM 5.1 in Lite mode. Subagents are matched to their tasks: Claude Opus 4.7 and GPT-5.4 for deep reasoning and code review, and Gemini 3.1 Flash Lite for terminal commands, file discovery, and web/docs research.',
3737
},
3838
{
3939
question: 'Can I use my Claude Pro or Max subscription with Codebuff?',
4040
answer:
41-
"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. Note: Using your Claude Pro/Max subscription in Codebuff is not officially supported by Anthropic.",
41+
'Connecting your Claude Pro or Max subscription to Codebuff is deprecated and will be removed on March 1st. At least one user had their Anthropic account disabled after heavy usage via Codebuff. We recommend switching to a Codebuff Strong subscription instead — it includes generous usage limits across all models without needing to connect an external subscription.',
4242
},
4343
{
4444
question: 'Is Codebuff open source?',

web/src/content/advanced/claude-code-comparison.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Both tools:
1414
- Run in your terminal
1515
- Understand your entire codebase context
1616
- Can edit files and execute terminal commands
17-
- Use Claude models (Codebuff uses Claude Opus 4.6 as its orchestrator)
17+
- Use Claude models (Codebuff uses Claude Opus 4.7 as its orchestrator)
1818

1919
## When to Choose Codebuff
2020

web/src/content/advanced/how-does-it-work.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Codebuff runs multiple agents, each tuned for a specific task.
1111

1212
## The Orchestrator
1313

14-
The main agent ("Buffy") runs on Claude Opus 4.6. It reads your prompt, gathers context, and spawns subagents. The orchestrator is available in several variants:
14+
The main agent ("Buffy") runs on Claude Opus 4.7. It reads your prompt, gathers context, and spawns subagents. The orchestrator is available in several variants:
1515

1616
- [`base2`](/publishers/codebuff/agents/base2) - Default mode orchestrator
1717
- [`base2-lite`](/publishers/codebuff/agents/base2-lite) - Lite mode (faster, cheaper)
@@ -22,10 +22,10 @@ The main agent ("Buffy") runs on Claude Opus 4.6. It reads your prompt, gathers
2222

2323
- [**File Picker**](/publishers/codebuff/agents/file-picker) (Gemini 2.0 Flash) - finds relevant files
2424
- [**Code Searcher**](/publishers/codebuff/agents/code-searcher) - grep-style pattern matching
25-
- [**Researcher**](/publishers/codebuff/agents/researcher) (Grok 4 Fast) - web and docs lookup
26-
- [**Thinker**](/publishers/codebuff/agents/thinker) (GPT-5.1, Gemini 2.5 Pro) - works through hard problems
27-
- [**Editor**](/publishers/codebuff/agents/editor) (GPT-5.1, Claude Opus 4.6) - writes and modifies code
28-
- [**Reviewer**](/publishers/codebuff/agents/reviewer) (Claude Opus 4.6, GLM 5.1 in Lite mode) - catches bugs and style issues
25+
- [**Researcher**](/publishers/codebuff/agents/researcher) (Gemini 3.1 Flash Lite) - web and docs lookup
26+
- [**Thinker**](/publishers/codebuff/agents/thinker) (Claude Opus 4.7, GPT-5.4) - works through hard problems
27+
- [**Editor**](/publishers/codebuff/agents/editor) (Claude Opus 4.7, GPT-5.1, GLM 5.1) - writes and modifies code
28+
- [**Reviewer**](/publishers/codebuff/agents/reviewer) (Claude Opus 4.7, GLM 5.1 in Lite mode) - catches bugs and style issues
2929
- [**Basher**](/publishers/codebuff/agents/basher) (Gemini 3.1 Flash Lite) - runs terminal commands
3030

3131
## Best-of-N Selection (Max Mode)

web/src/content/advanced/what-models.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ The main agent ("Buffy") coordinates everything:
1616
<MarkdownTable>
1717
| Mode | Model |
1818
|------|-------|
19-
| Default | Opus 4.6 |
20-
| Plan | Opus 4.6 |
21-
| Max | Opus 4.6 |
22-
| Free | GLM 5.1 |
19+
| Default | Opus 4.7 |
20+
| Plan | Opus 4.7 |
21+
| Max | Opus 4.7 |
22+
| Lite | GLM 5.1 |
2323
</MarkdownTable>
2424

2525
## Subagents
@@ -29,12 +29,12 @@ The orchestrator spawns these for specific jobs:
2929
<MarkdownTable>
3030
| Task | Models |
3131
|------|--------|
32-
| Code editing | Claude Opus 4.6, GLM 5.1 |
33-
| Thinking/reasoning | Claude Opus 4.6, GPT-5.4 |
34-
| Code review | Claude Opus 4.6, GPT-5.4 |
32+
| Code editing | Claude Opus 4.7, GLM 5.1 |
33+
| Thinking/reasoning | Claude Opus 4.7, GPT-5.4 |
34+
| Code review | Claude Opus 4.7, GPT-5.4 |
3535
| File discovery | Gemini 3.1 Flash Lite, Gemini 2.5 Flash Lite |
3636
| Terminal commands | Gemini 3.1 Flash Lite |
3737
| Web/docs research | Gemini 3.1 Flash Lite |
3838
</MarkdownTable>
3939

40-
Max mode runs multiple implementations in parallel and picks the best one. Default mode runs a single implementation pass. Free mode uses GLM 5.1 and includes code review support.
40+
Max mode runs multiple implementations in parallel and picks the best one. Default mode runs a single implementation pass. Lite mode uses GLM 5.1 and includes code review support.

web/src/content/help/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Software development: Writing features, tests, and scripts across common languag
1313

1414
## What model does Codebuff use?
1515

16-
Multiple. The orchestrator uses Claude Opus 4.6 in Default and Max modes, or GLM 5.1 in Free mode. Subagents are matched to their tasks: Claude Opus 4.6 for code editing, GPT-5.1 for deep reasoning, Grok 4.1 Fast for terminal commands and research, and Relace AI for fast file rewrites. Free mode includes code review support. See [What models do you use?](/docs/advanced/what-models) for the full breakdown.
16+
Multiple. The orchestrator uses Claude Opus 4.7 in Default and Max modes, or GLM 5.1 in Lite mode. Subagents are matched to their tasks: Claude Opus 4.7 and GPT-5.4 for deep reasoning and code review, and Gemini 3.1 Flash Lite for terminal commands, file discovery, and web/docs research. See [What models do you use?](/docs/advanced/what-models) for the full breakdown.
1717

1818
## Can I use my Claude Pro or Max subscription with Codebuff?
1919

web/src/content/tips/modes.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ Codebuff has four modes. Switch during a session with `Shift+Tab` or `/mode:` co
1212
<MarkdownTable>
1313
| Mode | Model | Editor Agent | Code Review |
1414
| --- | --- | --- | --- | --- |
15-
| Default | Claude Opus 4.6 | editor | Yes |
16-
| Max | Claude Opus 4.6 | editor-multi-prompt | Yes |
17-
| Plan | Claude Opus 4.6 | None | No |
15+
| Default | Claude Opus 4.7 | editor | Yes |
16+
| Max | Claude Opus 4.7 | editor-multi-prompt | Yes |
17+
| Plan | Claude Opus 4.7 | None | No |
1818
| Lite | GLM 5.1 | None | No |
1919
</MarkdownTable>
2020

2121
## Default
2222

23-
Standard mode with Claude Opus 4.6:
23+
Standard mode with Claude Opus 4.7:
2424

2525
- Spawns [file pickers](/publishers/codebuff/agents/file-picker) and [code searchers](/publishers/codebuff/agents/code-searcher) to gather context
2626
- Uses the [`editor`](/publishers/codebuff/agents/editor) agent for code changes
@@ -32,7 +32,7 @@ Switch to this mode with `/mode:default`.
3232

3333
## Max
3434

35-
Claude Opus 4.6 with best-of-N selection:
35+
Claude Opus 4.7 with best-of-N selection:
3636

3737
- Reads 12-20+ files per task
3838
- Spawns multiple [editor](/publishers/codebuff/agents/editor) agents in parallel, each with a different strategy

0 commit comments

Comments
 (0)