dsh-code 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.en.md CHANGED
@@ -30,14 +30,14 @@ Requires Node `^22.19 || >=24` and the preview `dsh` CLI (current release line:
30
30
  Use the same commands for the initial installation and subsequent updates:
31
31
 
32
32
  ```sh
33
- npm install -g @deepseek-ai/dsh@0.1.1-rc.2 dsh-code@1.0.1
33
+ npm install -g @deepseek-ai/dsh@0.1.1-rc.2 dsh-code@1.0.2
34
34
  npm install -g pnpm
35
- dsh plugin --profile cli add dsh-code@1.0.1
35
+ dsh plugin --profile cli add dsh-code@1.0.2
36
36
  ```
37
37
 
38
- > Note: pnpm ignores packages published less than 24 hours ago, so use the exact version `dsh-code@1.0.1` on release day; the version may be omitted after 24 hours. npm installation is not affected.
38
+ > Note: pnpm ignores packages published less than 24 hours ago, so use the exact version `dsh-code@1.0.2` on release day; the version may be omitted after 24 hours. npm installation is not affected.
39
39
  >
40
- > Version alignment: dsh-code 1.0.1 targets dsh `0.1.1-rc.2`, with every Harness dependency pinned exactly to `0.1.1-rc.2`. Keep the global dsh CLI and dsh-code aligned instead of mixing release candidates. rc.2 removes the old DeepSeek setting `maxRequestImageBytes`.
40
+ > Version alignment: dsh-code 1.0.2 targets dsh `0.1.1-rc.2`, with every Harness dependency pinned exactly to `0.1.1-rc.2`. Keep the global dsh CLI and dsh-code aligned instead of mixing release candidates. rc.2 removes the old DeepSeek setting `maxRequestImageBytes`.
41
41
 
42
42
  ### 2. Launch commands
43
43
 
package/README.md CHANGED
@@ -30,14 +30,14 @@ DeepSeek Harness 将模型、工具、存储、策略和界面作为插件,通
30
30
  初次安装和更新使用同一组指令:
31
31
 
32
32
  ```sh
33
- npm install -g @deepseek-ai/dsh@0.1.1-rc.2 dsh-code@1.0.1
33
+ npm install -g @deepseek-ai/dsh@0.1.1-rc.2 dsh-code@1.0.2
34
34
  npm install -g pnpm
35
- dsh plugin --profile cli add dsh-code@1.0.1
35
+ dsh plugin --profile cli add dsh-code@1.0.2
36
36
  ```
37
37
 
38
- > 提示:pnpm 会忽略发布不足 24 小时的包,因此发布首日请使用精确版本 `dsh-code@1.0.1`;24 小时后可省略版本号。npm 安装不受此限制。
38
+ > 提示:pnpm 会忽略发布不足 24 小时的包,因此发布首日请使用精确版本 `dsh-code@1.0.2`;24 小时后可省略版本号。npm 安装不受此限制。
39
39
  >
40
- > 版本对齐:dsh-code 1.0.1 面向 dsh `0.1.1-rc.2` 构建,全部 Harness 依赖均精确锁定为 `0.1.1-rc.2`。请保持全局 dsh 与 dsh-code 同步,避免宿主与插件混用候选版本。rc.2 已删除旧的 DeepSeek 配置项 `maxRequestImageBytes`。
40
+ > 版本对齐:dsh-code 1.0.2 面向 dsh `0.1.1-rc.2` 构建,全部 Harness 依赖均精确锁定为 `0.1.1-rc.2`。请保持全局 dsh 与 dsh-code 同步,避免宿主与插件混用候选版本。rc.2 已删除旧的 DeepSeek 配置项 `maxRequestImageBytes`。
41
41
 
42
42
  ### 2. 启动指令
43
43