mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-08 17:16:48 -07:00
Make checkpoints configurable in settings.json (#1251)
This commit is contained in:
@@ -51,7 +51,7 @@ export async function main() {
|
||||
|
||||
// Initialize centralized FileDiscoveryService
|
||||
config.getFileService();
|
||||
if (config.getCheckpointEnabled()) {
|
||||
if (config.getCheckpointingEnabled()) {
|
||||
try {
|
||||
await config.getGitService();
|
||||
} catch {
|
||||
|
||||
Reference in New Issue
Block a user