v0.42.0.3: live sync, deferred MCP, schema CLI, parallel ingest
Agent loop and ingest performance (PRs #107–#113).
Highlights
- Live sync (CRAFT-6167, #107): external CLI/MCP edits to
project.jsonrefresh the open editor via a 2s revision poll (and focus). External advances toast Edit updated; local save-drain reseeds stay silent. - Deferred MCP surface (CRAFT-6169, #108/#109): connect pays schemas for a core edit-loop set plus
tools_catalog/tools_load/tools_invoke(~74% smaller payload). Full surface withOPENKLIP_MCP_SURFACE=all(in-app agent default). - Schema-driven CLI (CRAFT-6168, #112): registry Zod schemas drive flag and positional parsing for most mutations (including nested audio and export-set).
- Parallel ingest (CRAFT-6170, #113): after probe, proxy→frames→index runs in parallel with audio→Whisper; multi-take ingest parallels proxy ∥ audio.
- Verification: unit tests for live-sync, MCP surface, CLI flag parser, and parallel ingest orchestration.
Known gaps
See TODO.md for the current gaps and known issues.
Full changelog: CHANGELOG.md