summaryrefslogtreecommitdiff
path: root/docs/cli
diff options
context:
space:
mode:
authorLouis Jimenez <[email protected]>2025-06-24 18:31:32 -0400
committerGitHub <[email protected]>2025-06-24 22:31:32 +0000
commit7421bf681bf8e9faae8cd86aa183bf9ccb1b9422 (patch)
tree831997092d0f52b4997fa04e20d45eaad6a57a16 /docs/cli
parentdb57d38d92381718f89e235c7cf905d628ae7f70 (diff)
Checkpointing documentation (#1321)
Co-authored-by: matt korwel <[email protected]>
Diffstat (limited to 'docs/cli')
-rw-r--r--docs/cli/commands.md2
-rw-r--r--docs/cli/configuration.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/cli/commands.md b/docs/cli/commands.md
index ad6254a4..c0f60c5f 100644
--- a/docs/cli/commands.md
+++ b/docs/cli/commands.md
@@ -68,7 +68,7 @@ Slash commands provide meta-level control over the CLI itself.
- **Description:** Restores the project files to the state they were in just before a tool was executed. This is particularly useful for undoing file edits made by a tool. If run without a tool call ID, it will list available checkpoints to restore from.
- **Usage:** `/restore [tool_call_id]`
- - **Note:** Only available if the CLI is invoked with the `--checkpointing` option or configured via [settings](./configuration.md).
+ - **Note:** Only available if the CLI is invoked with the `--checkpointing` option or configured via [settings](./configuration.md). See [Checkpointing documentation](../checkpointing.md) for more details.
- **`/stats`**
diff --git a/docs/cli/configuration.md b/docs/cli/configuration.md
index 0c0aec5a..fe587e1c 100644
--- a/docs/cli/configuration.md
+++ b/docs/cli/configuration.md
@@ -150,7 +150,7 @@ In addition to a project settings file, a project's `.gemini` directory can cont
- **`checkpointing`** (object):
- - **Description:** Configures the checkpointing feature, which allows you to save and restore conversation and file states. See the [Checkpointing Commands](./commands.md#checkpointing-commands) for more details.
+ - **Description:** Configures the checkpointing feature, which allows you to save and restore conversation and file states. See the [Checkpointing documentation](../checkpointing.md) for more details.
- **Default:** `{"enabled": false}`
- **Properties:**
- **`enabled`** (boolean): When `true`, the `/restore` command is available.