WheelHouse 1.0.2
WheelHouse 1.0.2
Download WheelHouse-Setup.exe below, double-click it, and follow the wizard. The PowerShell one-liner in INSTALL.md still works and installs the same thing. Updating from an earlier release is safe: run the new installer over your existing install -- it preserves your settings, your personal voice patterns, and the downloaded speech model.
The download is unsigned in this release, so Windows SmartScreen shows a warning ("Windows protected your PC"). Click More info, then Run anyway. INSTALL.md documents this.
Added
- Use WheelHouse help with your own AI assistant: the release now ships an
llm/folder containing the full help document and a ready-to-paste assistant instruction file, with step-by-step setup walkthroughs on the project site for Custom GPTs, Gemini Gems, Claude Projects, and Perplexity Spaces.
Fixed
- On the default speech engine, saying "comma" or "colon" sometimes typed a sound-alike word instead of the punctuation mark. The common mishears are now recognized as punctuation.
- The Pattern Manager no longer writes an internal whole-utterance flag into saved replacement patterns, which could stop an edited replacement from matching during dictation.
- Custom command patterns created in the Pattern Manager's advanced mode now carry the whole-utterance-only setting through save and edit correctly.
- The installer now logs Start-menu and desktop shortcut creation loudly and always writes its setup log, so a failed shortcut is visible instead of silent.
Changed
- The help document was regenerated against the current release, and the unused
api_keyline was removed from the shipped configuration template (the AI server credential is read only from theWHEELHOUSE_AI_API_KEYenvironment variable).