Skip to content

Commit 81194f6

Browse files
authored
docs: add CLI v0.36.2 changelog entry (#522)
1 parent c687506 commit 81194f6

File tree

5 files changed

+18
-3
lines changed

5 files changed

+18
-3
lines changed

docs/changelog/cli-updates.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ description: "Recent features and improvements to Factory CLI"
44
rss: true
55
---
66

7+
<Update label="December 13" rss={{ title: "CLI Updates", description: "GPT-5.2 model and MCP tool management" }}>
8+
`v0.36.2`
9+
10+
## New features
11+
12+
* **GPT-5.2 model** - Added support for GPT-5.2 model
13+
* **MCP tool enable/disable** - Add ability to enable/disable individual MCP tools per server
14+
15+
</Update>
16+
717
<Update label="December 10" rss={{ title: "CLI Updates", description: "MCP tools in droid creation and droid management fixes" }}>
818
`v0.36.0`
919

docs/cli/configuration/settings.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,12 @@ Choose the default AI model that powers your droid:
5555

5656
- **`opus`** - Claude Opus 4.5 (current default)
5757
- **`sonnet`** - Claude Sonnet 4.5, balanced cost and quality
58-
- **`GPT-5`** - Latest OpenAI model
59-
- **`gpt-5-codex`** - Advanced coding-focused model
60-
- **`gpt-5-codex-max`** - GPT-5.1-Codex-Max, supports Extra High reasoning
58+
- **`gpt-5.1`** - OpenAI GPT-5.1
59+
- **`gpt-5.1-codex`** - Advanced coding-focused model
60+
- **`gpt-5.1-codex-max`** - GPT-5.1-Codex-Max, supports Extra High reasoning
61+
- **`gpt-5.2`** - OpenAI GPT-5.2
6162
- **`haiku`** - Claude Haiku 4.5, fast and cost-effective
63+
- **`gemini-3-pro`** - Gemini 3 Pro
6264
- **`droid-core`** - GLM-4.6 open-source model
6365
- **`custom-model`** - Your own configured model via BYOK
6466

docs/cli/user-guides/choosing-your-model.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Tip: you can swap models mid-session with `/model` or by toggling in the setting
6262
- **GPT-5.1**: None / Low / Medium / High (default: None)
6363
- **GPT-5.1-Codex**: Low / Medium / High (default: Medium)
6464
- **GPT-5.1-Codex-Max**: Low / Medium / High / **Extra High** (default: Medium)
65+
- **GPT-5.2**: Low / Medium / High (default: Low)
6566
- **Gemini 3 Pro**: Low / High (default: High)
6667
- **Droid Core (GLM-4.6)**: None only (default: None; no image support)
6768

docs/pricing.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Different models have different multipliers applied to calculate Standard Token
3030
| GPT-5.1 | `gpt-5.1` | 0.5× |
3131
| GPT-5.1-Codex | `gpt-5.1-codex` | 0.5× |
3232
| GPT-5.1-Codex-Max | `gpt-5.1-codex-max` | 0.5× |
33+
| GPT-5.2 | `gpt-5.2` | 0.7× |
3334
| Gemini 3 Pro | `gemini-3-pro-preview` | 0.8× |
3435
| Claude Sonnet 4.5 | `claude-sonnet-4-5-20250929` | 1.2× |
3536
| Claude Opus 4.5 | `claude-opus-4-5-20251101` ||

docs/reference/cli-reference.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ droid exec --auto high "Run tests, commit, and push changes"
103103
| `gpt-5.1-codex-max` | GPT-5.1-Codex-Max | Yes (Low/Medium/High/Extra High) | medium |
104104
| `gpt-5.1-codex` | GPT-5.1-Codex | Yes (Low/Medium/High) | medium |
105105
| `gpt-5.1` | GPT-5.1 | Yes (None/Low/Medium/High) | none |
106+
| `gpt-5.2` | GPT-5.2 | Yes (Low/Medium/High) | low |
106107
| `claude-sonnet-4-5-20250929` | Claude Sonnet 4.5 | Yes (Off/Low/Medium/High) | off |
107108
| `claude-opus-4-1-20250805` | Claude Opus 4.1 | Yes (Off/Low/Medium/High) | off |
108109
| `claude-haiku-4-5-20251001` | Claude Haiku 4.5 | Yes (Off/Low/Medium/High) | off |

0 commit comments

Comments
 (0)