WheelHouse 1.0.3
WheelHouse 1.0.3
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.
Update 2026-07-18: the WheelHouse-Setup.exe asset on this release was rebuilt and digitally signed (publisher: David Chesley Hite III). Windows SmartScreen may still warn while the new file builds reputation: click More info, check the publisher name, then Run anyway. INSTALL.md documents this.
Added
- The project website now carries a full documentation page rendered directly from the shipped help document, so the site and the in-app help can never disagree.
- The
llm/folder now ships the official WheelHouse Helper GPT files (gpt-instructions.txtandgpt-action-openapi.json), so you can build a ChatGPT GPT that always answers from the latest released help document.
Fixed
- On the Distil-Whisper speech engine, an internal vocabulary-biasing feature could garble or drop transcription entirely; it is now disabled on that engine.
- A five-domain accuracy audit checked the help document against the current code and corrected eight inaccuracies, covering voice commands, configuration, installation, speech engines, and the AI subsystem.
Changed
- The help document is now the single source of truth for using and installing WheelHouse:
INSTALL.mdis generated from its installation sections (and gained a Speech Engines and Accounts overview), and the assistant instructions that previously shipped as a separatellm/assistant-instructions.txtare now embedded in the help document itself -- thellm/kit is a single file plus the GPT files above.