twokey 1.0.20 → 1.0.22

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/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -180,12 +180,14 @@ Configured in settings (`sttProvider`):
180
180
 
181
181
  - `mock`
182
182
  - `local-whisper`
183
+ - `sherpa-onnx`
184
+ - `vosk`
183
185
  - `external-command`
184
186
  - `openai-compatible`
185
187
 
186
188
  `external-command` needs `TWOKEY_STT_COMMAND` with `{audio}` placeholder.
187
189
 
188
- For `local-whisper`, TwoKey attempts runtime setup in user space and checks required binaries before transcription.
190
+ For `local-whisper`, `sherpa-onnx`, and `vosk`, TwoKey attempts runtime/model setup in user space and checks required binaries before transcription.
189
191
 
190
192
  Example:
191
193
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "twokey",
3
- "version": "1.0.20",
3
+ "version": "1.0.22",
4
4
  "description": "Linux-first desktop AI assistant built with Tauri, React, and TypeScript.",
5
5
  "license": "MIT",
6
6
  "repository": {