﻿---
title: "给 exec 线程标来源"
filename: "ci.sh"
canonical: /templates/exec-thread-source/
---

# 给 exec 线程标来源

新建或 fork 时标注。resume 不改已保存来源。

```
codex exec --thread-source automated_review \
  --sandbox workspace-write --ask-for-approval never \
  "对照 main 做审查，只输出风险。"

```
