Skip to content

Commit bbe89f6

Browse files
committed
Fix another markdown table in docs
1 parent 38686e3 commit bbe89f6

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

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

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,27 @@ Codebuff uses different models for different tasks. The orchestrator coordinates
1414
The main agent ("Buffy") coordinates everything:
1515

1616
<MarkdownTable>
17-
| Mode | Model | |------|-------| | Default | Claude Opus 4.6 | | Max | Claude
18-
Opus 4.6 | | Free | MiniMax M2.5 |
17+
| Mode | Model |
18+
|------|-------|
19+
| Default | Opus 4.6 |
20+
| Plan | Opus 4.6 |
21+
| Max | Opus 4.6 |
22+
| Free | MiniMax M2.5 |
1923
</MarkdownTable>
2024

2125
## Subagents
2226

2327
The orchestrator spawns these for specific jobs:
2428

2529
<MarkdownTable>
26-
| Task | Models | |------|--------| | Code editing | Claude Opus 4.6, GLM 4.7
27-
| | Thinking/reasoning | Claude Opus 4.6, GPT-5.2 | | Code review | Claude
28-
Opus 4.6, GPT-5.2 | | File discovery | Gemini 2.5 Flash Lite, Grok 4.1 Fast |
29-
| Terminal commands | Claude Haiku 4.5, Grok 4.1 Fast | | Web/docs research |
30-
Grok 4.1 Fast |
30+
| Task | Models |
31+
|------|--------|
32+
| Code editing | Claude Opus 4.6, GLM 4.7 |
33+
| Thinking/reasoning | Claude Opus 4.6, GPT-5.2 |
34+
| Code review | Claude Opus 4.6, GPT-5.2 |
35+
| File discovery | Gemini 2.5 Flash Lite, Grok 4.1 Fast |
36+
| Terminal commands | Claude Haiku 4.5, Grok 4.1 Fast |
37+
| Web/docs research | Grok 4.1 Fast |
3138
</MarkdownTable>
3239

3340
Max mode runs multiple implementations in parallel and picks the best one. Default mode runs a single implementation pass. Free mode uses MiniMax M2.5 and includes code review support.

0 commit comments

Comments
 (0)