> ## Documentation Index
> Fetch the complete documentation index at: https://docs2.openclaw.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# 推斷的承諾

推斷承諾實驗已停止。OpenClaw 不再擷取新的
對話後續事項或透過心跳偵測傳送這些事項，且先前的
`commitments` 設定區塊會由 `openclaw doctor --fix` 移除。

精確提醒和排程工作會繼續使用
[排程任務](/zh-TW/automation/cron-jobs)。持久保存的對話事實應存放於
[記憶](/zh-TW/concepts/memory)。

## 現有記錄

先前儲存的承諾會保留在共用 SQLite 狀態資料庫中，因此
升級不會破壞操作人員可見的歷史記錄。使用舊版維護
命令列介面檢查或解除這些資料列：

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
openclaw commitments --all
openclaw commitments dismiss cm_abc123
```

如需維護命令參考資料，請參閱
[`openclaw commitments`](/zh-TW/cli/commitments)。

## 相關內容

* [排程任務](/zh-TW/automation/cron-jobs)
* [記憶概覽](/zh-TW/concepts/memory)
* [心跳偵測](/zh-TW/gateway/heartbeat)
