﻿---
title: "提示历史"
filename: "~/.codex/config.toml"
canonical: /templates/history-persistence/
---

# 提示历史

none 不写 history.jsonl。max_bytes 只裁这份文件，不管 sessions/。

```
[history]
persistence = "none"
# persistence = "save-all"
# max_bytes = 104857600

```
