
mindcarver/dsh-codex-canvas
00最近提交 2026年8月15日
dsh-codex-canvas DSH 插件
dsh-codex-canvas 为 DeepSeek Harness 增加面向 agent 的 `image_gen` 工具。它通过 Harness 子进程接口调用 `codex exec`,将生成图片写入会话工作区,并默认以后台任务方式处理较长的生成过程。
如何安装 dsh-codex-canvas DSH 插件
数据来源
快照日期:2026年8月15日
manifest-valid
dsh-codex-canvas DSH 插件能做什么
- 为 agent 注册 `image_gen(prompt, file_name, run_in_background?)` 工具。
- 通过 Codex CLI 和 gpt-image-2 生成图片。
- 经由 `ctx.subprocess` 执行生成,并可通过 `ctx.jobs` 使用后台任务。
- 将输出写入会话工作区的 `images/<file_name>`。
- 支持配置 Codex 可执行文件、前台超时、终止宽限时间及子进程环境变量。
- 当 Codex 未写入请求的工作区路径时,尝试从其生成图片目录恢复本次生成的最新图片。
dsh-codex-canvas DSH 插件适合哪些场景
- 让 DeepSeek Harness Web UI 中的 agent 根据自然语言提示创建图片资源。
- 在会话工作区内生成插图、图标或其他图片文件。
- 异步运行图片生成,并通过 `job_output` 收集结果。
- 使用已登录的 ChatGPT Codex CLI 环境,而非配置 OpenAI API Key。
dsh-codex-canvas DSH 插件适合谁
- 使用 Web UI 的 DeepSeek Harness 用户。
- 已安装 Codex CLI 且已通过 ChatGPT 完成登录的用户。
- 需要在工作区中生成图片文件的 agent 工作流用户。
dsh-codex-canvas DSH 插件的限制
- 需要在机器级别安装 `@openai/codex` 并完成 `codex login`。
- 生成依赖 Codex CLI 及到 OpenAI 的网络连接;受限网络可能需要配置代理。
- 后台生成会返回任务 ID,需通过标准 `job_output` 工具收集结果。
- 通过 Git 安装时可能需要 pnpm 授权构建;README 提供预构建 tarball 作为替代方案。
- README 记录了 Windows 上与 Codex host 安装相关的问题。
客观检查信号
这些信号来自公开元数据扫描,不是本站安全认证。
- info
dependency counts
package.json declares 0 runtime, 17 development, 0 peer, and 0 optional dependencies.
- info
dsh bundle declared
package.json declares DSH bundle metadata.
- low
license not declared
GitHub did not report an SPDX license for this repository snapshot.
- info
package manifest available
A root package.json was captured and can be inspected by the registry.
- info
prepare script detected
package.json declares a prepare lifecycle script that may run during relevant package installation workflows.
- info
source available
Public GitHub source metadata is available for this registry snapshot.
dsh-codex-canvas DSH 插件的相关选择
dsh-codex-canvas DSH 插件常见问题
dsh-codex-canvas DSH 插件是什么?
dsh-codex-canvas 是当前 DSH 插件快照收录的项目。页面基于仓库元数据和已核对的说明整理,运行前仍应查看上游仓库。
如何安装 dsh-codex-canvas DSH 插件?
当前快照没有可靠安装命令。请从 dsh-codex-canvas 仓库 README 获取最新步骤,不要根据插件名猜命令。
dsh-codex-canvas 使用哪个 DSH profile?
dsh-codex-canvas 的 profile 在当前快照中未确认。请查看仓库 manifest 和 README,避免装进错误的 DSH profile。
dsh-codex-canvas 与当前 DSH 版本兼容吗?
当前数据没有提供可验证的兼容版本矩阵。建议先确认最近提交、release 和 DSH 官方变更,再在可回滚的 profile 中测试。
dsh-codex-canvas 加载失败怎么办?
先检查安装命令、profile、依赖安装日志和 Cordis 启动输出。再对照本站排错页与上游 issue,保留完整报错串便于定位。
dsh-codex-canvas 有哪些替代 DSH 插件?
页面列出的相关插件来自当前快照的关联结果,只能作为候选。请按能力、最近维护时间、安装方式和限制逐项比较。