settings.json

teammateDefaultModel

エージェントチームのメンバー(teammate)を生成する際に、明示的な指定がない場合にデフォルトで使用されるモデルを指定します。

使い方・用途

  • 指定がない(null)場合は、リーダーのエージェントと同じモデルが継承されます。
  • "sonnet" などのモデルエイリアスを設定可能です。
英語原文(公式ドキュメントより)

Default model for agent team teammates when the spawn prompt does not specify one. Set to a model alias such as "sonnet", or null to inherit the lead's current /model selection. Appears in /config as Default teammate model. See https://code.claude.com/docs/en/agent-teams

関連ドキュメント