Conversation
Add opencode-voice plugin to ecosystem documentation Lists @safwan-o/opencode-voice under Plugins: local speech-to-text voice input for the OpenCode TUI (dictate prompts, model picker, 87 whisper.cpp + transcribe-cpp sidecar models). Rationale: the table has no voice-input entry, and every existing community voice plugin targets the V1 TUI API, which no longer loads on OpenCode 2.x. This is a V2-compatible voice plugin, verified working on 2.0.6. Package: https://www.npmjs.com/package/@safwan-o/opencode-voice Repo: https://github.com/safwan-o/opencode-voice
Contributor
|
Hey! Your PR title Please update it to start with one of:
Where See CONTRIBUTING.md for details. |
Contributor
|
The following comment was made by an LLM, it may be inaccurate: Potential Duplicate FoundPR #49383: docs: add OpenCode Voice to ecosystem plugins This is almost certainly a duplicate. Both PRs are adding the same |
Contributor
|
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
Contributor
|
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
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.
Issue for this PR
Closes #49583
Type of change
What does this PR do?
Adds one row for
opencode-voiceto the Plugins table of Opencode CLI: local speech-to-textvoice input for the TUI (whisper.cpp + open-weight GGUF models via a bundled sidecar).
Why it belongs: the table has no voice-input entry, and the existing community
voice plugins target the V1 TUI API, which doesn't load on Opencode V2. This one is
V2-compatible.
How did you verify your code works?
Used it on OpenCode 2.0.6: slash commands register, model picker renders and works,
transcription works. Repo link and npm link below both resolve.
Screenshots / recordings
Untitled.design.mp4
Checklist