Skip to content

This release adds 3 notable features for engineering teams evaluating rollout.

Published 1mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

blackmagic blackmagic-design blackmagicdesign davinci-resolve davinciresolve mcp
+1 more
mcp-server

Summary

AI summary

Added a plan browser with detailed views, copyable execute prompts, and an API for edit_engine plans.

Changes in this release

Feature Medium

Adds plan browser at #analysis/review/plans showing all edit_engine plans with status chips.

Adds plan browser at #analysis/review/plans showing all edit_engine plans with status chips.

Source: llm_adapter@2026-06-12

Confidence: high

Feature Medium

Adds detailed plan views per kind with thumbnails, rank, duration, rationale, and deep links.

Adds detailed plan views per kind with thumbnails, rank, duration, rationale, and deep links.

Source: llm_adapter@2026-06-12

Confidence: high

Feature Medium

Adds copyable execute prompts for each plan type in the edit engine panel.

Adds copyable execute prompts for each plan type in the edit engine panel.

Source: llm_adapter@2026-06-12

Confidence: high

Feature Medium

Introduces `/api/edit_plans` and `/api/edit_plans/<plan_id>` endpoints for DB/file‑only plan access.

Introduces `/api/edit_plans` and `/api/edit_plans/<plan_id>` endpoints for DB/file‑only plan access.

Source: llm_adapter@2026-06-12

Confidence: high

Feature Medium

Adds `include_corrupt` flag to `edit_engine.list_plans` (default off).

Adds `include_corrupt` flag to `edit_engine.list_plans` (default off).

Source: llm_adapter@2026-06-12

Confidence: high

Full changelog

Edit-engine plan browser in the control panel (Media → Edit Plans) — the panel UX pass for the v2.45.0 edit engine. Chat-first: the panel surfaces plans and evidence; execution stays in chat behind the confirm-token gate.

Added

  • Plan browser at #analysis/review/plans: every saved edit_engine plan with kind, summary, save time, and an executed chip. Fingerprint-corrupt plans surface as warning rows instead of being silently hidden.
  • Plan detail views per kind: selects decisions render with shot thumbnails, rank, duration, rationale, and a deep link to the shot page; tighten plans list each dead-air lift with its transcript-gap evidence and skipped items; swap plans show the current item plus numbered alternates with similarity scores. Executed plans show their execution readback inline.
  • Copyable execute prompts: each plan carries a per-kind chat prompt (execute_selects / execute_tighten / execute_swap with an alternate_index placeholder). The panel never executes.
  • Panel API: /api/edit_plans + /api/edit_plans/<plan_id> — DB/file only, no Resolve round-trips; decisions are enriched server-side with resolve_clip_id and a thumb_frame_index for the existing frames route.

Changed

  • edit_engine.list_plans gained include_corrupt (default off; the MCP action shape is unchanged).

Live-validated against the sample analysis root (34-decision selects plan; list, detail, thumbnails, and deep links verified in a headless browser). No Resolve-behavior changes — panel reads are DB/file only.

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

Track samuelgursky/davinci-resolve-mcp

Get notified when new releases ship.

Sign up free

About samuelgursky/davinci-resolve-mcp

MCP server integration for DaVinci Resolve

All releases →

Beta — feedback welcome: [email protected]