mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
Checkpointing documentation (#1321)
Co-authored-by: matt korwel <matt.korwel@gmail.com>
This commit is contained in:
parent
db57d38d92
commit
7421bf681b
4 changed files with 80 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue