Skip to content

Add TypeWhisper Stream Deck integration - #1

Merged
SeoFood merged 6 commits into
mainfrom
seofood/initial-stream-deck-plugin
Jul 21, 2026
Merged

Add TypeWhisper Stream Deck integration#1
SeoFood merged 6 commits into
mainfrom
seofood/initial-stream-deck-plugin

Conversation

@SeoFood

@SeoFood SeoFood commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add a public TypeScript Stream Deck plugin with five TypeWhisper actions
  • discover Stable and Development local API instances with bearer authentication
  • add Stream Deck + workflow selection, dial feedback, offline property inspectors, localization, tests, CI, and release packaging

User impact

TypeWhisper users can control dictation, workflow dictation, recorder sessions, recent transcription copying, and dictionary additions directly from Stream Deck on Windows and macOS.

Validation

  • npm run lint
  • npm run typecheck
  • npm run test (15 tests)
  • npm run build
  • npm run validate
  • npm run pack:dry-run
  • linked and running under Stream Deck 7.5 with the connected Stream Deck +
  • live Windows API checks for dictation, explicit workflows, recorder finalization, history, and dictionary idempotency

@coderabbitai

coderabbitai Bot commented Jul 21, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@SeoFood, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 38 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 18b4c1fb-84f2-4f9b-ad50-9e6d39371898

📥 Commits

Reviewing files that changed from the base of the PR and between 3aa405f and a583cd4.

⛔ Files ignored due to path filters (18)
  • assets/marketplace.svg is excluded by !**/*.svg
  • com.typewhisper.streamdeck.sdPlugin/imgs/actions/clipboard/icon.svg is excluded by !**/*.svg
  • com.typewhisper.streamdeck.sdPlugin/imgs/actions/clipboard/key.svg is excluded by !**/*.svg
  • com.typewhisper.streamdeck.sdPlugin/imgs/actions/common/idle.svg is excluded by !**/*.svg
  • com.typewhisper.streamdeck.sdPlugin/imgs/actions/common/processing.svg is excluded by !**/*.svg
  • com.typewhisper.streamdeck.sdPlugin/imgs/actions/common/recording.svg is excluded by !**/*.svg
  • com.typewhisper.streamdeck.sdPlugin/imgs/actions/dictation/icon.svg is excluded by !**/*.svg
  • com.typewhisper.streamdeck.sdPlugin/imgs/actions/dictionary/icon.svg is excluded by !**/*.svg
  • com.typewhisper.streamdeck.sdPlugin/imgs/actions/dictionary/key.svg is excluded by !**/*.svg
  • com.typewhisper.streamdeck.sdPlugin/imgs/actions/recorder/icon.svg is excluded by !**/*.svg
  • com.typewhisper.streamdeck.sdPlugin/imgs/actions/recorder/idle.svg is excluded by !**/*.svg
  • com.typewhisper.streamdeck.sdPlugin/imgs/actions/recorder/processing.svg is excluded by !**/*.svg
  • com.typewhisper.streamdeck.sdPlugin/imgs/actions/recorder/recording.svg is excluded by !**/*.svg
  • com.typewhisper.streamdeck.sdPlugin/imgs/actions/workflow/icon.svg is excluded by !**/*.svg
  • com.typewhisper.streamdeck.sdPlugin/imgs/plugin/category-icon.svg is excluded by !**/*.svg
  • com.typewhisper.streamdeck.sdPlugin/imgs/plugin/marketplace.png is excluded by !**/*.png
  • com.typewhisper.streamdeck.sdPlugin/imgs/plugin/marketplace@2x.png is excluded by !**/*.png
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (30)
  • .github/workflows/ci.yml
  • .github/workflows/release.yml
  • .gitignore
  • .vscode/launch.json
  • .vscode/settings.json
  • README.md
  • com.typewhisper.streamdeck.sdPlugin/de.json
  • com.typewhisper.streamdeck.sdPlugin/en.json
  • com.typewhisper.streamdeck.sdPlugin/manifest.json
  • com.typewhisper.streamdeck.sdPlugin/ui/sdpi-components.js
  • com.typewhisper.streamdeck.sdPlugin/ui/settings.html
  • eslint.config.mjs
  • package.json
  • rollup.config.mjs
  • src/actions/action-utils.ts
  • src/actions/add-dictionary-term.ts
  • src/actions/last-transcription.ts
  • src/actions/recorder.ts
  • src/actions/toggle-dictation.ts
  • src/actions/workflow-dictation.ts
  • src/plugin.ts
  • src/services/api-client.ts
  • src/services/discovery.ts
  • src/services/status-coordinator.ts
  • src/services/validation.ts
  • src/types.ts
  • tests/api-client.test.ts
  • tests/discovery.test.ts
  • tests/validation.test.ts
  • tsconfig.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch seofood/initial-stream-deck-plugin

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@SeoFood
SeoFood merged commit 0756319 into main Jul 21, 2026
3 checks passed
@SeoFood
SeoFood deleted the seofood/initial-stream-deck-plugin branch July 21, 2026 22:38
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.

1 participant