docs: resuming sessions (#1543)

This commit is contained in:
Angie Jones
2025-03-05 20:24:31 -06:00
committed by GitHub
parent 49dee048e4
commit d7948b6c5f
2 changed files with 70 additions and 6 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ sidebar_position: 5
Goose uses a unified storage system for conversations and interactions. All conversations and interactions (both CLI and Desktop) are stored **locally** in the following locations:
| **Type** | **Unix-like (macOS, Linux)** | **Windows** |
| **Type** | **Unix-like (macOS, Linux)** | **Windows** |
|---------------------|----------------------------------------|---------------------------------------------|
| **Session Records** | `~/.local/share/goose/sessions/` | `%APPDATA%\Block\goose\data\sessions\` |
| **System Logs** | `~/.local/state/goose/logs/` | `%APPDATA%\Block\goose\data\logs\` |