docs: remove references to deprecated --checkpointing flag (#12477)

Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
This commit is contained in:
Stone Sun
2025-11-15 00:19:12 +08:00
committed by GitHub
parent a591505bf9
commit 016b5b42e2
4 changed files with 5 additions and 5 deletions
+4
View File
@@ -40,6 +40,10 @@ file in your project's temporary directory, typically located at
The Checkpointing feature is disabled by default. To enable it, you need to edit The Checkpointing feature is disabled by default. To enable it, you need to edit
your `settings.json` file. your `settings.json` file.
> **Note:** The `--checkpointing` command-line flag was removed in version
> 0.11.0. Checkpointing can now only be enabled through the `settings.json`
> configuration file.
Add the following key to your `settings.json`: Add the following key to your `settings.json`:
```json ```json
+1 -1
View File
@@ -154,7 +154,7 @@ Slash commands provide meta-level control over the CLI itself.
edits made by a tool. If run without a tool call ID, it will list available edits made by a tool. If run without a tool call ID, it will list available
checkpoints to restore from. checkpoints to restore from.
- **Usage:** `/restore [tool_call_id]` - **Usage:** `/restore [tool_call_id]`
- **Note:** Only available if configured via - **Note:** Only available if checkpointing is configured via
[settings](../get-started/configuration.md). See [settings](../get-started/configuration.md). See
[Checkpointing documentation](../cli/checkpointing.md) for more details. [Checkpointing documentation](../cli/checkpointing.md) for more details.
-2
View File
@@ -574,8 +574,6 @@ for that specific session.
- **`--telemetry-log-prompts`**: - **`--telemetry-log-prompts`**:
- Enables logging of prompts for telemetry. See [telemetry](./telemetry.md) - Enables logging of prompts for telemetry. See [telemetry](./telemetry.md)
for more information. for more information.
- **`--checkpointing`**:
- Enables [checkpointing](./checkpointing.md).
- **`--extensions <extension_name ...>`** (**`-e <extension_name ...>`**): - **`--extensions <extension_name ...>`** (**`-e <extension_name ...>`**):
- Specifies a list of extensions to use for the session. If not provided, all - Specifies a list of extensions to use for the session. If not provided, all
available extensions are used. available extensions are used.
-2
View File
@@ -692,8 +692,6 @@ for that specific session.
- **`--telemetry-log-prompts`**: - **`--telemetry-log-prompts`**:
- Enables logging of prompts for telemetry. See - Enables logging of prompts for telemetry. See
[telemetry](../cli/telemetry.md) for more information. [telemetry](../cli/telemetry.md) for more information.
- **`--checkpointing`**:
- Enables [checkpointing](../cli/checkpointing.md).
- **`--extensions <extension_name ...>`** (**`-e <extension_name ...>`**): - **`--extensions <extension_name ...>`** (**`-e <extension_name ...>`**):
- Specifies a list of extensions to use for the session. If not provided, all - Specifies a list of extensions to use for the session. If not provided, all
available extensions are used. available extensions are used.