把 Codex 用成队友
参考资料
本页汇总本教程引用的官方文档与外部资料,方便你自行核对与追踪更新。
以下是本教程内容的一手来源,全部为官方文档与官方仓库,便于你自行核对与追踪更新。
- Codex 官方文档:https://learn.chatgpt.com/docs(
developers.openai.com/codex会重定向至此) - Codex CLI 快速上手:https://learn.chatgpt.com/docs/codex/cli
- 审批与安全(沙盒与审批策略):https://learn.chatgpt.com/docs/agent-approvals-security
- 配置参考(config.toml 全部键值):https://learn.chatgpt.com/docs/config-file/config-reference
- AGENTS.md 自定义指令:https://learn.chatgpt.com/docs/agent-configuration/agents-md
- CLI 命令参考:https://learn.chatgpt.com/docs/developer-commands?surface=cli
- 非交互模式与自动化(codex exec):https://learn.chatgpt.com/docs/non-interactive-mode
- GitHub 代码评审集成:https://learn.chatgpt.com/docs/third-party/github
- Codex 云端任务:https://learn.chatgpt.com/docs/cloud
- IDE 扩展:https://learn.chatgpt.com/docs/ide
- 官方最佳实践:https://learn.chatgpt.com/guides/best-practices
- 模型与推理档位:https://learn.chatgpt.com/docs/models?surface=cli
- Codex CLI 源码仓库(Apache-2.0):https://github.com/openai/codex
由于命令、模型名与版本号更新频繁,遇到与本教程不一致的地方,以上述官方页面和你本机 codex --help、/status 的实际输出为准。