xiaoduoya/codex-with-chatgpt

ChatGPT thinks. Codex works. Use ChatGPT as the planning brain while keeping the Codex harness.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 5 minutes ago
Added to GitGenius on September 15th, 2026
Created on August 28th, 2026
Open Issues & Pull Requests: 28 (+0)
GitHub issues: Enabled
Number of forks: 545
Total Stargazers: 5,692 (+1)
Total Subscribers: 8 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.3 hours
Mean response time: 0.7 hours
90th percentile: 1.1 hours
Tracked items: 68

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Practically every issue opened in the past year has drawn a reply. 88% of issues opened in the past year have been closed, leaving a working backlog. Three people close 92% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 8
New in 7 days: 10
Closed in 7 days: 5
Avg open age: 2 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 8
Closed in 7 days: 3
Comments in 7 days: 14
Events in 7 days: 18

Top labels

  • 已关闭 (15)
  • 已解决 - 功能性问题 (7)
  • 已解决 - 功能更新 (4)
  • 跟进中 (1)

Detailed Description

Codex with ChatGPT is a Codex skill that routes planning and code review to ChatGPT's web interface while keeping execution authority in Codex.

The project addresses the problem of wasted ChatGPT Plus subscription quota alongside scarce Codex API token consumption. It moves the cognitive work—planning and review—to the ChatGPT web app you already pay for, leaving Codex to handle only code execution. The approach uses a read-only Model Context Protocol bridge protected by OAuth, allowing ChatGPT to inspect only the specific lines of code it needs from your current workspace without uploading your repository or requiring API keys and reverse proxies.

Developers should adopt this tool if they hold a ChatGPT Plus or Pro subscription and want to preserve Codex API quota for actual coding work rather than planning. It suits projects where you already use Codex as a coding agent and have idle ChatGPT web quota. The tool requires no terminal knowledge or manual configuration—installation is a single copy operation, and setup happens through natural language commands to Codex itself, with automatic daily version checks and self-updates.

The project maintains a straightforward installation model where users paste a setup instruction into their coding agent and receive automatic configuration. The skill checks for updates daily and applies them without user intervention, reducing friction for keeping the tool current.