From 7e2f990f2a5fa06fb5efdd80c51d1032ad6a2432 Mon Sep 17 00:00:00 2001 From: Callum Miles Date: Thu, 4 Jun 2026 20:53:38 -0500 Subject: [PATCH] docs: recommend Opus for spec planning examples Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --- docs/changelog/1-9.mdx | 2 +- docs/enterprise/hierarchical-settings-and-org-control.mdx | 4 ++-- docs/jp/changelog/1-9.mdx | 2 +- docs/jp/enterprise/hierarchical-settings-and-org-control.mdx | 4 ++-- docs/jp/reference/cli-reference.mdx | 2 +- docs/reference/cli-reference.mdx | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/changelog/1-9.mdx b/docs/changelog/1-9.mdx index fa21398d0..fc51187bb 100644 --- a/docs/changelog/1-9.mdx +++ b/docs/changelog/1-9.mdx @@ -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. Learn more about [mixed models](/cli/configuration/mixed-models). diff --git a/docs/enterprise/hierarchical-settings-and-org-control.mdx b/docs/enterprise/hierarchical-settings-and-org-control.mdx index 62eb1490d..edb0bd097 100644 --- a/docs/enterprise/hierarchical-settings-and-org-control.mdx +++ b/docs/enterprise/hierarchical-settings-and-org-control.mdx @@ -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", diff --git a/docs/jp/changelog/1-9.mdx b/docs/jp/changelog/1-9.mdx index 430596f4d..8beb0f532 100644 --- a/docs/jp/changelog/1-9.mdx +++ b/docs/jp/changelog/1-9.mdx @@ -19,7 +19,7 @@ Factory 1.9では、作業の各段階に適切なモデルを選択できる混 より高性能なモデルで複雑な機能を計画し、高速なモデルで効率的に実行—すべて同じセッション内で再起動することなく実現できます。 -`/model` コマンドにアクセスして、実行用とは別にスペックモデルを設定できます。アーキテクチャ計画にはSonnet 4.5を、実装にはHaiku 4.5を使用したり、さまざまな組み合わせをテストしてコストとレイテンシを最適化できます。 +`/model` コマンドにアクセスして、実行用とは別にスペックモデルを設定できます。アーキテクチャ計画にはOpus 4.7を、実装にはHaiku 4.5を使用したり、さまざまな組み合わせをテストしてコストとレイテンシを最適化できます。 詳しくは[混合モデル](/jp/cli/configuration/mixed-models)を参照してください。 diff --git a/docs/jp/enterprise/hierarchical-settings-and-org-control.mdx b/docs/jp/enterprise/hierarchical-settings-and-org-control.mdx index d2929318b..de1a68911 100644 --- a/docs/jp/enterprise/hierarchical-settings-and-org-control.mdx +++ b/docs/jp/enterprise/hierarchical-settings-and-org-control.mdx @@ -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", diff --git a/docs/jp/reference/cli-reference.mdx b/docs/jp/reference/cli-reference.mdx index b443f48ac..a99ee986b 100644 --- a/docs/jp/reference/cli-reference.mdx +++ b/docs/jp/reference/cli-reference.mdx @@ -65,7 +65,7 @@ CLIは2つのモードで動作します: | `--input-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 ` | 推論努力レベルを上書き(`off`、`none`、`low`、`medium`、`high`)。`droid exec` では `-r` はこのフラグにマッピングされます。 | `droid exec -r high "debug flaky test"` | -| `--spec-model ` | 仕様計画に別の[モデルID](/jp/models)を使用 | `droid exec --spec-model claude-sonnet-4-6` | +| `--spec-model ` | 仕様計画に別の[モデルID](/jp/models)を使用 | `droid exec --spec-model claude-opus-4-7` | | `--spec-reasoning-effort ` | 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` | diff --git a/docs/reference/cli-reference.mdx b/docs/reference/cli-reference.mdx index 4e165c251..df0553520 100644 --- a/docs/reference/cli-reference.mdx +++ b/docs/reference/cli-reference.mdx @@ -67,7 +67,7 @@ Customize droid's behavior with command-line flags: | `--input-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 ` | 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 ` | Use a different [model ID](/models) for specification planning | `droid exec --spec-model claude-sonnet-4-6` | +| `--spec-model ` | Use a different [model ID](/models) for specification planning | `droid exec --spec-model claude-opus-4-7` | | `--spec-reasoning-effort ` | 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` |