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 
Apparently, Codex via the cloud has 403 errors towards GitHub 
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:
-
git ls-remote https://github.com/GladysAssistant/integration-template-js.git — CONNECT tunnel failed, response 403
-
curl https://api.github.com/repos/GladysAssistant/integration-template-js/contents/ — HTTP 403 response
-
curl https://raw.githubusercontent.com/GladysAssistant/integration-template-js/main/README.md — CONNECT tunnel failed, response 403
-
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:
-
start exactly from its directory structure;
-
keep its SDK and communication protocol with Gladys;
-
reuse its scripts, conventions, linting, and workflows;
Edit: I had to install the client directly on my PC for it to work