This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+1 more
Summary
AI summaryAdded timeline(action="apply_cuts", ...) to apply cut lists with dry-run default and token‑gated destructive behavior.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Security | Medium |
Applies confirm-token gating for destructive cut application. Applies confirm-token gating for destructive cut application. Source: granite4.1:30b@2026-06-06-audit Confidence: low |
— |
| Feature | Low |
Adds `timeline` API with `apply_cuts` action to edit timeline via CutList. Adds `timeline` API with `apply_cuts` action to edit timeline via CutList. Source: llm_adapter@2026-06-06 Confidence: high |
— |
| Feature | Low |
`timeline(action="apply_cuts")` defaults to dry-run mode. `timeline(action="apply_cuts")` defaults to dry-run mode. Source: granite4.1:30b@2026-06-06-audit Confidence: low |
— |
| Feature | Low |
Archives a timeline version before applying cuts, enabling reversal. Archives a timeline version before applying cuts, enabling reversal. Source: granite4.1:30b@2026-06-06-audit Confidence: low |
— |
| Performance | Low |
Processes cuts latest-first to avoid invalidating earlier spans during ripple deletes. Processes cuts latest-first to avoid invalidating earlier spans during ripple deletes. Source: granite4.1:30b@2026-06-06-audit Confidence: low |
— |
Full changelog
The Cut-IR executor — transcript-driven editing now closes the loop onto the timeline.
- Added
timeline(action="apply_cuts", cuts, dry_run?, confirm_token?)applies a CutList (frompropose_cuts) to the timeline as lift / ripple deletes. It is DRY-RUN by default; applying is destructive and fully governed: confirm-token gated, and a timeline version is archived first (so it is reversible), through the existing destructive hook. Cuts apply latest-first so ripple deletes don't invalidate earlier spans.
Live-validated end-to-end: propose → confirm-token → apply → items deleted → version archived, on DaVinci Resolve Studio 21.0.0.
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]