Regenerate settings schema and docs

This commit is contained in:
Dmitry Lyalin
2026-01-31 19:16:00 -05:00
parent c5d2c0b2e3
commit f35143cdd3
3 changed files with 28 additions and 3 deletions

View File

@@ -180,7 +180,16 @@ their corresponding top-level category object in your `settings.json` file.
- **Requires restart:** Yes
- **`ui.showInlineThinking`** (boolean):
- **Description:** Show model thinking summaries inline in the conversation.
- **Description:** Show model thinking summaries inline in the conversation
(deprecated; prefer the specific thinking modes).
- **Default:** `false`
- **`ui.showInlineThinkingFull`** (boolean):
- **Description:** Show full model thinking details inline.
- **Default:** `false`
- **`ui.showInlineThinkingSummary`** (boolean):
- **Description:** Show a short summary of model thinking inline.
- **Default:** `false`
- **`ui.showStatusInTitle`** (boolean):