addyosmani / addyosmani/gemini-cli-tips
--checkpointing command-line flag was removed in version > 0.11.0.
- Ngôn ngữ chính
- Không có dữ liệu ngôn ngữ
- Star
- 2.4k
- Fork
- 105
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
```md
## Enabling the Feature
The Checkpointing feature is disabled by default. To enable it, you need to edit
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`:
```
```json
{
"general": {
"checkpointing": {
"enabled": true
}
}
}
```
https://github.com/google-gemini/gemini-cli/blob/7a4280a482026f2127d4b9215f2cef4b58447af5/docs/cli/checkpointing.md?plain=1#L38-L57
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.