From 0c57ff0dbe42207c07f96f3baf92b88642674a54 Mon Sep 17 00:00:00 2001 From: marius-kilocode Date: Mon, 15 Jun 2026 10:23:16 +0200 Subject: [PATCH] docs(kilo-docs): clarify snapshots without Git --- packages/kilo-docs/pages/code-with-ai/features/checkpoints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/kilo-docs/pages/code-with-ai/features/checkpoints.md b/packages/kilo-docs/pages/code-with-ai/features/checkpoints.md index 9b8117a53b4..7c59e85eddb 100644 --- a/packages/kilo-docs/pages/code-with-ai/features/checkpoints.md +++ b/packages/kilo-docs/pages/code-with-ai/features/checkpoints.md @@ -360,7 +360,7 @@ Operations are queued to prevent concurrent Git operations that might corrupt re ## Git Installation -Checkpoints require Git to be installed on your system. +Checkpoints require Git to be installed on your system. If Git is unavailable or the workspace is not a Git repository, Kilo skips checkpoints automatically; you do not need to disable them manually. ### macOS