dsh-speak 1.2.0 → 1.3.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.
Files changed (2) hide show
  1. package/cordis.patch.yml +5 -0
  2. package/package.json +7 -1
@@ -0,0 +1,5 @@
1
+ # dsh-speak bundle patch: auto-register the speech-hook plugin when this package
2
+ # is used as a DSH bundle (declared in dsh.profile.bundles).
3
+ - insert:
4
+ - id: speech-hook
5
+ name: dsh-speak
package/package.json CHANGED
@@ -1,17 +1,23 @@
1
1
  {
2
2
  "name": "dsh-speak",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "Make your AI harness speak — verified voice announcements for DSH and other AI coding harnesses (Windows SAPI5 + macOS system voices)",
5
5
  "main": "adapters/dsh/speech-hook.js",
6
6
  "files": [
7
7
  "adapters/dsh/speech-hook.js",
8
8
  "adapters/dsh/install.ps1",
9
+ "cordis.patch.yml",
9
10
  "engine/",
10
11
  "docs/",
11
12
  "README.md",
12
13
  "README.zh-CN.md",
13
14
  "LICENSE"
14
15
  ],
16
+ "dsh": {
17
+ "bundle": {
18
+ "patch": "./cordis.patch.yml"
19
+ }
20
+ },
15
21
  "keywords": [
16
22
  "dsh",
17
23
  "dsh-plugin",