Skip to content

v1.2.2

Choose a tag to compare

@github-actions github-actions released this 22 Aug 07:13
Immutable release. Only release title and notes can be modified.

中文

更新内容

  • 修复会话中加入持久图片后,下一次 Codex 模型请求可能因图片预算缺失而失败。
  • 图片仍由 DSH 的原生附件与请求归一化流程处理。

贡献者

安装

Windows 安装助手

打开 PowerShell,只复制这一行:

irm 'https://github.com/WSL043/dsh-codex-subscription/releases/latest/download/dsh-codex-setup.ps1' | iex

助手会使用当前目录、系统命令、常见位置或正在运行的 DSH-Portable;都找不到时才使用固定版本的官方 npm 入口。无需管理员权限,也不会重启 DSH。

DSH 标准命令

dsh plugin --profile web add dsh-codex-subscription
dsh plugin --profile web list dsh-codex-subscription --depth 0
dsh --profile web --dump-config

安装后手动重启 DSH。列表中应只有一个 dsh-codex-subscription,配置中应只有一个 codex-subscription 条目。

更新与卸载

dsh plugin --profile web update dsh-codex-subscription
dsh plugin --profile web list dsh-codex-subscription --depth 0
dsh --profile web --dump-config
dsh plugin --profile web remove dsh-codex-subscription

English

What's new

  • Fixes Codex model requests failing after a durable image is added to the conversation.
  • Images continue to use DSH's native attachment and request-normalization path.

Contributors

Installation

Windows guided install

Open PowerShell and paste this one line:

irm 'https://github.com/WSL043/dsh-codex-subscription/releases/latest/download/dsh-codex-setup.ps1' | iex

Setup uses the current folder, a system command, a common location, or a running DSH-Portable; only then does it fall back to the pinned official npm route. It needs no administrator access and does not restart DSH.

Standard DSH command

dsh plugin --profile web add dsh-codex-subscription
dsh plugin --profile web list dsh-codex-subscription --depth 0
dsh --profile web --dump-config

Restart DSH manually. The plugin list should contain one dsh-codex-subscription, and the config should contain one codex-subscription entry.

Update and uninstall

dsh plugin --profile web update dsh-codex-subscription
dsh plugin --profile web list dsh-codex-subscription --depth 0
dsh --profile web --dump-config
dsh plugin --profile web remove dsh-codex-subscription