{t('checkpoint.experimentalFeature')}
{t('checkpoint.checkpointWarning')}
{t('checkpoint.automaticCheckpointsDesc')}
{checkpointStrategy === "manual" && t('checkpoint.manualOnlyDesc')} {checkpointStrategy === "per_prompt" && t('checkpoint.afterEachPromptDesc')} {checkpointStrategy === "per_tool_use" && t('checkpoint.afterToolUseDesc')} {checkpointStrategy === "smart" && t('checkpoint.smartDesc')}
{t('checkpoint.totalCheckpoints')}: {totalCheckpoints}
{t('checkpoint.removeOldCheckpoints', { count: keepCount })}