Skip to content

v0.1.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 Aug 14:16
· 35 commits to master since this release

Open Room 0.1.1

Fixes from the first days of real use, all from field reports against 0.1.0. Same footing as before: unsigned builds
(see the 0.1.0 notes for the SmartScreen and Gatekeeper steps), everything local, every agent bills your own Claude
Code login. The macOS build remains untested — a report either way is still the most useful thing a Mac user can send.

Voice input

  • Long spoken prompts are no longer cut off. Capture had a hard 30-second limit that ended listening mid-sentence and
    silently sent the truncated text. The limit is now a five-minute stuck-microphone failsafe, and if it ever fires the
    listening pill says so.
  • Pausing to think no longer ends a capture. The silence hang went from 1.5 s to 2.5 s; pressing the key again still
    ends it instantly.
  • Starting to talk right after pressing the key no longer deafens the capture. The noise floor is sampled robustly and
    can only ever adapt downward, so a floor set during your own speech repairs itself at the first pause.
  • Push-to-talk and wake words are independent. Each has its own switch; neither requires the other. Hands-free-only
    use works.
  • The tray's voice item is a true off switch: one click turns off both push-to-talk and wake words and closes the
    microphone.
  • Enabling voice offers the speech model download in place. The switches are no longer disabled until Whisper is
    installed — flip one and you are offered the one-time download right there; declining leaves it off.

Interface

  • Dialogs no longer close on a stray click outside them. The agent editor and settings dialogs pulse instead, and
    close only on Esc, the X, Cancel or Save. Half-edited agent config is no longer lost to a mis-click.
  • The context meter warns relative to when the session will actually compact, read from the SDK, rather than at fixed
    70% and 90% marks.