ChatGPT Plus with free Codex for 1 month

Hello,

For info, I just noticed that ChatGPT Plus is free for 1 month when I logged into my account.
I had to enter my credit card and confirm the €0 purchase.
Be sure to set a reminder in 1 month to cancel the subscription if you don’t want to keep it.

I’m going to test it against Claude :wink:

Apparently, Codex via the cloud has 403 errors towards GitHub :upside_down_face:

You are right: the current implementation only reproduces a generic Node.js structure and not really the directory structure or the protocol of the official template.

However, I cannot faithfully correct this in this environment, as access to the official repository is blocked by the proxy:

  • :cross_mark: git ls-remote https://github.com/GladysAssistant/integration-template-js.gitCONNECT tunnel failed, response 403

  • :cross_mark: curl https://api.github.com/repos/GladysAssistant/integration-template-js/contents/ — HTTP 403 response

  • :cross_mark: curl https://raw.githubusercontent.com/GladysAssistant/integration-template-js/main/README.mdCONNECT tunnel failed, response 403

  • :cross_mark: Attempts via GitHub, Raw GitHub, jsDelivr, and Jina have all been blocked.

I prefer not to reinvent the template structure. To proceed correctly, I need the template content to be accessible in the workspace, for example under /workspace/integration-template-js, or provided as an archive. I will then be able to:

  1. start exactly from its directory structure;

  2. keep its SDK and communication protocol with Gladys;

  3. reuse its scripts, conventions, linting, and workflows;

Edit: I had to install the client directly on my PC for it to work