参考 Codex桌面版 DeepSeek纯API接入教程无需Codex账号支持国内模型-CSDN博客下载 Codex下载地址官方 GitHub 仓库https://github.com/BigPizzaV3/CodexPlusPlus安装步骤下载对应版本WindowsCodexPlusPlus-*-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.48codex.20260528120449 → 0.6.48codex.20260528121909codex plugin add hyperframes --marketplace my-local-plugins# 安装到: ~\.codex\plugins\cache\my-local-plugins\hyperframes\如果没有其他问题这些就是全部改动。需要我帮你直接生成一份 Markdown 文档吗