This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+1 more
Summary
AI summaryFixed silent audio in video‑only tighten plans by mirroring kept ranges onto linked audio tracks.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Added `include_audio` parameter to `plan_tighten` (default true) for video‑only assembly option. Added `include_audio` parameter to `plan_tighten` (default true) for video‑only assembly option. Source: llm_adapter@2026-06-13 Confidence: high |
— |
| Feature | Low |
Added `audio_accounting` block to `execute_tighten` preview/readback, flagging silent variants. Added `audio_accounting` block to `execute_tighten` preview/readback, flagging silent variants. Source: llm_adapter@2026-06-13 Confidence: high |
— |
| Bugfix | Medium |
`plan_tighten` now mirrors kept video ranges onto linked audio tracks, keeping variants frame‑locked and audible. `plan_tighten` now mirrors kept video ranges onto linked audio tracks, keeping variants frame‑locked and audible. Source: llm_adapter@2026-06-13 Confidence: high |
— |
Full changelog
v2.52.0
edit_engine tighten now carries audio. Previously execute_tighten assembled a video-only variant — a speech-driven dead-air cut came out silent, with nothing in the preview or readback to warn you (#67).
Fixed
plan_tightenmirrors every kept video range onto its linked audio track(s) with identical source frames, so the assembled variant stays frame-locked and audible. Audio targets the item's detected linked audio tracks (the sameGetLinkedItemsmatchingexecute_swapuses), falling back to audio track 1 where a single linked A/V clip's audio lives.
Added
include_audioparameter onplan_tighten(defaulttrue). Passinclude_audio=falsefor the prior video-only assembly.- An
audio_accountingblock on theexecute_tightenconfirm preview and readback (planned vs. actual audio/video item counts), so a silent variant can no longer ship unnoticed. Old video-only plans re-executed against this build still work and are now loudly flagged as silent.
Validation
- Static + unit checks run:
test_import,audit_api_parity, the three drift guards, full offline suite (1193 passing) including 3 newplan_tightenaudio tests,npm pack --dry-run,git diff --check. - Live Resolve validation not run by the maintainer in this cut. The fix is the exact path behind the reported silent 2h54m variant;
tests/live_edit_engine_validation.pygains an assertion that the tightened variant's A1 track is non-empty — run it against a real A/V clip to confirm end-to-end before relying on it for a delivery.
Thanks to @chenyuxiaojin for the precise root-cause report and verified workaround.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Beta — feedback welcome: [email protected]