Skip to content
Open
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
1 change: 1 addition & 0 deletions docs/cli/configuration/settings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Local overrides merge on top of the corresponding `settings.json` at the same le
| `showThinkingInMainView` | `true`, `false` | `false` | Display AI thinking/reasoning blocks in the main chat view. |
| `customModels` | Array of model configs | `[]` | Custom model configurations for BYOK. See [BYOK docs](/cli/byok/overview). |
| `mcp.callTimeoutMs` | Integer (milliseconds) | Built-in default | Global timeout for MCP tool calls. Overridden per-server by `timeoutMs` in `mcp.json`. See [MCP call timeout](/cli/configuration/mcp#mcp-call-timeout). |
| `blockOnMcpLoad` | `true`, `false` | `false` | Wait for MCP servers to finish loading before starting an agent turn. |

### Model

Expand Down
1 change: 1 addition & 0 deletions docs/jp/cli/configuration/settings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ droidの設定を行うには:
| `showThinkingInMainView` | `true`, `false` | `false` | メインチャット画面にAIの思考/推論ブロックを表示します。 |
| `customModels` | モデル設定の配列 | `[]` | BYOK用のカスタムモデル設定。[BYOKドキュメント](/jp/cli/byok/overview)を参照。 |
| `mcp.callTimeoutMs` | 整数(ミリ秒) | 組み込みのデフォルト | MCP ツール呼び出しのグローバルタイムアウト。`mcp.json` の `timeoutMs` によってサーバー単位で上書きできます。詳しくは [MCP 呼び出しタイムアウト](/jp/cli/configuration/mcp#mcp-call-timeout) を参照してください。 |
| `blockOnMcpLoad` | `true`, `false` | `false` | エージェントターンを開始する前に、MCPサーバーの読み込み完了を待機します。 |

### モデル

Expand Down
Loading