TaskChad OS v1.2.0 — Talk Mode Voice Co-Founder
The complete voice co-founder loop — talk to the Homie out loud, it works for you, takes correction mid-flight, shows its work, and remembers every conversation. Every slice was adversarially gated (Codex two-round + Kimi K3 design review) and live-canary proven.
Highlights
Session memory, both ends of the conversation
- Session-start identity injection so Talk opens knowing you
- Session-end vault debrief on both surfaces — dashboard
/talkand Discord voice — landing every conversation in the daily log + a searchable episode. The Discord path writes a crash-safe rolling transcript that the lifecycle sweeps in-process (survives the sidecar being killed).
Quick-agent steering
- Redirect a running background agent by voice:
sayqueues a course-correction that lands at the next turn boundary as a resumed conversation turn (real context, not a restart) cancelstops one cleanly: finish-first compare-and-set + process-tree kill, no orphaned processes- New
--resume-strictCLI flag for context-safe conversation resumption
Runs visibility
- A unified run registry with durable JSONL history — every voice-deployed worker survives an API restart and stays visible
Personas / tool-calling
- Persona capabilities, provisioning, readiness, Discord bindings, blueprints, and one-time capability elevation
Notable fix
- The Discord voice sidecar's process kill had never actually executed (invalid
subprocess.Popenkwargs, silently swallowed) — every/talk leaveleft a zombie. Fixed and live-proven dead.
Upgrade
Clean pull — no migrations, no config changes required. Mirrors private `3be142ea..bd724223`.
Full history: `git log v1.1.4..v1.2.0`