Skip to content

docs: add opencode-voice plugin (Opencode CLI) to ecosystem documentation - #49581

Open
safwan-o wants to merge 1 commit into
anomalyco:devfrom
safwan-o:patch-1
Open

safwan-o wants to merge 1 commit into
anomalyco:devfrom
safwan-o:patch-1

Conversation

@safwan-o

@safwan-o safwan-o commented Sep 17, 2026

Copy link
Copy Markdown

Issue for this PR

Closes #49583

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Adds one row for opencode-voice to the Plugins table of Opencode CLI: local speech-to-text
voice 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

Screenshot From 2026-09-17 22-41-40 Screenshot From 2026-09-17 22-41-58 Screenshot From 2026-09-17 22-42-15
Untitled.design.mp4

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

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
@github-actions github-actions Bot added needs:compliance This means the issue will auto-close after 2 hours. needs:title labels Sep 17, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Hey! Your PR title Add opencode-voice plugin to ecosystem documentation doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@github-actions

Copy link
Copy Markdown
Contributor

The following comment was made by an LLM, it may be inaccurate:

Potential Duplicate Found

PR #49383: docs: add OpenCode Voice to ecosystem plugins
#49383

This is almost certainly a duplicate. Both PRs are adding the same opencode-voice plugin to the ecosystem documentation. PR #49383 has the same goal—adding a row for the opencode-voice plugin to the Plugins table.

@safwan-o safwan-o changed the title Add opencode-voice plugin to ecosystem documentation docs: add opencode-voice plugin to ecosystem documentation Sep 17, 2026
@github-actions github-actions Bot removed the needs:compliance This means the issue will auto-close after 2 hours. label Sep 17, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Thanks for updating your PR! It now meets our contributing guidelines. 👍

@github-actions github-actions Bot added needs:compliance This means the issue will auto-close after 2 hours. and removed needs:title needs:compliance This means the issue will auto-close after 2 hours. labels Sep 17, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Thanks for updating your PR! It now meets our contributing guidelines. 👍

@safwan-o safwan-o changed the title docs: add opencode-voice plugin to ecosystem documentation docs: add opencode-voice plugin (Opencode CLI) to ecosystem documentation Sep 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE]: list opencode-voice in ecosystem plugins table

1 participant