Skip to content

v0.9.4 — Reliable voice hotkey + gender-aware agents

Choose a tag to compare

@bagidea bagidea released this 18 Jun 13:10
· 13 commits to main since this release

Fixed

  • Voice hotkey (Right Ctrl) no longer wedges — holding push-to-talk sometimes did nothing (then worked again after clicking elsewhere), most often in feed mode. A key-up could be missed when window focus shifted around the moment of a press, leaving the hotkey stuck "down" so the next press was swallowed as auto-repeat. A 150 ms watchdog now reconciles the tracked state against the key's real physical state (GetAsyncKeyState), so the hotkey can never get stuck in either direction.
  • Agents now know their gender — voice & words match — an agent with a male voice could still write/speak about itself as female (e.g. saying "ค่ะ"), clashing with the voice you heard. Gender is now read straight off the assigned voice preset (♀/♂) and stated in the agent's persona, so it refers to itself consistently in every language (Thai ครับ/ผม vs ค่ะ/ฉัน, pronouns, honorifics) — in both chat and realtime calls.

Update

bagidea update

🤖 Generated with Claude Code