rebel0789/codexpro
Use ChatGPT Developer Mode as a local coding agent for your repo through MCP.
View Origin LinkProduct Positioning & Context
Use ChatGPT Developer Mode as a local coding agent for your repo through MCP.
Related Ecosystem & Alternatives
Discover adjacent products, open-source repositories, and developer tools sharing similar technical architecture.
Deep-Dive FAQs
What is rebel0789/codexpro?
rebel0789/codexpro is a digital product or tool described as: Use ChatGPT Developer Mode as a local coding agent for your repo through MCP.
Where did rebel0789/codexpro originate?
Data for rebel0789/codexpro was aggregated directly from the GitHub Open Source community ecosystem, representing raw developer and early-adopter sentiment.
When was rebel0789/codexpro publicly launched?
The initial public indexing or launch date for rebel0789/codexpro within our tracked developer communities was recorded on June 16, 2026.
How popular is rebel0789/codexpro?
rebel0789/codexpro has achieved measurable traction, logging over 1,023 traction score and facilitating 92 recorded discussions or engagements.
Which technical categories define rebel0789/codexpro?
Based on metadata extraction, rebel0789/codexpro is categorized under topics such as: apps-sdk, chatgpt, cloudflare-tunnel, codex.
Are there active development issues for rebel0789/codexpro?
Yes, we are currently tracking open architectural debates and bug reports for this project on GitHub. There are currently 3 active high-priority issues logged recently.
What are some commercial alternatives to rebel0789/codexpro?
Our semantic intelligence engine identifies potential commercial alternatives in the SaaS space, such as YAGNI, which offers overlapping value propositions.
How does the creator describe rebel0789/codexpro?
The original author or development team describes the product as follows: "Use ChatGPT Developer Mode as a local coding agent for your repo through MCP."
Active Developer Issues (GitHub)
Logged: Jun 21, 2026
Logged: Jun 21, 2026
Logged: Jun 19, 2026
Community Voice & Feedback
感谢提问。这里先明确边界:CodexPro 不会接入 Rawchat 这类三方 Pro、共享账号或代理站点来获得或转发 ChatGPT Pro 能力,也不会做账号共享、额度池化、绕过限制、隐藏接口抓取,或把三方模型包装成 ChatGPT/Codex。
CodexPro 的定位是本地连接器:通过官方 ChatGPT Developer Mode / MCP App 路径,把你自己已经有权限的 ChatGPT 会话连接到你自己的本地仓库。它不提供模型、不提供账号访问,也不提升、合并或转售任何 ChatGPT、Codex、OpenAI 或第三方服务的额度。
可支持的方向:
- 用户自己的 ChatGPT 账号 + 官方 Developer Mode / MCP
- 官方 OpenAI/API 或其他模型服务的正规 API 集成,用户自己提供 key,并遵守服务条款
- 本地执行器、本地模型或本地 agent
不支持的方向:
- Rawchat 或类似三方网页 Pro 站点接入
- 使用他人或共享账号额度
- 通过 CodexPro 绕过 ChatGPT/Codex/OpenAI 限制
- 抓取非公开网页接口或转发隐藏会话
所以这个 issue 的答案是:不能按“使用三方网站 Pro”的方式支持。我们会把产品边界保持在官方和合规路径上。
CodexPro 的定位是本地连接器:通过官方 ChatGPT Developer Mode / MCP App 路径,把你自己已经有权限的 ChatGPT 会话连接到你自己的本地仓库。它不提供模型、不提供账号访问,也不提升、合并或转售任何 ChatGPT、Codex、OpenAI 或第三方服务的额度。
可支持的方向:
- 用户自己的 ChatGPT 账号 + 官方 Developer Mode / MCP
- 官方 OpenAI/API 或其他模型服务的正规 API 集成,用户自己提供 key,并遵守服务条款
- 本地执行器、本地模型或本地 agent
不支持的方向:
- Rawchat 或类似三方网页 Pro 站点接入
- 使用他人或共享账号额度
- 通过 CodexPro 绕过 ChatGPT/Codex/OpenAI 限制
- 抓取非公开网页接口或转发隐藏会话
所以这个 issue 的答案是:不能按“使用三方网站 Pro”的方式支持。我们会把产品边界保持在官方和合规路径上。
This is just for giving repo access to chatgpt i believe
其实,让 CodexPro 去绑定某个 sessionId 对所有用户来说,技术难度有点高了,因为普通用户根本拿不到 sessionid。我想拿,得去 cc-switch 的会话管理里找。不是每个人都装了 cc-switch 并且能知道去哪找 sessionid 的。
除非 CodexPro 能读取 Codex 的 sessionId 和 sessionName,做个列表让普通用户来选。这样才可用。
我有个临时折中的想法,就是让 bash 窗口默认收缩起来成一条,这样其实就不吓人了。其实这也是我目前处理的办法,手动去点那个收缩按钮。这个不知道能不能一条参数解决?
除非 CodexPro 能读取 Codex 的 sessionId 和 sessionName,做个列表让普通用户来选。这样才可用。
我有个临时折中的想法,就是让 bash 窗口默认收缩起来成一条,这样其实就不吓人了。其实这也是我目前处理的办法,手动去点那个收缩按钮。这个不知道能不能一条参数解决?
Follow-up PR #16 is merged on top of #15. It fixes the P2 review issues in the bash session guard implementation:
- guarded settings cannot be saved without a session id
- setup/settings persist the guard values
- self-test works correctly when `--bash-session --require-bash-session` is enabled
I am keeping this issue open because the broader boundary still stands: CodexPro provides a local process-level bash session guard, not access to a private Codex/ChatGPT conversation transcript or an existing Codex App terminal session.
- guarded settings cannot be saved without a session id
- setup/settings persist the guard values
- self-test works correctly when `--bash-session --require-bash-session` is enabled
I am keeping this issue open because the broader boundary still stands: CodexPro provides a local process-level bash session guard, not access to a private Codex/ChatGPT conversation transcript or an existing Codex App terminal session.
已合并 PR #15,实现了一个安全版本的 session targeting:本地 CodexPro bash session guard。
现在可以这样启动:
```bash
codexpro start --bash-session main --require-bash-session
```
启用后,ChatGPT 调用 `bash` 工具时必须带上:
```json
{ session_id: main }
```
否则 bash 会在执行任何 shell 命令之前被拒绝。这个 session 标签会显示在终端启动卡、`server_config`、本地状态页和 `/healthz`。
边界仍然保持不变:这不是绑定/复用某个已有的 Codex App 聊天会话 id,也不会让 CodexPro 进入 Codex 的聊天/终端会话里执行命令。它是一个本地 CodexPro 进程级的显式 bash 目标标签,用来避免误触发到错误窗口或错误工作流。
现在可以这样启动:
```bash
codexpro start --bash-session main --require-bash-session
```
启用后,ChatGPT 调用 `bash` 工具时必须带上:
```json
{ session_id: main }
```
否则 bash 会在执行任何 shell 命令之前被拒绝。这个 session 标签会显示在终端启动卡、`server_config`、本地状态页和 `/healthz`。
边界仍然保持不变:这不是绑定/复用某个已有的 Codex App 聊天会话 id,也不会让 CodexPro 进入 Codex 的聊天/终端会话里执行命令。它是一个本地 CodexPro 进程级的显式 bash 目标标签,用来避免误触发到错误窗口或错误工作流。
PR #14 已经合并到 main。
当前可用方式:
```bash
codexpro start --no-bash
```
或者只做规划:
```bash
codexpro start --mode handoff --no-bash
```
我先不自动关闭这个 issue,因为原始诉求里的“绑定到某个 Codex 会话 id 执行 bash”仍然不是当前设计的一部分;这次合并的是边界说明和 no-bash 入口。
当前可用方式:
```bash
codexpro start --no-bash
```
或者只做规划:
```bash
codexpro start --mode handoff --no-bash
```
我先不自动关闭这个 issue,因为原始诉求里的“绑定到某个 Codex 会话 id 执行 bash”仍然不是当前设计的一部分;这次合并的是边界说明和 no-bash 入口。
感谢反馈,这个体验问题是真实的,尤其是在你同时用 Codex 和 ChatGPT/CodexPro 时,突然看到 ChatGPT 触发本地 bash 会很吓人。
当前 CodexPro 不能、也不会绑定到某一个 Codex App 聊天/终端会话 id 里执行 bash。MCP 里的 session id 只是 ChatGPT 和 CodexPro HTTP 服务器之间的传输会话,不等同于 Codex 的会话 id。CodexPro 的 `bash` 工具属于你本地启动的 CodexPro server 进程,并在配置的 workspace root 下执行。
我开了一个 PR 处理这个边界和可发现性:#14
这个 PR 做了两件事:
1. 增加 `codexpro start --no-bash`,等同于 `--bash off`,用于完全关闭 ChatGPT 可触发的 shell 命令。
2. 在 README、中文 README、FAQ、安全文档和网站里明确说明:CodexPro 不绑定/复用 Codex 会话 id;如果正在 Codex 里干活又不想被 ChatGPT 触发 bash,请用:
```bash
codexpro start --no-bash
```
如果只想让 ChatGPT 写计划、由你本地决定是否执行,可以用:
```bash
codexpro start --mode handoff --no-bash
```
我没有把这个改成“远程控制某个 Codex 会话”,因为那会跨过当前产品边界,也更容易造成你说的干扰和惊吓。
当前 CodexPro 不能、也不会绑定到某一个 Codex App 聊天/终端会话 id 里执行 bash。MCP 里的 session id 只是 ChatGPT 和 CodexPro HTTP 服务器之间的传输会话,不等同于 Codex 的会话 id。CodexPro 的 `bash` 工具属于你本地启动的 CodexPro server 进程,并在配置的 workspace root 下执行。
我开了一个 PR 处理这个边界和可发现性:#14
这个 PR 做了两件事:
1. 增加 `codexpro start --no-bash`,等同于 `--bash off`,用于完全关闭 ChatGPT 可触发的 shell 命令。
2. 在 README、中文 README、FAQ、安全文档和网站里明确说明:CodexPro 不绑定/复用 Codex 会话 id;如果正在 Codex 里干活又不想被 ChatGPT 触发 bash,请用:
```bash
codexpro start --no-bash
```
如果只想让 ChatGPT 写计划、由你本地决定是否执行,可以用:
```bash
codexpro start --mode handoff --no-bash
```
我没有把这个改成“远程控制某个 Codex 会话”,因为那会跨过当前产品边界,也更容易造成你说的干扰和惊吓。
Discovery Source
GitHub Open Source Aggregated via automated community intelligence tracking.
Tech Stack Dependencies
No direct open-source NPM package mentions detected in the product documentation.
Media Tractions & Mentions
No mainstream media stories specifically mentioning this product name have been intercepted yet.
Deep Research & Science
No direct peer-reviewed scientific literature matched with this product's architecture.
SaaS Metrics