dsh-audiogen 0.1.0 → 0.2.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.md CHANGED
@@ -15,9 +15,18 @@ DeepSeek Harness(DSH)AI 音频插件:让 Agent 不只会回答,还能生
15
15
 
16
16
  ## 安装
17
17
 
18
+ 已发布到 npm:
19
+
20
+ ```bash
21
+ dsh plugin --profile web add dsh-audiogen
22
+ # 或指定版本
23
+ dsh plugin --profile web add dsh-audiogen@0.1.0
24
+ ```
25
+
26
+ 本地开发安装:
27
+
18
28
  ```bash
19
29
  dsh plugin --profile web add /path/to/dsh-audiogen
20
- # 或从本地构建后的 tarball / npm 安装
21
30
  ```
22
31
 
23
32
  安装后重启 `dsh web`,侧边栏出现「AI 音频」。打开「设置 → 插件 → AI 音频」,添加一个厂商渠道并填写 API 地址、密钥、模型/音色后即可使用。