This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+1 more
Summary
AI summaryAdded a plan browser with detailed views, copyable execute prompts, and an API for edit_engine plans.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| 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 savededit_engineplan with kind, summary, save time, and anexecutedchip. 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_swapwith analternate_indexplaceholder). 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 withresolve_clip_idand athumb_frame_indexfor the existing frames route.
Changed
edit_engine.list_plansgainedinclude_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
Related context
Beta — feedback welcome: [email protected]