OpenCut/apps/web/src
Luis Esteban Acevedo Ladino e588993706 feat: add plan mode with read-only analysis, user approval, and structured execution
Introduces a plan/execute mode system for the AI agent. In plan mode the
agent is read-only — it analyzes footage, asks clarifying questions, and
submits a structured step-by-step plan. The user reviews and approves
before the agent switches to execute mode to apply edits.

New tools: submit_plan, ask_user, request_plan_approval, update_plan_step.
UI: plan panel checklist, mode transition modal, question prompt with
options, and Enter/Shift+Enter mode toggle in chat input.
2026-04-30 12:45:19 -05:00
..
agent feat: add plan mode with read-only analysis, user approval, and structured execution 2026-04-30 12:45:19 -05:00
app feat: add plan mode with read-only analysis, user approval, and structured execution 2026-04-30 12:45:19 -05:00
components feat: add plan mode with read-only analysis, user approval, and structured execution 2026-04-30 12:45:19 -05:00
core ft: add agent split tool 2026-04-24 20:10:12 -05:00
data/colors feat: masks, properties refactor, shaders, storage migrations, and more 2026-03-29 15:48:22 +02:00
hooks feat: add theme system with swappable palettes and rebrand to NeuralCut 2026-04-29 12:57:27 -05:00
lib feat: add theme system with swappable palettes and rebrand to NeuralCut 2026-04-29 12:57:27 -05:00
services chore: remove debugging throughout codebase 2026-04-15 01:00:05 +02:00
stores feat: add plan mode with read-only analysis, user approval, and structured execution 2026-04-30 12:45:19 -05:00
types feat: add provider-agnostic llm agent core 2026-04-23 18:55:30 -05:00
utils fix(security): replace new Function() with safe math expression parser (#753) 2026-03-29 18:27:05 +02:00