From 77223536e9f77b684f2d92d9c1c61a45f3a50d14 Mon Sep 17 00:00:00 2001 From: Rune Olsen Date: Fri, 31 Jul 2026 08:15:02 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20docs:=20Crash=20Recovery=20setting=20is?= =?UTF-8?q?=20in=20Settings=20=E2=86=92=20General,=20not=20Advanced?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrected README and Help book — the toggle actually lives in SettingsView.generalTab, not the Advanced tab. --- README.md | 2 +- oAI/Resources/oAI.help/Contents/Resources/en.lproj/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a7ea2cd..f44bf9b 100644 --- a/README.md +++ b/README.md @@ -165,12 +165,12 @@ Add your API keys in Settings (⌘,) → General tab: - **Max Tokens** - Set maximum response length - **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 +- **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 - **Smart Context Selection** - Reduce token usage automatically - **Semantic Search** - Enable AI-powered conversation search - **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 - **Repository URL** - Git repository for conversation backup diff --git a/oAI/Resources/oAI.help/Contents/Resources/en.lproj/index.html b/oAI/Resources/oAI.help/Contents/Resources/en.lproj/index.html index 9431ae9..8c82dd4 100644 --- a/oAI/Resources/oAI.help/Contents/Resources/en.lproj/index.html +++ b/oAI/Resources/oAI.help/Contents/Resources/en.lproj/index.html @@ -525,7 +525,7 @@
- 💡 Crash Recovery: 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. + 💡 Crash Recovery: 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.

Renaming Conversations

@@ -1590,6 +1590,7 @@ Whenever the user asks you to translate something, translate it to Norwegian Bok
  • Reasoning — enable thinking tokens, set effort level (High / Medium / Low / Minimal), optionally hide reasoning content from chat (see Reasoning / Thinking Tokens)
  • +
  • Crash Recovery — how often the in-progress conversation is mirrored to disk (Off, 1s, 10s, 30s, 60s); see Unsaved Changes & Crash Recovery
  • MCP Tab

    @@ -1698,7 +1699,6 @@ Whenever the user asks you to translate something, translate it to Norwegian Bok
  • Smart Context Selection — Intelligently select relevant messages to reduce token usage
  • Semantic Search — Enable AI-powered conversation search using embeddings
  • Progressive Summarization — Automatically summarize old portions of long conversations
  • -
  • Crash Recovery — how often the in-progress conversation is mirrored to disk (Off, 1s, 10s, 30s, 60s); see Unsaved Changes & Crash Recovery
  • Backup Tab