Changelog

Changelog

Tagged releases on the open-source repo. Hosted-plan releases follow within ~1 week.

v0.1.0

2026-05-24 MVP
  • Workers + Electron dashboard + voice loop, all backed by one TypeScript core.
  • WHOOP integration: recovery, sleep, cycle, strain, workouts, body.
  • Morning brief reads recovery band, adjusts tone for yellow/red days.
  • Tasks with conflict detection. Add a 5pm task that overlaps an existing one and you find out immediately.
  • Weekly drift worker. 7d vs prior 83d.
  • Layered memory: profile (md), graph, episodic (sqlite), vector (embeddings).
  • Voice via whisper.cpp with openai-whisper + mlx-whisper fallbacks.

v0.0.5

2026-05-01 Alpha
  • First WHOOP sync worker shipped.
  • Tasks tab with the add form and the 7-day view.
  • News digest worker.

v0.0.1

2026-04-10 Private
  • First commit. core/worker/desktop layout decided.
  • BullMQ on Redis for the worker daemon.
  • node-sqlite3-wasm so we don't ship a native module.