[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-93077":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":15,"stars7d":16,"stars30d":17,"stars90d":15,"forks30d":15,"starsTrendScore":15,"compositeScore":18,"rankGlobal":10,"rankLanguage":10,"license":10,"archived":19,"fork":19,"defaultBranch":20,"hasWiki":21,"hasPages":19,"topics":22,"createdAt":10,"pushedAt":10,"updatedAt":28,"readmeContent":29,"aiSummary":30,"trendingCount":15,"starSnapshotCount":15,"syncStatus":31,"lastSyncTime":32,"discoverSource":33},93077,"gpt-codex-plugin","Matchameleon\u002Fgpt-codex-plugin","Matchameleon","gpt codex plugin that prompts from codex to chatgpt through chrome session","",null,"JavaScript",133,344,51,0,1,101,55.11,false,"main",true,[23,24,25,26,27],"codex","codex-plugin","gpt","gpt-codex","plugin","2026-07-22 04:02:08","# GPT Relay Codex Plugin\n\n[中文说明](.\u002FREADME.zh-Hant.md) | [English details](.\u002FREADME.en.md)\n\nGPT Relay is a Codex plugin that relays prompts from Codex to ChatGPT through your existing Chrome session, then returns the completed ChatGPT response, generated images, Deep Research reports, and conversation links back to Codex.\n\nIt is designed for users who want Codex to ask ChatGPT with visible ChatGPT Intelligence options such as GPT 5.5 Pro Extended, GPT 5.4 Thinking Light, Deep Research, web search, image generation, and file uploads.\n\n> This is an independent community plugin by Prompt Case. It is not an official OpenAI or ChatGPT product.\n\n## Demo\n\n### Codex Install Screen\n\n![GPT Relay install screen](.\u002Fmedia\u002Fplugin-install-screen.png)\n\n### Codex and ChatGPT Side-by-Side\n\nThe demo below shows Codex calling GPT Relay while Chrome opens ChatGPT, switches the requested visible model\u002Fmode\u002Feffort, sends the prompt, and returns the result.\n\n![GPT Relay demo](.\u002Fmedia\u002Fgpt-relay-demo.gif)\n\n## Install\n\n### Option A: Install From The Codex UI\n\nIn Codex, open **Plugins** → **Manage** → **Create** → **Add marketplace**, then fill in:\n\n| Field | Value |\n| --- | --- |\n| Source | `Toolsai\u002FGPT-Relay-Codex-Plugin-` |\n| Git ref | `main` |\n| Sparse paths | Leave blank for the normal install. Optionally use `.agents\u002Fplugins` and `plugins\u002Fgpt-relay` if your Codex build asks for sparse checkout paths. |\n\nAfter adding the marketplace, install **GPT Relay**, then start a new Codex thread.\n\n### Option B: Add The Marketplace From The CLI\n\nRun this command in your Codex environment:\n\n```bash\ncodex plugin marketplace add Toolsai\u002FGPT-Relay-Codex-Plugin-\n```\n\nThen install **GPT Relay** from the Codex Plugins UI and start a new Codex thread.\n\n## Chrome Setup\n\nGPT Relay controls ChatGPT through your existing Chrome session, so you need the official Codex Chrome extension installed and enabled.\n\n### Install The Codex Chrome Extension\n\nInstall the official Codex extension from the Chrome Web Store:\n\n[Codex on Chrome Web Store](https:\u002F\u002Fchromewebstore.google.com\u002Fdetail\u002Fcodex\u002Fhehggadaopoacecdllhhajmbjkdcmajg)\n\n![Codex Chrome extension on Chrome Web Store](.\u002Fmedia\u002Fchrome-web-store-codex-extension.png)\n\n### Enable File Uploads\n\nIf you want GPT Relay to upload local files or images to ChatGPT, enable file URL access for the Codex Chrome extension:\n\n1. Open Chrome **Manage Extensions**.\n2. Open **Details** for the Codex extension.\n3. Turn on **Allow access to file URLs**.\n\n![Allow access to file URLs for Codex Chrome extension](.\u002Fmedia\u002Fchrome-extension-file-urls.png)\n\n## Requirements\n\n- Codex with plugin support.\n- Official Codex Chrome extension installed and enabled.\n- A logged-in ChatGPT session in Chrome.\n- **Allow access to file URLs** enabled if you want GPT Relay to upload local attachments.\n- Your ChatGPT account must have access to the model or mode you request. For example, Pro mode requires a ChatGPT Pro account.\n\n## Marketplace Package\n\nThis repository is structured as a Codex plugin marketplace source. Codex needs:\n\n- `.agents\u002Fplugins\u002Fmarketplace.json` at the repository root.\n- `plugins\u002Fgpt-relay\u002F.codex-plugin\u002Fplugin.json`.\n- The plugin source folder at `plugins\u002Fgpt-relay`.\n- A valid Git ref, normally `main`.\n\nThe Codex **Add marketplace** dialog adds this repository as a custom marketplace source. It is different from publishing to an official built-in OpenAI marketplace.\n\n## What It Can Do\n\n- Keep your current ChatGPT Intelligence selection when you do not request a model change.\n- Switch visible ChatGPT Intelligence options when requested, such as `5.5 Pro Extended` or `5.4 Thinking Light`.\n- Refuse clearly when the requested option is not visible in your account, instead of silently falling back to another model.\n- Send prompts and supported file attachments to ChatGPT.\n- Return ChatGPT replies as normal Markdown, preserving headings, lists, tables, links, and code blocks where possible.\n- Return generated images as local image artifacts.\n- Export completed Deep Research reports to Markdown artifacts.\n- Keep session metadata so you can continue or poll long-running ChatGPT tasks.\n\n## Example Prompts\n\n```text\nUse GPT 5.5 Pro Extended to analyze this question: ...\n```\n\n```text\nRun Deep Research on this topic: ...\n```\n\n```text\nSwitch to GPT 5.4 Thinking Light and analyze this image.\n```\n\n## Update\n\nTo update the marketplace source later:\n\n```bash\ncodex plugin marketplace upgrade gpt-relay\n```\n\nUpdate or reinstall **GPT Relay** from the Codex Plugins UI, then start a new Codex thread.\n\n## Redis (optional)\n\nWhen `GPT_RELAY_REDIS_URL` is set (for example `redis:\u002F\u002F127.0.0.1:6379`):\n\n- **Browser lock coordination** — multiple GPT Relay instances sharing one Chrome profile serialize through a Redis mutex.\n- **Session state cache** — relay session metadata can be mirrored in Redis for cross-process recovery.\n\nIf Redis is unset or unreachable, behaviour is unchanged.\n\n```bash\ndocker compose up -d   # starts redis:7-alpine on port 6379\nexport GPT_RELAY_REDIS_URL=redis:\u002F\u002F127.0.0.1:6379\n```\n\n## Notes\n\n- GPT Relay operates through the visible ChatGPT web UI. If ChatGPT changes its UI, selectors may need updates.\n- The plugin reports the visible model\u002Fmode\u002Feffort selected in ChatGPT. It does not claim hidden backend state.\n- It will stop on login prompts, CAPTCHA, permission dialogs, or unavailable account features.\n","这是一个连接Codex与ChatGPT的浏览器插件，通过复用用户已登录的Chrome会话，将Codex中的提示词自动转发至ChatGPT，并将响应结果（含文本、生成图像、Deep Research报告及对话链接）回传至Codex。核心能力包括模型\u002F模式切换（如GPT-5.5 Pro Extended、Thinking Light）、Web搜索、图像生成和本地文件上传支持，依赖Codex官方Chrome扩展实现自动化交互。适用于需要在Codex环境中调用ChatGPT高级功能（尤其是多模态与深度研究能力）的开发者与AI工作流构建者。",2,"2026-07-11 02:30:51","CREATED_QUERY"]