Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/changelog/1-9.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Factory 1.9 brings mixed models to let you choose the right model for each phase

Plan complex features with a more capable model, then execute efficiently with a faster one—all in the same session without restarting.

Access the `/model` command to configure your spec model separately from execution. Switch between Sonnet 4.5 for architectural planning and Haiku 4.5 for implementation, or test different combinations to optimize for cost and latency.
Access the `/model` command to configure your spec model separately from execution. Switch between Opus 4.7 for architectural planning and Haiku 4.5 for implementation, or test different combinations to optimize for cost and latency.

<Note>Learn more about [mixed models](/cli/configuration/mixed-models).</Note>

Expand Down
4 changes: 2 additions & 2 deletions docs/enterprise/hierarchical-settings-and-org-control.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -392,11 +392,11 @@ Again, users cannot override these rules; they can only choose safer personal de
```json
{
"sessionDefaultSettings": {
"model": "claude-opus-4-6",
"model": "claude-sonnet-4-6",
"reasoningEffort": "high",
"interactionMode": "auto",
"autonomyMode": "auto-medium",
"specModeModel": "claude-sonnet-4-6",
"specModeModel": "claude-opus-4-6",
"specModeReasoningEffort": "medium"
},
"maxAutonomyLevel": "high",
Expand Down
2 changes: 1 addition & 1 deletion docs/jp/changelog/1-9.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Factory 1.9では、作業の各段階に適切なモデルを選択できる混

より高性能なモデルで複雑な機能を計画し、高速なモデルで効率的に実行—すべて同じセッション内で再起動することなく実現できます。

`/model` コマンドにアクセスして、実行用とは別にスペックモデルを設定できます。アーキテクチャ計画にはSonnet 4.5を、実装にはHaiku 4.5を使用したり、さまざまな組み合わせをテストしてコストとレイテンシを最適化できます。
`/model` コマンドにアクセスして、実行用とは別にスペックモデルを設定できます。アーキテクチャ計画にはOpus 4.7を、実装にはHaiku 4.5を使用したり、さまざまな組み合わせをテストしてコストとレイテンシを最適化できます。

<Note>詳しくは[混合モデル](/jp/cli/configuration/mixed-models)を参照してください。</Note>

Expand Down
4 changes: 2 additions & 2 deletions docs/jp/enterprise/hierarchical-settings-and-org-control.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -373,11 +373,11 @@ Factoryは、従来の「上書き」動作ではなく、**拡張のみ**のセ
```json
{
"sessionDefaultSettings": {
"model": "claude-opus-4-6",
"model": "claude-sonnet-4-6",
"reasoningEffort": "high",
"interactionMode": "auto",
"autonomyMode": "auto-medium",
"specModeModel": "claude-sonnet-4-6",
"specModeModel": "claude-opus-4-6",
"specModeReasoningEffort": "medium"
},
"maxAutonomyLevel": "high",
Expand Down
2 changes: 1 addition & 1 deletion docs/jp/reference/cli-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ CLIは2つのモードで動作します:
| `--input-format <format>` | 入力形式(マルチターン用の`stream-jsonrpc`) | `droid exec --input-format stream-jsonrpc -o stream-jsonrpc` |
| `-r, --resume [sessionId]` | 前回のセッションを再開。インタラクティブモードでは `-r` は `--resume`、`droid exec` では `-r` は `--reasoning-effort` にマッピングされます。 | `droid -r` |
| `-r, --reasoning-effort <level>` | 推論努力レベルを上書き(`off`、`none`、`low`、`medium`、`high`)。`droid exec` では `-r` はこのフラグにマッピングされます。 | `droid exec -r high "debug flaky test"` |
| `--spec-model <id>` | 仕様計画に別の[モデルID](/jp/models)を使用 | `droid exec --spec-model claude-sonnet-4-6` |
| `--spec-model <id>` | 仕様計画に別の[モデルID](/jp/models)を使用 | `droid exec --spec-model claude-opus-4-7` |
| `--spec-reasoning-effort <level>` | specモードの推論努力を上書き | `droid exec --use-spec --spec-reasoning-effort high` |
| `--use-spec` | 仕様モードで開始(実行前に計画) | `droid exec --use-spec "add user profiles"` |
| `--skip-permissions-unsafe` | すべての許可プロンプトをスキップ(⚠️ 極度に注意して使用) | `droid exec --skip-permissions-unsafe` |
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/cli-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Customize droid's behavior with command-line flags:
| `--input-format <format>` | Input format (`stream-jsonrpc` for multi-turn) | `droid exec --input-format stream-jsonrpc -o stream-jsonrpc` |
| `-r, --resume [sessionId]` | Resume a previous session. In interactive mode, `-r` is `--resume`; in `droid exec`, `-r` is `--reasoning-effort`. | `droid -r` |
| `-r, --reasoning-effort <level>` | Override reasoning effort (`off`, `none`, `low`, `medium`, `high`). In `droid exec`, `-r` maps to this flag. | `droid exec -r high "debug flaky test"` |
| `--spec-model <id>` | Use a different [model ID](/models) for specification planning | `droid exec --spec-model claude-sonnet-4-6` |
| `--spec-model <id>` | Use a different [model ID](/models) for specification planning | `droid exec --spec-model claude-opus-4-7` |
| `--spec-reasoning-effort <level>` | Override reasoning effort for spec mode | `droid exec --use-spec --spec-reasoning-effort high` |
| `--use-spec` | Start in specification mode (plan before executing) | `droid exec --use-spec "add user profiles"` |
| `--skip-permissions-unsafe` | Skip all permission prompts (⚠️ use with extreme caution) | `droid exec --skip-permissions-unsafe` |
Expand Down
Loading