Skip to content

v0.42.0.3: live sync, deferred MCP, schema CLI, parallel ingest

Choose a tag to compare

@tomaslau tomaslau released this 15 Jul 20:54
· 65 commits to main since this release
3a433ed

Agent loop and ingest performance (PRs #107#113).

Highlights

  • Live sync (CRAFT-6167, #107): external CLI/MCP edits to project.json refresh 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 with OPENKLIP_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