Conversation
Issues FoundNo issues with your PR description were found. Next Steps
Thank you for your contribution! If you need any help, please reach out on our Discord server. ❤️ |
rusagent
requested a deployment
to
testing_env
September 16, 2026 23:53 — with
GitHub Actions
Waiting
rusagent
requested a deployment
to
testing_env
September 17, 2026 15:40 — with
GitHub Actions
Waiting
rusagent
requested a deployment
to
testing_env
September 17, 2026 17:28 — with
GitHub Actions
Waiting
rusagent
requested a deployment
to
testing_env
September 17, 2026 18:25 — with
GitHub Actions
Waiting
rusagent
requested a deployment
to
testing_env
September 17, 2026 19:39 — with
GitHub Actions
Waiting
rusagent
requested a deployment
to
testing_env
September 17, 2026 20:45 — with
GitHub Actions
Waiting
rusagent
requested a deployment
to
testing_env
September 17, 2026 20:52 — with
GitHub Actions
Waiting
rusagent
requested a deployment
to
testing_env
September 17, 2026 23:12 — with
GitHub Actions
Waiting
rusagent
requested a deployment
to
testing_env
September 18, 2026 00:26 — with
GitHub Actions
Waiting
rusagent
requested a deployment
to
testing_env
September 18, 2026 15:18 — with
GitHub Actions
Waiting
rusagent
requested a deployment
to
testing_env
September 18, 2026 17:55 — with
GitHub Actions
Waiting
rusagent
requested a deployment
to
testing_env
September 18, 2026 18:45 — with
GitHub Actions
Waiting
rusagent
requested a deployment
to
testing_env
September 18, 2026 19:25 — with
GitHub Actions
Waiting
rusagent
requested a deployment
to
testing_env
September 18, 2026 19:54 — with
GitHub Actions
Waiting
rusagent
requested a deployment
to
testing_env
September 19, 2026 15:43 — with
GitHub Actions
Waiting
rusagent
requested a deployment
to
testing_env
September 19, 2026 17:34 — with
GitHub Actions
Waiting
rusagent
requested a deployment
to
testing_env
September 19, 2026 18:56 — with
GitHub Actions
Waiting
rusagent
requested a deployment
to
testing_env
September 19, 2026 19:18 — with
GitHub Actions
Waiting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add SpeechToDeck to Plugin Store
Adds a microphone button to the Steam virtual keyboard. Press it, speak, press
it again: the full utterance is transcribed locally by a pinned Voxtype
(whisper.cpp) runtime and the complete transcript is inserted into the text
field as one bulk paste action — no cloud services, no accounts, no
per-character typing, no auto-submit. Multilingual by default (whisper base),
VAD to reject silence-only input, clipboard-only mode as an explicit fallback.
This PR adds the plugin as a submodule pinned to the release commit.
Task Checklist
Developer
attaching license notices where appropriate.
(
THIRD_PARTY_NOTICES.md: whisper.cpp MIT, Voxtype MIT, React MIT, DeckyMIT.)
am submitting.
Plugin
and Beta update channels of SteamOS.
functionality to a plugin already on the store.
(No existing store plugin adds a dictation button to the Steam virtual
keyboard with local bulk-insert transcription.)
Backend
does not have it's dependencies statically linked.
(Voxtype v1.0.1, MIT, https://github.com/peteonrails/voxtype — dynamically
linked against glibc; delivered via package.json
remote_binarywith pinnedsha256.)
statically linked.
Community
new or updating plugins.
Testing