Fix docs: Crash Recovery setting is in Settings → General, not Advanced

Corrected README and Help book — the toggle actually lives in
SettingsView.generalTab, not the Advanced tab.
This commit is contained in:
2026-07-31 08:15:02 +02:00
parent e3557a87df
commit 77223536e9
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -165,12 +165,12 @@ Add your API keys in Settings (⌘,) → General tab:
- **Max Tokens** - Set maximum response length - **Max Tokens** - Set maximum response length
- **Temperature** - Control response randomness (0.0 - 2.0) - **Temperature** - Control response randomness (0.0 - 2.0)
- **Reasoning** - Enable thinking tokens for supported models; set effort level (High/Medium/Low/Minimal); optionally hide reasoning content from chat - **Reasoning** - Enable thinking tokens for supported models; set effort level (High/Medium/Low/Minimal); optionally hide reasoning content from chat
- **Crash Recovery** - How often the in-progress conversation is mirrored to disk (Off/1s/10s/30s/60s), so a crash or force-quit doesn't lose it
#### Advanced Tab #### Advanced Tab
- **Smart Context Selection** - Reduce token usage automatically - **Smart Context Selection** - Reduce token usage automatically
- **Semantic Search** - Enable AI-powered conversation search - **Semantic Search** - Enable AI-powered conversation search
- **Progressive Summarization** - Handle long conversations efficiently - **Progressive Summarization** - Handle long conversations efficiently
- **Crash Recovery** - How often the in-progress conversation is mirrored to disk (Off/1s/10s/30s/60s), so a crash or force-quit doesn't lose it
#### Sync Tab #### Sync Tab
- **Repository URL** - Git repository for conversation backup - **Repository URL** - Git repository for conversation backup
@@ -525,7 +525,7 @@
</ul> </ul>
<div class="tip"> <div class="tip">
<strong>💡 Crash Recovery:</strong> While you're chatting, oAI periodically mirrors the in-progress conversation to disk (every 10 seconds by default — adjustable or turned off in Settings → Advanced). If oAI crashes or is force-quit, the next launch offers to restore the conversation you were working on, including the model you had selected. This mirror is invisible and separate from your saved conversations — it's cleared automatically as soon as you save, discard, or restore it. <strong>💡 Crash Recovery:</strong> While you're chatting, oAI periodically mirrors the in-progress conversation to disk (every 10 seconds by default — adjustable or turned off in Settings → General). If oAI crashes or is force-quit, the next launch offers to restore the conversation you were working on, including the model you had selected. This mirror is invisible and separate from your saved conversations — it's cleared automatically as soon as you save, discard, or restore it.
</div> </div>
<h3>Renaming Conversations</h3> <h3>Renaming Conversations</h3>
@@ -1590,6 +1590,7 @@ Whenever the user asks you to translate something, translate it to Norwegian Bok
<li><strong>Reasoning</strong> — enable thinking tokens, set effort level (High / Medium / Low / Minimal), optionally hide reasoning content from chat (see <a href="#reasoning">Reasoning / Thinking Tokens</a>)</li> <li><strong>Reasoning</strong> — enable thinking tokens, set effort level (High / Medium / Low / Minimal), optionally hide reasoning content from chat (see <a href="#reasoning">Reasoning / Thinking Tokens</a>)</li>
</ul> </ul>
</li> </li>
<li><strong>Crash Recovery</strong> — how often the in-progress conversation is mirrored to disk (Off, 1s, 10s, 30s, 60s); see <a href="#unsaved-changes">Unsaved Changes &amp; Crash Recovery</a></li>
</ul> </ul>
<h3>MCP Tab</h3> <h3>MCP Tab</h3>
@@ -1698,7 +1699,6 @@ Whenever the user asks you to translate something, translate it to Norwegian Bok
<li><strong>Smart Context Selection</strong> — Intelligently select relevant messages to reduce token usage</li> <li><strong>Smart Context Selection</strong> — Intelligently select relevant messages to reduce token usage</li>
<li><strong>Semantic Search</strong> — Enable AI-powered conversation search using embeddings</li> <li><strong>Semantic Search</strong> — Enable AI-powered conversation search using embeddings</li>
<li><strong>Progressive Summarization</strong> — Automatically summarize old portions of long conversations</li> <li><strong>Progressive Summarization</strong> — Automatically summarize old portions of long conversations</li>
<li><strong>Crash Recovery</strong> — how often the in-progress conversation is mirrored to disk (Off, 1s, 10s, 30s, 60s); see <a href="#unsaved-changes">Unsaved Changes &amp; Crash Recovery</a></li>
</ul> </ul>
<h3>Backup Tab</h3> <h3>Backup Tab</h3>