@goodandready/dsh-voice 0.8.19 → 0.8.20
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/lib/client-src/10-locale.js +14 -0
- package/lib/client-src/70-settings.js +347 -222
- package/lib/client.js +361 -222
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -549,7 +549,7 @@ export function apply(ctx, baseConfig) {
|
|
|
549
549
|
},
|
|
550
550
|
},
|
|
551
551
|
isConcurrencySafe: () => false,
|
|
552
|
-
timeoutMs:
|
|
552
|
+
timeoutMs: 365000,
|
|
553
553
|
async execute(args, exec) {
|
|
554
554
|
const cfg = live()
|
|
555
555
|
const filePath = String(args.file_path || '').trim()
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@goodandready/dsh-voice",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.20",
|
|
4
4
|
"description": "Voice input for DeepSeek Harness: dictation chunked by pauses and voice messages, each with its own provider fallback chain (Deepgram, Groq, HuggingFace, local whisper.cpp, plus any OpenAI-compatible API of your own).",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|