Skip to content

v0.9.3 — Voice fixes, smarter calls, macOS copy/paste

Choose a tag to compare

@bagidea bagidea released this 18 Jun 12:38
· 31 commits to main since this release

Fixed

  • Voice push-to-talk no longer garbles Thai. It produced characters (worse the longer you spoke) because the transcription response was decoded per network chunk, splitting multi-byte characters. Bodies are now decoded as UTF-8 whole (same fix applied to Claude summaries + the auto-translation path).
  • macOS: copy/paste works (⌘C/⌘V/⌘X/⌘A) — the frameless window had no Edit menu, so the shortcuts never reached text fields. Adds a standard Edit menu. Fixes #8.

Improved

  • Smarter voice calls — the call agent is now framed as your Director and gets a live office snapshot (projects in progress, proposals awaiting approval, scheduled jobs) on top of the team + notes, so it can actually talk about your work and help plan. Every call also leaves a chat-app-style record: "📞 Voice call with · HH:MM · 2m 13s".

Update with the 🔄 banner or bagidea update (macOS: git pull && ./build-mac.sh).

🤖 Generated with Claude Code