summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Fabbri <[email protected]>2025-08-21 19:27:23 -0300
committerGitHub <[email protected]>2025-08-21 22:27:23 +0000
commit679acc45b222986032a01aebbffcddf756573f14 (patch)
tree70dd765fa5bd04059fe0d56102fe0ccb1b00c1f9
parent2dd15572ea8a60ad572165d5eb796315998db7d9 (diff)
fix(docs): path of chat checkpoints in manual (#6303)
Co-authored-by: Arya Gummadi <[email protected]>
-rw-r--r--docs/cli/commands.md4
1 files changed, 2 insertions, 2 deletions
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 `<tag>` for identifying the conversation state.
- **Usage:** `/chat save <tag>`
- **Details on Checkpoint Location:** The default locations for saved chat checkpoints are:
- - Linux/macOS: `~/.config/google-generative-ai/checkpoints/`
- - Windows: `C:\Users\<YourUsername>\AppData\Roaming\google-generative-ai\checkpoints\`
+ - Linux/macOS: `~/.gemini/tmp/<project_hash>/`
+ - Windows: `C:\Users\<YourUsername>\.gemini\tmp\<project_hash>\`
- 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`**