From 5bebd57e18be7c2a1e931bab198446469c89e0e5 Mon Sep 17 00:00:00 2001 From: Roomote Date: Fri, 21 Aug 2026 03:21:59 +0000 Subject: [PATCH] docs(history): document task history recovery --- docs/features/settings-management.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/features/settings-management.md b/docs/features/settings-management.md index 956eee69..6c70de89 100644 --- a/docs/features/settings-management.md +++ b/docs/features/settings-management.md @@ -173,6 +173,10 @@ Opens a dialog to set a custom storage directory for Zoo Code data. By default, **Note:** This setting can also be configured in VS Code settings as `roo-cline.customStoragePath`. See the [VS Code Settings Reference](#vs-code-settings-reference) section below for details. +#### Task History Reliability + +Zoo Code preserves the last saved task history if the storage file is temporarily unavailable or cannot be parsed while reopening a task. Reopening also keeps finalized task messages intact instead of treating hydration cleanup as a reason to rewrite the stored conversation. If a task cannot load from a custom, network, or cloud-synced storage location, restore access or recover a valid copy of the history file from backup before reopening the task; Zoo Code does not replace the existing history with an empty conversation. + ### Import Settings from File **Command:** `roo-cline.importSettings`