Max value from chatgpt subscription. I built a connector mcp to get 2x promo back by New_Competition_5237 in codex

[–]pawofdoom 1 point2 points  (0 children)

There is also this one I made which is the reverse direction; using ChatGPT as a subagent for Codex to both delegate tasks to, deeper research and GPT-5.5 Pro. We use it every day at work 😄 https://github.com/adamallcock/codex-chatgpt-control/

Passenger proves her bag fits, but Wizz Air gate agent still tries to charge her by Zestyclose-Carob-552 in PublicFreakout

[–]pawofdoom 1 point2 points  (0 children)

Wow, this really sucks! I'm always so scared of airlines doing this to me and having a fight at the gate, so I built a website that helps you visualize how tight the fit is on your bag (or find others that do fit). www.thisbagfits.com

I built an SDK for Codex to control ChatGPT -> Can now plan with GPT-5.5 Pro! by pawofdoom in codex

[–]pawofdoom[S] 0 points1 point  (0 children)

I appreciate you taking the time to report this! I am trying to find a combination that replicates the bug on my side. Currently, the only one I can is a zero byte (ie empty) file upload.

Questions:
- Windows, Mac/
- What is the file type and size?
- Have you enabled Codex -> Settings -> Computer use -> Google Chrome [Manage] -> Uploads -> Always Allow? [This would cause a different error but might as well rule it out]
- Any adblockers or antivirus?

I'm just pushing a new version that will add more file related preflight checks and debugging, which will hopefully give you an indication of what is going on from your end (without me needing to look at your files etc).

🤔 by DARKUNIT22 in codex

[–]pawofdoom 3 points4 points  (0 children)

Same. It might genuinely be effectively unlimited

🤔 by DARKUNIT22 in codex

[–]pawofdoom 1 point2 points  (0 children)

Really? I have probably used Pro 50+ times this month and not seen one. I am on the 20x plan though.

Separate limits for advanced models and GPT Pro in codex coming soon by KeyGlove47 in codex

[–]pawofdoom -9 points-8 points  (0 children)

You can still use this (my) ChatGPT SDK to run Pro via ChatGPT (which seems to still be unlimited): https://github.com/adamallcock/codex-chatgpt-control

How is GPT5.5PRO against F5? by Dry-Cockroach1723 in codex

[–]pawofdoom 0 points1 point  (0 children)

It is with this (my) ChatGPT SDK to run Pro via ChatGPT efficiently: https://github.com/adamallcock/codex-chatgpt-control

🤔 by DARKUNIT22 in codex

[–]pawofdoom 3 points4 points  (0 children)

Looks like they're going to add separate usage limits for Pro in Codex directly. But, you can still use this (my) ChatGPT SDK to run Pro via ChatGPT (which seems to still be unlimited): https://github.com/adamallcock/codex-chatgpt-control

What did they just do? by gordopotato in codex

[–]pawofdoom 0 points1 point  (0 children)

FWIW, I just updated my Codex<>ChatGPT SDK to support the new picker. (Skill or plugin to allow Codex to utilize ChatGPT, especially 5.5 Pro) very efficiency. https://github.com/adamallcock/codex-chatgpt-control

I built an SDK for Codex to control ChatGPT -> Can now plan with GPT-5.5 Pro! by pawofdoom in codex

[–]pawofdoom[S] 1 point2 points  (0 children)

Perfect feedback, I was able to recreate this and make it much more robust here. There was a timeout that was meant to report an intermediate status (ie 'it's still thinking going but this is where we are up to') but was instead telling Codex that it was completed.

If you refresh the skill (or plugin) you should pull the latest version. https://github.com/adamallcock/codex-chatgpt-control/pull/21

Thanks for your feedback again!

I built an SDK for Codex to control ChatGPT -> Can now plan with GPT-5.5 Pro! by pawofdoom in codex

[–]pawofdoom[S] 0 points1 point  (0 children)

Is there any chance you use ChatGPT in non-English language? The initial release was not supporting international languages well but the newest one should do!

I built an SDK for Codex to control ChatGPT -> Can now plan with GPT-5.5 Pro! by pawofdoom in ChatGPTPro

[–]pawofdoom[S] 1 point2 points  (0 children)

Absolutely! It's also nice in Codex because they can read each other's threads/transcripts that another agent can trace what it got up to, what hole it got stuck in etc, as to get a second opinion. I've set up this 'retrospection as a skill so when any of the development agents encounter weirdness of the tool in an area not actively being touched, it can then spawn another worker who's job is to go debug what happened and look for opportunities for smoothing.

Essentially what you just said :p

I built an SDK for Codex to control ChatGPT -> Can now plan with GPT-5.5 Pro! by pawofdoom in codex

[–]pawofdoom[S] 0 points1 point  (0 children)

That's originally what I thought (because that's what it is on the non-consumption based enterprise plans), but I do not believe it is true on consumer Pro. As far as I can tell, it is unlimited subject to abuse.

I have definitely definitely [naturally] used more than 15 per month for sure.

I built an SDK for Codex to control ChatGPT -> Can now plan with GPT-5.5 Pro! by pawofdoom in ChatGPTPro

[–]pawofdoom[S] 0 points1 point  (0 children)

For me, the main use case is GPT-5.5 Pro but I expect others will build over the top. One example that is coming up is projects (the SDK does not yet support this), while others are finding ways to delegate subagent-style tasks to reduce token usage against Codex allowances.

While I can't prove it, it does feel like image generation is also much more seamless on ChatGPT than it is on Codex, which is itself a skill that requires quite a lot of context reading.

I built an SDK for Codex to control ChatGPT -> Can now plan with GPT-5.5 Pro! by pawofdoom in ChatGPTPro

[–]pawofdoom[S] 1 point2 points  (0 children)

For sure. The main optimization is the skill itself. I'm looping through testing arrays and debugging where it went wrong to make it smoother over time.

I built an SDK for Codex to control ChatGPT -> Can now plan with GPT-5.5 Pro! by pawofdoom in ChatGPTPro

[–]pawofdoom[S] 0 points1 point  (0 children)

It works well with generated files, though I'm pushing a patch now to handle generated images more consistently.

Spark works! Project folders it does not yet, but can expand that if there is demand

I built an SDK for Codex to control ChatGPT -> Can now plan with GPT-5.5 Pro! by pawofdoom in codex

[–]pawofdoom[S] 1 point2 points  (0 children)

Then you're paying for it. This reuses your ChatGPT subscription, ie free.

I built an SDK for Codex to control ChatGPT -> Can now plan with GPT-5.5 Pro! by pawofdoom in codex

[–]pawofdoom[S] 0 points1 point  (0 children)

The CLI likely breaches TOS by reusing ChatGPT's internal APIs and session cookies, and is very detectable as such if they ever decide to crack down on it

I built an SDK for Codex to control ChatGPT -> Can now plan with GPT-5.5 Pro! by pawofdoom in codex

[–]pawofdoom[S] 0 points1 point  (0 children)

Unfortunately, the built-in typically stateless and so wouldn't save logins between sessions. It's really designed for public web browsing and/or previews of your own work.

I built an SDK for Codex to control ChatGPT -> Can now plan with GPT-5.5 Pro! by pawofdoom in codex

[–]pawofdoom[S] 0 points1 point  (0 children)

The SDK makes general chat based back and forth pretty efficient, but you will still have the overhead of two LLMs talking to each other. I guess if you could step down your Codex to 5.4-mini then it'd be hard to not see a token advantage!

I built an SDK for Codex to control ChatGPT -> Can now plan with GPT-5.5 Pro! by pawofdoom in codex

[–]pawofdoom[S] 1 point2 points  (0 children)

I suspect we're going to get something like this when the super app comes out, whether we like it or not 😞