Experimental Feature
Checkpointing may affect directory structure or cause data loss. Use with caution.
Automatically create checkpoints based on the selected strategy
{checkpointStrategy === "manual" && "Checkpoints will only be created manually"} {checkpointStrategy === "per_prompt" && "A checkpoint will be created after each user prompt"} {checkpointStrategy === "per_tool_use" && "A checkpoint will be created after each tool use"} {checkpointStrategy === "smart" && "Checkpoints will be created after destructive operations"}
Total checkpoints: {totalCheckpoints}
Remove old checkpoints, keeping only the most recent {keepCount}