OpenAI 以开放方式开发 Codex 的关键部分。这些工作位于 GitHub 上,你可以跟进进展、报告问题并贡献改进。
如果你维护一个被广泛使用的开源项目,或者想提名维护重要项目的维护者,也可以申请 Codex for OSS program ,以获得 API credits、包含 Codex 的 ChatGPT Pro,以及对 Codex Security 的选择性访问。
开源组件
| Component | Where to find | Notes |
|---|---|---|
| Codex CLI | openai/codex | Codex 开源开发的主要 home。 |
| Codex SDK | openai/codex/sdk | SDK sources 位于 Codex repo 中。 |
| Codex App Server | openai/codex/codex-rs/app-server | App-server sources 位于 Codex repo 中。 |
| Skills | openai/skills | 扩展 Codex 的可复用 skills。 |
| IDE extension | - | 非开源。 |
| Codex web | - | 非开源。 |
| Universal cloud environment | openai/codex-universal | Codex cloud 使用的基础 environment。 |
在哪里报告问题和请求功能
针对 Codex components 的 bug reports 和 feature requests,请使用 Codex GitHub repository:
Bug reports 和 feature requests: openai/codex/issues
Discussion forum: openai/codex/discussions
提交 issue 时,请尽可能包含你正在使用的 component(CLI、SDK、IDE extension、Codex web)以及对应版本。