Changelog
Changelog
A running log of what shipped. Newest first.
- v1.0.0
v1.0.0: initial release
Mockingbird 1.0 is in private beta. This changelog will fill in as the product ships public versions.
The first numbered release collects the production-ready rebuild that closed every lie across seven audits. Highlights below are for reference; the full audit trail lives in the project
CHANGELOG.mdandagent.md.Highlights
- On-device speech recognition via Parakeet TDT + sherpa-onnx-node. The desktop app prefers local, private, free transcription over Deepgram cloud; Deepgram remains the fallback.
- Stealth overlay: a 420×560 transparent window invisible to Zoom, Teams, and Meet screen capture via
setContentProtection. Togglable via global hotkey. - BYOK keychain, encrypted via Electron
safeStorage. Keys never cross the RPC boundary to the renderer except during an active mic session. - Panic hotkey (
⌘⇧X): hides the overlay and issues realDELETEstatements against SQLite for the last 60 seconds of turns and suggestions. - Practice Loop: post-session rubric scoring, grounded rewrites, and a spaced-repetition drill deck.
- Real Stripe integration with a mock fallback that keeps the test suite honest when keys are unset.
- Accessibility: zero axe-core violations across every route in both light and dark themes.
What is honestly not shipped
- Live mid-call rubric scoring.
- Drill voice recording (text only today).
- Code-signed Windows installers (infrastructure wired, certificate still pending).
- Calendar and Gmail real integrations (mocks only; interfaces are stable so real adapters drop in cleanly).