参考: Codex桌面版 + DeepSeek纯API接入教程|无需Codex账号,支持国内模型-CSDN博客
下载 Codex++
下载地址
官方 GitHub 仓库:https://github.com/BigPizzaV3/CodexPlusPlus
安装步骤
下载对应版本:
Windows:
CodexPlusPlus-*-windows-x64-setup.exe
安装后 配置Codex++ manager
添加供应商配置
hyperframes: HeyGen 在 2026 年 4 月 16 日低调开源了一个叫 Hyperframes 的视频渲染框架
下载hyperframes-main.zip 文件
改动不多,核心就三步:
1. 修正 marketplace.json 路径(C:\Users\dusha\.agents\plugins\marketplace.json)
{ "name": "my-local-plugins", "interface": { "displayName": "My Local Plugins" }, "plugins": [ { "name": "hyperframes", "source": { "source": "local", "path": "./plugins/hyperframes" }, "policy": { "installation": "AVAILABLE", "authentication": "ON_INSTALL" }, "category": "Design" } ] }2. 复制插件源码到约定位置
C:\Users\dusha\.agents\plugins\hyperframes\ → C:\Users\dusha\plugins\hyperframes\
插件原本在 .agents\plugins\ 下,但 marketplace 期望它放在 ~/plugins/ 下。
3. 更新 cachebuster + 安装
C:\Users\dusha\.codex\skills\.system\plugin-creator\scripts\update_plugin_cachebuster.py
这是 plugin-creator 技能自带的脚本,用于给已有插件更新 +codex.<timestamp> 后缀,触发 Codex 重新加载插件缓存。
python update_plugin_cachebuster.py C:\Users\dusha\plugins\hyperframes
# 版本: 0.6.48+codex.20260528120449 → 0.6.48+codex.20260528121909
codex plugin add hyperframes --marketplace my-local-plugins
# 安装到: ~\.codex\plugins\cache\my-local-plugins\hyperframes\
如果没有其他问题,这些就是全部改动。需要我帮你直接生成一份 Markdown 文档吗?