﻿---
title: "SessionEnd 清理钩子"
filename: "~/.codex/config.toml"
canonical: /templates/session-end-hook/
---

# SessionEnd 清理钩子

默认 1 秒、上限 3 秒。切走对话不会立刻触发。不要用 mcp_tool。

```
[[hooks.SessionEnd]]
matcher = "other"

[[hooks.SessionEnd.hooks]]
type = "command"
command = '/usr/bin/python3 "$(git rev-parse --show-toplevel)/.codex/hooks/session_end.py"'
timeout = 3
statusMessage = "Saving session notes"

```
