沉潜 (@pi27182818) 在 如何让codex中gpt5.4更积极地组织子代理工作 中发帖
用的是vscode+codex插件。目前我的子代理相关配置是.codex/agents里面加了下面四个模版。
# .codex/agents/explorer.toml
name = "explorer"
description = """
Dispatch for read-only codebase mapping before any changes are made: tracing
execution paths, locating symbols, understanding data flow, and identifying
which files a planned change will affect.
Do NOT dispatch for review after implementation — use...