dsh-code 0.6.1 → 0.7.0

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
@@ -39,10 +39,10 @@ Requires Node `^22.19 || >=24`, the preview `dsh` CLI, and `DEEPSEEK_API_KEY`.
39
39
  ```sh
40
40
  npm install -g @deepseek-ai/dsh dsh-code
41
41
  npm install -g pnpm
42
- dsh plugin --profile cli add dsh-code@0.6.1
42
+ dsh plugin --profile cli add dsh-code@0.7.0
43
43
  ```
44
44
 
45
- > Note: pnpm ignores packages published less than 24 hours ago, so pin `dsh-code@0.6.1` on the release day; the version can be omitted afterwards. npm installs are not affected.
45
+ > Note: pnpm ignores packages published less than 24 hours ago, so pin `dsh-code@0.7.0` on the release day; the version can be omitted afterwards. npm installs are not affected.
46
46
 
47
47
  Available launch commands:
48
48
 
package/README.md CHANGED
@@ -39,10 +39,10 @@ DSH-Code 保留这套结构,并补充适合编码任务的终端工作流。
39
39
  ```sh
40
40
  npm install -g @deepseek-ai/dsh dsh-code
41
41
  npm install -g pnpm
42
- dsh plugin --profile cli add dsh-code@0.6.1
42
+ dsh plugin --profile cli add dsh-code@0.7.0
43
43
  ```
44
44
 
45
- > 提示:pnpm 会忽略发布不足 24 小时的包,因此发布首日请使用精确版本 `dsh-code@0.6.1`;24 小时后可省略版本号。npm 安装不受此限制。
45
+ > 提示:pnpm 会忽略发布不足 24 小时的包,因此发布首日请使用精确版本 `dsh-code@0.7.0`;24 小时后可省略版本号。npm 安装不受此限制。
46
46
 
47
47
  可用的启动指令:
48
48
  ```sh