@flowingspring/dsh-voco 0.3.8 → 0.3.10
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 +2 -2
- package/README.zh.md +2 -2
- package/lib/client.js +43 -43
- package/package.json +27 -27
package/README.md
CHANGED
|
@@ -29,10 +29,10 @@ dsh web
|
|
|
29
29
|
GitHub Releases provide a prebuilt plugin package; no source checkout or pnpm installation is required:
|
|
30
30
|
|
|
31
31
|
```powershell
|
|
32
|
-
dsh plugin --profile web add https://github.com/lgquan/dsh-voco/releases/download/v0.3.
|
|
32
|
+
dsh plugin --profile web add https://github.com/lgquan/dsh-voco/releases/download/v0.3.10/flowingspring-dsh-voco-0.3.10.tgz
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
Release page: [v0.3.
|
|
35
|
+
Release page: [v0.3.10](https://github.com/lgquan/dsh-voco/releases/tag/v0.3.10)
|
|
36
36
|
|
|
37
37
|
## Configure the API key
|
|
38
38
|
|
package/README.zh.md
CHANGED
|
@@ -29,10 +29,10 @@ dsh web
|
|
|
29
29
|
GitHub Release 提供已经构建好的插件包,不需要下载源码或安装 pnpm:
|
|
30
30
|
|
|
31
31
|
```powershell
|
|
32
|
-
dsh plugin --profile web add https://github.com/lgquan/dsh-voco/releases/download/v0.3.
|
|
32
|
+
dsh plugin --profile web add https://github.com/lgquan/dsh-voco/releases/download/v0.3.10/flowingspring-dsh-voco-0.3.10.tgz
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
Release 页面:[v0.3.
|
|
35
|
+
Release 页面:[v0.3.10](https://github.com/lgquan/dsh-voco/releases/tag/v0.3.10)
|
|
36
36
|
|
|
37
37
|
## 配置 API Key
|
|
38
38
|
|
package/lib/client.js
CHANGED
|
@@ -20,11 +20,11 @@ window.__ModuleLoader__.load({
|
|
|
20
20
|
document.head.appendChild(tag);
|
|
21
21
|
}
|
|
22
22
|
var VoiceControl_module_css_default = {
|
|
23
|
-
"controls": "TFZsua_controls",
|
|
24
|
-
"button": "TFZsua_button",
|
|
25
23
|
"active": "TFZsua_active",
|
|
26
24
|
"interruptButton": "TFZsua_interruptButton",
|
|
27
|
-
"
|
|
25
|
+
"controls": "TFZsua_controls",
|
|
26
|
+
"voice-pulse": "TFZsua_voice-pulse",
|
|
27
|
+
"button": "TFZsua_button"
|
|
28
28
|
};
|
|
29
29
|
//#endregion
|
|
30
30
|
//#region ../ui-voice/src/client/VoiceControl.tsx
|
|
@@ -223,23 +223,23 @@ window.__ModuleLoader__.load({
|
|
|
223
223
|
document.head.appendChild(tag);
|
|
224
224
|
}
|
|
225
225
|
var VoiceNodeViews_module_css_default = {
|
|
226
|
-
"taskSummary": "Kt2smW_taskSummary",
|
|
227
|
-
"taskTitle": "Kt2smW_taskTitle",
|
|
228
|
-
"bubble": "Kt2smW_bubble",
|
|
229
|
-
"meta": "Kt2smW_meta",
|
|
230
226
|
"taskCancel": "Kt2smW_taskCancel",
|
|
231
|
-
"taskStatus": "Kt2smW_taskStatus",
|
|
232
|
-
"taskUpdate": "Kt2smW_taskUpdate",
|
|
233
|
-
"utterance": "Kt2smW_utterance",
|
|
234
|
-
"taskInput": "Kt2smW_taskInput",
|
|
235
|
-
"taskLink": "Kt2smW_taskLink",
|
|
236
|
-
"taskChevron": "Kt2smW_taskChevron",
|
|
237
227
|
"miniWave": "Kt2smW_miniWave",
|
|
228
|
+
"taskSummary": "Kt2smW_taskSummary",
|
|
229
|
+
"taskUpdate": "Kt2smW_taskUpdate",
|
|
230
|
+
"taskDetails": "Kt2smW_taskDetails",
|
|
231
|
+
"taskActions": "Kt2smW_taskActions",
|
|
238
232
|
"taskCard": "Kt2smW_taskCard",
|
|
233
|
+
"taskInput": "Kt2smW_taskInput",
|
|
234
|
+
"meta": "Kt2smW_meta",
|
|
235
|
+
"utterance": "Kt2smW_utterance",
|
|
236
|
+
"taskTitle": "Kt2smW_taskTitle",
|
|
239
237
|
"taskDot": "Kt2smW_taskDot",
|
|
240
|
-
"
|
|
241
|
-
"
|
|
242
|
-
"
|
|
238
|
+
"taskStatus": "Kt2smW_taskStatus",
|
|
239
|
+
"bubble": "Kt2smW_bubble",
|
|
240
|
+
"taskChevron": "Kt2smW_taskChevron",
|
|
241
|
+
"voiceBadge": "Kt2smW_voiceBadge",
|
|
242
|
+
"taskLink": "Kt2smW_taskLink"
|
|
243
243
|
};
|
|
244
244
|
//#endregion
|
|
245
245
|
//#region ../ui-voice/src/client/VoiceNodeViews.tsx
|
|
@@ -377,11 +377,11 @@ window.__ModuleLoader__.load({
|
|
|
377
377
|
document.head.appendChild(tag);
|
|
378
378
|
}
|
|
379
379
|
var VoiceOverlay_module_css_default = {
|
|
380
|
-
"root": "GPPB2G_root",
|
|
381
|
-
"wave": "GPPB2G_wave",
|
|
382
380
|
"status": "GPPB2G_status",
|
|
383
381
|
"stop": "GPPB2G_stop",
|
|
384
|
-
"
|
|
382
|
+
"root": "GPPB2G_root",
|
|
383
|
+
"voice-wave": "GPPB2G_voice-wave",
|
|
384
|
+
"wave": "GPPB2G_wave"
|
|
385
385
|
};
|
|
386
386
|
//#endregion
|
|
387
387
|
//#region ../ui-voice/src/client/VoiceOverlay.tsx
|
|
@@ -440,20 +440,20 @@ window.__ModuleLoader__.load({
|
|
|
440
440
|
document.head.appendChild(tag);
|
|
441
441
|
}
|
|
442
442
|
var VoiceSessionMarkers_module_css_default = {
|
|
443
|
-
"
|
|
444
|
-
"
|
|
445
|
-
"marker": "_0brRca_marker",
|
|
443
|
+
"childTime": "_0brRca_childTime",
|
|
444
|
+
"slot": "_0brRca_slot",
|
|
446
445
|
"child": "_0brRca_child",
|
|
447
|
-
"
|
|
448
|
-
"
|
|
446
|
+
"toggle": "_0brRca_toggle",
|
|
447
|
+
"childMain": "_0brRca_childMain",
|
|
449
448
|
"childMenuButton": "_0brRca_childMenuButton",
|
|
450
|
-
"deleteStatus": "_0brRca_deleteStatus",
|
|
451
449
|
"deleteAction": "_0brRca_deleteAction",
|
|
452
450
|
"childDot": "_0brRca_childDot",
|
|
453
|
-
"
|
|
451
|
+
"childActions": "_0brRca_childActions",
|
|
452
|
+
"children": "_0brRca_children",
|
|
453
|
+
"childLabel": "_0brRca_childLabel",
|
|
454
454
|
"deleteError": "_0brRca_deleteError",
|
|
455
|
-
"
|
|
456
|
-
"
|
|
455
|
+
"marker": "_0brRca_marker",
|
|
456
|
+
"deleteStatus": "_0brRca_deleteStatus"
|
|
457
457
|
};
|
|
458
458
|
//#endregion
|
|
459
459
|
//#region ../ui-voice/src/client/VoiceSessionMarkers.tsx
|
|
@@ -928,30 +928,30 @@ window.__ModuleLoader__.load({
|
|
|
928
928
|
document.head.appendChild(tag);
|
|
929
929
|
}
|
|
930
930
|
var VocoSettingsCard_module_css_default = {
|
|
931
|
-
"
|
|
932
|
-
"
|
|
933
|
-
"hint": "G5LlXq_hint",
|
|
934
|
-
"header": "G5LlXq_header",
|
|
935
|
-
"body": "G5LlXq_body",
|
|
931
|
+
"providerDetails": "G5LlXq_providerDetails",
|
|
932
|
+
"label": "G5LlXq_label",
|
|
936
933
|
"pending": "G5LlXq_pending",
|
|
937
934
|
"headText": "G5LlXq_headText",
|
|
935
|
+
"badge": "G5LlXq_badge",
|
|
936
|
+
"input": "G5LlXq_input",
|
|
937
|
+
"header": "G5LlXq_header",
|
|
938
|
+
"card": "G5LlXq_card",
|
|
939
|
+
"body": "G5LlXq_body",
|
|
940
|
+
"field": "G5LlXq_field",
|
|
941
|
+
"failed": "G5LlXq_failed",
|
|
938
942
|
"chevronOpen": "G5LlXq_chevronOpen",
|
|
943
|
+
"save": "G5LlXq_save",
|
|
944
|
+
"chevron": "G5LlXq_chevron",
|
|
945
|
+
"cardOpen": "G5LlXq_cardOpen",
|
|
946
|
+
"hint": "G5LlXq_hint",
|
|
939
947
|
"description": "G5LlXq_description",
|
|
940
948
|
"readOnly": "G5LlXq_readOnly",
|
|
941
|
-
"label": "G5LlXq_label",
|
|
942
|
-
"providerDetails": "G5LlXq_providerDetails",
|
|
943
|
-
"failed": "G5LlXq_failed",
|
|
944
|
-
"badgeMuted": "G5LlXq_badgeMuted",
|
|
945
949
|
"fieldHead": "G5LlXq_fieldHead",
|
|
946
950
|
"providerDetail": "G5LlXq_providerDetail",
|
|
947
|
-
"cardOpen": "G5LlXq_cardOpen",
|
|
948
951
|
"footer": "G5LlXq_footer",
|
|
949
|
-
"field": "G5LlXq_field",
|
|
950
|
-
"input": "G5LlXq_input",
|
|
951
|
-
"badge": "G5LlXq_badge",
|
|
952
|
-
"name": "G5LlXq_name",
|
|
953
952
|
"discard": "G5LlXq_discard",
|
|
954
|
-
"
|
|
953
|
+
"name": "G5LlXq_name",
|
|
954
|
+
"badgeMuted": "G5LlXq_badgeMuted"
|
|
955
955
|
};
|
|
956
956
|
//#endregion
|
|
957
957
|
//#region ../ui-voice/src/client/VocoSettingsCard.tsx
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
2
|
"name": "@flowingspring/dsh-voco",
|
|
3
3
|
"description": "Persistent voice conversations for DSH with cloud speech recognition, Edge TTS, and background Agent delegation",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.10",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"deepseek-harness",
|
|
7
7
|
"dsh",
|
|
@@ -15,18 +15,18 @@
|
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/lgquan/dsh-voco/issues"
|
|
17
17
|
},
|
|
18
|
-
"publishConfig": {
|
|
19
|
-
"access": "public"
|
|
20
|
-
},
|
|
21
|
-
"repository": {
|
|
22
|
-
"type": "git",
|
|
23
|
-
"url": "git+https://github.com/lgquan/dsh-voco.git",
|
|
24
|
-
"directory": "packages/voice-app"
|
|
25
|
-
},
|
|
26
|
-
"type": "module",
|
|
27
|
-
"main": "lib/index.js",
|
|
28
|
-
"types": "lib/types/index.d.ts",
|
|
29
|
-
"exports": {
|
|
18
|
+
"publishConfig": {
|
|
19
|
+
"access": "public"
|
|
20
|
+
},
|
|
21
|
+
"repository": {
|
|
22
|
+
"type": "git",
|
|
23
|
+
"url": "git+https://github.com/lgquan/dsh-voco.git",
|
|
24
|
+
"directory": "packages/voice-app"
|
|
25
|
+
},
|
|
26
|
+
"type": "module",
|
|
27
|
+
"main": "lib/index.js",
|
|
28
|
+
"types": "lib/types/index.d.ts",
|
|
29
|
+
"exports": {
|
|
30
30
|
".": {
|
|
31
31
|
"types": "./lib/types/index.d.ts",
|
|
32
32
|
"default": "./lib/index.js"
|
|
@@ -45,17 +45,17 @@
|
|
|
45
45
|
"./voice-web": "./lib/plugins/voice-web.js",
|
|
46
46
|
"./cordis.patch.yml": "./cordis.patch.yml",
|
|
47
47
|
"./package.json": "./package.json"
|
|
48
|
-
},
|
|
49
|
-
"files": [
|
|
48
|
+
},
|
|
49
|
+
"files": [
|
|
50
50
|
"lib/index.js",
|
|
51
51
|
"lib/invariant.js",
|
|
52
52
|
"lib/client.js",
|
|
53
53
|
"lib/client.js.map",
|
|
54
54
|
"lib/plugins/*.js",
|
|
55
55
|
"cordis.patch.yml",
|
|
56
|
-
"lib/types/**/*.d.ts"
|
|
57
|
-
],
|
|
58
|
-
"license": "MIT",
|
|
56
|
+
"lib/types/**/*.d.ts"
|
|
57
|
+
],
|
|
58
|
+
"license": "MIT",
|
|
59
59
|
"dsh": {
|
|
60
60
|
"bundle": {
|
|
61
61
|
"patch": "./cordis.patch.yml"
|
|
@@ -131,15 +131,15 @@
|
|
|
131
131
|
"@deepseek-ai/dsh-system-prompt": "^0.1.1-rc.1",
|
|
132
132
|
"@deepseek-ai/dsh-tools": "^0.1.1-rc.1",
|
|
133
133
|
"@deepseek-ai/dsh-workspace": "^0.1.1-rc.1",
|
|
134
|
+
"@flowingspring/dsh-client-ui-voice": "workspace:*",
|
|
135
|
+
"@flowingspring/dsh-llm-tool-call-compat": "workspace:*",
|
|
136
|
+
"@flowingspring/dsh-voice": "workspace:*",
|
|
137
|
+
"@flowingspring/dsh-voice-assistant": "workspace:*",
|
|
138
|
+
"@flowingspring/dsh-voice-local": "workspace:*",
|
|
139
|
+
"@flowingspring/dsh-voice-web": "workspace:*",
|
|
134
140
|
"@types/react": "~18.3.1",
|
|
135
141
|
"@types/ws": "^8.18.1",
|
|
136
142
|
"react": "^18.2.0",
|
|
137
|
-
"react-dom": "^18.2.0"
|
|
138
|
-
"@flowingspring/dsh-voice": "0.1.2",
|
|
139
|
-
"@flowingspring/dsh-voice-local": "0.1.0",
|
|
140
|
-
"@flowingspring/dsh-llm-tool-call-compat": "0.1.0",
|
|
141
|
-
"@flowingspring/dsh-voice-web": "0.1.2",
|
|
142
|
-
"@flowingspring/dsh-client-ui-voice": "0.1.2",
|
|
143
|
-
"@flowingspring/dsh-voice-assistant": "0.1.2"
|
|
143
|
+
"react-dom": "^18.2.0"
|
|
144
144
|
}
|
|
145
|
-
}
|
|
145
|
+
}
|