diff options
| author | yaksh gandhi <[email protected]> | 2025-07-30 15:31:08 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-30 10:01:08 +0000 |
| commit | b447c329db52ae10b7e6c15aa87aa2b2d0098171 (patch) | |
| tree | 10466c14605f21e802edfa7eedceaa72fdfa1c48 /docs/cli | |
| parent | fd434626c5d2d41f22d6755efccee48ab2afd46f (diff) | |
docs: Update chat command documentation with checkpoint locations (#5027)
Co-authored-by: Bryan Morgan <[email protected]>
Co-authored-by: F. Hinkelmann <[email protected]>
Diffstat (limited to 'docs/cli')
| -rw-r--r-- | docs/cli/commands.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/cli/commands.md b/docs/cli/commands.md index af4b8de8..50d18de4 100644 --- a/docs/cli/commands.md +++ b/docs/cli/commands.md @@ -17,6 +17,11 @@ Slash commands provide meta-level control over the CLI itself. - **`save`** - **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\` + - 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`** - **Description:** Resumes a conversation from a previous save. - **Usage:** `/chat resume <tag>` |
