diff --git a/docs/cli/commands.md b/docs/cli/commands.md index 95975ca5..6db137c7 100644 --- a/docs/cli/commands.md +++ b/docs/cli/commands.md @@ -18,8 +18,8 @@ Slash commands provide meta-level control over the CLI itself. - **Description:** Saves the current conversation history. You must add a `` for identifying the conversation state. - **Usage:** `/chat save ` - **Details on Checkpoint Location:** The default locations for saved chat checkpoints are: - - Linux/macOS: `~/.config/google-generative-ai/checkpoints/` - - Windows: `C:\Users\\AppData\Roaming\google-generative-ai\checkpoints\` + - Linux/macOS: `~/.gemini/tmp//` + - Windows: `C:\Users\\.gemini\tmp\\` - When you run `/chat list`, the CLI only scans these specific directories to find available checkpoints. - **Note:** These checkpoints are for manually saving and resuming conversation states. For automatic checkpoints created before file modifications, see the [Checkpointing documentation](../checkpointing.md). - **`resume`**