@flowingspring/dsh-voco 0.3.8 → 0.3.9
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 +42 -42
- 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.8/flowingspring-dsh-voco-0.3.8.tgz
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
Release page: [v0.3.
|
|
35
|
+
Release page: [v0.3.8](https://github.com/lgquan/dsh-voco/releases/tag/v0.3.8)
|
|
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.8/flowingspring-dsh-voco-0.3.8.tgz
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
Release 页面:[v0.3.
|
|
35
|
+
Release 页面:[v0.3.8](https://github.com/lgquan/dsh-voco/releases/tag/v0.3.8)
|
|
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",
|
|
24
|
+
"voice-pulse": "TFZsua_voice-pulse",
|
|
25
|
+
"controls": "TFZsua_controls",
|
|
26
26
|
"interruptButton": "TFZsua_interruptButton",
|
|
27
|
-
"
|
|
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
|
-
"taskCancel": "Kt2smW_taskCancel",
|
|
231
|
-
"taskStatus": "Kt2smW_taskStatus",
|
|
232
|
-
"taskUpdate": "Kt2smW_taskUpdate",
|
|
233
|
-
"utterance": "Kt2smW_utterance",
|
|
234
226
|
"taskInput": "Kt2smW_taskInput",
|
|
235
|
-
"taskLink": "Kt2smW_taskLink",
|
|
236
|
-
"taskChevron": "Kt2smW_taskChevron",
|
|
237
|
-
"miniWave": "Kt2smW_miniWave",
|
|
238
|
-
"taskCard": "Kt2smW_taskCard",
|
|
239
227
|
"taskDot": "Kt2smW_taskDot",
|
|
228
|
+
"bubble": "Kt2smW_bubble",
|
|
240
229
|
"taskActions": "Kt2smW_taskActions",
|
|
230
|
+
"taskChevron": "Kt2smW_taskChevron",
|
|
231
|
+
"taskLink": "Kt2smW_taskLink",
|
|
232
|
+
"utterance": "Kt2smW_utterance",
|
|
233
|
+
"taskCard": "Kt2smW_taskCard",
|
|
234
|
+
"taskStatus": "Kt2smW_taskStatus",
|
|
235
|
+
"taskCancel": "Kt2smW_taskCancel",
|
|
236
|
+
"taskSummary": "Kt2smW_taskSummary",
|
|
237
|
+
"meta": "Kt2smW_meta",
|
|
238
|
+
"taskTitle": "Kt2smW_taskTitle",
|
|
239
|
+
"miniWave": "Kt2smW_miniWave",
|
|
241
240
|
"taskDetails": "Kt2smW_taskDetails",
|
|
242
|
-
"voiceBadge": "Kt2smW_voiceBadge"
|
|
241
|
+
"voiceBadge": "Kt2smW_voiceBadge",
|
|
242
|
+
"taskUpdate": "Kt2smW_taskUpdate"
|
|
243
243
|
};
|
|
244
244
|
//#endregion
|
|
245
245
|
//#region ../ui-voice/src/client/VoiceNodeViews.tsx
|
|
@@ -378,10 +378,10 @@ window.__ModuleLoader__.load({
|
|
|
378
378
|
}
|
|
379
379
|
var VoiceOverlay_module_css_default = {
|
|
380
380
|
"root": "GPPB2G_root",
|
|
381
|
+
"voice-wave": "GPPB2G_voice-wave",
|
|
381
382
|
"wave": "GPPB2G_wave",
|
|
382
383
|
"status": "GPPB2G_status",
|
|
383
|
-
"stop": "GPPB2G_stop"
|
|
384
|
-
"voice-wave": "GPPB2G_voice-wave"
|
|
384
|
+
"stop": "GPPB2G_stop"
|
|
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
|
-
"toggle": "_0brRca_toggle",
|
|
444
443
|
"children": "_0brRca_children",
|
|
445
444
|
"marker": "_0brRca_marker",
|
|
446
445
|
"child": "_0brRca_child",
|
|
446
|
+
"childMain": "_0brRca_childMain",
|
|
447
447
|
"childLabel": "_0brRca_childLabel",
|
|
448
448
|
"childActions": "_0brRca_childActions",
|
|
449
|
+
"childTime": "_0brRca_childTime",
|
|
450
|
+
"toggle": "_0brRca_toggle",
|
|
449
451
|
"childMenuButton": "_0brRca_childMenuButton",
|
|
450
|
-
"
|
|
451
|
-
"deleteAction": "_0brRca_deleteAction",
|
|
452
|
+
"slot": "_0brRca_slot",
|
|
452
453
|
"childDot": "_0brRca_childDot",
|
|
453
|
-
"
|
|
454
|
-
"
|
|
455
|
-
"
|
|
456
|
-
"slot": "_0brRca_slot"
|
|
454
|
+
"deleteAction": "_0brRca_deleteAction",
|
|
455
|
+
"deleteStatus": "_0brRca_deleteStatus",
|
|
456
|
+
"deleteError": "_0brRca_deleteError"
|
|
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
|
+
"field": "G5LlXq_field",
|
|
932
|
+
"badge": "G5LlXq_badge",
|
|
933
|
+
"discard": "G5LlXq_discard",
|
|
934
|
+
"providerDetail": "G5LlXq_providerDetail",
|
|
935
|
+
"body": "G5LlXq_body",
|
|
936
|
+
"providerDetails": "G5LlXq_providerDetails",
|
|
931
937
|
"save": "G5LlXq_save",
|
|
938
|
+
"card": "G5LlXq_card",
|
|
932
939
|
"chevron": "G5LlXq_chevron",
|
|
933
|
-
"
|
|
940
|
+
"name": "G5LlXq_name",
|
|
934
941
|
"header": "G5LlXq_header",
|
|
935
|
-
"body": "G5LlXq_body",
|
|
936
|
-
"pending": "G5LlXq_pending",
|
|
937
|
-
"headText": "G5LlXq_headText",
|
|
938
|
-
"chevronOpen": "G5LlXq_chevronOpen",
|
|
939
942
|
"description": "G5LlXq_description",
|
|
940
|
-
"
|
|
941
|
-
"
|
|
942
|
-
"
|
|
943
|
+
"input": "G5LlXq_input",
|
|
944
|
+
"hint": "G5LlXq_hint",
|
|
945
|
+
"footer": "G5LlXq_footer",
|
|
946
|
+
"pending": "G5LlXq_pending",
|
|
947
|
+
"cardOpen": "G5LlXq_cardOpen",
|
|
943
948
|
"failed": "G5LlXq_failed",
|
|
944
949
|
"badgeMuted": "G5LlXq_badgeMuted",
|
|
945
950
|
"fieldHead": "G5LlXq_fieldHead",
|
|
946
|
-
"
|
|
947
|
-
"
|
|
948
|
-
"
|
|
949
|
-
"
|
|
950
|
-
"input": "G5LlXq_input",
|
|
951
|
-
"badge": "G5LlXq_badge",
|
|
952
|
-
"name": "G5LlXq_name",
|
|
953
|
-
"discard": "G5LlXq_discard",
|
|
954
|
-
"card": "G5LlXq_card"
|
|
951
|
+
"headText": "G5LlXq_headText",
|
|
952
|
+
"chevronOpen": "G5LlXq_chevronOpen",
|
|
953
|
+
"readOnly": "G5LlXq_readOnly",
|
|
954
|
+
"label": "G5LlXq_label"
|
|
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.9",
|
|
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
|
+
}
|